Hello,

i'm using the HealthTool.exe  to test google health features such as

Retrieving and posting of details to a profile...

but i noticed a problem when i post a new condition the treating
clnician (actor) was posted as "user-entered"

when the actorid is not equal to the current user here is my sample
xml file


<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns="http://www.w3.org/2005/Atom";>
  <title type="text">THE NOTICE'S TITLE</title>
  <content type="text">THE NOTICES SUBJECT LINE</content>

  <ContinuityOfCareRecord xmlns="urn:astm-org:CCR">
      <Body>
       <Problems>
        <Problem>
          <DateTime>
            <Type><Text>Start date</Text></Type>
            <ExactDateTime>2007-04-04T07:00:00Z</ExactDateTime>
          </DateTime>
          <Description>
            <Text>YEAH YEAH YEAH</Text>
            <Code>
              <Value>AAAAA</Value>
              <CodingSystem>AAAAA</CodingSystem>
              <Version>AAAAA</Version>
            </Code>
          </Description>
          <Status><Text>Active</Text></Status>
          <Source>
            <Actor>
              <ActorID>Charisse Krystel David</ActorID>
            </Actor>
             <ActorRole>
                <Text>Treating clinician</Text>
              </ActorRole>
          </Source>
        </Problem>
      </Problems>
      </Body>
    </ContinuityOfCareRecord>
</entry>



The treating clinician should be equal to "Charisse Krystel David" and
not "User-entered"

--

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=.


Reply via email to