GIIS Implementation Guide
0.1.8 - ci-build
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
{
"resourceType" : "CarePlan",
"id" : "ExampleVaccinationCampaign",
"meta" : {
"profile" : [
🔗 "https://paho.org/fhir/giis/StructureDefinition/VaccinationCampaign"
]
},
"text" : {
"status" : "generated",
"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>"
},
"status" : "unknown",
"intent" : "proposal",
"title" : "Yellow Fever Campaign",
"subject" : {
"display" : "Kids between 10 to 14 Y/O"
},
"period" : {
"start" : "2023-11-23",
"end" : "2023-12-23"
}
}