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

: Clinical Event Evidence CodeSystem - TTL Representation

Draft as of 2026-06-05

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "clinical-event-evidence-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 clinical-event-evidence-cs</b></p><a name=\"clinical-event-evidence-cs\"> </a><a name=\"hcclinical-event-evidence-cs\"> </a><p>This case-insensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-event-evidence</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\">dgf<a name=\"clinical-event-evidence-cs-dgf\"> </a></td><td>Delayed graft function</td></tr><tr><td style=\"white-space:nowrap\">episodes-aki-after-ltx<a name=\"clinical-event-evidence-cs-episodes-aki-after-ltx\"> </a></td><td>Episodes of AKI after liver transplant</td></tr><tr><td style=\"white-space:nowrap\">histologic-evidence-cni-tox<a name=\"clinical-event-evidence-cs-histologic-evidence-cni-tox\"> </a></td><td>Histological evidence of CNI nephrotoxicity</td></tr><tr><td style=\"white-space:nowrap\">hypoxic-ischemic-pltx<a name=\"clinical-event-evidence-cs-hypoxic-ischemic-pltx\"> </a></td><td>Hypoxic-ischemic event post liver transplant</td></tr><tr><td style=\"white-space:nowrap\">concomitant-medications<a name=\"clinical-event-evidence-cs-concomitant-medications\"> </a></td><td>Concomitant medications present</td></tr><tr><td style=\"white-space:nowrap\">treatment-adherence<a name=\"clinical-event-evidence-cs-treatment-adherence\"> </a></td><td>Treatment adherence confirmed</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-event-evidence"^^xsd:anyURI ;
fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-event-evidence>
  ] ; # 
  fhir:version [ fhir:v "0.1.0-ci-build"] ; # 
  fhir:name [ fhir:v "ClinicalEventEvidenceCS"] ; # 
  fhir:title [ fhir:v "Clinical Event Evidence 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 "Coded findings used in Condition.evidence.code to represent boolean DM fields. Presence of a code means the flag is true; absence means false."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "dgf" ] ;
fhir:display [ fhir:v "Delayed graft function" ]
  ] [
fhir:code [ fhir:v "episodes-aki-after-ltx" ] ;
fhir:display [ fhir:v "Episodes of AKI after liver transplant" ]
  ] [
fhir:code [ fhir:v "histologic-evidence-cni-tox" ] ;
fhir:display [ fhir:v "Histological evidence of CNI nephrotoxicity" ]
  ] [
fhir:code [ fhir:v "hypoxic-ischemic-pltx" ] ;
fhir:display [ fhir:v "Hypoxic-ischemic event post liver transplant" ]
  ] [
fhir:code [ fhir:v "concomitant-medications" ] ;
fhir:display [ fhir:v "Concomitant medications present" ]
  ] [
fhir:code [ fhir:v "treatment-adherence" ] ;
fhir:display [ fhir:v "Treatment adherence confirmed" ]
  ] ) . #