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 Campaign - 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:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleVaccinationCampaign"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://paho.org/fhir/giis/StructureDefinition/VaccinationCampaign"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/giis/StructureDefinition/VaccinationCampaign> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan ExampleVaccinationCampaign</b></p><a name=\"ExampleVaccinationCampaign\"> </a><a name=\"hcExampleVaccinationCampaign\"> </a><a name=\"ExampleVaccinationCampaign-en-US\"> </a><p><b>status</b>: Unknown</p><p><b>intent</b>: Proposal</p><p><b>title</b>: Yellow Fever Campaign</p><p><b>subject</b>: Kids between 10 to 14 Y/O</p><p><b>period</b>: 2023-11-23 --> 2023-12-23</p></div>"
] ; #
fhir:status [ fhir:v "unknown"] ; #
fhir:intent [ fhir:v "proposal"] ; #
fhir:title [ fhir:v "Yellow Fever Campaign"] ; #
fhir:subject [
fhir:display [ fhir:v "Kids between 10 to 14 Y/O" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2023-11-23"^^xsd:date ] ;
fhir:end [ fhir:v "2023-12-23"^^xsd:date ]
] . #