FHIR IG analytics| Package | pc.ig |
| Resource Type | ValueSet |
| Id | ValueSet-patient-abo-group-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/ValueSet-patient-abo-group-vs.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/patient-abo-group-vs |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-02-09T17:40:58+00:00 |
| Name | PatientABOGroupVS |
| Title | ABO Group ValueSet |
| Description | ABO blood groups for transplant recipients and donors. |
| StructureDefinition | |
| patient-abo-group-observation | ABO group observation |
| CodeSystem | |
| patient-abo-group | ABO Group CodeSystem |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet patient-abo-group-vs
https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-abo-group version 📦0.1.0-ci-build| Code | Display |
| A | Group A |
| B | Group B |
| AB | Group AB |
| O | Group O |
{
"resourceType": "ValueSet",
"id": "patient-abo-group-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/patient-abo-group-vs",
"version": "0.1.0-ci-build",
"name": "PatientABOGroupVS",
"title": "ABO Group ValueSet",
"status": "draft",
"date": "2026-02-09T17:40:58+00:00",
"publisher": "Protect Child",
"contact": [
{
"name": "Protect Child",
"telecom": [
{
"system": "url",
"value": "https://protect-child.eu/"
}
]
}
],
"description": "ABO blood groups for transplant recipients and donors.",
"compose": {
"include": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-abo-group",
"concept": [
{
"code": "A"
},
{
"code": "B"
},
{
"code": "AB"
},
{
"code": "O"
}
]
}
]
}
}