AU Core Implementation Guide
2.0.1-ci-build - CI Build Australia flag

AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 2.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions

: DiagnosticReport - Covid-19 PCR - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "covid-report",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport covid-report</b></p><a name=\"covid-report\"> </a><a name=\"hccovid-report\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-diagnosticreport.html\">AU Core DiagnosticReport</a></p></div><h2><span title=\"Codes:{http://snomed.info/sct 1445431000168101}\">SARS-CoV-2 nucleic acid assay</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Li Wang  Male, DoB: 1975-05-03 ( Medical Record Number:\u00a022421441)</td></tr><tr><td>Relevant Time</td><td>2021-02-15 12:00:00+1000</td></tr><tr><td>Reported</td><td>2021-02-16 10:00:00+1000</td></tr><tr><td>Performer</td><td> <a href=\"Organization-pullabooka-pathology.html\">Organization Pullabooka Pathology</a></td></tr><tr><td>Identifiers</td><td> Filler Identifier/26-155299-COV-01 Filler Group Number/26-155299-COV-01</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></tr><tr><td><a href=\"Observation-pathresult-covid-1.html\"><span title=\"Codes:{http://loinc.org 94309-2}\">2019-Novel Coronavirus PCR</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 260415000}\">Not detected</span></td><td>Final</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "FILL"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hpio-scoped/report/1.0/8003628233373131",
      "value" : "26-155299-COV-01",
      "assigner" : {
        🔗 "reference" : "Organization/pullabooka-pathology",
        "display" : "Pullabooka Pathology"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "FGN"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hpio-scoped/report/1.0/8003628233373131",
      "value" : "26-155299-COV-01",
      "assigner" : {
        🔗 "reference" : "Organization/pullabooka-pathology",
        "display" : "Pullabooka Pathology"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1445431000168101",
        "display" : "SARS-CoV-2 nucleic acid assay"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/wang-li"
  },
  "effectiveDateTime" : "2021-02-15T12:00:00+10:00",
  "issued" : "2021-02-16T10:00:00+10:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/pullabooka-pathology"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/pathresult-covid-1",
      "display" : "Covid-19 PCR"
    }
  ],
  "presentedForm" : [
    {
      "contentType" : "application/pdf",
      "url" : "http://example.org.au/fhir/reports/covid-report-123.pdf",
      "hash" : "d3b07384d113edec49eaa6238ad5ff00"
    }
  ]
}