Hi Daniel,

VitalSign data will only be reconciled if it's currently
empty in the user's profile:
http://code.google.com/apis/health/ccrg_reference.html#DemographicsMapping

There's not a great place to point wellness data at the moment.
The most appropriate place may be /Body/Results/Result.

Eric

On Feb 11, 4:24 pm, daniel <[email protected]> wrote:
> Hey, I'm trying to submit this CCR to update the height and weight of
> a patient. Please advise on how to proceed, if the VitalSigns tag is
> not useable, is there some other place I can store height and weight
> data?
>
> <ContinuityOfCareRecord xmlns="urn:astm-org:CCR">
>          <Language />
>       <DateTime>
>         <Type />
>       </DateTime>
>       <Body>
>                 <VitalSigns>
>                         <Result>
>                                 <Description><Text>Height & 
> Weight</Text></Description>
>                                 <Test>
>                                         <Description>
>                                                 <Text>Height</Text>
>                                                 <Code>
>                                                         
> <Value>50373000</Value>
>                                                         
> <CodingSystem>SNOMED</CodingSystem>
>                                                 </Code>
>                                         </Description>
>                                         <TestResult>
>                                                 
> <Value>'.$_REQUEST['height'].'</Value>
>                                                 <Units><Unit>in</Unit></Units>
>                                         </TestResult>
>                                 </Test>
>                                 <Test>
>                                         <Type><Text>Observation</Text></Type>
>                                         <Description>
>                                                 <Text>Weight</Text>
>                                                 <Code>
>                                                         
> <Value>363808001</Value>
>                                                         
> <CodingSystem>SNOMED</CodingSystem>
>                                                 </Code>
>                                         </Description>
>                                         <TestResult>
>                                                 
> <Value>'.$_REQUEST['weight'].'</Value>
>                                                 
> <Units><Unit>lbs</Unit></Units>
>                                         </TestResult>
>                                 </Test>
>                         </Result>
>                 </VitalSigns>
>       </Body>
>     </ContinuityOfCareRecord>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to