@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "air-covid-2"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Immunization

Resource Immunization "air-covid-2"

Profile: AU Core Immunization

identifier: id: urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d

status: completed

vaccineCode: Pfizer Comirnaty (air-vaccine-code-formats#COMIRN)

patient: Patient/bennelong-anne " BENNELONG"

occurrence: 2021-08-01

primarySource: true

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*COVID-19 ()2
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d" ] ] ) ; # identifier from Bundle uploaded from AIR Medicare repository 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" ] ] ) ; fhir:text [ fhir:v "Pfizer Comirnaty" ] ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ; fhir:display [ fhir:v "National unique individual identifier" ] ] ) ; fhir:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608833357361" ] ] ] ; # fhir:occurrence [ fhir:v "2021-08-01"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # fhir:protocolApplied ( [ fhir:targetDisease ( [ fhir:text [ fhir:v "COVID-19" ] ] ) ; fhir:doseNumber [ fhir:v "2"^^xsd:positiveInteger ] ] ) . # # -------------------------------------------------------------------------------------