ChanjoKE Immunization Implementation Guide
0.1.0 - ci-build
ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "KenyanImmunizationExample",
"meta" : {
"profile" : [
🔗 "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/KenyanImmunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization KenyanImmunizationExample</b></p><a name=\"KenyanImmunizationExample\"> </a><a name=\"hcKenyanImmunizationExample\"> </a><a name=\"KenyanImmunizationExample-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 20}, {http://health.gov.tz/CodeSystems/VaccineCodes V004}, {http://id.who.int/icd11/mms XM1PB8}\">DTaP</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample.html\">Grahame Grieve Male, DoB: 1969-04-13</a></p><p><b>occurrence</b>: 2023-10-03 11:27:00+0300</p><p><b>recorded</b>: 2023-10-03 11:29:00+0300</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: ret-234235</p><p><b>expirationDate</b>: 2023-11-01</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}, {https://chanjoke.intellisoftkenya.com/fhir/tz/actors xxx}\">Administering Provider</span></td><td><a href=\"Practitioner-PractitionerExample.html\">Practitioner</a></td></tr></table></div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "20",
"display" : "DTaP"
},
{
"system" : "http://health.gov.tz/CodeSystems/VaccineCodes",
"code" : "V004"
},
{
"system" : "http://id.who.int/icd11/mms",
"code" : "XM1PB8"
}
]
},
"patient" : {
🔗 "reference" : "Patient/PatientExample"
},
"occurrenceDateTime" : "2023-10-03T11:27:00+03:00",
"recorded" : "2023-10-03T11:29:00+03:00",
"primarySource" : true,
"lotNumber" : "ret-234235",
"expirationDate" : "2023-11-01",
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "AP"
},
{
"system" : "https://chanjoke.intellisoftkenya.com/fhir/tz/actors",
"code" : "xxx"
}
]
},
"actor" : {
🔗 "reference" : "Practitioner/PractitionerExample"
}
}
]
}