FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| fhir.kisumuhie#current | MNCHCodes | MNCH DAK Local Code System |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "MNCHHIVResultVS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.kisumuhealth.co.ke/ValueSet/MNCHHIVResultVS",
"version": "0.1.0",
"name": "MNCHHIVResultVS",
"title": "MNCH HIV Test Result",
"status": "draft",
"date": "2026-06-16T20:08:11+00:00",
"publisher": "intellisoftkenya",
"contact": [
{
"name": "intellisoftkenya",
"telecom": [
{
"system": "url",
"value": "https://www.intellisoftkenya.com/"
}
]
}
],
"description": "HIV test result (MNCH.E.DE.3 / MNCH.F.DE.25)",
"compose": {
"include": [
{
"system": "http://fhir.health.go.ke/mnch/CodeSystem/MNCHCodes",
"concept": [
{
"code": "hiv-positive"
},
{
"code": "hiv-negative"
},
{
"code": "hiv-indeterminate"
},
{
"code": "hiv-unknown"
}
]
}
]
}
}