View raw Markdown
type: codesystemcodesystem: questionnaire-disabled-display

Questionnaire Item Disabled Display

Concepts

CodeDisplayDefinition
hiddenHiddenThe item (and its children) should not be visible to the user at all.
protectedProtectedThe 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>