Questionnaire
ClinicalA structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.
| Path | Card. | Type | Description & Constraints |
|---|---|---|---|
| Questionnaire | 0..* | — | A structured set of questions |
| .idΣ | 0..1 | String | Logical id of this artifact |
| .metaΣ | 0..1 | Meta | Metadata about the resource |
| .implicitRules?!Σ | 0..1 | uri | A set of rules under which this content was created |
| .language | 0..1 | code | Language of the resource content Bindinglanguages(preferred) |
| .text | 0..1 | Narrative | Text summary of the resource, for human interpretation |
| .contained | 0..* | Resource | Contained, inline Resources |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?! | 0..* | Extension | Extensions that cannot be ignored |
| .urlΣ | 0..1 | uri | Canonical identifier for this questionnaire, represented as a URI (globally unique) |
| .identifierΣ | 0..* | Identifier | Additional identifier for the questionnaire |
| .versionΣ | 0..1 | string | Business version of the questionnaire |
| .nameΣ | 0..1 | string | Name for this questionnaire (computer friendly) |
| .titleΣ | 0..1 | string | Name for this questionnaire (human friendly) |
| .derivedFrom | 0..* | canonical | Instantiates protocol or definition |
| .status?!Σ | 1..1 | code | draft | active | retired | unknown Bindingpublication-status(required) |
| .experimentalΣ | 0..1 | boolean | For testing purposes, not real usage |
| .subjectTypeΣ | 0..* | code | Resource that can be subject of QuestionnaireResponse Bindingresource-types(required) |
| .dateΣ | 0..1 | dateTime | Date last changed |
| .publisherΣ | 0..1 | string | Name of the publisher (organization or individual) |
| .contactΣ | 0..* | ContactDetail | Contact details for the publisher |
| .description | 0..1 | markdown | Natural language description of the questionnaire |
| .useContextΣ | 0..* | UsageContext | The context that the content is intended to support |
| .jurisdictionΣ | 0..* | CodeableConcept | Intended jurisdiction for questionnaire (if applicable) Bindingjurisdiction(extensible) |
| .purpose | 0..1 | markdown | Why this questionnaire is defined |
| .copyright | 0..1 | markdown | Use and/or publishing restrictions |
| .approvalDate | 0..1 | date | When the questionnaire was approved by publisher |
| .lastReviewDate | 0..1 | date | When the questionnaire was last reviewed |
| .effectivePeriodΣ | 0..1 | Period | When the questionnaire is expected to be used |
| .codeΣ | 0..* | Coding | Concept that represents the overall questionnaire Bindingquestionnaire-questions(example) |
| .item | 0..* | BackboneElement | Questions and sections within the Questionnaire |
| .id | 0..1 | String | Unique id for inter-element referencing |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
| .linkId | 1..1 | string | Unique id for item in questionnaire |
| .definition | 0..1 | uri | ElementDefinition - details for the item |
| .code | 0..* | Coding | Corresponding concept for this item in a terminology Bindingquestionnaire-questions(example) |
| .prefix | 0..1 | string | E.g. "1(a)", "2.5.3" |
| .text | 0..1 | string | Primary text for the item |
| .type | 1..1 | code | group | display | boolean | decimal | integer | date | dateTime + Bindingitem-type(required) |
| .enableWhen?! | 0..* | BackboneElement | Only allow data when |
| .id | 0..1 | String | Unique id for inter-element referencing |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
| .question | 1..1 | string | Question that determines whether item is enabled |
| .operator | 1..1 | code | exists | = | != | > | < | >= | <= Bindingquestionnaire-enable-operator(required) |
| .answer[x] | 1..1 | boolean | decimal | integer | date | dateTime | time | string | Coding | Quantity | Reference(Resource) | Value for question comparison based on operator Bindingquestionnaire-answers(example) |
| .enableBehavior | 0..1 | code | all | any Bindingquestionnaire-enable-behavior(required) |
| .required | 0..1 | boolean | Whether the item must be included in data results |
| .repeats | 0..1 | boolean | Whether the item may repeat |
| .readOnly | 0..1 | boolean | Don't allow human editing |
| .maxLength | 0..1 | integer | No more than this many characters |
| .answerValueSet | 0..1 | canonical | Valueset containing permitted answers |
| .answerOption | 0..* | BackboneElement | Permitted answer |
| .id | 0..1 | String | Unique id for inter-element referencing |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
| .value[x] | 1..1 | integer | date | time | string | Coding | Reference(Resource) | Answer value Bindingquestionnaire-answers(example) |
| .initialSelected | 0..1 | boolean | Whether option is selected by default |
| .initial | 0..* | BackboneElement | Initial value(s) when item is first rendered |
| .id | 0..1 | String | Unique id for inter-element referencing |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
| .value[x] | 1..1 | boolean | decimal | integer | date | dateTime | time | string | uri | Attachment | Coding | Quantity | Reference(Resource) | Actual value for initializing the question Bindingquestionnaire-answers(example) |
| .item | 0..* | — | Nested questionnaire items |