FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | ValueSet |
| Id | ValueSet-iptp-resolution-status-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/daviemukungi/IPTp-FHIR-implementationIG/ValueSet-iptp-resolution-status-vs.html |
| URL | http://iptp.kemri.go.ke/fhir/ValueSet/iptp-resolution-status-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-30T18:47:18+00:00 |
| Name | IPTpResolutionStatusVS |
| Title | IPTp Resolution Status Value Set |
| Realm | us |
| Authority | hl7 |
| Description | Whether a reported issue is still open or has been resolved |
| StructureDefinition | ||
| fhir.iptpig#current | iptp-resolution-status | IPTp Issue Resolution 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-resolution-status-vs
http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system version 📦0.1.0| Code | Display | Definition |
| resolution-open | Open | Issue is open and unresolved |
| resolution-resolved | Resolved | Issue has been resolved |
{
"resourceType": "ValueSet",
"id": "iptp-resolution-status-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://iptp.kemri.go.ke/fhir/ValueSet/iptp-resolution-status-vs",
"version": "0.1.0",
"name": "IPTpResolutionStatusVS",
"title": "IPTp Resolution 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 a reported issue is still open or has been resolved",
"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": "resolution-open"
},
{
"code": "resolution-resolved"
}
]
}
]
}
}