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

Generated Narrative: Immunization

Resource Immunization "example1"

Profile: AU Base Immunisation

status: completed

vaccineCode: Infanrix-Hep B (unknown#IFXB)

patient: Patient/example2: Sally GRANT " GRANT"

occurrence: 2018-02-27

primarySource: true

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:vaccineCode [ fhir:coding ( [ fhir:system [ fhir:v "urn:oid:1.2.36.1.2001.1005.17"^^xsd:anyURI ] ; fhir:code [ fhir:v "IFXB" ] ] ) ; fhir:text [ fhir:v "Infanrix-Hep B" ] ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example2" ] ; fhir:display [ fhir:v "Sally GRANT" ] ] ; # fhir:occurrence [ fhir:v "2018-02-27"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] . # # -------------------------------------------------------------------------------------