Hi Sawan, The health_ex.xml file you found is an example of valid CCR, but it contains quite a few elements that Health doesn't recognize. Health will accept this CCR document, but the unsupported elements will be ignored. For a list of all elements that Health supports, you'll want to refer to the Health CCR reference.
http://code.google.com/apis/health/ccrg_reference.html If you're interested in the broad CCR standard rather than the CCR subset that Health supports, you may want to purchase the specification and XML schema (standard + adjunct) from ASTM. http://www.astm.org/Standards/E2369.htm Paul On Dec 15, 8:26 am, skr <[email protected]> wrote: > But again here the footer example is not given, and the footer example > given in same directory that has person Given name and Family name at > --http://code.google.com/p/googlehealthsamples/source/browse/trunk/CCR_... > > is not what I am getting when I perform the query using sandbox > instead I am getting - > <Actors> > <Actor> > <ActorObjectID>Google Health Profile</ActorObjectID> > <Source> > <Actor> > <ActorID>[email protected]</ActorID> > <ActorRole> > <Text>Patient</Text> > </ActorRole> > </Actor> > </Source> > </Actor> > </Actors> > > Where to find something like given > inhttp://code.google.com/p/googlehealthsamples/source/browse/trunk/CCR_... > <Actors> > <Actor> > <ActorObjectID>D6E5D510-592D-C613-DB46-A4CF2AC91C1D</ > ActorObjectID> > <Person> > <Name> > <CurrentName> > <Given>Test5</Given> > <Family>Surescripts</Family> > </CurrentName> > </Name> > <DateOfBirth> > <Type /> > <ExactDateTime>1955-01-02T12:00:00Z</ExactDateTime> > </DateOfBirth> > <Gender /> > </Person> > <Address> > <Type> > <Text>Home</Text> > </Type> > </Address> > <Telephone> > <Value>123-456-7890</Value> > </Telephone> > <EMail> > <Value>[email protected]</Value> > </EMail> > <URL> > <Value>http://mttaboros.com</Value> > </URL> > <Status /> > <Source /> > </Actor> > </Actors> > > Thanks, > Sawan > > On Dec 15, 1:22 pm, "Paul (Google)" <[email protected]> wrote: > > > > > > > > > Hi Sawan, > > > The following CCR example includes most of the elements that Health > > supports. > > >http://code.google.com/p/googlehealthsamples/source/browse/trunk/CCR_... > > > It's missing the payer elements, which are in the following example: > > >http://code.google.com/p/googlehealthsamples/source/browse/trunk/CCR_... > > > I hope these help! > > > Paul > > > On Dec 14, 1:22 am, skr <[email protected]> wrote: > > > > Hi All, > > > > Is there sample CCR Data with good coverage on all the data points so > > > that we can use that to test our application? > > > > Thanks, > > > Sawan -- 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.
