@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example2"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-immunization"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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:Immunization.status [ fhir:value "completed"]; fhir:Immunization.vaccineCode [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:1.2.36.1.2001.1005.17" ]; fhir:Coding.code [ fhir:value "IFHX" ] ]; fhir:CodeableConcept.text [ fhir:value "Infanrix Hexa" ] ]; fhir:Immunization.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example2" ]; fhir:Reference.display [ fhir:value "Sally GRANT" ] ]; fhir:Immunization.occurrenceDateTime [ fhir:value "2017-05-21"^^xsd:date]; fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean]; fhir:Immunization.performer [ fhir:index 0; fhir:Immunization.performer.function [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0443" ]; fhir:Coding.code [ fhir:value "AP" ]; fhir:Coding.display [ fhir:value "Administering Provider" ] ]; fhir:CodeableConcept.text [ fhir:value "Administering Provider" ] ]; fhir:Immunization.performer.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example0" ]; fhir:Reference.display [ fhir:value "Dr Helen Mayo" ] ] ]; fhir:Immunization.protocolApplied [ fhir:index 0; fhir:Immunization.protocolApplied.targetDisease [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:397430003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "397430003" ] ], [ fhir:index 1; a sct:76902006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "76902006" ] ], [ fhir:index 2; a sct:27836007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "27836007" ] ], [ fhir:index 3; a sct:66071002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "66071002" ] ], [ fhir:index 4; a sct:398102009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "398102009" ] ] ]; fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------