I try to post a vital sign to set the height and weight by this xml:

<entry xmlns="http://www.w3.org/2005/Atom";>
  <ContinuityOfCareRecord xmlns="urn:astm-org:CCR">
     <Body>
<VitalSigns>
   <Result>
      <Test>
         <Description>
            <Text>Height</Text>
            <Code>
               <Value>50373000</Value>
               <CodingSystem>SNOMED</CodingSystem>
            </Code>
         </Description>
         <TestResult>
            <Value>72</Value>
            <Units><Unit>in</Unit></Units>
         </TestResult>
      </Test>
   </Result>
   <Result>
      <Test>
          <Description>
            <Text>Weight</Text>
            <Code>
               <Value>363808001</Value>
               <CodingSystem>SNOMED</CodingSystem>
            </Code>
         </Description>
         <TestResult>
            <Value>150</Value>
            <Units><Unit>lbs</Unit></Units>
         </TestResult>
       </Test>
   </Result>
</VitalSigns>
        </Body>
    </ContinuityOfCareRecord>
</entry>



but it doesn't work, the env is rails & gdata gem.
I use this xml format to set the Blood Type, and it works.

Is there  any one met the same problem?





Daniel
--~--~---------~--~----~------------~-------~--~----~
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