AU Core Implementation Guide
3.0.0-ballot1 - Ballot
This page is part of the AU Core (v3.0.0-ballot1: R3 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 2.0.0. For a full list of available versions, see the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "DiagnosticReport",
"id" : "covid-report",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>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: 22421441)</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><blockquote><p><b>presentedForm</b></p><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://hl7.org.au/assets/data/diagnosticreport-covid-report.pdf\">https://hl7.org.au/assets/data/diagnosticreport-covid-report.pdf</a></td></tr></table></blockquote></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" : "https://hl7.org.au/assets/data/diagnosticreport-covid-report.pdf",
"title" : "Wang - Covid Report"
}
]
}