I work for a company who can function as an online interface engine.
We are in the process of developing a CCR feed to Google Health.

We can receive results from lab systems as blocks of free text, which
don't fit nicely into something like:
    <Test>
     <Description>
      <Text>CHOLESTEROL, TOTAL</Text>
      <Code>
       <Value>1420</Value>
       <CodingSystem>LAB</CodingSystem>
      </Code>
     </Description>
     <TestResult>
      <Value>##</Value>
     </TestResult>
    </Test>

What's the best way to send this to Google?  The only way I can see is
to do it like this:
    <Test>
     <Description>
      <Text>CHOLESTEROL, TOTAL <br/> your cholestoral level is ###.
<br/> continued free text description...</Text>
      <Code>
       <Value>1420</Value>
       <CodingSystem>LAB</CodingSystem>
      </Code>
     </Description>
    </Test>

Do you have any recommendations for how to handle this situation?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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