GIIS Implementation Guide
0.1.8 - ci-build International flag

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 calendar event - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "ExampleVaccinationCalendarEvent"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://paho.org/fhir/giis/StructureDefinition/VaccinationCalendarEvent"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/giis/StructureDefinition/VaccinationCalendarEvent>     ] )
  ] ; # 
  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 ExampleVaccinationCalendarEvent</b></p><a name=\"ExampleVaccinationCalendarEvent\"> </a><a name=\"hcExampleVaccinationCalendarEvent\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VaccinationCalendarEvent.html\">VaccinationCalendarEvent</a></p></div><p><b>AEFI</b>: false</p><p><b>Campaign</b>: <a href=\"CarePlan-ExampleVaccinationCampaign.html\">CarePlan Yellow Fever Campaign</a></p><p><b>Vaccination Appointment</b>: <a href=\"ImmunizationRecommendation-ExampleVaccinationAppointment.html\">ImmunizationRecommendation: date = 2023-10-01</a></p><p><b>status</b>: Not Done</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>: all231</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>: </p><blockquote><div><p>Patient with belonephobia</p>\n</div></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://paho.org/fhir/giis/StructureDefinition/giis-aefi"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] [
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-appointment"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "ImmunizationRecommendation/ExampleVaccinationAppointment" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "not-done"] ; # 
  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 [
a fhir:dateTime ;
fhir:v "2023-08-13"^^xsd:date
  ] ; # 
  fhir:location [
fhir:reference [ fhir:v "Location/ExampleHealthfacilityLocation" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "all231"] ; # 
  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" ]
  ] ) . #