@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Immunization

Resource Immunization "example3"

Profile: AU Base Immunisation

Vaccine Vial Serial Number: vNo1111

status: completed

vaccineCode: Pfizer Comirnaty (air-vaccine-code-formats#COMIRN; SNOMED CT#1525011000168107 "Comirnaty")

patient: Patient/example5 " SIMMONS"

occurrence: 2021-11-17

recorded: 2021-11-17

primarySource: true

location: Location/example3

manufacturer: : Pfizer Australia Ltd

lotNumber: 500000000P

Performers

-FunctionActor
*Administering Provider (providerRole#AP)PractitionerRole/example3

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*COVID-19 (SNOMED CT#840539006)1
" ] ; # 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:link ; 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:link ; 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:link ; 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 ] ] ) . # # -------------------------------------------------------------------------------------