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

: Vascular Complication Type ValueSet - 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/ValueSet/vascular-complication-type-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "vascular-complication-type-vs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vascular-complication-type-vs</b></p><a name=\"vascular-complication-type-vs\"> </a><a name=\"hcvascular-complication-type-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-vascular-complication-type-cs.html\"><code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/vascular-complication-type-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0-ci-build</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-vascular-complication-type-cs.html#vascular-complication-type-cs-HAT\">HAT</a></td><td style=\"color: #cccccc\">HAT</td><td>Hepatic artery thrombosis (HAT).</td></tr><tr><td><a href=\"CodeSystem-vascular-complication-type-cs.html#vascular-complication-type-cs-portal-vein-stenosis\">portal-vein-stenosis</a></td><td style=\"color: #cccccc\">Portal Vein Stenosis</td><td>Stenosis of the portal vein.</td></tr><tr><td><a href=\"CodeSystem-vascular-complication-type-cs.html#vascular-complication-type-cs-portal-vein-thrombosis\">portal-vein-thrombosis</a></td><td style=\"color: #cccccc\">Portal Vein Thrombosis</td><td>Thrombosis of the portal vein.</td></tr><tr><td><a href=\"CodeSystem-vascular-complication-type-cs.html#vascular-complication-type-cs-unknown\">unknown</a></td><td style=\"color: #cccccc\">Unknown</td><td>Vascular complication of unknown type.</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/vascular-complication-type-vs"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0-ci-build"] ;
  fhir:ValueSet.name [ fhir:value "VascularComplicationTypeVS"] ;
  fhir:ValueSet.title [ fhir:value "Vascular Complication Type ValueSet"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-11T12:50:29+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Protect Child"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "Types of vascular complication occurring after solid-organ transplantation."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/vascular-complication-type-cs" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "HAT" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "portal-vein-stenosis" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "portal-vein-thrombosis" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "unknown" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/vascular-complication-type-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/vascular-complication-type-vs.ttl> .