Hi,

I'm trying to add a new entry that would show up as a "condition",
which from looking at the CCR XML is actually a "problem". I've been
able to post allergies and procedures to my progile, but not
conditions, so I'm pretty sure my basic approach is correct and I'm
just missing something in the XML specific to a condition (aka
"problem"). Here is the XML that my application is trying to post:

<?xml version="1.0" encoding="UTF-8"?>
    <atom:entry xmlns:atom="http://www.w3.org/2005/Atom";>
    <atom:title type="text">NOTICE FROM POUND</atom:title>
    <atom:content type="text">CONTENT FROM POUND</atom:content>
 <ContinuityOfCareRecord xmlns="urn:astm-org:CCR">
 <CCRDocumentObjectID>2f0a9b3645563d08c11cc33ffcc0eafafc55bcb0</
CCRDocumentObjectID>
 <Language><Text>English</Text></Language>
 <Version>0.1</Version>
 <DateTime>
  <Type/>
  <ExactDateTime>2008-09-08T10:26:44</ExactDateTime>
 </DateTime>
 <Patient>
  <ActorID>Google Health Profile</ActorID>
 </Patient>
 <From><ActorLink/></From><Body><Problems><Problem>
 <DateTime>
<Type><Text>Start date</Text></Type>
<ExactDateTime>1997-09-15</ExactDateTime>
</DateTime>

 <Type/>
 <Description>
  <Text>Heart Attack</Text>
  <Code>
   <Value>50263</Value>
   <CodingSystem><CodingSystem>ICD9</CodingSystem></CodingSystem>
  </Code>
 </Description>
 <Status><Text>ACTIVE</Text></Status>
 <HealthStatus><Description/></HealthStatus>
</Problem></Problems></Body></ContinuityOfCareRecord>
</atom:entry>

Can anyone point me in the right direction?

Thanks!

Nick

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