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 - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "Covid19LabResultsDiagnosticReportExample",
  "meta" : {
    "profile" : [
      "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-diagnostic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "basedOn" : [
    {
      "reference" : "ServiceRequest/Covid19ServiceRequestExample"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "94558-4"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/Covid19PatientExample"
  },
  "performer" : [
    {
      "reference" : "Practitioner/PractitionerExample"
    }
  ],
  "result" : [
    {
      "reference" : "Observation/Covid19TestResultExample"
    }
  ],
  "conclusion" : "Some conclusion text"
}