2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension Can suppress from display to user - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-optionalDisplay

Status: draft

If set to true, it means that the system displaying the form (or the individual encoding the form for data capture) can choose to omit the question from display to the user.

U.S. Office of the National Coordinator (ONC)'s Standards and Infrastructure (S&I) Structured Data Capture project

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-optionalDisplay
Can suppress from display to user: If set to true, it means that the system displaying the form (or the individual encoding the form for data capture) can choose to omit the question from display to the user.
Use on element: Questionnaire.group, Questionnaire.group.group
..valueBoolean 0..1booleanCan suppress from display to user
Use on element: Questionnaire.group, Questionnaire.group.group

XML Template

<!-- Can suppress from display to user -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-optionalDisplay" >
 <!-- from Element: extension -->
 <valueBoolean value="[boolean]"/>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-optionalDisplay" : { // Can suppress from display to user
    "valueBoolean" : [<boolean>] //Can suppress from display to user
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-optionalDisplay
Can suppress from display to user: If set to true, it means that the system displaying the form (or the individual encoding the form for data capture) can choose to omit the question from display to the user.
Use on element: Questionnaire.group, Questionnaire.group.group
..valueBoolean 0..1booleanCan suppress from display to user
Use on element: Questionnaire.group, Questionnaire.group.group

XML Template

<!-- Can suppress from display to user -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-optionalDisplay" >
 <!-- from Element: extension -->
 <valueBoolean value="[boolean]"/>
</extension>

JSON Template

to do