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 . Page versions: R4B R4 R3 R2

Extension-questionnaire-hidden.json

Raw JSON (canonical form)

Don't display to user

{
  "resourceType": "ExtensionDefinition",
  "id": "questionnaire-hidden",
  "url": "http://hl7.org/fhir/ExtensionDefinition/questionnaire-hidden",
  "name": "Don't display to user",
  "publisher": "HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org"
        }
      ]
    }
  ],
  "description": "If true, indicates that the containing group or question should not be displayed to the user for data entry.",
  "status": "draft",
  "date": "2013-07-04",
  "contextType": "resource",
  "context": [
    "Questionnaire.group",
    "Questionnaire.group.group",
    "Questionnaire.group.question"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Don't display to user",
      "definition": "If true, indicates that the containing group or question should not be displayed to the user for data entry.",
      "comments": "Some questionnaires may have questions that represent calculated values or internal \"fixed\" metadata.  These elements need to be included with the answers, but should not be displayed to the user.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "boolean"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.