FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: Questionnaire Text Categories - XML Representation

Page standards status: Informative Maturity Level: 0

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="questionnaire-display-category"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p>This code system http://hl7.org/fhir/questionnaire-display-category 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">instructions
                  <a name="questionnaire-display-category-instructions"> </a>
                </td>
                <td>Instructions</td>
                <td>The text provides guidance on how to populate or use a portion of the questionnaire (or the questionnaire as a whole).</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">security
                  <a name="questionnaire-display-category-security"> </a>
                </td>
                <td>Security</td>
                <td>The text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">help
                  <a name="questionnaire-display-category-help"> </a>
                </td>
                <td>Help</td>
                <td>The text provides additional guidance on populating the containing item.  Help text isn't necessarily expected to be rendered as part of the form, but may instead be made available through fly-over, pop-up button, link to a &quot;help&quot; page, etc.</td>
              </tr>
            </table>
          </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r4b.r4"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <url value="http://hl7.org/fhir/questionnaire-display-category"/>
  <version value="4.3.0"/>
  <name value="QuestionnaireTextCategories"/>
  <title value="Questionnaire Text Categories"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2025-09-13T16:38:45-04:00"/>
  <publisher value="FHIR Infrastructure"/>
  <contact>
    <name value="FHIR Infrastructure"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description
               value="Codes defining the purpose of a Questionnaire item of type 'text'."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet
            value="http://hl7.org/fhir/ValueSet/questionnaire-display-category|5.2.0"/>
  <content value="complete"/>
  <concept>
    <code value="instructions"/>
    <display value="Instructions"/>
    <definition
                value="The text provides guidance on how to populate or use a portion of the questionnaire (or the questionnaire as a whole)."/>
  </concept>
  <concept>
    <code value="security"/>
    <display value="Security"/>
    <definition
                value="The text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed"/>
  </concept>
  <concept>
    <code value="help"/>
    <display value="Help"/>
    <definition
                value="The text provides additional guidance on populating the containing item.  Help text isn't necessarily expected to be rendered as part of the form, but may instead be made available through fly-over, pop-up button, link to a &quot;help&quot; page, etc."/>
  </concept>
</CodeSystem>