FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | ValueSet |
| Id | ValueSet-iptp-adr-severity-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/daviemukungi/IPTp-FHIR-implementationIG/ValueSet-iptp-adr-severity-vs.html |
| URL | http://iptp.kemri.go.ke/fhir/ValueSet/iptp-adr-severity-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-30T18:47:18+00:00 |
| Name | IPTpADRSeverityVS |
| Title | IPTp ADR Severity Value Set |
| Realm | us |
| Authority | hl7 |
| Description | Severity codes for adverse drug reactions in the IPTp program |
| StructureDefinition | ||
| fhir.iptpig#current | iptp-adr-observation | IPTp Adverse Drug Reaction Observation |
| 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-adr-severity-vs
http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system version 📦0.1.0| Code | Display | Definition |
| adr-mild | Mild ADR | Mild adverse drug reaction |
| adr-severe | Severe ADR | Severe adverse drug reaction requiring immediate care |
{
"resourceType": "ValueSet",
"id": "iptp-adr-severity-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://iptp.kemri.go.ke/fhir/ValueSet/iptp-adr-severity-vs",
"version": "0.1.0",
"name": "IPTpADRSeverityVS",
"title": "IPTp ADR Severity 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": "Severity codes for adverse drug reactions in the IPTp program",
"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": "adr-mild"
},
{
"code": "adr-severe"
}
]
}
]
}
}