GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions
: Example Vaccination event - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleVaccinationEvent"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://paho.org/fhir/giis/StructureDefinition/VaccinationEvent"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/giis/StructureDefinition/VaccinationEvent> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ExampleVaccinationEvent</b></p><a name=\"ExampleVaccinationEvent\"> </a><a name=\"hcExampleVaccinationEvent\"> </a><a name=\"ExampleVaccinationEvent-en-US\"> </a><p><b>Campaign</b>: <a href=\"CarePlan-ExampleVaccinationCampaign.html\">CarePlan Yellow Fever Campaign</a></p><p><b>Health Status</b>: <span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/HealthStatusCS 15}\">Healthy</span></p><p><b>AEFI</b>: false</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/VaccineCS 2}\">anthrax vaccine</span></p><p><b>patient</b>: <a href=\"Patient-ExampleGiispatient.html\">George Dylan Denver Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)</a></p><p><b>occurrence</b>: 2023-08-13</p><p><b>location</b>: <a href=\"Location-ExampleHealthfacilityLocation.html\">Location Saint's George</a></p><p><b>lotNumber</b>: av231</p><p><b>site</b>: <span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/VaccinationSiteCS 1}\">Left Arm</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitioner.html\">Practitioner Dylan Carpenter</a></td></tr></table><p><b>note</b>: Patient with belonephobia</p><p><b>reasonCode</b>: <span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/VaccinationReasonCS 3}\">Travel consult</span></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://paho.org/fhir/giis/StructureDefinition/giis-campaign"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "CarePlan/ExampleVaccinationCampaign" ] ]
] [
fhir:url [ fhir:v "https://paho.org/fhir/giis/StructureDefinition/giis-healthstatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/giis/CodeSystem/HealthStatusCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15" ] ;
fhir:display [ fhir:v "Healthy" ] ] ) ;
fhir:text [ fhir:v "Healthy" ] ]
] [
fhir:url [ fhir:v "https://paho.org/fhir/giis/StructureDefinition/giis-aefi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/giis/CodeSystem/VaccineCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/ExampleGiispatient" ]
] ; #
fhir:occurrence [ fhir:v "2023-08-13"^^xsd:date] ; #
fhir:location [
fhir:reference [ fhir:v "Location/ExampleHealthfacilityLocation" ]
] ; #
fhir:lotNumber [ fhir:v "av231"] ; #
fhir:site [
( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/giis/CodeSystem/VaccinationSiteCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Left Arm" ] ] ) ;
fhir:text [ fhir:v "Left Arm" ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/ExamplePractitioner" ] ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Patient with belonephobia" ]
] ) ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/giis/CodeSystem/VaccinationReasonCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Travel consult" ] ] ) ;
fhir:text [ fhir:v "Travel consult" ]
] ) . #