IPTp-SP Digital Support System Implementation Guide
0.1.0 - ci-build
IPTp-SP Digital Support System Implementation Guide, published by IPTp-SP Digital Support System Implementation Team. 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/daviemukungi/IPTp-FHIR-implementationIG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "iptp-dose-schedule-003",
"meta" : {
"profile" : [
🔗 "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-dose-schedule"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest iptp-dose-schedule-003</b></p><a name=\"iptp-dose-schedule-003\"> </a><a name=\"hciptp-dose-schedule-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-iptp-dose-schedule.html\">IPTp Planned Dose Schedule</a></p></div><p><b>IPTp Dose Number</b>: 3</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title=\"Codes:{http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system iptp-dose-planned}\">IPTp Dose Planned</span></p><p><b>subject</b>: <a href=\"Patient-iptp-patient-001.html\">Anonymous Patient Female, DoB Unknown</a></p><p><b>occurrence</b>: 2026-05-11</p><p><b>requester</b>: <a href=\"Practitioner-iptp-practitioner-001.html\">Practitioner Grace Wanjiru </a></p><p><b>locationReference</b>: <a href=\"Location-iptp-facility-001.html\">Location Shinyalu Sub-County Hospital</a></p><p><b>note</b>: </p><blockquote><div><p>Dose spacing note: minimum 28 days from Dose 2 (2026-04-13)</p>\n</div></blockquote></div>"
},
"extension" : [
{
"url" : "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-dose-number",
"valuePositiveInt" : 3
}
],
"status" : "active",
"intent" : "plan",
"code" : {
"coding" : [
{
"system" : "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
"code" : "iptp-dose-planned",
"display" : "IPTp Dose Planned"
}
]
},
"subject" : {
🔗 "reference" : "Patient/iptp-patient-001"
},
"occurrenceDateTime" : "2026-05-11",
"requester" : {
🔗 "reference" : "Practitioner/iptp-practitioner-001"
},
"locationReference" : [
{
🔗 "reference" : "Location/iptp-facility-001"
}
],
"note" : [
{
"text" : "Dose spacing note: minimum 28 days from Dose 2 (2026-04-13)"
}
]
}