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

Profile: AU Base Immunisation

status: completed

vaccineCode: Infanrix Hexa (unknown#IFHX)

patient: Patient/example2: Sally GRANT " GRANT"

occurrence: 2017-05-21

primarySource: true

Performers

-FunctionActor
*Administering Provider (providerRole#AP)Practitioner/example0: Dr Helen Mayo " MAYO"

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Diphtheria due to Corynebacterium diphtheriae (SNOMED CT#397430003; SNOMED CT#76902006; SNOMED CT#27836007; SNOMED CT#66071002; SNOMED CT#398102009)1
" ] ; # 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 "IFHX" ] ] ) ; fhir:text [ fhir:v "Infanrix Hexa" ] ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example2" ] ; fhir:display [ fhir:v "Sally GRANT" ] ] ; # fhir:occurrence [ fhir:v "2017-05-21"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # fhir:performer ( [ fhir:function [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ; fhir:code [ fhir:v "AP" ] ; fhir:display [ fhir:v "Administering Provider" ] ] ) ; fhir:text [ fhir:v "Administering Provider" ] ] ; fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example0" ] ; fhir:display [ fhir:v "Dr Helen Mayo" ] ] ] ) ; # fhir:protocolApplied ( [ fhir:targetDisease ( [ fhir:coding ( [ a sct:397430003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "397430003" ] ] [ a sct:76902006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "76902006" ] ] [ a sct:27836007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "27836007" ] ] [ a sct:66071002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "66071002" ] ] [ a sct:398102009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "398102009" ] ] ) ] ) ; fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ] ] ) . # # -------------------------------------------------------------------------------------