@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "
  • Include these codes as defined in http://hl7.org/fhir/questionnaire-item-control
    CodeDisplayDefinition
    drop-downDrop downA control where an item (or multiple items) can be selected from a list that is only displayed when the user is editing the field.
    radio-buttonRadio ButtonA 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.
    check-boxCheck-boxA 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.
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/questionnaire-item-control"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.10.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" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------