eHealth Infrastructure
2.8.0 - Release 16

eHealth Infrastructure - Local Development build (v2.8.0). See the Directory of published versions

: Questionnaire Item Control - TTL Representation

Active as of 2021-09-10

Raw ttl | Download


@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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehealth-questionnaire-item-control"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-item-control.html\"><code>http://hl7.org/fhir/questionnaire-item-control</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-item-control.html#questionnaire-item-control-drop-down\">drop-down</a></td><td>Drop down</td><td>A control where an item (or multiple items) can be selected from a list that is only displayed when the user is editing the field.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-item-control.html#questionnaire-item-control-radio-button\">radio-button</a></td><td>Radio Button</td><td>A control where choices are listed with a button beside them.  The button can be toggled to select or de-select a given choice.  Selecting one item deselects all others.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-item-control.html#questionnaire-item-control-check-box\">check-box</a></td><td>Check-box</td><td>A control where choices are listed with a box beside them.  The box can be toggled to select or de-select a given choice.  Multiple selections may be possible.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/questionnaire-item-control"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.8.0"] ; # 
  fhir:name [ fhir:v "QuestionnaireItemControl"] ; # 
  fhir:title [ fhir:v "Questionnaire Item Control"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-09-10"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Systematic | Trifork"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Systematic | Trifork" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Questionnaire Item Control value set."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/questionnaire-item-control"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "drop-down" ] ;
fhir:display [ fhir:v "Drop down" ]       ] [
fhir:code [ fhir:v "radio-button" ] ;
fhir:display [ fhir:v "Radio Button" ]       ] [
fhir:code [ fhir:v "check-box" ] ;
fhir:display [ fhir:v "Check-box" ]       ] )     ] )
  ] . #