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

Generated Narrative: CodeSystem Dyspnea

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

CodeDisplayDefinition
0 nono
1 at restat rest
2 at exertionat exertion
3 orthopneaorthopnea
4 bendopneabendopnea
5 paroxysmal nocturnal dyspneaparoxysmal nocturnal dyspnea
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Dyspnea"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Dyspnea"] ; # fhir:title [ fhir:v "Dyspnea Codesystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2022-11-28T14:27:31+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ICCS"] ; # fhir:description [ fhir:v "Code system with input values for Dyspnea"] ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "6"^^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 "at rest" ] ; fhir:definition [ fhir:v "at rest" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "at exertion" ] ; fhir:definition [ fhir:v "at exertion" ] ] [ fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "orthopnea" ] ; fhir:definition [ fhir:v "orthopnea" ] ] [ fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "bendopnea" ] ; fhir:definition [ fhir:v "bendopnea" ] ] [ fhir:code [ fhir:v "5" ] ; fhir:display [ fhir:v "paroxysmal nocturnal dyspnea" ] ; fhir:definition [ fhir:v "paroxysmal nocturnal dyspnea" ] ] ) . # # -------------------------------------------------------------------------------------