FHIR IG analytics| Package | pc.ig |
| Resource Type | ValueSet |
| Id | ValueSet-transplant-type-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/ValueSet-transplant-type-vs.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/transplant-type-vs |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-02-09T17:40:58+00:00 |
| Name | TransplantTypeVS |
| Title | Transplant Type ValueSet |
| Description | Allowed transplant types. |
| StructureDefinition | |
| transplant | Transplant |
| CodeSystem | |
| transplant-type | Transplant Type CodeSystem |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet transplant-type-vs
https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-type version 📦0.1.0-ci-build| Code | Display |
| liver | Liver transplant |
| kidney | Kidney transplant |
| combined | Combined liver-kidney transplant |
{
"resourceType": "ValueSet",
"id": "transplant-type-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/transplant-type-vs",
"version": "0.1.0-ci-build",
"name": "TransplantTypeVS",
"title": "Transplant Type 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": "Allowed transplant types.",
"compose": {
"include": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-type",
"concept": [
{
"code": "liver"
},
{
"code": "kidney"
},
{
"code": "combined"
}
]
}
]
}
}