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
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/covid-report> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "covid-report"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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: 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></div>"
] ;
fhir:DiagnosticReport.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "FILL" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hpio-scoped/report/1.0/8003628233373131" ] ;
fhir:Identifier.value [ fhir:value "26-155299-COV-01" ] ;
fhir:Identifier.assigner [
fhir:link <http://hl7.org/fhir/Organization/pullabooka-pathology> ;
fhir:Reference.reference [ fhir:value "Organization/pullabooka-pathology" ] ;
fhir:Reference.display [ fhir:value "Pullabooka Pathology" ]
]
], [
fhir:index 1 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "FGN" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hpio-scoped/report/1.0/8003628233373131" ] ;
fhir:Identifier.value [ fhir:value "26-155299-COV-01" ] ;
fhir:Identifier.assigner [
fhir:link <http://hl7.org/fhir/Organization/pullabooka-pathology> ;
fhir:Reference.reference [ fhir:value "Organization/pullabooka-pathology" ] ;
fhir:Reference.display [ fhir:value "Pullabooka Pathology" ]
]
] ;
fhir:DiagnosticReport.status [ fhir:value "final"] ;
fhir:DiagnosticReport.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
fhir:Coding.code [ fhir:value "LAB" ] ;
fhir:Coding.display [ fhir:value "Laboratory" ]
]
] ;
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:1445431000168101 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "1445431000168101" ] ;
fhir:Coding.display [ fhir:value "SARS-CoV-2 nucleic acid assay" ]
]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://hl7.org/fhir/Patient/wang-li> ;
fhir:Reference.reference [ fhir:value "Patient/wang-li" ]
] ;
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2021-02-15T12:00:00+10:00"^^xsd:dateTime] ;
fhir:DiagnosticReport.issued [ fhir:value "2021-02-16T10:00:00+10:00"^^xsd:dateTime] ;
fhir:DiagnosticReport.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/pullabooka-pathology> ;
fhir:Reference.reference [ fhir:value "Organization/pullabooka-pathology" ]
] ;
fhir:DiagnosticReport.result [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/pathresult-covid-1> ;
fhir:Reference.reference [ fhir:value "Observation/pathresult-covid-1" ] ;
fhir:Reference.display [ fhir:value "Covid-19 PCR" ]
] ;
fhir:DiagnosticReport.presentedForm [
fhir:index 0 ;
fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
fhir:Attachment.url [ fhir:value "http://example.org.au/fhir/reports/covid-report-123.pdf" ] ;
fhir:Attachment.hash [ fhir:value "d3b07384d113edec49eaa6238ad5ff00"^^xsd:base64Binary ]
] .
<http://hl7.org/fhir/Organization/pullabooka-pathology> a fhir:Organization .
<http://hl7.org/fhir/Patient/wang-li> a fhir:Patient .
<http://hl7.org/fhir/Observation/pathresult-covid-1> a fhir:Observation .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/covid-report.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/covid-report.ttl> .
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#2.0.1-ci-build based on FHIR 4.0.1. Generated 2026-07-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change