COFE-DNACPRDecision-QuestionnaireResponse-1
QuestionnaireResponse | |
Definition |
A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the underlying questions. |
Control | 0..* |
Type | QuestionnaireResponse |
Aliases | Form |
Comments | |
QuestionnaireResponse.extension(Author) | |
Definition |
Optional Extensions Element - found in all resources. |
Control | 0..* |
Type | Extension |
Comments | |
QuestionnaireResponse.identifier | |
Definition |
A business identifier assigned to a particular completed (or partially completed) questionnaire. |
Control | 1..1 |
Type | Identifier |
Requirements |
Used for tracking, registration and other business purposes. |
Comments | |
QuestionnaireResponse.identifier.value | |
Definition |
The portion of the identifier typically displayed to the user and which is unique within the context of the system. |
Control | 1..1 |
Type | String |
Comments |
If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. |
Example | 7d443118-022f-4007-b16e-4885b1c14cf9 |
QuestionnaireResponse.status | |
Definition |
The lifecycle status of the questionnaire response as a whole. |
Control | 1..1 |
Binding |
Lifecycle status of the questionnaire response. The codes SHALL be taken from http://hl7.org/fhir/ValueSet/questionnaire-answers-status |
Type | Code |
Is Modifier | True |
Requirements |
The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished. Questionnaire resources with just questions may serve as template forms, with the applicable publication statuses. |
Comments | |
Fixed Value | completed |
QuestionnaireResponse.subject | |
Definition |
The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information. |
Control | 0..1 |
Requirements |
The subject context must be known. |
Aliases | Patient, Focus |
Comments | |
QuestionnaireResponse.subject.reference | |
Definition |
A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources. |
Control | 1..1 ? |
Type | String |
Comments |
Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server. |
QuestionnaireResponse.subject.display | |
Definition |
Plain text narrative that identifies the resource in addition to the resource reference. |
Control | 0..1 |
Type | String |
Comments |
This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it. |
QuestionnaireResponse.author | |
Definition |
Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system. |
Control | 1..1 |
Type | Choice of: |
Requirements |
Need to know who interpreted the subject's answers to the questions in the questionnaire, and selected the appropriate options for answers. |
Aliases | Laboratory, Service, Practitioner, Department, Company |
Comments |
Mapping a subject's answers to multiple choice options and determining what to put in the textual answer is a matter of interpretation. Authoring by device would indicate that some portion of the questionnaire had been auto-populated. |
QuestionnaireResponse.authored | |
Definition |
The date and/or time that this version of the questionnaire response was authored. |
Control | 1..1 |
Type | DateTime |
Requirements |
Clinicians need to be able to check the date that the information in the questionnaire was collected, to derive the context of the answers. |
Aliases | Date Created, Date published, Date Issued, Date updated |
Comments |
May be different from the update time of the resource itself, because that is the status of the collection and authoring. This element is optional to allow for systems that may not know the value, however it SHOULD be populated if possible. |
QuestionnaireResponse.source | |
Definition |
The person who answered the questions about the subject. |
Control | 0..1 |
Type | Choice of: |
Requirements |
When answering questions about a subject that is minor, incapable of answering or an animal, another human source is used to answer the questions. |
Comments |
If not specified, no inference can be made about who provided the data. |
QuestionnaireResponse.encounter | |
Definition |
Encounter during which this set of questionnaire response were collected. When there were multiple encounters, this is the one considered most relevant to the context of the answers. |
Control | 0..1 |
Requirements |
Some institutions track questionnaires under a specific encounter. |
Comments | |
QuestionnaireResponse.encounter.reference | |
Definition |
A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources. |
Control | 1..1 ? |
Type | String |
Comments |
Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server. |
QuestionnaireResponse.encounter.display | |
Definition |
Plain text narrative that identifies the resource in addition to the resource reference. |
Control | 0..1 |
Type | String |
Comments |
This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it. |
QuestionnaireResponse.group(group) | |
Definition |
A group of questions to a possibly similarly grouped set of questions in the questionnaire response. |
Control | 1..1 |
Type | BackboneElement |
Requirements |
Need to be able to logically group answers to grouped questions. |
Comments |
The Questionnaire itself has one "root" group with the actual contents of the Questionnaire. |
QuestionnaireResponse.group.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question(CPR Decision) | |
Definition |
Set of questions within this group. The order of questions within the group is relevant. |
Control | 1..1 ? |
Type | BackboneElement |
Requirements |
Must register answers to questions. |
Aliases | Responses, Contents |
Comments | |
QuestionnaireResponse.group.question.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.linkId | |
Definition |
Identifies the question from the Questionnaire that corresponds to this question in the QuestionnaireResponse resource. |
Control | 0..1 |
Type | String |
Requirements |
Groups can repeat in the answers, so a direct 1..1 correspondence may not exist - requiring correspondence by id. |
Comments | |
Fixed Value | EOLDCR |
QuestionnaireResponse.group.question.text | |
Definition |
The actual question as shown to the user to prompt them for an answer. |
Control | 0..1 |
Type | String |
Requirements |
When including text for the questionnaire, each question may contain its actual question display text. |
Comments | |
Fixed Value | Should cardio-pulmonary resuscitation commence? |
QuestionnaireResponse.group.question.answer | |
Definition |
The respondent's answer(s) to the question. |
Control | 1..1 |
Type | BackboneElement |
Comments |
The value is nested because we cannot have a repeating structure that has variable type. |
QuestionnaireResponse.group.question.answer.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.answer.value[x] | |
Definition |
The answer (or one of the answers) provided by the respondent to the question. |
Control | 1..1 |
Binding |
A vocabulary of SNOMED codes to indicate the preference for DNACPR. The codes SHALL be taken from http://fhir.nhs.net/ValueSet/dna-cpr-pref-snct-1 |
Type | Choice of: |
Requirements |
Ability to retain a single-valued answer to a question. |
Comments |
More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. |
QuestionnaireResponse.group.question(CPR Decision Date) | |
Definition |
Set of questions within this group. The order of questions within the group is relevant. |
Control | 1..1 ? |
Type | BackboneElement |
Requirements |
Must register answers to questions. |
Aliases | Responses, Contents |
Comments | |
QuestionnaireResponse.group.question.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.linkId | |
Definition |
Identifies the question from the Questionnaire that corresponds to this question in the QuestionnaireResponse resource. |
Control | 0..1 |
Type | String |
Requirements |
Groups can repeat in the answers, so a direct 1..1 correspondence may not exist - requiring correspondence by id. |
Comments | |
Fixed Value | EOLDCR |
QuestionnaireResponse.group.question.text | |
Definition |
The actual question as shown to the user to prompt them for an answer. |
Control | 0..1 |
Type | String |
Requirements |
When including text for the questionnaire, each question may contain its actual question display text. |
Comments | |
Fixed Value | Should cardio-pulmonary resuscitation commence? |
QuestionnaireResponse.group.question.answer | |
Definition |
The respondent's answer(s) to the question. |
Control | 1..1 |
Type | BackboneElement |
Comments |
The value is nested because we cannot have a repeating structure that has variable type. |
QuestionnaireResponse.group.question.answer.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.answer.value[x] | |
Definition |
The answer (or one of the answers) provided by the respondent to the question. |
Control | 1..1 |
Binding |
A vocabulary of SNOMED codes to indicate the preference for DNACPR. The codes SHALL be taken from http://fhir.nhs.net/ValueSet/dna-cpr-pref-snct-1 |
Type | Choice of: |
Requirements |
Ability to retain a single-valued answer to a question. |
Comments |
More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. |
QuestionnaireResponse.group.question(DNA CPR Documents Location) | |
Definition |
Set of questions within this group. The order of questions within the group is relevant. |
Control | 1..1 ? |
Type | BackboneElement |
Requirements |
Must register answers to questions. |
Aliases | Responses, Contents |
Comments | |
QuestionnaireResponse.group.question.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.linkId | |
Definition |
Identifies the question from the Questionnaire that corresponds to this question in the QuestionnaireResponse resource. |
Control | 0..1 |
Type | String |
Requirements |
Groups can repeat in the answers, so a direct 1..1 correspondence may not exist - requiring correspondence by id. |
Comments | |
Fixed Value | EOLDCR |
QuestionnaireResponse.group.question.text | |
Definition |
The actual question as shown to the user to prompt them for an answer. |
Control | 0..1 |
Type | String |
Requirements |
When including text for the questionnaire, each question may contain its actual question display text. |
Comments | |
Fixed Value | Should cardio-pulmonary resuscitation commence? |
QuestionnaireResponse.group.question.answer | |
Definition |
The respondent's answer(s) to the question. |
Control | 1..1 |
Type | BackboneElement |
Comments |
The value is nested because we cannot have a repeating structure that has variable type. |
QuestionnaireResponse.group.question.answer.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.answer.value[x] | |
Definition |
The answer (or one of the answers) provided by the respondent to the question. |
Control | 1..1 |
Binding |
A vocabulary of SNOMED codes to indicate the preference for DNACPR. The codes SHALL be taken from http://fhir.nhs.net/ValueSet/dna-cpr-pref-snct-1 |
Type | Choice of: |
Requirements |
Ability to retain a single-valued answer to a question. |
Comments |
More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. |
QuestionnaireResponse.group.question(CPR Decision Review Date) | |
Definition |
Set of questions within this group. The order of questions within the group is relevant. |
Control | 0..1 ? |
Type | BackboneElement |
Requirements |
Must register answers to questions. |
Aliases | Responses, Contents |
Comments | |
QuestionnaireResponse.group.question.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.linkId | |
Definition |
Identifies the question from the Questionnaire that corresponds to this question in the QuestionnaireResponse resource. |
Control | 0..1 |
Type | String |
Requirements |
Groups can repeat in the answers, so a direct 1..1 correspondence may not exist - requiring correspondence by id. |
Comments | |
Fixed Value | EOLDCR |
QuestionnaireResponse.group.question.text | |
Definition |
The actual question as shown to the user to prompt them for an answer. |
Control | 0..1 |
Type | String |
Requirements |
When including text for the questionnaire, each question may contain its actual question display text. |
Comments | |
Fixed Value | Should cardio-pulmonary resuscitation commence? |
QuestionnaireResponse.group.question.answer | |
Definition |
The respondent's answer(s) to the question. |
Control | 1..1 |
Type | BackboneElement |
Comments |
The value is nested because we cannot have a repeating structure that has variable type. |
QuestionnaireResponse.group.question.answer.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.answer.value[x] | |
Definition |
The answer (or one of the answers) provided by the respondent to the question. |
Control | 1..1 |
Binding |
A vocabulary of SNOMED codes to indicate the preference for DNACPR. The codes SHALL be taken from http://fhir.nhs.net/ValueSet/dna-cpr-pref-snct-1 |
Type | Choice of: |
Requirements |
Ability to retain a single-valued answer to a question. |
Comments |
More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. |
QuestionnaireResponse.group.question(Informed of Decision) | |
Definition |
Set of questions within this group. The order of questions within the group is relevant. |
Control | 0..1 ? |
Type | BackboneElement |
Requirements |
Must register answers to questions. |
Aliases | Responses, Contents |
Comments | |
QuestionnaireResponse.group.question.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.linkId | |
Definition |
Identifies the question from the Questionnaire that corresponds to this question in the QuestionnaireResponse resource. |
Control | 0..1 |
Type | String |
Requirements |
Groups can repeat in the answers, so a direct 1..1 correspondence may not exist - requiring correspondence by id. |
Comments | |
Fixed Value | EOLDCR |
QuestionnaireResponse.group.question.text | |
Definition |
The actual question as shown to the user to prompt them for an answer. |
Control | 0..1 |
Type | String |
Requirements |
When including text for the questionnaire, each question may contain its actual question display text. |
Comments | |
Fixed Value | Should cardio-pulmonary resuscitation commence? |
QuestionnaireResponse.group.question.answer | |
Definition |
The respondent's answer(s) to the question. |
Control | 1..1 |
Type | BackboneElement |
Comments |
The value is nested because we cannot have a repeating structure that has variable type. |
QuestionnaireResponse.group.question.answer.modifierExtension | |
Definition |
May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | True |
Aliases | extensions, user content, modifiers |
Comments |
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
QuestionnaireResponse.group.question.answer.value[x] | |
Definition |
The answer (or one of the answers) provided by the respondent to the question. |
Control | 1..1 |
Binding |
A vocabulary of SNOMED codes to indicate the preference for DNACPR. The codes SHALL be taken from http://fhir.nhs.net/ValueSet/dna-cpr-pref-snct-1 |
Type | Choice of: |
Requirements |
Ability to retain a single-valued answer to a question. |
Comments |
More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. |