FHIR IG analytics| Package | pc.ig |
| Resource Type | CodeSystem |
| Id | CodeSystem-donor-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-donor-type.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/donor-type |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-02-09T17:40:58+00:00 |
| Name | DonorTypeCS |
| Title | Donor type |
| Description | Living vs deceased donor classification. |
| Content | complete |
| ValueSet | |
| donor-type | Donor type value set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem donor-type
This case-sensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/donor-type defines the following codes:
| Code | Display |
| living | Living donor |
| deceased | Deceased donor |
{
"resourceType": "CodeSystem",
"id": "donor-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/donor-type",
"version": "0.1.0-ci-build",
"name": "DonorTypeCS",
"title": "Donor type",
"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": "Living vs deceased donor classification.",
"caseSensitive": true,
"content": "complete",
"count": 2,
"concept": [
{
"code": "living",
"display": "Living donor"
},
{
"code": "deceased",
"display": "Deceased donor"
}
]
}