Paul, thanks. We tried your document above and it worked. We'll modify our code to form it that way. Thanks for quick reply.
On Jul 9, 3:03 pm, "Paul (Google)" <[email protected]> wrote: > Hi, > > Thanks for bringing this to our attention. For results, the source > should go in the Test element, with Text "Ordering clinician". The > following CCR works: > > Hope this helps! Thanks again! > > 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> > <Source> > <Actor> > <ActorID>Cecil Baker</ActorID> > <ActorRole> > <Text>Ordering clinician</Text> > </ActorRole> > </Actor> > </Source> > </Test> > </Result> > ... > > On Jul 9, 2:24 pm, DTN <[email protected]> wrote: > > > > > In the Google Health API documentation, it isn't clear where to put > > the source tag related to a result. Source is listed as a child > > element of result if you read this > > section:http://code.google.com/apis/health/ccrg_reference.html#result. > > Having > > placed the source there, when we send a document to H9, nothing shows > > up under the "ordered by" column in test results. > > > The API documentation also lists source as a child element of the test > > element:http://code.google.com/apis/health/ccrg_reference.html#test. > > However, the example XML in that section does not list a source > > element. > > > So where does the source element go? -- 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.
