type: codesystemcodesystem: questionnaire-disabled-display
Questionnaire Item Disabled Display
- Official URL: http://hl7.org/fhir/questionnaire-disabled-display
- Version: 6.0.0
- Status: active
- Name: QuestionnaireItemDisabledDisplay
- Title: Questionnaire Item Disabled Display
- Description: QuestionnaireItemDisabledDisplay
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| hidden | Hidden | The item (and its children) should not be visible to the user at all. |
| protected | Protected | The item (and possibly its children) should not be selectable or editable but should still be visible - to allow the user to see what questions could have been completed had other answers caused the item to be enabled. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="questionnaire-disabled-display"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="fhir"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<url value="http://hl7.org/fhir/questionnaire-disabled-display"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.2016"/>
</identifier>
<version value="6.0.0"/>
<name value="QuestionnaireItemDisabledDisplay"/>
<title value="Questionnaire Item Disabled Display"/>
<status value="active"/>
<experimental value="false"/>
<description value="QuestionnaireItemDisabledDisplay"/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="hidden"/>
<display value="Hidden"/>
<definition value="The item (and its children) should not be visible to the user at all."/>
</concept>
<concept>
<code value="protected"/>
<display value="Protected"/>
<definition value="The item (and possibly its children) should not be selectable or editable but should still be visible - to allow the user to see what questions *could* have been completed had other answers caused the item to be enabled."/>
</concept>
</CodeSystem>