FHIR IG analytics
| Package | fhir.iptpig |
| Resource Type | ValueSet |
| Id | ValueSet-iptp-dose-status-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/daviemukungi/IPTp-FHIR-implementationIG/ValueSet-iptp-dose-status-vs.html |
| URL | http://iptp.kemri.go.ke/fhir/ValueSet/iptp-dose-status-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-30T18:47:18+00:00 |
| Name | IPTpDoseStatusVS |
| Title | IPTp Dose Confirmation Status Value Set |
| Realm | us |
| Authority | hl7 |
| Description | Status codes for tracking whether a self-administered IPTp-SP dose has been confirmed by the patient via SMS reply (T-0 / 24h / 72h confirmation engine) |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "iptp-dose-status-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://iptp.kemri.go.ke/fhir/ValueSet/iptp-dose-status-vs",
"version": "0.1.0",
"name": "IPTpDoseStatusVS",
"title": "IPTp Dose Confirmation Status Value Set",
"status": "draft",
"date": "2026-06-30T18:47:18+00:00",
"publisher": "IPTp-SP Digital Support System Implementation Team",
"contact": [
{
"name": "IPTp-SP Digital Support System Implementation Team",
"telecom": [
{
"system": "url",
"value": "http://iptp.kemri.go.ke"
}
]
}
],
"description": "Status codes for tracking whether a self-administered IPTp-SP dose has been confirmed by the patient via SMS reply (T-0 / 24h / 72h confirmation engine)",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"compose": {
"include": [
{
"system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
"concept": [
{
"code": "confirmation-confirmed"
},
{
"code": "confirmation-pending"
},
{
"code": "confirmation-missed"
}
]
}
]
}
}