Hi Geoffrey,

The recommended way to enter height and weight for a profile is to use the
Results CCR section.  VitalSigns cannot be changed using the GData
interface.  Values entered using the Results section presently won't update
a user's information in "Age, sex, height..."; however, they will be stored
in the "Test results" area, which can contain multiple entries for a
measurement.  Therefore, adding the time of a measurement is extremely
useful, but not required.

The CCR below works for entering height and weight into a patient's profile
as test results.

I hope this helps!

Paul (Google)


<ContinuityOfCareRecord xmlns="urn:astm-org:CCR">
  <Body>
    <Results>
      <Result>
        <DateTime>
          <Type>
            <Text>Collection start date</Text>
          </Type>
          <ExactDateTime>2007-07-01T04:00:00Z</ExactDateTime>
        </DateTime>
        <Test>
          <Description>
            <Text>Height</Text>
            <Code>
              <Value>3138-5</Value>
              <CodingSystem>LOINC</CodingSystem>
            </Code>
          </Description>
          <TestResult>
            <Value>65</Value>
            <Units>
              <Unit>in</Unit>
            </Units>
          </TestResult>
        </Test>
        <Test>
          <Description>
            <Text>Weight</Text>
            <Code>
              <Value>3142-7</Value>
              <CodingSystem>LOINC</CodingSystem>
            </Code>
          </Description>
          <TestResult>
            <Value>150</Value>
            <Units>
              <Unit>lbs</Unit>
            </Units>
          </TestResult>
        </Test>
      </Result>
    </Results>
  </Body>
</ContinuityOfCareRecord>


On Wed, Jun 23, 2010 at 2:46 PM, Geoffrey <[email protected]> wrote:

> I have been posting CCRs with Height and Weight in
> <VitalSigns><Result><Test><TestResult> elements with the SNOMED codes
> to empty Google Health Profiles, but it does not seem to set the
> height and weight.  Should it be possible to set height and weight by
> posting new CCRs to the register feed?  Are there any "tricks" to
> this?
>
> Thanks,
>
> Geoffrey Roberts
> [email protected]
> https://www.privateaccess.info
>
> --
> 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]<googlehealthdevelopers%[email protected]>
> .
> For more options, visit this group at
> http://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.

Reply via email to