FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/questionnaire-item-control| Code | Display | Definition |
| list | List | Questions within the group should be listed sequentially |
| page | Page | Indicates that the content within the group should appear as a logical "page" when rendering the form, such that all enabled items within the page are displayed at once, but items in subsequent groups are not displayed until the user indicates a desire to move to the 'next' group. (Header and footer groups for a questionnaire will be rendered on all pages.) This designation may also influence pagination when printing questionnaires.
If a group item has this itemControl value, then all sibling items **SHALL** also be of type group and also have an itemControl value of 'page', 'header', or 'footer'. Form fillers **SHOULD** raise an error if a Questionnaire fails to adhere to this requirement. Page items SHOULD be a top-level item and generally should not nest (i.e. pages should not be descendants of a page group). |
| footer | Footer | The group is to be continuously visible at the bottom of the questionnaire. Footer must be a top-level item and must not be marked as repeating, but need not be the last item in a Questionnaire. There can be at most one group of type 'header' in a Questionnaire. |
Source1
{
"resourceType": "ValueSet",
"status": "active",
"name": "ONGroupItemControls",
"id": "group-item-control",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"title": "Ontario Group Item Control Codes",
"description": "Item control codes used in group items within Ontario questionnaires",
"url": "http://ontariohealth.ca/fhir/eforms/ValueSet/group-item-control",
"immutable": false,
"experimental": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"concept": [
{
"code": "list",
"display": "List"
},
{
"code": "page",
"display": "Page"
},
{
"code": "footer",
"display": "Footer"
}
]
}
]
}
}