AU Base Implementation Guide
4.2.2-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.2-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

: Immunization - Administration of Pfizer Comirnaty dose 1 for Sarah Simmons - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example3"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-immunization"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-immunization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><a name=\"hcexample3-en-AU\"> </a><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: (?) --&gt; 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:extension ( [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "vNo1111" ] # Vial serial number below does not conform to reporting requirements to avoid conflict with real world values
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"^^xsd:anyURI ] ;
fhir:code [ fhir:v "COMIRN" ]     ] [
a sct:1525011000168107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1525011000168107" ] ;
fhir:display [ fhir:v "Comirnaty" ]     ] ) ;
fhir:text [ fhir:v "Pfizer Comirnaty" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example5" ] ;
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Patient's Medicare number" ]         ] ) ;
fhir:text [ fhir:v "Medicare Number" ]       ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "22968184811" ] ;
fhir:period [
fhir:end [ fhir:v "2022-12"^^xsd:gYearMonth ]       ]     ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-11-17"^^xsd:date] ; # 
  fhir:recorded [ fhir:v "2021-11-17"^^xsd:date] ; # 
  fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:location [
fhir:reference [ fhir:v "Location/example3" ]
  ] ; # 
  fhir:manufacturer [
fhir:display [ fhir:v "Pfizer Australia Ltd" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "500000000P"] ; # Lot number below does not conform to batch number reporting requirements to avoid conflict with real world values
  fhir:performer ( [
fhir:function [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AP" ] ;
fhir:display [ fhir:v "Administering Provider" ]       ] ) ;
fhir:text [ fhir:v "Administering Provider" ]     ] ;
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/example3" ] ;
fhir:identifier [
fhir:type [
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPIN" ]           ] ) ;
fhir:text [ fhir:v "Medicare Provider Number" ]         ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234561A" ]       ]     ]
  ] ) ; # 
  fhir:protocolApplied ( [
    ( fhir:targetDisease [
      ( fhir:coding [
a sct:840539006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "840539006" ] ;
fhir:display [ fhir:v "COVID-19" ]       ] ) ;
fhir:text [ fhir:v "COVID-19" ]     ] ) ;
fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ]
  ] ) . #