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 header | footer - Definition

URL for this extension:

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

Status: draft

If specified, indicates that the group should be rendered as a repeating header or footer on each "page" of the questionnaire.

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-specialGroup
header | footer: If specified, indicates that the group should be rendered as a repeating header or footer on each "page" of the questionnaire.
Use on element: Questionnaire.group, Questionnaire.group.group
..valueCode 0..1codeheader | footer
Use on element: Questionnaire.group, Questionnaire.group.group

XML Template

<!-- header | footer -->doco

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

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-specialGroup" : { // header | footer
    "valueCode" : ["<code>"] //header | footer
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-specialGroup
header | footer: If specified, indicates that the group should be rendered as a repeating header or footer on each "page" of the questionnaire.
Use on element: Questionnaire.group, Questionnaire.group.group
..valueCode 0..1codeheader | footer
Use on element: Questionnaire.group, Questionnaire.group.group

XML Template

<!-- header | footer -->doco

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

JSON Template

to do