AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.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-base/ 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/Immunization/example3> a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example3"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-immunization" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-immunization>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization example3</b></p><a name=\"example3\"> </a><a name=\"hcexample3\"> </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-immunization.html\">AU Base Immunization</a></p></div><p><b>Vaccine Vial Serial Number</b>: vNo1111</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats COMIRN}, {http://snomed.info/sct 1525011000168107}\">Pfizer Comirnaty</span></p><p><b>patient</b>: <a href=\"Patient-example5.html\">Sarah Simmons Female, DoB: 1977-09-07 ( Medicare Number: 22968184811 (, period: (?) --> 2022-12))</a></p><p><b>occurrence</b>: 2021-11-17</p><p><b>recorded</b>: 2021-11-17</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-example3.html\">Location: status = active; type = Family medicine clinic; physicalType = Building</a></p><p><b>manufacturer</b>: Pfizer Australia Ltd</p><p><b>lotNumber</b>: 500000000P</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}\">Administering Provider</span></td><td><a href=\"PractitionerRole-example3.html\">PractitionerRole General practitioner</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 840539006}\">COVID-19</span></td><td>1</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number" ] ;
fhir:Extension.valueString [ fhir:value "vNo1111" ]
] ;
fhir:Immunization.status [ fhir:value "completed"] ;
fhir:Immunization.vaccineCode [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats" ] ;
fhir:Coding.code [ fhir:value "COMIRN" ]
], [
fhir:index 1 ;
a sct:1525011000168107 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "1525011000168107" ] ;
fhir:Coding.display [ fhir:value "Comirnaty" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Pfizer Comirnaty" ]
] ;
fhir:Immunization.patient [
fhir:link <http://hl7.org/fhir/Patient/example5> ;
fhir:Reference.reference [ fhir:value "Patient/example5" ] ;
fhir:Reference.identifier [
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 "MC" ] ;
fhir:Coding.display [ fhir:value "Patient's Medicare number" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Medicare Number" ]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-number" ] ;
fhir:Identifier.value [ fhir:value "22968184811" ] ;
fhir:Identifier.period [
fhir:Period.end [ fhir:value "2022-12"^^xsd:gYearMonth ]
]
]
] ;
fhir:Immunization.occurrenceDateTime [ fhir:value "2021-11-17"^^xsd:date] ;
fhir:Immunization.recorded [ fhir:value "2021-11-17"^^xsd:date] ;
fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] ;
fhir:Immunization.location [
fhir:link <http://hl7.org/fhir/Location/example3> ;
fhir:Reference.reference [ fhir:value "Location/example3" ]
] ;
fhir:Immunization.manufacturer [
fhir:Reference.display [ fhir:value "Pfizer Australia Ltd" ]
] ;
fhir:Immunization.lotNumber [ fhir:value "500000000P"] ;
fhir:Immunization.performer [
fhir:index 0 ;
fhir:Immunization.performer.function [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0443" ] ;
fhir:Coding.code [ fhir:value "AP" ] ;
fhir:Coding.display [ fhir:value "Administering Provider" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Administering Provider" ]
] ;
fhir:Immunization.performer.actor [
fhir:link <http://hl7.org/fhir/PractitionerRole/example3> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ] ;
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "UPIN" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Medicare Provider Number" ]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-provider-number" ] ;
fhir:Identifier.value [ fhir:value "1234561A" ]
]
]
] ;
fhir:Immunization.protocolApplied [
fhir:index 0 ;
fhir:Immunization.protocolApplied.targetDisease [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:840539006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "840539006" ] ;
fhir:Coding.display [ fhir:value "COVID-19" ]
] ;
fhir:CodeableConcept.text [ fhir:value "COVID-19" ]
] ;
fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ]
] .
<http://hl7.org/fhir/Patient/example5> a fhir:Patient .
<http://hl7.org/fhir/Location/example3> a fhir:Location .
<http://hl7.org/fhir/PractitionerRole/example3> a fhir:PractitionerRole .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Immunization/example3.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Immunization/example3.ttl> .
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#6.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