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

Generated Narrative: CodeSystem IntentionOfLvad

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

CodeDisplayDefinition
B29 -Default input
B29-0 destination therapydestination therapy
B29-1 bridge to transplantbridge to transplant
B29-2 bridge to decisionbridge to decision
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/IntentionOfLvad"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Intention_of_LVAD"] ; # fhir:title [ fhir:v "Intention of LVAD Codesystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2025-06-09T12:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ICCS"] ; # fhir:description [ fhir:v "Code system with input values for Intention of LVAD"] ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "B29" ] ; fhir:display [ fhir:v "-" ] ; fhir:definition [ fhir:v "Default input" ] ] [ fhir:code [ fhir:v "B29-0" ] ; fhir:display [ fhir:v "destination therapy" ] ; fhir:definition [ fhir:v "destination therapy" ] ] [ fhir:code [ fhir:v "B29-1" ] ; fhir:display [ fhir:v "bridge to transplant" ] ; fhir:definition [ fhir:v "bridge to transplant" ] ] [ fhir:code [ fhir:v "B29-2" ] ; fhir:display [ fhir:v "bridge to decision" ] ; fhir:definition [ fhir:v "bridge to decision" ] ] ) . # # -------------------------------------------------------------------------------------