COVID19 Case Reporting
0.1.0 - CI Build International flag

COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions

: Example DiagnosticReport - Covid19LabResultsDiagnosticReportExample - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="Covid19LabResultsDiagnosticReportExample"/>
  <meta>
    <profile
             value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-diagnostic-report"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {http://loinc.org 94558-4}">SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay</span> </h2><table class="grid"><tr><td>Subject</td><td><b>Jane Maria Smith (OFFICIAL)</b> female, DoB: 1986-06-04 ( Passport number: PASSPORT1234567)</td></tr></table><p><b>Report Details</b></p><table class="grid"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>When For</b></td></tr><tr><td><a href="Observation-Covid19TestResultExample.html"><span title="Codes: {http://loinc.org 94558-4}">SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay</span></a></td><td><span title="Codes: {http://snomed.info/sct 10828004}">Positive</span></td><td>2022-07-28</td></tr></table><p>Some conclusion text</p></div>
  </text>
  <basedOn>
    <reference value="ServiceRequest/Covid19ServiceRequestExample"/>
  </basedOn>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="94558-4"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/Covid19PatientExample"/>
  </subject>
  <performer>
    <reference value="Practitioner/PractitionerExample"/>
  </performer>
  <result>
    <reference value="Observation/Covid19TestResultExample"/>
  </result>
  <conclusion value="Some conclusion text"/>
</DiagnosticReport>