FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | ValueSet |
| Id | ValueSet-iptp-messaging-status-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/daviemukungi/IPTp-FHIR-implementationIG/ValueSet-iptp-messaging-status-vs.html |
| URL | http://iptp.kemri.go.ke/fhir/ValueSet/iptp-messaging-status-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-30T18:47:18+00:00 |
| Name | IPTpMessagingStatusVS |
| Title | IPTp Messaging Status Value Set |
| Realm | us |
| Authority | hl7 |
| Description | Whether SMS reminders are currently active or have been stopped (STOP handling) |
| StructureDefinition | ||
| fhir.iptpig#current | iptp-messaging-status | IPTp Messaging Status |
| CodeSystem | ||
| fhir.iptpig#current | iptp-code-system | IPTp-SP Code System |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet iptp-messaging-status-vs
http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system version 📦0.1.0| Code | Display | Definition |
| messaging-active | Messaging Active | Patient is actively receiving SMS reminders |
| messaging-stopped | Messaging Stopped | Patient sent STOP; all scheduled messages cancelled |
{
"resourceType": "ValueSet",
"id": "iptp-messaging-status-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://iptp.kemri.go.ke/fhir/ValueSet/iptp-messaging-status-vs",
"version": "0.1.0",
"name": "IPTpMessagingStatusVS",
"title": "IPTp Messaging 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": "Whether SMS reminders are currently active or have been stopped (STOP handling)",
"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": "messaging-active"
},
{
"code": "messaging-stopped"
}
]
}
]
}
}