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

: Type of surgical biliary anastomosis 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/biliary-anastomosis-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "biliary-anastomosis-type-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 biliary-anastomosis-type-cs</b></p><a name=\"biliary-anastomosis-type-cs\"> </a><a name=\"hcbiliary-anastomosis-type-cs\"> </a><p>This case-insensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biliary-anastomosis-type-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\">duct-to-duct<a name=\"biliary-anastomosis-type-cs-duct-to-duct\"> </a></td><td>Duct-to-duct anastomosis</td><td>Direct end-to-end anastomosis between donor and recipient bile ducts (choledocho-choledochostomy).</td></tr><tr><td style=\"white-space:nowrap\">choledochoenterostomy<a name=\"biliary-anastomosis-type-cs-choledochoenterostomy\"> </a></td><td>Choledochoenterostomy</td><td>Anastomosis of the common bile duct to the intestine.</td></tr><tr><td style=\"white-space:nowrap\">bilioenteric<a name=\"biliary-anastomosis-type-cs-bilioenteric\"> </a></td><td>Bilioenteric anastomosis</td><td>Anastomosis between the biliary tree and the bowel.</td></tr><tr><td style=\"white-space:nowrap\">roux-en-y<a name=\"biliary-anastomosis-type-cs-roux-en-y\"> </a></td><td>Roux-en-Y hepaticojejunostomy</td><td>Biliary drainage via a Roux-en-Y hepaticojejunostomy loop.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biliary-anastomosis-type-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0-ci-build"] ;
  fhir:CodeSystem.name [ fhir:value "BiliaryAnastomosisTypeCS"] ;
  fhir:CodeSystem.title [ fhir:value "Type of surgical biliary anastomosis 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 "Types of biliary anastomosis used in liver transplantation."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "duct-to-duct" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Duct-to-duct anastomosis" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Direct end-to-end anastomosis between donor and recipient bile ducts (choledocho-choledochostomy)." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "choledochoenterostomy" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Choledochoenterostomy" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Anastomosis of the common bile duct to the intestine." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "bilioenteric" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Bilioenteric anastomosis" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Anastomosis between the biliary tree and the bowel." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "roux-en-y" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Roux-en-Y hepaticojejunostomy" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Biliary drainage via a Roux-en-Y hepaticojejunostomy loop." ]
  ] .

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

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