FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | ValueSet |
| Id | ValueSet-iptp-issue-type-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/daviemukungi/IPTp-FHIR-implementationIG/ValueSet-iptp-issue-type-vs.html |
| URL | http://iptp.kemri.go.ke/fhir/ValueSet/iptp-issue-type-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-30T18:47:18+00:00 |
| Name | IPTpIssueTypeVS |
| Title | IPTp Issue Type Value Set |
| Realm | us |
| Authority | hl7 |
| Description | Non-ADR issue types reportable via the Have-an-Issue SMS flow |
| StructureDefinition | ||
| fhir.iptpig#current | iptp-issue-report | IPTp Issue Report |
| 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-issue-type-vs
http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system version 📦0.1.0| Code | Display | Definition |
| issue-type-lost-medicine | Lost Medicine | Patient reports lost or misplaced IPTp-SP tablets |
| issue-type-other | Other Issue | Other free-text patient-reported concern (issue_text encrypted, manual_review_flag = TRUE) |
{
"resourceType": "ValueSet",
"id": "iptp-issue-type-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://iptp.kemri.go.ke/fhir/ValueSet/iptp-issue-type-vs",
"version": "0.1.0",
"name": "IPTpIssueTypeVS",
"title": "IPTp Issue Type 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": "Non-ADR issue types reportable via the Have-an-Issue SMS flow",
"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": "issue-type-lost-medicine"
},
{
"code": "issue-type-other"
}
]
}
]
}
}