FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeValueSet
IdValueSet-group-item-control.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot4&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/group-item-control
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/group-item-control
Statusactive
NameONGroupItemControls
TitleOntario Group Item Control Codes
Realmca
DescriptionItem control codes used in group items within Ontario questionnaires

Resources that use this resource

StructureDefinition
sdc-questionnaireOntario SDC Questionnaire profile

Resources that this resource uses

CodeSystem
questionnaire-item-controlQuestionnaire Item UI Control Codes System

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet group-item-control

  • Include these codes as defined in http://hl7.org/fhir/questionnaire-item-control
    CodeDisplayDefinition
    listListQuestions within the group should be listed sequentially
    pagePageIndicates 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).
    footerFooterThe 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"
          }
        ]
      }
    ]
  }
}