Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Conduction delay Codesystem - TTL Representation
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 "ConductionDelay"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ConductionDelay</b></p><a name=\"ConductionDelay\"> </a><a name=\"hcConductionDelay\"> </a><p>This case-insensitive code system <code>https://www.retention-project.eu/ig/CodeSystem/ConductionDelay</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\">0<a name=\"ConductionDelay-0\"> </a></td><td>no</td><td>no</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ConductionDelay-1\"> </a></td><td>LBBB</td><td>left bundle branch block</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ConductionDelay-2\"> </a></td><td>RBBB</td><td>right bundle branch bloc</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ConductionDelay-3\"> </a></td><td>LAH</td><td>Left anterior hemiblock</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ConductionDelay-4\"> </a></td><td>LPH</td><td>Left posterior hemiblock</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ConductionDelay-5\"> </a></td><td>incomplete RBBB</td><td>incomplete right bundle branch block</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"ConductionDelay-6\"> </a></td><td>incomplete LBBB</td><td>incomplete left bundle branch block</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"ConductionDelay-7\"> </a></td><td>non specific</td><td>non specific</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/ConductionDelay"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "Conduction_delay"] ; #
fhir:title [ fhir:v "Conduction delay Codesystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-06-13T12:00:00+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "ICCS"] ; #
fhir:description [ fhir:v "Code system with input values for Conduction delay"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "no" ] ;
fhir:definition [ fhir:v "no" ]
] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "LBBB" ] ;
fhir:definition [ fhir:v "left bundle branch block" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "RBBB" ] ;
fhir:definition [ fhir:v "right bundle branch bloc" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "LAH" ] ;
fhir:definition [ fhir:v "Left anterior hemiblock" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "LPH" ] ;
fhir:definition [ fhir:v "Left posterior hemiblock" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "incomplete RBBB" ] ;
fhir:definition [ fhir:v "incomplete right bundle branch block" ]
] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "incomplete LBBB" ] ;
fhir:definition [ fhir:v "incomplete left bundle branch block" ]
] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "non specific" ] ;
fhir:definition [ fhir:v "non specific" ]
] ) . #