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

Generated Narrative: CodeSystem Helper

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

CodeDisplayDefinition
100 VAD measurementsGroup of VAD measurements
101 One month after implantationDistinguish right heart failure - implantation time relevance
102 At the time of implantationDistinguish right heart failure - implantation time relevance
103 CV admission other than HFDistinguish CV admissions not related to HF
104 Other non-CV admissionsDistinguish non-CV admissions
106 Other non-CV visitDistinguish non-CV visits
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Helper"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Helper"] ; # fhir:title [ fhir:v "Helper Codesystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2025-06-11T12:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ICCS"] ; # fhir:description [ fhir:v "Code system with helper codes to distinguish between similar FHIR resources"] ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "100" ] ; fhir:display [ fhir:v "VAD measurements" ] ; fhir:definition [ fhir:v "Group of VAD measurements" ] ] [ fhir:code [ fhir:v "101" ] ; fhir:display [ fhir:v "One month after implantation" ] ; fhir:definition [ fhir:v "Distinguish right heart failure - implantation time relevance" ] ] [ fhir:code [ fhir:v "102" ] ; fhir:display [ fhir:v "At the time of implantation" ] ; fhir:definition [ fhir:v "Distinguish right heart failure - implantation time relevance" ] ] [ fhir:code [ fhir:v "103" ] ; fhir:display [ fhir:v "CV admission other than HF" ] ; fhir:definition [ fhir:v "Distinguish CV admissions not related to HF" ] ] [ fhir:code [ fhir:v "104" ] ; fhir:display [ fhir:v "Other non-CV admissions" ] ; fhir:definition [ fhir:v "Distinguish non-CV admissions" ] ] [ fhir:code [ fhir:v "106" ] ; fhir:display [ fhir:v "Other non-CV visit" ] ; fhir:definition [ fhir:v "Distinguish non-CV visits" ] ] ) . # # -------------------------------------------------------------------------------------