Information | CodeSystem.title | Values for title differ: 'Questionnaire Item UI Control Codes' vs 'Questionnaire Item UI Control Codes System' |
Information | CodeSystem.concept.where(code='group').concept.where(code='header').definition | Changed value for definition: 'The group is to be continuously visible at the top of the questionnaire' vs 'The group is to be continuously visible at the top of the questionnaire. Header must be a top-level item and must not be marked as repeating, but need not be the first item in the Questionnaire. There can be at most one group of type 'header' in a Questionnaire.' |
Information | CodeSystem.concept.where(code='group').concept.where(code='footer').definition | Changed value for definition: 'The group is to be continuously visible at the bottom of the questionnaire' vs '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.' |
Information | CodeSystem.concept.where(code='group').concept.where(code='page').definition | Changed value for definition: '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 items may still be displayed.) This designation may also influence pagination when printing questionnaires. If there are items at the same level as a 'page' group that are listed before the 'page' group, they will be treated as a separate page. Header and footer groups for a questionnaire will be rendered on all pages.' vs '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).' |
Information | CodeSystem.concept.where(code='group').concept.where(code='tab-container').definition | Changed value for definition: 'Indicates that the group represents a collection of tabs. All child items SHALL be of type 'group' and SHALL NOT declare any item controls themselves. Each child group represents one tab within the tab container, where the item.title is the label for the tab.' vs 'Indicates that the group represents a collection of tabs. All child items SHALL be of type 'group' and SHALL NOT declare any item controls themselves. Each child group represents one tab within the tab container, where the item.text is the label for the tab.' |