This page is part of the Australian Base IG (v1.1.1: AU Base 1.1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions
Formats: Narrative,XML, JSON, Turtle
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Immunization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "immunization-example2"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: immunization-example2</p><p><b>status</b>: completed</p><p><b>notGiven</b>: false</p><p><b>vaccineCode</b>: Infanrix Hexa <span style=\"background: LightGoldenRodYellow\">(Details : {urn:oid:1.2.36.1.2001.1005.17 code 'IFHX' = 'Infanrix Hexa)</span></p><p><b>patient</b>: <a href=\"Patient-example2.html\">Sally GRANT. Generated Summary: id: example2; Medicare Number = 1234567892; Sally Grant ; sgrant@amail.com.au; gender: female</a></p><p><b>date</b>: 2017-05-21</p><p><b>primarySource</b>: true</p><h3>Practitioners</h3><table class=\"grid\"><tr><td>-</td><td><b>Role</b></td><td><b>Actor</b></td></tr><tr><td>*</td><td>Administering Provider <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/v2/0443 code 'AP' = 'Administering Provider', given as 'Administering Provider'})</span></td><td><a href=\"Practitioner-example0.html\">Dr Helen Mayo. Generated Summary: id: example0; HPI-I = 8003619900015717, Prescriber Number = 453221; active; Helen Mayo ; helen.mayo@downunderhospital.com.au(WORK)</a></td></tr></table><h3>VaccinationProtocols</h3><table class=\"grid\"><tr><td>-</td><td><b>DoseSequence</b></td><td><b>TargetDisease</b></td><td><b>DoseStatus</b></td></tr><tr><td>*</td><td>1</td><td>Diphtheria due to Corynebacterium diphtheriae <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '397430003' = 'Diphtheria due to Corynebacterium diphtheriae; {SNOMED CT code '76902006' = 'Tetanus; {SNOMED CT code '27836007' = 'Pertussis; {SNOMED CT code '66071002' = 'Type B viral hepatitis; {SNOMED CT code '398102009' = 'Acute poliomyelitis)</span></td><td>Not available <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/v3/NullFlavor code 'NAVU' = 'Not available', given as 'Not available'})</span></td></tr></table></div>" ]; fhir:Immunization.status [ fhir:value "completed"]; fhir:Immunization.notGiven [ fhir:value "false"^^xsd:boolean]; 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:Reference.reference [ fhir:value "Patient/example2" ]; fhir:Reference.display [ fhir:value "Sally GRANT" ] ]; fhir:Immunization.date [ fhir:value "2017-05-21"^^xsd:date]; fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean]; fhir:Immunization.practitioner [ fhir:index 0; fhir:Immunization.practitioner.role [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v2/0443" ]; fhir:Coding.code [ fhir:value "AP" ]; fhir:Coding.display [ fhir:value "Administering Provider" ] ]; fhir:CodeableConcept.text [ fhir:value "Administering Provider" ] ]; fhir:Immunization.practitioner.actor [ fhir:Reference.reference [ fhir:value "Practitioner/example0" ]; fhir:Reference.display [ fhir:value "Dr Helen Mayo" ] ] ]; fhir:Immunization.vaccinationProtocol [ fhir:index 0; fhir:Immunization.vaccinationProtocol.doseSequence [ fhir:value "1"^^xsd:positiveInteger ]; fhir:Immunization.vaccinationProtocol.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.vaccinationProtocol.doseStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/NullFlavor" ]; fhir:Coding.code [ fhir:value "NAVU" ]; fhir:Coding.display [ fhir:value "Not available" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.