hl7-eu-logo
PROTECT-CHILD Pediatric Transplant Data Implementation Guide
0.1.0-ci-build -

PROTECT-CHILD Pediatric Transplant Data Implementation Guide
0.1.0-ci-build - ci-build

PROTECT-CHILD Pediatric Transplant Data Implementation Guide, published by Protect Child. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/protect-child/ and changes regularly. See the Directory of published versions

: Transplant Detail CodeSystem - TTL Representation

Draft as of 2026-08-11

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/transplant-detail-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "transplant-detail-cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem transplant-detail-cs</b></p><a name=\"transplant-detail-cs\"> </a><a name=\"hctransplant-detail-cs\"> </a><p>This case-insensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">transplant-details-panel<a name=\"transplant-detail-cs-transplant-details-panel\"> </a></td><td>Transplant details panel</td><td>Panel grouping intraoperative transplant detail observations.</td></tr><tr><td style=\"white-space:nowrap\">tx-type<a name=\"transplant-detail-cs-tx-type\"> </a></td><td>Transplant type (liver / kidney / combined)</td><td>Type of transplant (liver, kidney, or combined).</td></tr><tr><td style=\"white-space:nowrap\">d_r_weight_ratio<a name=\"transplant-detail-cs-d_r_weight_ratio\"> </a></td><td>Donor/recipient weight ratio</td><td>Ratio of donor to recipient body weight.</td></tr><tr><td style=\"white-space:nowrap\">vessel_mismatch_d_r<a name=\"transplant-detail-cs-vessel_mismatch_d_r\"> </a></td><td>Vessel mismatch (donor-recipient)</td><td>Whether a donor-recipient vessel-size mismatch was present.</td></tr><tr><td style=\"white-space:nowrap\">cold_ischemia_time<a name=\"transplant-detail-cs-cold_ischemia_time\"> </a></td><td>Cold ischemia time (minutes)</td><td>Cold ischaemia time, in minutes.</td></tr><tr><td style=\"white-space:nowrap\">time_diag_to_tx<a name=\"transplant-detail-cs-time_diag_to_tx\"> </a></td><td>Time from diagnosis to transplant (months)</td><td>Time from primary diagnosis to transplant, in months.</td></tr><tr><td style=\"white-space:nowrap\">warm_ischemia_time<a name=\"transplant-detail-cs-warm_ischemia_time\"> </a></td><td>Warm ischemia time (minutes)</td><td>Warm ischaemia time, in minutes.</td></tr><tr><td style=\"white-space:nowrap\">vascular_anomalies<a name=\"transplant-detail-cs-vascular_anomalies\"> </a></td><td>Vascular anomalies (free text)</td><td>Free-text description of vascular anomalies.</td></tr><tr><td style=\"white-space:nowrap\">type_surgical_biliary_anastomosis<a name=\"transplant-detail-cs-type_surgical_biliary_anastomosis\"> </a></td><td>Type of surgical biliary anastomosis</td><td>Type of surgical biliary anastomosis performed.</td></tr><tr><td style=\"white-space:nowrap\">intraoperative_complications<a name=\"transplant-detail-cs-intraoperative_complications\"> </a></td><td>Intraoperative complication</td><td>Intraoperative complication that occurred.</td></tr><tr><td style=\"white-space:nowrap\">intraoperative_complications_other<a name=\"transplant-detail-cs-intraoperative_complications_other\"> </a></td><td>Other intraoperative complications (free text)</td><td>Free-text description of other intraoperative complications.</td></tr><tr><td style=\"white-space:nowrap\">type_ureteral_graft_anastomosis<a name=\"transplant-detail-cs-type_ureteral_graft_anastomosis\"> </a></td><td>Type of ureteral graft anastomosis</td><td>Type of ureteral graft anastomosis performed.</td></tr><tr><td style=\"white-space:nowrap\">other_type_ureteral_graft_anastomosis<a name=\"transplant-detail-cs-other_type_ureteral_graft_anastomosis\"> </a></td><td>Other type of ureteral graft anastomosis (free text)</td><td>Free-text description of another ureteral anastomosis type.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0-ci-build"] ;
  fhir:CodeSystem.name [ fhir:value "TransplantDetailCS"] ;
  fhir:CodeSystem.title [ fhir:value "Transplant Detail CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-11T12:50:29+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Protect Child"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Protect Child" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://protect-child.eu/" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Codes for transplant-level details captured as Observation components."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "13"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "transplant-details-panel" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Transplant details panel" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Panel grouping intraoperative transplant detail observations." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "tx-type" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Transplant type (liver / kidney / combined)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Type of transplant (liver, kidney, or combined)." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "d_r_weight_ratio" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Donor/recipient weight ratio" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Ratio of donor to recipient body weight." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "vessel_mismatch_d_r" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Vessel mismatch (donor-recipient)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Whether a donor-recipient vessel-size mismatch was present." ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "cold_ischemia_time" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Cold ischemia time (minutes)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Cold ischaemia time, in minutes." ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "time_diag_to_tx" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Time from diagnosis to transplant (months)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Time from primary diagnosis to transplant, in months." ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "warm_ischemia_time" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Warm ischemia time (minutes)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Warm ischaemia time, in minutes." ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "vascular_anomalies" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Vascular anomalies (free text)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Free-text description of vascular anomalies." ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "type_surgical_biliary_anastomosis" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Type of surgical biliary anastomosis" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Type of surgical biliary anastomosis performed." ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "intraoperative_complications" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Intraoperative complication" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Intraoperative complication that occurred." ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "intraoperative_complications_other" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Other intraoperative complications (free text)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Free-text description of other intraoperative complications." ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "type_ureteral_graft_anastomosis" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Type of ureteral graft anastomosis" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Type of ureteral graft anastomosis performed." ]
  ], [
     fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "other_type_ureteral_graft_anastomosis" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Other type of ureteral graft anastomosis (free text)" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Free-text description of another ureteral anastomosis type." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/transplant-detail-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/transplant-detail-cs.ttl> .