Botswana Laboratory HIE Workflow Implementation Guide
0.2.0 - ci-build

Botswana Laboratory HIE Workflow Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: Laboratory DiagnosticReport - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "example-bw-ipms-diagnostic-report",
  "meta" : {
    "profile" : [
      "http://b-techbw.github.io/bw-lab-ig/StructureDefinition/bw-lab-diagnostic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {L COVID}\">SARS-CoV-2 PCR</span> (<span title=\"Codes: \">LAB</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2021-06-03T14:00:00Z</td></tr><tr><td>Identifier:</td><td> FILL: ?ngen-9?</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>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-example-bw-ipms-obs-1.html\"><span title=\"Codes: {L COVID}\">SARS-CoV-2 PCR</span></a></td><td>INCONCLUSIVE</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2021-06-10T15:49:00Z</td></tr><tr><td><a href=\"Observation-example-bw-ipms-obs-2.html\"><span title=\"Codes: {L S-Cov-2-RVW}\">SARS-CoV-2 PCR REVIEW</span></a></td><td>.</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2021-06-10T15:49:00Z</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "code" : "FILL"
          },
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "code" : "LAB"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "L",
        "code" : "COVID",
        "display" : "SARS-CoV-2 PCR"
      }
    ]
  },
  "subject" : {
    "reference" : "example-ipms-patient",
    "type" : "Patient"
  },
  "effectiveDateTime" : "2021-06-03T14:00:00.000Z",
  "result" : [
    {
      "reference" : "Observation/example-bw-ipms-obs-1",
      "type" : "Observation"
    },
    {
      "reference" : "Observation/example-bw-ipms-obs-2",
      "type" : "Observation"
    }
  ]
}