Hello Nick, Welcome to the developers' forum!
Multiple test results are certainly possible. I use the CCR document below for adding BP to my profile. An easy way to test your documents is to use the Mt. Tabor Data Exchange. This tool will let you test your CCR documents without having to worry about other potential integration issues. Also, you may wish to try adding data to a profile via the UI, and then pull the information out using the API, in order to see which CCR elements and codes work best. http://code.google.com/apis/health/getting_started.html#MtTabor I hope these help! Cheers! Paul (Google) <ContinuityOfCareRecord xmlns="urn:astm-org:CCR"> <Body> <Results> <Result> <Test> <Description> <Text>Blood Pressure, Diastolic (Lower Number)</Text> <Code> <Value>18.4248</Value> <CodingSystem>Google</CodingSystem> </Code> </Description> <TestResult> <Value>80</Value> <Units> <Unit>mmHg</Unit> </Units> </TestResult> <DateTime> <Type> <Text>Collection start date</Text> </Type> <ExactDateTime>2007-05-02T07:00:00Z</ExactDateTime> </DateTime> </Test> </Result> <Result> <Test> <Description> <Text>Blood Pressure, Systolic (Upper Number)</Text> <Code> <Value>18.13801</Value> <CodingSystem>Google</CodingSystem> </Code> </Description> <TestResult> <Value>120</Value> <Units> <Unit>mmHg</Unit> </Units> </TestResult> <DateTime> <Type> <Text>Collection start date</Text> </Type> <ExactDateTime>2007-05-02T07:00:00Z</ExactDateTime> </DateTime> </Test> </Result> </Results> </Body> </ContinuityOfCareRecord> On May 25, 6:23 am, Nick <[email protected]> wrote: > Hi, > > Is posting a CCR with multiple test result fields under the <results> > tag supported? I'd like to post both blood-pressure results in the > one CCR file but I get 'Internal Server Error' from HealthTool... > > Cheers, > > Nick > > -- > You received this message because you are subscribed to the Google Groups > "Google Health Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/googlehealthdevelopers?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Health Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/googlehealthdevelopers?hl=en.
