FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| fhir.kisumuhie#current | kchip-lab-results | KCHIP Key Laboratory Results |
Resources that this resource uses
| CodeSystem |
| fhir.kisumuhie#current | KCHIPCodes | KCHIP Minimum Dataset Code System |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "KCHIPBloodGroupVS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.kisumuhealth.co.ke/ValueSet/KCHIPBloodGroupVS",
"version": "0.1.0",
"name": "KCHIPBloodGroupVS",
"title": "KCHIP Blood Group and Rh Factor",
"status": "draft",
"date": "2026-06-16T20:08:11+00:00",
"publisher": "intellisoftkenya",
"contact": [
{
"name": "intellisoftkenya",
"telecom": [
{
"system": "url",
"value": "https://www.intellisoftkenya.com/"
}
]
}
],
"description": "Combined ABO blood group and Rh factor result",
"compose": {
"include": [
{
"system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
"concept": [
{
"code": "blood-group-a-pos"
},
{
"code": "blood-group-a-neg"
},
{
"code": "blood-group-b-pos"
},
{
"code": "blood-group-b-neg"
},
{
"code": "blood-group-ab-pos"
},
{
"code": "blood-group-ab-neg"
},
{
"code": "blood-group-o-pos"
},
{
"code": "blood-group-o-neg"
}
]
}
]
}
}