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

Profile: AU Core Immunization

status: completed

vaccineCode: Engerix-B (paediatric) (air-vaccine-code-formats#ENGP)

patient: Patient/baby-smith-john " SMITH"

occurrence: 2023-01-24

primarySource: true

location: Location/au-hospital "QLD Hospital"

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Hepatitis B ()1
" ] ; # 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 "ENGP" ] ] ) ; fhir:text [ fhir:v "Engerix-B (paediatric)" ] ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/baby-smith-john" ] ] ; # fhir:occurrence [ fhir:v "2023-01-24"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # fhir:location [ fhir:link ; fhir:reference [ fhir:v "Location/au-hospital" ] ] ; # fhir:protocolApplied ( [ fhir:targetDisease ( [ fhir:text [ fhir:v "Hepatitis B" ] ] ) ; fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ] ] ) . # # -------------------------------------------------------------------------------------