@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "air-infl-04"] ; # Resource from Transaction Bundle from Medicare Repository to MHR system of the set of resources that make up the AIR for Patient with IHI 8003608000216028 fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Immunization air-infl-04

Vaccine Vial Serial Number: SERIAL1234

identifier: URI/urn:oid:1.2.36.1.2001.1007.11.8003640002000035.212021023128

status: Completed

vaccineCode: Panvax

patient: Identifier: IHI/8003608000216028

occurrence: 2019-01-01

primarySource: true

lotNumber: lot001

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Influenza1
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "SERIAL1234" ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.2.36.1.2001.1007.11.8003640002000035.212021023128" ] ] ) ; # 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 "PANVAX" ] ; fhir:display [ fhir:v "Panvax" ] ] ) ; fhir:text [ fhir:v "Panvax" ] ] ; # fhir:patient [ 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 "8003608000216028" ] ] ] ; # fhir:occurrence [ fhir:v "2019-01-01"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # fhir:lotNumber [ fhir:v "lot001"] ; # fhir:protocolApplied ( [ fhir:targetDisease ( [ fhir:text [ fhir:v "Influenza" ] ] ) ; fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ] ] ) . # # -------------------------------------------------------------------------------------