This page is part of the FHIR Specification (v1.2.0: STU 3 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 . Page versions: R4 R3 R2
The core extensions provide HL7 provided extensions to the Questionnaire resource.
Extensions: | |
questionnaire-category | What kind of questionnaire? : A code that identifies the questionnaire as falling into a particular group of like questionnaires; e.g. "Pediatric", "Admissions", "Research", "Demographic", "Opinion Survey", etc. |
questionnaire-label | E.g. "1(a)", "2.5.3" : A label for a particular group or question within the questionnaire. |
questionnaire-minOccurs | Minimum repetitions : The minimum number of times the group must appear or the minimum number of answers for a question - when greater than 1. |
questionnaire-maxOccurs | Maximum repetitions : The maximum number of times the group must appear or the minimum number of answers for a question - when greater than 1 and not unlimited. |
questionnaire-hidden | Don't display to user : If true, indicates that the extended item should not be displayed to the user. |
questionnaire-enableWhen | Only allow data when: : If present, indicates that the item containing the extension should only be enabled (displayed/allow answers to be captured) when the specified condition is true. |
questionnaire-itemControl | E.g. Fly-over, Table, Checkbox, Combo-box, Lookup, etc. : The type of data entry control or structure that should be used to render the item. |
questionnaire-choiceOrientation | horizontal | vertical : Identifies the desired orientation when rendering a list of choices (typically radio-box or check-box lists). |
questionnaire-defaultValue | Initial presumed answer for question : This is the value that should be pre-populated when rendering the questionnaire for user input. |
questionnaire-readOnly | Don't allow human editing : If true, the value cannot be changed by a human respondent to the Questionnaire. |
questionnaire-deReference | Implemented CDE : A reference to the Data Element that corresponds to the question text and answer constraints for this question. |
questionnaire-deMap | Map linking questions to DataElements : Identifies a map that links the questionnaire (source) to a DataElement server and identifies which questions correspond to which data elements (by linkId and local identifier, respectively). |
questionnaire-allowedResource | Allowed resource for reference : Where the type for a question is "Reference", indicates a type of resource that is permitted. |
questionnaire-referenceFilter | Filter to apply when looking up references : Identifies a filter to apply when looking up candidate answers for the question. |
questionnaire-displayCategory | Purpose of rendered text : Describes the intended purpose of the rendered text. For example - instructions, guidance on access control, maintenance information, etc. |
questionnaire-maxLength | No more than this many characters : The maximum number of characters that must be present in the simple data type to be considered a "valid" instance. |
questionnaire-fhirType | The underlying FHIR data type : For questionnaires generated from FHIR profiles, indicates the FHIR data type or resource type that corresponds to this node. |
Search parameters defined by this package. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths | Source |
category | token | Code categorizing the questionnaire | f:Questionnaire/f:extension[@url='http://hl7.org/fhir/StructureDefinition/questionnaire-category'] | XML / JSON |
deReference | token | A data element referenced by one of the questions in the questionnaire | f:Questionnaire/f:item/f:extension[@url='http://hl7.org/fhir/StructureDefinition/questionnaire-deReference'] | XML / JSON |