We are trying to convert our existing HL7 message files into CCR
records, and they have things like BILL CODE, which seems like
something non medical. Is there a list of valid codes Google will
accept or is this explained in more detail in an official CCR spec,
the one from google is very generic just goes into the structure.
http://code.google.com/apis/health/ccrg_reference.html


<-- Sample of the xml, hopefully it shows up here  ;)  -->
            <Result xmlns="urn:astm-org:CCR" xsi:type="ResultType">
                    <DateTime>
                        <Type>
                            <Text>Date blood collected</Text>
                        </Type>
                        <ExactDateTime>2005-09-13T17:12:00+00:00</
ExactDateTime>
                    </DateTime>
                    <Description>PATHOLOGY REPORT</Description>
                    <Source>
                        <Actor>
                            <ActorID>STEPHEN FISCHER</ActorID>
                            <ActorRole>Ordering clinician</ActorRole>
                        </Actor>
                    </Source>
                    <Test>
                        <DateTime>
                            <Type>
                                <Text>Date results observed</Text>
                            </Type>
                            <ExactDateTime>2005-09-15T10:34:00+00:00</
ExactDateTime>
                        </DateTime>
                        <Description>
                            <Text>BILL CODE: </Text>
                            <Code>
                                <Value>65001400</Value>
                            </Code>
                        </Description>
                        <TestResult>
                            <Value/>
                            <Units>
                                <Unit/>
                            </Units>
                        </TestResult>
                        <NormalResult>
                            <Normal>
                                <Description>
                                    <Text></Text>
                                </Description>
                            </Normal>
                        </NormalResult>
                    </Test>
                </Result>

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