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-cs |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-08-11T12:50:29+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-cs defines the following codes:
{
"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-cs",
"version": "0.1.0-ci-build",
"name": "ClinicalEventProcedureTypeCS",
"title": "Clinical Event Procedure Type CodeSystem",
"status": "draft",
"experimental": true,
"date": "2026-08-11T12:50:29+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",
"definition": "Renal replacement therapy by haemodialysis."
},
{
"code": "peritoneal-dialysis",
"display": "Peritoneal dialysis",
"definition": "Renal replacement therapy by peritoneal dialysis."
},
{
"code": "retransplantation",
"display": "Retransplantation",
"definition": "Repeat transplantation of the same organ."
},
{
"code": "transplant-listing",
"display": "Listed for retransplant",
"definition": "Placement of the patient on the waiting list for (re)transplantation."
}
]
}