eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
Active as of 2019-01-29 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ehealth-questionnaire-recommendation"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehealth-questionnaire-recommendation</b></p><a name=\"ehealth-questionnaire-recommendation\"> </a><a name=\"hcehealth-questionnaire-recommendation\"> </a><a name=\"ehealth-questionnaire-recommendation-da-DK\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/questionnaire-recommendation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">TBD<a name=\"ehealth-questionnaire-recommendation-TBD\"> </a></td><td>Example value - Under construction</td><td>Example value - Under construction</td></tr><tr><td style=\"white-space:nowrap\">TBD2<a name=\"ehealth-questionnaire-recommendation-TBD2\"> </a></td><td>Example value2 - Under construction</td><td>Example value2 - Under construction</td></tr><tr><td style=\"white-space:nowrap\">Obligatory<a name=\"ehealth-questionnaire-recommendation-Obligatory\"> </a></td><td>Obligatory</td><td/></tr><tr><td style=\"white-space:nowrap\">Recommended<a name=\"ehealth-questionnaire-recommendation-Recommended\"> </a></td><td>Recommended</td><td/></tr><tr><td style=\"white-space:nowrap\">Sustained<a name=\"ehealth-questionnaire-recommendation-Sustained\"> </a></td><td>Sustained</td><td/></tr><tr><td style=\"white-space:nowrap\">Deprecated<a name=\"ehealth-questionnaire-recommendation-Deprecated\"> </a></td><td>Deprecated</td><td/></tr><tr><td style=\"white-space:nowrap\">Applicable<a name=\"ehealth-questionnaire-recommendation-Applicable\"> </a></td><td>Applicable</td><td/></tr><tr><td style=\"white-space:nowrap\">BeingPhasedOut<a name=\"ehealth-questionnaire-recommendation-BeingPhasedOut\"> </a></td><td>BeingPhasedOut</td><td/></tr><tr><td style=\"white-space:nowrap\">Observed<a name=\"ehealth-questionnaire-recommendation-Observed\"> </a></td><td>Observed</td><td/></tr><tr><td style=\"white-space:nowrap\">Planned<a name=\"ehealth-questionnaire-recommendation-Planned\"> </a></td><td>Planned</td><td/></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td><td><b>English (United States) (English (United States), en)</b></td></tr><tr><td>TBD</td><td></td><td></td></tr><tr><td>TBD2</td><td></td><td></td></tr><tr><td>Obligatory</td><td>Obligatorisk</td><td>Mandatory</td></tr><tr><td>Recommended</td><td>Anbefalet</td><td>Recommended</td></tr><tr><td>Sustained</td><td>Opretholdt</td><td>Sustained</td></tr><tr><td>Deprecated</td><td>Frarådes</td><td>Deprecated</td></tr><tr><td>Applicable</td><td>Anvendelig</td><td>Applicable</td></tr><tr><td>BeingPhasedOut</td><td>Udfases</td><td>BeingPhasedOut</td></tr><tr><td>Observed</td><td>Observeres</td><td>Observed</td></tr><tr><td>Planned</td><td>Planlagt</td><td>Planned</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/questionnaire-recommendation"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.3.0"] ; #
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:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ] ] )
] ) ; #
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" ] ] )
] ) . #
IG © 2021+ Den telemedicinske infrastruktur (eHealth Infrastructure). Package dk.ehealth.sundhed.fhir.ig.core#3.3.0 based on FHIR 4.0.1. Generated 2024-10-16