@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ConductionDelay"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem ConductionDelay

This case-insensitive code system https://www.retention-project.eu/ig/CodeSystem/ConductionDelay defines the following codes:

CodeDisplayDefinition
0 nono
1 LBBBleft bundle branch block
2 RBBBright bundle branch bloc
3 LAHLeft anterior hemiblock
4 LPHLeft posterior hemiblock
5 incomplete RBBBincomplete right bundle branch block
6 incomplete LBBBincomplete left bundle branch block
7 non specificnon specific
"^^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" ] ] ) . # # -------------------------------------------------------------------------------------