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-questionnaire-sdc-specialGroup.json

Raw JSON (canonical form)

header | footer

{
  "resourceType": "ExtensionDefinition",
  "id": "questionnaire-sdc-specialGroup",
  "url": "http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-specialGroup",
  "name": "header | footer",
  "publisher": "U.S. Office of the National Coordinator (ONC)'s Standards and Infrastructure (S&I) Structured Data Capture project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://wiki.siframework.org/Structured+Data+Capture+Initiative"
        }
      ]
    }
  ],
  "description": "If specified, indicates that the group should be rendered as a repeating header or footer on each \"page\" of the questionnaire.",
  "status": "draft",
  "date": "2014-04-21",
  "contextType": "resource",
  "context": [
    "Questionnaire.group",
    "Questionnaire.group.group"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "header | footer",
      "definition": "If specified, indicates that the group should be rendered as a repeating header or footer on each \"page\" of the questionnaire.",
      "comments": "When omitted, sections are presumed to be \"regular\" sections.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "code"
        }
      ]
    }
  ]
}

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.