FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeCodeSystem
IdCodeSystem-clinical-event-procedure-type-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-clinical-event-procedure-type-cs.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-event-procedure-type
Version0.1.0-ci-build
Statusdraft
Date2026-06-05T19:23:32+00:00
NameClinicalEventProcedureTypeCS
TitleClinical Event Procedure Type CodeSystem
Realmeu
Authorityhl7
DescriptionTypes of procedures linked to a ClinicalEvent via ClinicalEventProcedure.reasonReference. Used for dialysis episodes, retransplantation, and transplant-list entry (DMv1.2).
Contentcomplete

Resources that use this resource

ValueSet
hl7.eu.fhir.protect-child#currentclinical-event-procedure-type-vsClinical Event Procedure Type ValueSet

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplay
hemodialysis Hemodialysis
peritoneal-dialysis Peritoneal dialysis
retransplantation Retransplantation
transplant-listing Listed for retransplant

Source1

{
  "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"
    }
  ]
}