OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: OpenElis DiagnosticReport Example - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="OpenElisDiagnosticReportExample"/>
  <meta>
    <profile
             value="http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-diagnostic-report"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {http://loinc.org 58410-2}">Complete blood count (hemogram) panel - Blood by Automated count</span> </h2><table class="grid"><tr><td>Subject</td><td><b>moses Mutesa </b> male, DoB: 1988-03-02 ( id: NA121212)</td></tr><tr><td>Identifier:</td><td> id: f3c9cf5e-7d41-4a7d-a77b-8c0f4323a0bd</td></tr></table><p><b>Report Details</b></p><table class="grid"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td><a href="Observation-OpenElisObservationExample.html"><span title="Codes: {http://loinc.org 15074-8}">Glucose [Moles/volume] in Blood</span></a></td><td>55 UI/L</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://openelis-global.org/analysisResult_uuid"/>
    <value value="f3c9cf5e-7d41-4a7d-a77b-8c0f4323a0bd"/>
  </identifier>
  <basedOn>
    <reference value="ServiceRequest/OpenElisServiceRequestExample"/>
  </basedOn>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="58410-2"/>
      <display
               value="Complete blood count (hemogram) panel - Blood by Automated count"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/329f09da-0fc9-419d-9575-ace68954426A"/>
  </subject>
  <specimen>
    <reference value="Specimen/OpenElisSpecimenExample"/>
  </specimen>
  <result>
    <reference value="Observation/OpenElisObservationExample"/>
  </result>
</DiagnosticReport>