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

Profile: AU Base Immunisation

status: not-done

statusReason: Patient objection (SNOMED CT#1620681000168106)

vaccineCode: varicella-zoster live vaccine (SNOMED CT#830851000168105)

patient: Patient/example1: Harry DAN \" DAN\"

occurrence: 2017-08-15

primarySource: true

Performers

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

note: Patient refused administration of Zostavax

" ]; fhir:Immunization.status [ fhir:value "not-done"]; fhir:Immunization.statusReason [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:1620681000168106; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "1620681000168106" ]; fhir:Coding.display [ fhir:value "Patient objection" ] ] ]; fhir:Immunization.vaccineCode [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:830851000168105; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "830851000168105" ]; fhir:Coding.display [ fhir:value "varicella-zoster live vaccine" ] ] ]; fhir:Immunization.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example1" ]; fhir:Reference.display [ fhir:value "Harry DAN" ] ]; fhir:Immunization.occurrenceDateTime [ fhir:value "2017-08-15"^^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.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Patient refused administration of Zostavax" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------