DHIN 2025Connectathon FHIR IG
0.1.0 - draft
DHIN 2025Connectathon FHIR IG, published by DHIN. 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/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "NgImmunization-003",
"meta" : {
"profile" : [
🔗 "https://sandbox.dhin-hie.org/ig/StructureDefinition/NgImmunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization NgImmunization-003</b></p><a name=\"NgImmunization-003\"> </a><a name=\"hcNgImmunization-003\"> </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-NgImmunization.html\">NG Immunization</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local IMMZ.Z.DE28}\">Tetanus Diphtheria</span></p><p><b>patient</b>: <code>NgPatient/NgPatient-001</code></p><p><b>occurrence</b>: 2025-11-04 09:10:00+0100</p><p><b>manufacturer</b>: <code>NgOrganization/NgOrganization-001</code></p><p><b>lotNumber</b>: TD25-0300</p><p><b>expirationDate</b>: 2027-12-31</p><p><b>site</b>: <span title=\"Codes:\">Left deltoid</span></p><p><b>route</b>: <span title=\"Codes:\">Intramuscular</span></p><p><b>doseQuantity</b>: 0.5 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</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><code>NgPractitioner/NgPractitioner-001</code></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>two</td></tr></table></div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local",
"code" : "IMMZ.Z.DE28",
"display" : "Tetanus Diphtheria"
}
]
},
"patient" : {
"reference" : "NgPatient/NgPatient-001"
},
"occurrenceDateTime" : "2025-11-04T09:10:00+01:00",
"manufacturer" : {
"reference" : "NgOrganization/NgOrganization-001"
},
"lotNumber" : "TD25-0300",
"expirationDate" : "2027-12-31",
"site" : {
"text" : "Left deltoid"
},
"route" : {
"text" : "Intramuscular"
},
"doseQuantity" : {
"value" : 0.5,
"unit" : "mL",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
},
"performer" : [
{
"actor" : {
"reference" : "NgPractitioner/NgPractitioner-001"
}
}
],
"protocolApplied" : [
{
"doseNumberString" : "two"
}
]
}