@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "air-infl-02"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-immunization-air-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Immunization air-infl-02

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

status: Completed

vaccineCode: Panvax

patient: Sally FIELD Female, DoB: 1999-02-14 ( National unique individual identifier: Austalian Healthcare Identifier - Individual#8003608333563104 (use: official, ))

occurrence: 2021-03-01

primarySource: true

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*InfluenzaAbsent because : unknown
" ] ; # 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 "PANVAX" ] ] ) ; fhir:text [ fhir:v "Panvax" ] ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/mhr-field-sally" ] ; 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-03-01"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # fhir:protocolApplied ( [ fhir:targetDisease ( [ fhir:text [ fhir:v "Influenza" ] ] ) ; fhir:doseNumber [ a fhir:positiveInt ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ; fhir:value [ fhir:v "unknown" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------