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" : "Immunization",
"id" : "ExampleVaccinationEvent",
"meta" : {
"profile" : [
🔗 "https://paho.org/fhir/giis/StructureDefinition/VaccinationEvent"
]
},
"text" : {
"status" : "extensions",
"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>"
},
"extension" : [
{
"url" : "https://paho.org/fhir/giis/StructureDefinition/giis-campaign",
"valueReference" : {
🔗 "reference" : "CarePlan/ExampleVaccinationCampaign"
}
},
{
"url" : "https://paho.org/fhir/giis/StructureDefinition/giis-healthstatus",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://paho.org/fhir/giis/CodeSystem/HealthStatusCS",
"code" : "15",
"display" : "Healthy"
}
],
"text" : "Healthy"
}
},
{
"url" : "https://paho.org/fhir/giis/StructureDefinition/giis-aefi",
"valueBoolean" : false
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "https://paho.org/fhir/giis/CodeSystem/VaccineCS",
"code" : "2"
}
]
},
"patient" : {
🔗 "reference" : "Patient/ExampleGiispatient"
},
"occurrenceDateTime" : "2023-08-13",
"location" : {
🔗 "reference" : "Location/ExampleHealthfacilityLocation"
},
"lotNumber" : "av231",
"site" : {
"coding" : [
{
"system" : "https://paho.org/fhir/giis/CodeSystem/VaccinationSiteCS",
"code" : "1",
"display" : "Left Arm"
}
],
"text" : "Left Arm"
},
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/ExamplePractitioner"
}
}
],
"note" : [
{
"text" : "Patient with belonephobia"
}
],
"reasonCode" : [
{
"coding" : [
{
"system" : "https://paho.org/fhir/giis/CodeSystem/VaccinationReasonCS",
"code" : "3",
"display" : "Travel consult"
}
],
"text" : "Travel consult"
}
]
}