@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "air-dip-04"] ; # 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 "generated" ] ; fhir:div "

Generated Narrative: Immunization air-dip-04

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

status: Completed

vaccineCode: Infanrix Hexa

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

occurrence: 2000-08-14

primarySource: true

protocolApplied

targetDisease: Diphtheria, Tetanus, Pertussis, Hepatitis B, Polio, Hib

doseNumber: 4

" ] ; # 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 "IFHX" ] ] ) ; fhir:text [ fhir:v "Infanrix Hexa" ] ] ; # 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 "2000-08-14"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # fhir:protocolApplied ( [ fhir:targetDisease ( [ fhir:text [ fhir:v "Diphtheria" ] ] [ fhir:text [ fhir:v "Tetanus" ] ] [ fhir:text [ fhir:v "Pertussis" ] ] [ fhir:text [ fhir:v "Hepatitis B" ] ] [ fhir:text [ fhir:v "Polio" ] ] [ fhir:text [ fhir:v "Hib" ] ] ) ; fhir:doseNumber [ fhir:v "4"^^xsd:positiveInteger ] ] ) . # # -------------------------------------------------------------------------------------