This page is part of the FHIR Specification (v3.0.2: STU 3). 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
(No assigned work group) | Maturity Level: N/A | Ballot Status: Informative |
The core extensions provide HL7 provided extensions to the Questionnaire resource.
Extensions: | |
questionnaire-minOccurs | minOccurs : The minimum number of times the group must appear, or the minimum number of answers for a question - when greater than 1. |
questionnaire-maxOccurs | maxOccurs : 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 | hidden : If true, indicates that the extended item should not be displayed to the user. |
questionnaire-itemControl | itemControl : The type of data entry control or structure that should be used to render the item. |
questionnaire-choiceOrientation | choiceOrientation : Identifies the desired orientation when rendering a list of choices (typically radio-box or check-box lists). |
questionnaire-deMap | deMap : 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 | allowedResource : Where the type for a question is "Reference", indicates a type of resource that is permitted. |
questionnaire-allowedProfile | allowedProfile : Where the type for a question is "Reference", indicates a profile that the resource instances pointed to in answers to this question must be valid against. |
questionnaire-referenceFilter | referenceFilter : Identifies a filter to apply when looking up candidate answers for the question. |
questionnaire-displayCategory | displayCategory : Describes the intended purpose of the rendered text. For example - instructions, guidance on access control, maintenance information, etc. |
questionnaire-fhirType | fhirType : For questionnaires generated from FHIR profiles, indicates the FHIR data type or resource type that corresponds to this node. |
questionnaire-lookupQuestionnaire | lookupQuestionnaire : For items of type reference, the reference can be populated either by picking an existing entity or by creating a new one. In the latter case, this Questionnaire allows specifying the Questionnaire to use in creating the target instance. This can be direct (if the Reference is to a Questionnaire) or indirect via mapping if the Reference is to some other sort of resource. |
questionnaire-unit | unit : Provides a computable unit of measure associated with numeric questions to support subsequent computation on responses. |
questionnaire-optionPrefix | optionPrefix : The label to list in front of a code when presenting a list of possible values in a questionnaire-like fashion. |
questionnaire-optionExclusive | optionExclusive : If true, indicates that if this option is selected, no other options may be selected, even if the item is a repeating question. |
questionnaire-ordinalValue | ordinalValue : A numeric value that allows the comparison (less than, greater than) or other numerical manipulation of a concept (e.g. adding up components of a score). |
questionnaire-studyprotocolIdentifier | studyprotocolIdentifier : Unique identifier for a study protocol. |
questionnaire-usageMode | usageMode : Identifies that the specified element should only appear in certain "modes" of operation. |
questionnaire-supportLink | supportLink : A URL that resolves to additional supporting information or guidance related to the question. |
questionnaire-sourceStructureMap | sourceStructureMap : StructureMaps that have this Questionnaire as 'target' - i.e. that can be used to create QuestionnaireResponses that are valid against this Questionnaire. |
questionnaire-targetStructureMap | targetStructureMap : StructureMaps that have this Questionnaire as 'source' - i.e. that can be used to create other artifacts from QuestionnaireResponses that are valid against this Questionnaire. |
questionnaire-baseType | baseType : This identifies the underlying type in a profile, when a questionnaire is generated from a profile. |