@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "transplant-detail-cs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</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></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></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></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></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></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></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></tr><tr><td style=\"white-space:nowrap\">vascular_anomalies<a name=\"transplant-detail-cs-vascular_anomalies\"> </a></td><td>Vascular anomalies (free text)</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></tr><tr><td style=\"white-space:nowrap\">intraoperative_complications<a name=\"transplant-detail-cs-intraoperative_complications\"> </a></td><td>Intraoperative complication</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></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></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></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail"^^xsd:anyURI ;
     fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail>
  ] ; # 
  fhir:version [ fhir:v "0.1.0-ci-build"] ; # 
  fhir:name [ fhir:v "TransplantDetailCS"] ; # 
  fhir:title [ fhir:v "Transplant Detail CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-05T19:23:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Protect Child"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Protect Child" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://protect-child.eu/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for transplant-level details captured as Observation components."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "13"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "transplant-details-panel" ] ;
     fhir:display [ fhir:v "Transplant details panel" ]
  ] [
     fhir:code [ fhir:v "tx-type" ] ;
     fhir:display [ fhir:v "Transplant type (liver / kidney / combined)" ]
  ] [
     fhir:code [ fhir:v "d_r_weight_ratio" ] ;
     fhir:display [ fhir:v "Donor/recipient weight ratio" ]
  ] [
     fhir:code [ fhir:v "vessel_mismatch_d_r" ] ;
     fhir:display [ fhir:v "Vessel mismatch (donor-recipient)" ]
  ] [
     fhir:code [ fhir:v "cold_ischemia_time" ] ;
     fhir:display [ fhir:v "Cold ischemia time (minutes)" ]
  ] [
     fhir:code [ fhir:v "time_diag_to_tx" ] ;
     fhir:display [ fhir:v "Time from diagnosis to transplant (months)" ]
  ] [
     fhir:code [ fhir:v "warm_ischemia_time" ] ;
     fhir:display [ fhir:v "Warm ischemia time (minutes)" ]
  ] [
     fhir:code [ fhir:v "vascular_anomalies" ] ;
     fhir:display [ fhir:v "Vascular anomalies (free text)" ]
  ] [
     fhir:code [ fhir:v "type_surgical_biliary_anastomosis" ] ;
     fhir:display [ fhir:v "Type of surgical biliary anastomosis" ]
  ] [
     fhir:code [ fhir:v "intraoperative_complications" ] ;
     fhir:display [ fhir:v "Intraoperative complication" ]
  ] [
     fhir:code [ fhir:v "intraoperative_complications_other" ] ;
     fhir:display [ fhir:v "Other intraoperative complications (free text)" ]
  ] [
     fhir:code [ fhir:v "type_ureteral_graft_anastomosis" ] ;
     fhir:display [ fhir:v "Type of ureteral graft anastomosis" ]
  ] [
     fhir:code [ fhir:v "other_type_ureteral_graft_anastomosis" ] ;
     fhir:display [ fhir:v "Other type of ureteral graft anastomosis (free text)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

