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

This case-sensitive code system http://ehealth.sundhed.dk/cs/questionnaire-recommendation defines the following codes:

CodeDisplayDefinition
TBD Example value - Under constructionExample value - Under construction
TBD2 Example value2 - Under constructionExample value2 - Under construction
Obligatory Obligatory
Recommended Recommended
Sustained Sustained
Deprecated Deprecated
Applicable Applicable
BeingPhasedOut BeingPhasedOut
Observed Observed
Planned Planned

Additional Language Displays

CodeDansk (Danish, da)English (United States) (English (United States), en)
TBD
TBD2
ObligatoryObligatoriskMandatory
RecommendedAnbefaletRecommended
SustainedOpretholdtSustained
DeprecatedFrarådesDeprecated
ApplicableAnvendeligApplicable
BeingPhasedOutUdfasesBeingPhasedOut
ObservedObserveresObserved
PlannedPlanlagtPlanned
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/questionnaire-recommendation"^^xsd:anyURI] ; # fhir:version [ fhir:v "latest"] ; # fhir:name [ fhir:v "QuestionnaireRecommendation"] ; # fhir:title [ fhir:v "Questionnaire Recommendation"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-01-29T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # fhir:contact ( [ fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "Questionnaire Recommendation"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "TBD" ] ; fhir:display [ fhir:v "Example value - Under construction" ] ; fhir:definition [ fhir:v "Example value - Under construction" ] ; fhir:property ( [ fhir:code [ fhir:v "deprecated" ] ; fhir:value [ fhir:v "2020-02-03"^^xsd:date ] ] ) ] [ fhir:code [ fhir:v "TBD2" ] ; fhir:display [ fhir:v "Example value2 - Under construction" ] ; fhir:definition [ fhir:v "Example value2 - Under construction" ] ; fhir:property ( [ fhir:code [ fhir:v "deprecated" ] ; fhir:value [ fhir:v "2020-02-03"^^xsd:date ] ] ) ] [ fhir:code [ fhir:v "Obligatory" ] ; fhir:display [ fhir:v "Obligatory" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Mandatory" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Obligatorisk" ] ] ) ] [ fhir:code [ fhir:v "Recommended" ] ; fhir:display [ fhir:v "Recommended" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Recommended" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Anbefalet" ] ] ) ] [ fhir:code [ fhir:v "Sustained" ] ; fhir:display [ fhir:v "Sustained" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Sustained" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Opretholdt" ] ] ) ] [ fhir:code [ fhir:v "Deprecated" ] ; fhir:display [ fhir:v "Deprecated" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Deprecated" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Frarådes" ] ] ) ] [ fhir:code [ fhir:v "Applicable" ] ; fhir:display [ fhir:v "Applicable" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Applicable" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Anvendelig" ] ] ) ] [ fhir:code [ fhir:v "BeingPhasedOut" ] ; fhir:display [ fhir:v "BeingPhasedOut" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "BeingPhasedOut" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Udfases" ] ] ) ] [ fhir:code [ fhir:v "Observed" ] ; fhir:display [ fhir:v "Observed" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Observed" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Observeres" ] ] ) ] [ fhir:code [ fhir:v "Planned" ] ; fhir:display [ fhir:v "Planned" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Planned" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Planlagt" ] ] ) ] ) . # # -------------------------------------------------------------------------------------