FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | CodeSystem |
| Id | CodeSystem-clinical-event-procedure-type-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-clinical-event-procedure-type-cs.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-event-procedure-type |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-06-05T19:23:32+00:00 |
| Name | ClinicalEventProcedureTypeCS |
| Title | Clinical Event Procedure Type CodeSystem |
| Realm | eu |
| Authority | hl7 |
| Description | Types of procedures linked to a ClinicalEvent via ClinicalEventProcedure.reasonReference. Used for dialysis episodes, retransplantation, and transplant-list entry (DMv1.2). |
| Content | complete |
| ValueSet | ||
| hl7.eu.fhir.protect-child#current | clinical-event-procedure-type-vs | Clinical Event Procedure Type ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem clinical-event-procedure-type-cs
This case-insensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-event-procedure-type defines the following codes:
| Code | Display |
| hemodialysis | Hemodialysis |
| peritoneal-dialysis | Peritoneal dialysis |
| retransplantation | Retransplantation |
| transplant-listing | Listed for retransplant |
{
"resourceType": "CodeSystem",
"id": "clinical-event-procedure-type-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-event-procedure-type",
"version": "0.1.0-ci-build",
"name": "ClinicalEventProcedureTypeCS",
"title": "Clinical Event Procedure Type CodeSystem",
"status": "draft",
"experimental": true,
"date": "2026-06-05T19:23:32+00:00",
"publisher": "Protect Child",
"contact": [
{
"name": "Protect Child",
"telecom": [
{
"system": "url",
"value": "https://protect-child.eu/"
}
]
}
],
"description": "Types of procedures linked to a ClinicalEvent via ClinicalEventProcedure.reasonReference. Used for dialysis episodes, retransplantation, and transplant-list entry (DMv1.2).",
"caseSensitive": false,
"content": "complete",
"count": 4,
"concept": [
{
"code": "hemodialysis",
"display": "Hemodialysis"
},
{
"code": "peritoneal-dialysis",
"display": "Peritoneal dialysis"
},
{
"code": "retransplantation",
"display": "Retransplantation"
},
{
"code": "transplant-listing",
"display": "Listed for retransplant"
}
]
}