This page is part of the 臺灣重大傷病實作指引 (v1.0.0: STU1.0.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2025-06-11 |
Definitions for the QuestionnaireResponse-twci resource profile.
Guidance on how to interpret the contents of this table can be foundhere
0. 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 questionnaire being responded to. |
Short | A structured set of questions and their answers |
Comments | The QuestionnaireResponse contains enough information about the questions asked and their organization that it can be interpreted somewhat independently from the Questionnaire it is based on. I.e. You don't need access to the Questionnaire in order to extract basic information from a QuestionnaireResponse. |
Control | 0..* |
Is Modifier | false |
Summary | false |
Alternate Names | Form, QuestionnaireAnswers |
Invariants | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty()) dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()) dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()) dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty()) dom-6: A resource should have narrative for robust management (text.`div`.exists()) |
2. QuestionnaireResponse.implicitRules | |
Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
Short | A set of rules under which this content was created |
Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. |
Control | 0..1 |
Type | uri |
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
4. QuestionnaireResponse.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
Summary | false |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
6. QuestionnaireResponse.questionnaire | |
Definition | The Questionnaire that defines and organizes the questions for which answers are being provided. |
Short | Form being answered |
Comments | If a QuestionnaireResponse references a Questionnaire, then the QuestionnaireResponse structure must be consistent with the Questionnaire (i.e. questions must be organized into the same groups, nested questions must still be nested, etc.). |
Control | 10..1 |
Type | canonical(重大傷病申請書-Questionnaire TWCI, Questionnaire) |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | true |
Requirements | Needed to allow editing of the questionnaire response in a manner that enforces the constraints of the original form. |
Alternate Names | Form |
Pattern Value | https://nhicore.nhi.gov.tw/ci/Questionnaire/apply-catastrophic-illness |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
8. QuestionnaireResponse.status | |
Definition | The position of the questionnaire response within its overall lifecycle. |
Short | in-progress | completed | amended | entered-in-error | stopped |
Comments | This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid. |
Control | 1..1 |
Binding | The codes SHALL be taken from QuestionnaireResponseStatushttp://hl7.org/fhir/ValueSet/questionnaire-answers-status|4.0.1 (required to http://hl7.org/fhir/ValueSet/questionnaire-answers-status|4.0.1 )Lifecycle status of the questionnaire response. |
Type | code |
Is Modifier | true because This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished. |
Pattern Value | completed |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
10. QuestionnaireResponse.item | |
Definition | A group or question item from the original questionnaire for which answers are provided. |
Short | Groups and questions |
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). |
Control | 70..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() )qrs-1: Nested item can't be beneath both item and answer ((answer.exists() and item.exists()).not()) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
12. QuestionnaireResponse.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
14. QuestionnaireResponse.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | 問卷題目編號Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
16. QuestionnaireResponse.item:hosp | |
Slice Name | hosp |
Definition | A group or question item from the original questionnaire for which answers are provided. |
Short | Groups and questions |
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() )qrs-1: Nested item can't be beneath both item and answer ((answer.exists() and item.exists()).not()) |
18. QuestionnaireResponse.item:hosp.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
20. QuestionnaireResponse.item:hosp.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | 問卷題目編號Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
22. QuestionnaireResponse.item:hosp.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | hosp|院所資訊 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
24. QuestionnaireResponse.item:hosp.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 50..7* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
26. QuestionnaireResponse.item:hosp.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
28. QuestionnaireResponse.item:hosp.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
30. QuestionnaireResponse.item:hosp.item:applMode | |
Slice Name | applMode |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
32. QuestionnaireResponse.item:hosp.item:applMode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
34. QuestionnaireResponse.item:hosp.item:applMode.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 1.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
36. QuestionnaireResponse.item:hosp.item:applMode.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | hosp.applMode|申報方式 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
38. QuestionnaireResponse.item:hosp.item:applMode.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
40. QuestionnaireResponse.item:hosp.item:applMode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
42. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
44. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-申報方式值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-mode ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Pattern Value | { |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
46. QuestionnaireResponse.item:hosp.item:applType | |
Slice Name | applType |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
48. QuestionnaireResponse.item:hosp.item:applType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
50. QuestionnaireResponse.item:hosp.item:applType.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 1.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
52. QuestionnaireResponse.item:hosp.item:applType.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | hosp.applType|申報類別 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
54. QuestionnaireResponse.item:hosp.item:applType.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
56. QuestionnaireResponse.item:hosp.item:applType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
58. QuestionnaireResponse.item:hosp.item:applType.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
60. QuestionnaireResponse.item:hosp.item:applType.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-申報類別值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-type ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Pattern Value | { |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
62. QuestionnaireResponse.item:hosp.item:applDate | |
Slice Name | applDate |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
64. QuestionnaireResponse.item:hosp.item:applDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
66. QuestionnaireResponse.item:hosp.item:applDate.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 1.3 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
68. QuestionnaireResponse.item:hosp.item:applDate.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | hosp.applDate|申請日期 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
70. QuestionnaireResponse.item:hosp.item:applDate.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
72. QuestionnaireResponse.item:hosp.item:applDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
74. QuestionnaireResponse.item:hosp.item:medCertBookDate | |
Slice Name | medCertBookDate |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) medCertBookDate: 開立診斷書申請日期,不可大於系統日,不可小於2016-01-01,且為系統日之30日內。 ( answer.value.ofType(date) <= today() and answer.value.ofType(date) >= @2016-01-01 and answer.value.ofType(date) >= today() - 30 days ) |
76. QuestionnaireResponse.item:hosp.item:medCertBookDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
78. QuestionnaireResponse.item:hosp.item:medCertBookDate.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 1.4 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
80. QuestionnaireResponse.item:hosp.item:medCertBookDate.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | hosp.medCertBookDate|開立診斷書申請日期 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
82. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
84. QuestionnaireResponse.item:hosp.item:medCertBookDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
86. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
88. QuestionnaireResponse.item:hosp.item:hospId | |
Slice Name | hospId |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
90. QuestionnaireResponse.item:hosp.item:hospId.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
92. QuestionnaireResponse.item:hosp.item:hospId.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 1.5 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
94. QuestionnaireResponse.item:hosp.item:hospId.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | hosp.hospId|醫事機構代碼 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
96. QuestionnaireResponse.item:hosp.item:hospId.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
98. QuestionnaireResponse.item:hosp.item:hospId.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
100. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
102. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-特約醫事機構值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-organization ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
104. QuestionnaireResponse.item:hosp.item:acptNo | |
Slice Name | acptNo |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
106. QuestionnaireResponse.item:hosp.item:acptNo.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
108. QuestionnaireResponse.item:hosp.item:acptNo.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 1.6 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
110. QuestionnaireResponse.item:hosp.item:acptNo.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | hosp.acptNo|受理編號 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
112. QuestionnaireResponse.item:hosp.item:acptNo.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
114. QuestionnaireResponse.item:hosp.item:acptNo.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
116. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
118. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
120. QuestionnaireResponse.item:hosp.item:acptNum | |
Slice Name | acptNum |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
122. QuestionnaireResponse.item:hosp.item:acptNum.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
124. QuestionnaireResponse.item:hosp.item:acptNum.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 1.7 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
126. QuestionnaireResponse.item:hosp.item:acptNum.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | hosp.acptNum|受理次數 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
128. QuestionnaireResponse.item:hosp.item:acptNum.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
130. QuestionnaireResponse.item:hosp.item:acptNum.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
132. QuestionnaireResponse.item:patient | |
Slice Name | patient |
Definition | A group or question item from the original questionnaire for which answers are provided. |
Short | Groups and questions |
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() )qrs-1: Nested item can't be beneath both item and answer ((answer.exists() and item.exists()).not()) |
134. QuestionnaireResponse.item:patient.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
136. QuestionnaireResponse.item:patient.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | 問卷題目編號Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
138. QuestionnaireResponse.item:patient.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | patient|病人資訊 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
140. QuestionnaireResponse.item:patient.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
142. QuestionnaireResponse.item:patient.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
144. QuestionnaireResponse.item:patient.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 0..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
146. QuestionnaireResponse.item:patient.answer.value[x]:valueReference | |
Slice Name | valueReference |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 0..1 |
Type | Reference(病人資訊-Patient TWCI, Resource), date, dateTime, boolean, string, Coding, Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
148. QuestionnaireResponse.item:doctor | |
Slice Name | doctor |
Definition | A group or question item from the original questionnaire for which answers are provided. |
Short | Groups and questions |
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() )qrs-1: Nested item can't be beneath both item and answer ((answer.exists() and item.exists()).not()) |
150. QuestionnaireResponse.item:doctor.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
152. QuestionnaireResponse.item:doctor.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | 問卷題目編號Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 3 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
154. QuestionnaireResponse.item:doctor.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | doctor|醫師資訊 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
156. QuestionnaireResponse.item:doctor.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
158. QuestionnaireResponse.item:doctor.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
160. QuestionnaireResponse.item:doctor.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
162. QuestionnaireResponse.item:doctor.item:diagPrsnId | |
Slice Name | diagPrsnId |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
164. QuestionnaireResponse.item:doctor.item:diagPrsnId.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
166. QuestionnaireResponse.item:doctor.item:diagPrsnId.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 3.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
168. QuestionnaireResponse.item:doctor.item:diagPrsnId.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | doctor.diagPrsnId|醫師身分證號 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
170. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
172. QuestionnaireResponse.item:doctor.item:diagPrsnId.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
174. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
176. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-10: 長度不得超過10字 ( length() <= 10 ) |
178. QuestionnaireResponse.item:doctor.item:diagPrsnName | |
Slice Name | diagPrsnName |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
180. QuestionnaireResponse.item:doctor.item:diagPrsnName.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
182. QuestionnaireResponse.item:doctor.item:diagPrsnName.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 3.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
184. QuestionnaireResponse.item:doctor.item:diagPrsnName.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | doctor.diagPrsnName|診斷醫師姓名 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
186. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
188. QuestionnaireResponse.item:doctor.item:diagPrsnName.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
190. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
192. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-12: 長度不得超過12字 ( length() <= 12 ) |
194. QuestionnaireResponse.item:diagnosis | |
Slice Name | diagnosis |
Definition | A group or question item from the original questionnaire for which answers are provided. |
Short | Groups and questions |
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() )qrs-1: Nested item can't be beneath both item and answer ((answer.exists() and item.exists()).not()) |
196. QuestionnaireResponse.item:diagnosis.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
198. QuestionnaireResponse.item:diagnosis.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | 問卷題目編號Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
200. QuestionnaireResponse.item:diagnosis.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis|疾病資訊 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
202. QuestionnaireResponse.item:diagnosis.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
204. QuestionnaireResponse.item:diagnosis.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
206. QuestionnaireResponse.item:diagnosis.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
208. QuestionnaireResponse.item:diagnosis.item:icd10cmCode | |
Slice Name | icd10cmCode |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
210. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
212. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
214. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.icd10cmCode|主診斷代碼 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
216. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
218. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
220. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
222. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-ICD-CM-重大傷病診斷代碼值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-diag-code-icd ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
224. QuestionnaireResponse.item:diagnosis.item:examinationReport | |
Slice Name | examinationReport |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) speType: 當報告類型(code.coding.code)為`47526-9`時,檢體種類(code.text)必填 ( (item.where(linkId = '4.2.1').item.answer.value.ofType(Coding).exists(code='47526-9')) implies (item.where(linkId = '4.2.2').item.answer.value.ofType(string).exists()) ) |
226. QuestionnaireResponse.item:diagnosis.item:examinationReport.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
228. QuestionnaireResponse.item:diagnosis.item:examinationReport.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
230. QuestionnaireResponse.item:diagnosis.item:examinationReport.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.examinationReport|檢查報告 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
232. QuestionnaireResponse.item:diagnosis.item:examinationReport.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
234. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
236. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
238. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType | |
Slice Name | reportType |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
240. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
242. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.2.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
244. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.examinationReport.reportType|報告類型。當LOINC無法具體描述檢體種類(例如:`47526-9`時),請填寫及補充說明檢體種類。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
246. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
248. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
250. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
252. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see LOINC-健保重大傷病-報告類型值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/loinc-report-type ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
254. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType | |
Slice Name | speType |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
256. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
258. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.2.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
260. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.examinationReport.speType|檢體種類 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
262. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
264. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
266. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
268. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-20: 長度不得超過20字 ( length() <= 20 ) |
270. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString | |
Slice Name | reportResultString |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
272. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
274. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.2.3 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
276. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.examinationReport.reportResultString|報告結果-文數字 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
278. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
280. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
282. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
284. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-4000: 長度不得超過4000字 ( length() <= 4000 ) |
286. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf | |
Slice Name | reportResultPdf |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
288. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
290. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.2.4 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
292. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.examinationReport.reportResultPdf|檢查報告檔案,請填寫完整檔案路徑。填寫格式:「file://檔名.副檔名」。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
294. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
296. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
298. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
300. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-50: 長度不得超過50字 ( length() <= 50 ) |
302. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle | |
Slice Name | reportResultPdfTitle |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
304. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
306. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.2.5 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
308. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.examinationReport.reportResultPdfTitle|檢查報告名稱 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
310. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
312. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
314. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
316. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-50: 長度不得超過50字 ( length() <= 50 ) |
318. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate | |
Slice Name | reportDate |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
320. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
322. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.2.6 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
324. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.examinationReport.reportDate|報告日期,YYYY-MM-DD。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
326. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
328. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
330. QuestionnaireResponse.item:diagnosis.item:medrec | |
Slice Name | medrec |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
332. QuestionnaireResponse.item:diagnosis.item:medrec.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
334. QuestionnaireResponse.item:diagnosis.item:medrec.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.3 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
336. QuestionnaireResponse.item:diagnosis.item:medrec.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.medrec|病歷資料 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
338. QuestionnaireResponse.item:diagnosis.item:medrec.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
340. QuestionnaireResponse.item:diagnosis.item:medrec.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
342. QuestionnaireResponse.item:diagnosis.item:medrec.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
344. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec | |
Slice Name | medrec |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
346. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
348. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.3.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
350. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.medrec.medrec|病歷資料 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
352. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
354. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
356. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
358. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
360. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle | |
Slice Name | medrecTitle |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
362. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
364. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.3.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
366. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.medrec.medrecTitle|病歷資料名稱 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
368. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
370. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
372. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
374. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
376. QuestionnaireResponse.item:diagnosis.item:imageStudy | |
Slice Name | imageStudy |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
378. QuestionnaireResponse.item:diagnosis.item:imageStudy.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
380. QuestionnaireResponse.item:diagnosis.item:imageStudy.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
382. QuestionnaireResponse.item:diagnosis.item:imageStudy.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy|影像報告 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
384. QuestionnaireResponse.item:diagnosis.item:imageStudy.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
386. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
388. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
390. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem | |
Slice Name | imgItem |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
392. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
394. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
396. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgItem|影像報告 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
398. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 0..* |
Type | BackboneElement |
Is Modifier | false |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
400. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
402. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
404. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
406. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult | |
Slice Name | imgResult |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
408. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
410. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
412. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgResult|影像報告結果 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
414. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
416. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
418. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
420. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
422. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate | |
Slice Name | imgDate |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
424. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
426. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.3 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
428. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgDate|影像報告日期 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
430. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
432. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
434. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite | |
Slice Name | imgBodySite |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
436. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
438. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.4 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
440. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgBodySite|影像檢查的身體部位 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
442. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 0..* |
Type | BackboneElement |
Is Modifier | false |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
444. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
446. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
448. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
450. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom | |
Slice Name | imgDicom |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
452. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
454. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.5 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
456. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgDicom|DICOM影像 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
458. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 20..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
460. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
462. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
464. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid | |
Slice Name | studyUid |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
466. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
468. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.5.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
470. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgDicom.studyUid|整項影像檢查的識別碼 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
472. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 0..* |
Type | BackboneElement |
Is Modifier | false |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
474. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
476. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
478. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
480. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series | |
Slice Name | series |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
482. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
484. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.5.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
486. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgDicom.series|每項影像檢查有一個或多個系列(series)的實例 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
488. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 30..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
490. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
492. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
494. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid | |
Slice Name | uid |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
496. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
498. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.5.2.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
500. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgDicom.series.uid|此系列的DICOM系列實例UID |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
502. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
504. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
506. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
508. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
510. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality | |
Slice Name | modality |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
512. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
514. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.5.2.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
516. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgDicom.series.modality|此系列實例所使用的成像儀器 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
518. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 0..* |
Type | BackboneElement |
Is Modifier | false |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
520. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
522. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
524. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
526. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance | |
Slice Name | instance |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
528. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
530. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.5.2.3 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
532. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgDicom.series.instance|系列中的一個SOP實例 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
534. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 20..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
536. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
538. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
540. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid | |
Slice Name | uid |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
542. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
544. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.5.2.3.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
546. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgDicom.series.instance.uid|DICOM影像 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
548. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
550. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
552. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
554. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
556. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass | |
Slice Name | sopClass |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
558. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
560. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.5.2.3.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
562. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgDicom.series.instance.sopClass|DICOM class 類型 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
564. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
566. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
568. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
570. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
572. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom | |
Slice Name | imgNonDicom |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
574. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
576. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.6 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
578. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgNonDicom|非DICOM影像 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
580. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 20..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
582. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
584. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
586. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom | |
Slice Name | imgNonDicom |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
588. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
590. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.6.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
592. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgNonDicom.imgNonDicom|非DICOM影像 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
594. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
596. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
598. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
600. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
602. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType | |
Slice Name | imgNonDicomMimeType |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
604. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
606. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 4.4.6.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
608. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | diagnosis.imageStudy.imgNonDicom.imgNonDicomMimeType|非DICOM影像MimeType |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
610. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
612. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
614. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
616. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see HL7-健保重大傷病-非DICOM影像MimeType值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/media-mimetypes ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
618. QuestionnaireResponse.item:ci | |
Slice Name | ci |
Definition | A group or question item from the original questionnaire for which answers are provided. |
Short | Groups and questions |
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() )qrs-1: Nested item can't be beneath both item and answer ((answer.exists() and item.exists()).not()) |
620. QuestionnaireResponse.item:ci.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
622. QuestionnaireResponse.item:ci.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | 問卷題目編號Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 5 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
624. QuestionnaireResponse.item:ci.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | ci|重大傷病 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
626. QuestionnaireResponse.item:ci.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
628. QuestionnaireResponse.item:ci.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
630. QuestionnaireResponse.item:ci.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 0..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
632. QuestionnaireResponse.item:ci.answer.value[x]:valueReference | |
Slice Name | valueReference |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 0..1 |
Type | Reference(重大傷病-Condition TWCI, Resource), date, dateTime, boolean, string, Coding, Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
634. QuestionnaireResponse.item:cancerStage | |
Slice Name | cancerStage |
Definition | A group or question item from the original questionnaire for which answers are provided. |
Short | Groups and questions |
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() )qrs-1: Nested item can't be beneath both item and answer ((answer.exists() and item.exists()).not()) |
636. QuestionnaireResponse.item:cancerStage.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
638. QuestionnaireResponse.item:cancerStage.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | 問卷題目編號Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 6 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
640. QuestionnaireResponse.item:cancerStage.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | cancerStage|癌症期別 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
642. QuestionnaireResponse.item:cancerStage.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
644. QuestionnaireResponse.item:cancerStage.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
646. QuestionnaireResponse.item:cancerStage.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
648. QuestionnaireResponse.item:cancerStage.item:cancerStage | |
Slice Name | cancerStage |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
650. QuestionnaireResponse.item:cancerStage.item:cancerStage.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
652. QuestionnaireResponse.item:cancerStage.item:cancerStage.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 6.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
654. QuestionnaireResponse.item:cancerStage.item:cancerStage.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | cancerStage.cancerStage|癌症期別,醫院自行填入癌症期別(1~4),若為不適用者填9(不適用)。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
656. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
658. QuestionnaireResponse.item:cancerStage.item:cancerStage.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
660. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
662. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-癌症期別值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/cancer-stage ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
664. QuestionnaireResponse.item:cancerStage.item:assessScore | |
Slice Name | assessScore |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
666. QuestionnaireResponse.item:cancerStage.item:assessScore.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
668. QuestionnaireResponse.item:cancerStage.item:assessScore.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 6.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
670. QuestionnaireResponse.item:cancerStage.item:assessScore.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | cancerStage.assessScore|癌症分期分數或結果 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
672. QuestionnaireResponse.item:cancerStage.item:assessScore.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
674. QuestionnaireResponse.item:cancerStage.item:assessScore.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
676. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
678. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-12: 長度不得超過12字 ( length() <= 12 ) |
680. QuestionnaireResponse.item:cancerStage.item:assessDate | |
Slice Name | assessDate |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
682. QuestionnaireResponse.item:cancerStage.item:assessDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
684. QuestionnaireResponse.item:cancerStage.item:assessDate.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 6.3 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
686. QuestionnaireResponse.item:cancerStage.item:assessDate.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | cancerStage.assessDate|癌症分期量表評估日期,YYYY-MM-DD,西元年月日,民國前為負數。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
688. QuestionnaireResponse.item:cancerStage.item:assessDate.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
690. QuestionnaireResponse.item:cancerStage.item:assessDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
692. QuestionnaireResponse.item:illness | |
Slice Name | illness |
Definition | A group or question item from the original questionnaire for which answers are provided. |
Short | Groups and questions |
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() )qrs-1: Nested item can't be beneath both item and answer ((answer.exists() and item.exists()).not()) |
694. QuestionnaireResponse.item:illness.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
696. QuestionnaireResponse.item:illness.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | 問卷題目編號Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 7 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
698. QuestionnaireResponse.item:illness.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | illness|惡性腫瘤重大傷病換發評估表 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
700. QuestionnaireResponse.item:illness.item | |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..* |
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item |
Is Modifier | false |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
702. QuestionnaireResponse.item:illness.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
704. QuestionnaireResponse.item:illness.item.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
706. QuestionnaireResponse.item:illness.item:oriCancerCode | |
Slice Name | oriCancerCode |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
708. QuestionnaireResponse.item:illness.item:oriCancerCode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
710. QuestionnaireResponse.item:illness.item:oriCancerCode.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 7.1 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
712. QuestionnaireResponse.item:illness.item:oriCancerCode.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | illness.oriCancerCode|原發癌症診斷碼,最長為7碼。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
714. QuestionnaireResponse.item:illness.item:oriCancerCode.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
716. QuestionnaireResponse.item:illness.item:oriCancerCode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
718. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
720. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-ICD-CM-原發癌症診斷碼值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-primary-cancer-icd ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
722. QuestionnaireResponse.item:illness.item:oriCancerDxDate | |
Slice Name | oriCancerDxDate |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
724. QuestionnaireResponse.item:illness.item:oriCancerDxDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
726. QuestionnaireResponse.item:illness.item:oriCancerDxDate.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 7.2 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
728. QuestionnaireResponse.item:illness.item:oriCancerDxDate.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | illness.oriCancerDxDate|癌症最初診斷日期,西元年月日;不得大於系統日。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
730. QuestionnaireResponse.item:illness.item:oriCancerDxDate.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
732. QuestionnaireResponse.item:illness.item:oriCancerDxDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
734. QuestionnaireResponse.item:illness.item:oriCancerAjcc | |
Slice Name | oriCancerAjcc |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
736. QuestionnaireResponse.item:illness.item:oriCancerAjcc.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
738. QuestionnaireResponse.item:illness.item:oriCancerAjcc.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 7.3 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
740. QuestionnaireResponse.item:illness.item:oriCancerAjcc.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | illness.oriCancerAjcc|癌症最初診斷AJCC分期(病理分期或未接受治療前的臨床分期),依期別填入;若不是用此分類而用其他分類,則填寫9。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
742. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
744. QuestionnaireResponse.item:illness.item:oriCancerAjcc.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
746. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
748. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-癌症最初診斷AJCC分期值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstaging ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
750. QuestionnaireResponse.item:illness.item:oriCancerAjcc1 | |
Slice Name | oriCancerAjcc1 |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
752. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
754. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 7.4 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
756. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | illness.oriCancerAjcc1|癌症最初診斷AJCC分期_補充說明欄位,若前述欄位為9,則請於此欄位描述其他系統之其他分期為何。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
758. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
760. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
762. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
764. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-20: 長度不得超過20字 ( length() <= 20 ) |
766. QuestionnaireResponse.item:illness.item:cancerStatus | |
Slice Name | cancerStatus |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
768. QuestionnaireResponse.item:illness.item:cancerStatus.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
770. QuestionnaireResponse.item:illness.item:cancerStatus.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 7.5 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
772. QuestionnaireResponse.item:illness.item:cancerStatus.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | illness.cancerStatus|目前癌症狀態 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
774. QuestionnaireResponse.item:illness.item:cancerStatus.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
776. QuestionnaireResponse.item:illness.item:cancerStatus.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
778. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
780. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-癌症狀態http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstage-status ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
782. QuestionnaireResponse.item:illness.item:cancerTreatment | |
Slice Name | cancerTreatment |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
784. QuestionnaireResponse.item:illness.item:cancerTreatment.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
786. QuestionnaireResponse.item:illness.item:cancerTreatment.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 7.6 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
788. QuestionnaireResponse.item:illness.item:cancerTreatment.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | illness.cancerTreatment|後續治療評估,可複選。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
790. QuestionnaireResponse.item:illness.item:cancerTreatment.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
792. QuestionnaireResponse.item:illness.item:cancerTreatment.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
794. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
796. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-後續治療評估值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
798. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan | |
Slice Name | cancerTreatmentPlan |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
800. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
802. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 7.7 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
804. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | illness.cancerTreatmentPlan|後續治療計劃,可複選。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
806. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
808. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
810. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
812. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | The codes SHALL be taken from For example codes, see NHI-健保重大傷病-後續治療計劃值集http://hl7.org/fhir/ValueSet/questionnaire-answers (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment-plan ) |
Type | Coding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
814. QuestionnaireResponse.item:illness.item:cancerTreatmentText | |
Slice Name | cancerTreatmentText |
Definition | Questions or sub-groups nested beneath a question or group. |
Short | Nested questionnaire response items |
Control | 0..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Requirements | Reports can consist of complex nested groups. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
816. QuestionnaireResponse.item:illness.item:cancerTreatmentText.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
818. QuestionnaireResponse.item:illness.item:cancerTreatmentText.linkId | |
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. |
Short | Pointer to specific item from Questionnaire |
Control | 1..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. |
Pattern Value | 7.8 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
820. QuestionnaireResponse.item:illness.item:cancerTreatmentText.text | |
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. |
Short | Name for group or question text |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Allows the questionnaire response to be read without access to the questionnaire. |
Pattern Value | illness.cancerTreatmentText|補充說明。 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
822. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer | |
Definition | The respondent's answer(s) to the question. |
Short | The response(s) to the question |
Comments | The value is nested because we cannot have a repeating structure that has variable type. |
Control | 10..1* |
Type | BackboneElement |
Is Modifier | false |
Must Support | true |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
824. QuestionnaireResponse.item:illness.item:cancerTreatmentText.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Short | Extensions that cannot be ignored even if unrecognized |
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. |
Control | 0..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
826. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x] | |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
828. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x]:valueString | |
Slice Name | valueString |
Definition | The answer (or one of the answers) provided by the respondent to the question. |
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. |
Control | 10..1 |
Binding | For example codes, see QuestionnaireAnswerCodeshttp://hl7.org/fhir/ValueSet/questionnaire-answers (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. |
Type | string, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Summary | false |
Requirements | Ability to retain a single-valued answer to a question. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) txt-400: 長度不得超過400字 ( length() <= 400 ) |
Guidance on how to interpret the contents of this table can be foundhere
0. QuestionnaireResponse | |
2. QuestionnaireResponse.questionnaire | |
Control | 1..? |
Type | canonical(重大傷病申請書-Questionnaire TWCI) |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Pattern Value | https://nhicore.nhi.gov.tw/ci/Questionnaire/apply-catastrophic-illness |
4. QuestionnaireResponse.status | |
Pattern Value | completed |
6. QuestionnaireResponse.item | |
Control | 7..? |
Must Support | true |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
8. QuestionnaireResponse.item.linkId | |
Short | 問卷題目編號 |
10. QuestionnaireResponse.item:hosp | |
Slice Name | hosp |
Control | 1..1 |
Must Support | true |
12. QuestionnaireResponse.item:hosp.linkId | |
Pattern Value | 1 |
14. QuestionnaireResponse.item:hosp.text | |
Pattern Value | hosp|院所資訊 |
16. QuestionnaireResponse.item:hosp.item | |
Control | 5..7 |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
18. QuestionnaireResponse.item:hosp.item:applMode | |
Slice Name | applMode |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
20. QuestionnaireResponse.item:hosp.item:applMode.linkId | |
Pattern Value | 1.1 |
22. QuestionnaireResponse.item:hosp.item:applMode.text | |
Pattern Value | hosp.applMode|申報方式 |
24. QuestionnaireResponse.item:hosp.item:applMode.answer | |
Control | 1..1 |
Must Support | true |
26. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
28. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-申報方式值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-mode ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
Pattern Value | { |
30. QuestionnaireResponse.item:hosp.item:applType | |
Slice Name | applType |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
32. QuestionnaireResponse.item:hosp.item:applType.linkId | |
Pattern Value | 1.2 |
34. QuestionnaireResponse.item:hosp.item:applType.text | |
Pattern Value | hosp.applType|申報類別 |
36. QuestionnaireResponse.item:hosp.item:applType.answer | |
Control | 1..1 |
Must Support | true |
38. QuestionnaireResponse.item:hosp.item:applType.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
40. QuestionnaireResponse.item:hosp.item:applType.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-申報類別值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-type ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
Pattern Value | { |
42. QuestionnaireResponse.item:hosp.item:applDate | |
Slice Name | applDate |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
44. QuestionnaireResponse.item:hosp.item:applDate.linkId | |
Pattern Value | 1.3 |
46. QuestionnaireResponse.item:hosp.item:applDate.text | |
Pattern Value | hosp.applDate|申請日期 |
48. QuestionnaireResponse.item:hosp.item:applDate.answer | |
Control | 1..1 |
Must Support | true |
50. QuestionnaireResponse.item:hosp.item:medCertBookDate | |
Slice Name | medCertBookDate |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
Invariants | medCertBookDate: 開立診斷書申請日期,不可大於系統日,不可小於2016-01-01,且為系統日之30日內。 (answer.value.ofType(date) <= today() and answer.value.ofType(date) >= @2016-01-01 and answer.value.ofType(date) >= today() - 30 days ) |
52. QuestionnaireResponse.item:hosp.item:medCertBookDate.linkId | |
Pattern Value | 1.4 |
54. QuestionnaireResponse.item:hosp.item:medCertBookDate.text | |
Pattern Value | hosp.medCertBookDate|開立診斷書申請日期 |
56. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer | |
Control | 1..1 |
Must Support | true |
58. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
60. QuestionnaireResponse.item:hosp.item:hospId | |
Slice Name | hospId |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
62. QuestionnaireResponse.item:hosp.item:hospId.linkId | |
Pattern Value | 1.5 |
64. QuestionnaireResponse.item:hosp.item:hospId.text | |
Pattern Value | hosp.hospId|醫事機構代碼 |
66. QuestionnaireResponse.item:hosp.item:hospId.answer | |
Control | 1..1 |
Must Support | true |
68. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
70. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-特約醫事機構值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-organization ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
72. QuestionnaireResponse.item:hosp.item:acptNo | |
Slice Name | acptNo |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
74. QuestionnaireResponse.item:hosp.item:acptNo.linkId | |
Pattern Value | 1.6 |
76. QuestionnaireResponse.item:hosp.item:acptNo.text | |
Pattern Value | hosp.acptNo|受理編號 |
78. QuestionnaireResponse.item:hosp.item:acptNo.answer | |
Control | 1..1 |
Must Support | true |
80. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
82. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
84. QuestionnaireResponse.item:hosp.item:acptNum | |
Slice Name | acptNum |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
86. QuestionnaireResponse.item:hosp.item:acptNum.linkId | |
Pattern Value | 1.7 |
88. QuestionnaireResponse.item:hosp.item:acptNum.text | |
Pattern Value | hosp.acptNum|受理次數 |
90. QuestionnaireResponse.item:hosp.item:acptNum.answer | |
Control | 1..1 |
Must Support | true |
92. QuestionnaireResponse.item:patient | |
Slice Name | patient |
Control | 1..1 |
Must Support | true |
94. QuestionnaireResponse.item:patient.linkId | |
Pattern Value | 2 |
96. QuestionnaireResponse.item:patient.text | |
Pattern Value | patient|病人資訊 |
98. QuestionnaireResponse.item:patient.answer | |
Control | 1..1 |
Must Support | true |
100. QuestionnaireResponse.item:patient.answer.value[x] | |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
102. QuestionnaireResponse.item:patient.answer.value[x]:valueReference | |
Slice Name | valueReference |
Control | 0..1 |
Type | Reference(病人資訊-Patient TWCI) |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
104. QuestionnaireResponse.item:doctor | |
Slice Name | doctor |
Control | 1..1 |
Must Support | true |
106. QuestionnaireResponse.item:doctor.linkId | |
Pattern Value | 3 |
108. QuestionnaireResponse.item:doctor.text | |
Pattern Value | doctor|醫師資訊 |
110. QuestionnaireResponse.item:doctor.item | |
Control | 1..? |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
112. QuestionnaireResponse.item:doctor.item:diagPrsnId | |
Slice Name | diagPrsnId |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
114. QuestionnaireResponse.item:doctor.item:diagPrsnId.linkId | |
Pattern Value | 3.1 |
116. QuestionnaireResponse.item:doctor.item:diagPrsnId.text | |
Pattern Value | doctor.diagPrsnId|醫師身分證號 |
118. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer | |
Control | 1..1 |
Must Support | true |
120. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
122. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Invariants | txt-10: 長度不得超過10字 (length() <= 10 ) |
124. QuestionnaireResponse.item:doctor.item:diagPrsnName | |
Slice Name | diagPrsnName |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
126. QuestionnaireResponse.item:doctor.item:diagPrsnName.linkId | |
Pattern Value | 3.2 |
128. QuestionnaireResponse.item:doctor.item:diagPrsnName.text | |
Pattern Value | doctor.diagPrsnName|診斷醫師姓名 |
130. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer | |
Control | 1..1 |
Must Support | true |
132. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
134. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Invariants | txt-12: 長度不得超過12字 (length() <= 12 ) |
136. QuestionnaireResponse.item:diagnosis | |
Slice Name | diagnosis |
Control | 1..1 |
Must Support | true |
138. QuestionnaireResponse.item:diagnosis.linkId | |
Pattern Value | 4 |
140. QuestionnaireResponse.item:diagnosis.text | |
Pattern Value | diagnosis|疾病資訊 |
142. QuestionnaireResponse.item:diagnosis.item | |
Control | 1..? |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
144. QuestionnaireResponse.item:diagnosis.item:icd10cmCode | |
Slice Name | icd10cmCode |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
146. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.linkId | |
Pattern Value | 4.1 |
148. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.text | |
Pattern Value | diagnosis.icd10cmCode|主診斷代碼 |
150. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer | |
Control | 1..1 |
Must Support | true |
152. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
154. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-ICD-CM-重大傷病診斷代碼值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-diag-code-icd ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
156. QuestionnaireResponse.item:diagnosis.item:examinationReport | |
Slice Name | examinationReport |
Control | 0..* |
Type | BackboneElement |
Must Support | true |
Invariants | speType: 當報告類型(code.coding.code)為`47526-9`時,檢體種類(code.text)必填 ((item.where(linkId = '4.2.1').item.answer.value.ofType(Coding).exists(code='47526-9')) implies (item.where(linkId = '4.2.2').item.answer.value.ofType(string).exists()) ) |
158. QuestionnaireResponse.item:diagnosis.item:examinationReport.linkId | |
Pattern Value | 4.2 |
160. QuestionnaireResponse.item:diagnosis.item:examinationReport.text | |
Pattern Value | diagnosis.examinationReport|檢查報告 |
162. QuestionnaireResponse.item:diagnosis.item:examinationReport.item | |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
164. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType | |
Slice Name | reportType |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
166. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.linkId | |
Pattern Value | 4.2.1 |
168. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.text | |
Pattern Value | diagnosis.examinationReport.reportType|報告類型。當LOINC無法具體描述檢體種類(例如:`47526-9`時),請填寫及補充說明檢體種類。 |
170. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer | |
Control | 1..1 |
Must Support | true |
172. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
174. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from LOINC-健保重大傷病-報告類型值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/loinc-report-type ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
176. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType | |
Slice Name | speType |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
178. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.linkId | |
Pattern Value | 4.2.2 |
180. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.text | |
Pattern Value | diagnosis.examinationReport.speType|檢體種類 |
182. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer | |
Control | 1..1 |
Must Support | true |
184. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
186. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Invariants | txt-20: 長度不得超過20字 (length() <= 20 ) |
188. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString | |
Slice Name | reportResultString |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
190. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.linkId | |
Pattern Value | 4.2.3 |
192. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.text | |
Pattern Value | diagnosis.examinationReport.reportResultString|報告結果-文數字 |
194. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer | |
Control | 1..1 |
Must Support | true |
196. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
198. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Invariants | txt-4000: 長度不得超過4000字 (length() <= 4000 ) |
200. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf | |
Slice Name | reportResultPdf |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
202. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.linkId | |
Pattern Value | 4.2.4 |
204. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.text | |
Pattern Value | diagnosis.examinationReport.reportResultPdf|檢查報告檔案,請填寫完整檔案路徑。填寫格式:「file://檔名.副檔名」。 |
206. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer | |
Control | 1..1 |
Must Support | true |
208. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
210. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Invariants | txt-50: 長度不得超過50字 (length() <= 50 ) |
212. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle | |
Slice Name | reportResultPdfTitle |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
214. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.linkId | |
Pattern Value | 4.2.5 |
216. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.text | |
Pattern Value | diagnosis.examinationReport.reportResultPdfTitle|檢查報告名稱 |
218. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer | |
Control | 1..1 |
Must Support | true |
220. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
222. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Invariants | txt-50: 長度不得超過50字 (length() <= 50 ) |
224. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate | |
Slice Name | reportDate |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
226. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.linkId | |
Pattern Value | 4.2.6 |
228. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.text | |
Pattern Value | diagnosis.examinationReport.reportDate|報告日期,YYYY-MM-DD。 |
230. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.answer | |
Control | 1..1 |
Must Support | true |
232. QuestionnaireResponse.item:diagnosis.item:medrec | |
Slice Name | medrec |
Control | 0..* |
Type | BackboneElement |
Must Support | true |
234. QuestionnaireResponse.item:diagnosis.item:medrec.linkId | |
Pattern Value | 4.3 |
236. QuestionnaireResponse.item:diagnosis.item:medrec.text | |
Pattern Value | diagnosis.medrec|病歷資料 |
238. QuestionnaireResponse.item:diagnosis.item:medrec.item | |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
240. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec | |
Slice Name | medrec |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
242. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.linkId | |
Pattern Value | 4.3.1 |
244. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.text | |
Pattern Value | diagnosis.medrec.medrec|病歷資料 |
246. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer | |
Control | 1..1 |
Must Support | true |
248. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
250. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
252. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle | |
Slice Name | medrecTitle |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
254. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.linkId | |
Pattern Value | 4.3.2 |
256. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.text | |
Pattern Value | diagnosis.medrec.medrecTitle|病歷資料名稱 |
258. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer | |
Control | 1..1 |
Must Support | true |
260. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
262. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
264. QuestionnaireResponse.item:diagnosis.item:imageStudy | |
Slice Name | imageStudy |
Control | 0..* |
Type | BackboneElement |
Must Support | true |
266. QuestionnaireResponse.item:diagnosis.item:imageStudy.linkId | |
Pattern Value | 4.4 |
268. QuestionnaireResponse.item:diagnosis.item:imageStudy.text | |
Pattern Value | diagnosis.imageStudy|影像報告 |
270. QuestionnaireResponse.item:diagnosis.item:imageStudy.item | |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
272. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem | |
Slice Name | imgItem |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
274. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.linkId | |
Pattern Value | 4.4.1 |
276. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.text | |
Pattern Value | diagnosis.imageStudy.imgItem|影像報告 |
278. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer | |
280. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
282. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
284. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult | |
Slice Name | imgResult |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
286. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.linkId | |
Pattern Value | 4.4.2 |
288. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.text | |
Pattern Value | diagnosis.imageStudy.imgResult|影像報告結果 |
290. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer | |
Control | 1..1 |
Must Support | true |
292. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
294. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
296. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate | |
Slice Name | imgDate |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
298. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.linkId | |
Pattern Value | 4.4.3 |
300. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.text | |
Pattern Value | diagnosis.imageStudy.imgDate|影像報告日期 |
302. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.answer | |
Control | 1..1 |
Must Support | true |
304. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite | |
Slice Name | imgBodySite |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
306. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.linkId | |
Pattern Value | 4.4.4 |
308. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.text | |
Pattern Value | diagnosis.imageStudy.imgBodySite|影像檢查的身體部位 |
310. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer | |
312. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
314. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
316. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom | |
Slice Name | imgDicom |
Control | 0..* |
Type | BackboneElement |
Must Support | true |
318. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.linkId | |
Pattern Value | 4.4.5 |
320. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.text | |
Pattern Value | diagnosis.imageStudy.imgDicom|DICOM影像 |
322. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item | |
Control | 2..? |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
324. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid | |
Slice Name | studyUid |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
326. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.linkId | |
Pattern Value | 4.4.5.1 |
328. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.text | |
Pattern Value | diagnosis.imageStudy.imgDicom.studyUid|整項影像檢查的識別碼 |
330. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer | |
332. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
334. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
336. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series | |
Slice Name | series |
Control | 1..* |
Type | BackboneElement |
Must Support | true |
338. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.linkId | |
Pattern Value | 4.4.5.2 |
340. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.text | |
Pattern Value | diagnosis.imageStudy.imgDicom.series|每項影像檢查有一個或多個系列(series)的實例 |
342. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item | |
Control | 3..? |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
344. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid | |
Slice Name | uid |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
346. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.linkId | |
Pattern Value | 4.4.5.2.1 |
348. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.text | |
Pattern Value | diagnosis.imageStudy.imgDicom.series.uid|此系列的DICOM系列實例UID |
350. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer | |
Control | 1..1 |
Must Support | true |
352. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
354. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
356. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality | |
Slice Name | modality |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
358. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.linkId | |
Pattern Value | 4.4.5.2.2 |
360. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.text | |
Pattern Value | diagnosis.imageStudy.imgDicom.series.modality|此系列實例所使用的成像儀器 |
362. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer | |
364. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
366. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
368. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance | |
Slice Name | instance |
Control | 1..* |
Type | BackboneElement |
Must Support | true |
370. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.linkId | |
Pattern Value | 4.4.5.2.3 |
372. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.text | |
Pattern Value | diagnosis.imageStudy.imgDicom.series.instance|系列中的一個SOP實例 |
374. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item | |
Control | 2..? |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
376. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid | |
Slice Name | uid |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
378. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.linkId | |
Pattern Value | 4.4.5.2.3.1 |
380. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.text | |
Pattern Value | diagnosis.imageStudy.imgDicom.series.instance.uid|DICOM影像 |
382. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer | |
Control | 1..1 |
Must Support | true |
384. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
386. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
388. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass | |
Slice Name | sopClass |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
390. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.linkId | |
Pattern Value | 4.4.5.2.3.2 |
392. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.text | |
Pattern Value | diagnosis.imageStudy.imgDicom.series.instance.sopClass|DICOM class 類型 |
394. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer | |
Control | 1..1 |
Must Support | true |
396. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
398. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
400. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom | |
Slice Name | imgNonDicom |
Control | 0..* |
Type | BackboneElement |
Must Support | true |
402. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.linkId | |
Pattern Value | 4.4.6 |
404. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.text | |
Pattern Value | diagnosis.imageStudy.imgNonDicom|非DICOM影像 |
406. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item | |
Control | 2..? |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
408. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom | |
Slice Name | imgNonDicom |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
410. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.linkId | |
Pattern Value | 4.4.6.1 |
412. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.text | |
Pattern Value | diagnosis.imageStudy.imgNonDicom.imgNonDicom|非DICOM影像 |
414. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer | |
Control | 1..1 |
Must Support | true |
416. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
418. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
420. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType | |
Slice Name | imgNonDicomMimeType |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
422. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.linkId | |
Pattern Value | 4.4.6.2 |
424. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.text | |
Pattern Value | diagnosis.imageStudy.imgNonDicom.imgNonDicomMimeType|非DICOM影像MimeType |
426. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer | |
Control | 1..1 |
Must Support | true |
428. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
430. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from HL7-健保重大傷病-非DICOM影像MimeType值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/media-mimetypes ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
432. QuestionnaireResponse.item:ci | |
Slice Name | ci |
Control | 1..1 |
Must Support | true |
434. QuestionnaireResponse.item:ci.linkId | |
Pattern Value | 5 |
436. QuestionnaireResponse.item:ci.text | |
Pattern Value | ci|重大傷病 |
438. QuestionnaireResponse.item:ci.answer | |
Control | 1..1 |
Must Support | true |
440. QuestionnaireResponse.item:ci.answer.value[x] | |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
442. QuestionnaireResponse.item:ci.answer.value[x]:valueReference | |
Slice Name | valueReference |
Control | 0..1 |
Type | Reference(重大傷病-Condition TWCI) |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
444. QuestionnaireResponse.item:cancerStage | |
Slice Name | cancerStage |
Control | 1..1 |
Must Support | true |
446. QuestionnaireResponse.item:cancerStage.linkId | |
Pattern Value | 6 |
448. QuestionnaireResponse.item:cancerStage.text | |
Pattern Value | cancerStage|癌症期別 |
450. QuestionnaireResponse.item:cancerStage.item | |
Control | 1..? |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
452. QuestionnaireResponse.item:cancerStage.item:cancerStage | |
Slice Name | cancerStage |
Control | 1..1 |
Type | BackboneElement |
Must Support | true |
454. QuestionnaireResponse.item:cancerStage.item:cancerStage.linkId | |
Pattern Value | 6.1 |
456. QuestionnaireResponse.item:cancerStage.item:cancerStage.text | |
Pattern Value | cancerStage.cancerStage|癌症期別,醫院自行填入癌症期別(1~4),若為不適用者填9(不適用)。 |
458. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer | |
Control | 1..1 |
Must Support | true |
460. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
462. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-癌症期別值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/cancer-stage ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
464. QuestionnaireResponse.item:cancerStage.item:assessScore | |
Slice Name | assessScore |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
466. QuestionnaireResponse.item:cancerStage.item:assessScore.linkId | |
Pattern Value | 6.2 |
468. QuestionnaireResponse.item:cancerStage.item:assessScore.text | |
Pattern Value | cancerStage.assessScore|癌症分期分數或結果 |
470. QuestionnaireResponse.item:cancerStage.item:assessScore.answer | |
Control | 1..1 |
Must Support | true |
472. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
474. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Invariants | txt-12: 長度不得超過12字 (length() <= 12 ) |
476. QuestionnaireResponse.item:cancerStage.item:assessDate | |
Slice Name | assessDate |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
478. QuestionnaireResponse.item:cancerStage.item:assessDate.linkId | |
Pattern Value | 6.3 |
480. QuestionnaireResponse.item:cancerStage.item:assessDate.text | |
Pattern Value | cancerStage.assessDate|癌症分期量表評估日期,YYYY-MM-DD,西元年月日,民國前為負數。 |
482. QuestionnaireResponse.item:cancerStage.item:assessDate.answer | |
Control | 1..1 |
Must Support | true |
484. QuestionnaireResponse.item:illness | |
Slice Name | illness |
Control | 1..1 |
Must Support | true |
486. QuestionnaireResponse.item:illness.linkId | |
Pattern Value | 7 |
488. QuestionnaireResponse.item:illness.text | |
Pattern Value | illness|惡性腫瘤重大傷病換發評估表 |
490. QuestionnaireResponse.item:illness.item | |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
492. QuestionnaireResponse.item:illness.item:oriCancerCode | |
Slice Name | oriCancerCode |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
494. QuestionnaireResponse.item:illness.item:oriCancerCode.linkId | |
Pattern Value | 7.1 |
496. QuestionnaireResponse.item:illness.item:oriCancerCode.text | |
Pattern Value | illness.oriCancerCode|原發癌症診斷碼,最長為7碼。 |
498. QuestionnaireResponse.item:illness.item:oriCancerCode.answer | |
Control | 1..1 |
Must Support | true |
500. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
502. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-ICD-CM-原發癌症診斷碼值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-primary-cancer-icd ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
504. QuestionnaireResponse.item:illness.item:oriCancerDxDate | |
Slice Name | oriCancerDxDate |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
506. QuestionnaireResponse.item:illness.item:oriCancerDxDate.linkId | |
Pattern Value | 7.2 |
508. QuestionnaireResponse.item:illness.item:oriCancerDxDate.text | |
Pattern Value | illness.oriCancerDxDate|癌症最初診斷日期,西元年月日;不得大於系統日。 |
510. QuestionnaireResponse.item:illness.item:oriCancerDxDate.answer | |
Control | 1..1 |
Must Support | true |
512. QuestionnaireResponse.item:illness.item:oriCancerAjcc | |
Slice Name | oriCancerAjcc |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
514. QuestionnaireResponse.item:illness.item:oriCancerAjcc.linkId | |
Pattern Value | 7.3 |
516. QuestionnaireResponse.item:illness.item:oriCancerAjcc.text | |
Pattern Value | illness.oriCancerAjcc|癌症最初診斷AJCC分期(病理分期或未接受治療前的臨床分期),依期別填入;若不是用此分類而用其他分類,則填寫9。 |
518. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer | |
Control | 1..1 |
Must Support | true |
520. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
522. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-癌症最初診斷AJCC分期值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstaging ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
524. QuestionnaireResponse.item:illness.item:oriCancerAjcc1 | |
Slice Name | oriCancerAjcc1 |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
526. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.linkId | |
Pattern Value | 7.4 |
528. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.text | |
Pattern Value | illness.oriCancerAjcc1|癌症最初診斷AJCC分期_補充說明欄位,若前述欄位為9,則請於此欄位描述其他系統之其他分期為何。 |
530. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer | |
Control | 1..1 |
Must Support | true |
532. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
534. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Invariants | txt-20: 長度不得超過20字 (length() <= 20 ) |
536. QuestionnaireResponse.item:illness.item:cancerStatus | |
Slice Name | cancerStatus |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
538. QuestionnaireResponse.item:illness.item:cancerStatus.linkId | |
Pattern Value | 7.5 |
540. QuestionnaireResponse.item:illness.item:cancerStatus.text | |
Pattern Value | illness.cancerStatus|目前癌症狀態 |
542. QuestionnaireResponse.item:illness.item:cancerStatus.answer | |
Control | 1..1 |
Must Support | true |
544. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
546. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-癌症狀態 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstage-status ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
548. QuestionnaireResponse.item:illness.item:cancerTreatment | |
Slice Name | cancerTreatment |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
550. QuestionnaireResponse.item:illness.item:cancerTreatment.linkId | |
Pattern Value | 7.6 |
552. QuestionnaireResponse.item:illness.item:cancerTreatment.text | |
Pattern Value | illness.cancerTreatment|後續治療評估,可複選。 |
554. QuestionnaireResponse.item:illness.item:cancerTreatment.answer | |
Control | 1..? |
Must Support | true |
556. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
558. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-後續治療評估值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
560. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan | |
Slice Name | cancerTreatmentPlan |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
562. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.linkId | |
Pattern Value | 7.7 |
564. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.text | |
Pattern Value | illness.cancerTreatmentPlan|後續治療計劃,可複選。 |
566. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer | |
Control | 1..? |
Must Support | true |
568. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
570. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x]:valueCoding | |
Slice Name | valueCoding |
Control | 1..1 |
Binding | The codes SHALL be taken from NHI-健保重大傷病-後續治療計劃值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment-plan ) |
Type | Coding |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Must Support | true |
572. QuestionnaireResponse.item:illness.item:cancerTreatmentText | |
Slice Name | cancerTreatmentText |
Control | 0..1 |
Type | BackboneElement |
Must Support | true |
574. QuestionnaireResponse.item:illness.item:cancerTreatmentText.linkId | |
Pattern Value | 7.8 |
576. QuestionnaireResponse.item:illness.item:cancerTreatmentText.text | |
Pattern Value | illness.cancerTreatmentText|補充說明。 |
578. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer | |
Control | 1..1 |
Must Support | true |
580. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x] | |
Control | 1..? |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
582. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x]:valueString | |
Slice Name | valueString |
Control | 1..1 |
Type | string |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Must Support | true |
Invariants | txt-400: 長度不得超過400字 (length() <= 400 ) |
Guidance on how to interpret the contents of this table can be foundhere
0. 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 questionnaire being responded to. | ||||
Short | A structured set of questions and their answers | ||||
Comments | The QuestionnaireResponse contains enough information about the questions asked and their organization that it can be interpreted somewhat independently from the Questionnaire it is based on. I.e. You don't need access to the Questionnaire in order to extract basic information from a QuestionnaireResponse. | ||||
Control | 0..* | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | Form, QuestionnaireAnswers | ||||
Invariants | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty() )dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource ( contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() )dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated ( contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() )dom-5: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty() )dom-6: A resource should have narrative for robust management ( text.`div`.exists() ) | ||||
2. QuestionnaireResponse.id | |||||
Definition | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. | ||||
Short | Logical id of this artifact | ||||
Comments | The only time that a resource does not have an id is when it is being submitted to the server using a create operation. | ||||
Control | 0..1 | ||||
Type | id | ||||
Is Modifier | false | ||||
Summary | true | ||||
4. QuestionnaireResponse.meta | |||||
Definition | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. | ||||
Short | Metadata about the resource | ||||
Control | 0..1 | ||||
Type | Meta | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
6. QuestionnaireResponse.implicitRules | |||||
Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | ||||
Short | A set of rules under which this content was created | ||||
Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
8. QuestionnaireResponse.language | |||||
Definition | The base language in which the resource is written. | ||||
Short | Language of the resource content | ||||
Comments | Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute). | ||||
Control | 0..1 | ||||
Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages )A human language.
| ||||
Type | code | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
10. QuestionnaireResponse.text | |||||
Definition | A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. | ||||
Short | Text summary of the resource, for human interpretation | ||||
Comments | Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later. | ||||
Control | 0..1 | ||||
Type | Narrative | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | narrative, html, xhtml, display | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
12. QuestionnaireResponse.contained | |||||
Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. | ||||
Short | Contained, inline Resources | ||||
Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels. | ||||
Control | 0..* | ||||
Type | Resource | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | inline resources, anonymous resources, contained resources | ||||
14. QuestionnaireResponse.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
16. QuestionnaireResponse.modifierExtension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
Summary | false | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
18. QuestionnaireResponse.identifier | |||||
Definition | A business identifier assigned to a particular completed (or partially completed) questionnaire. | ||||
Short | Unique id for this set of answers | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..1 | ||||
Type | Identifier | ||||
Is Modifier | false | ||||
Summary | true | ||||
Requirements | Used for tracking, registration and other business purposes. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
20. QuestionnaireResponse.basedOn | |||||
Definition | The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression. | ||||
Short | Request fulfilled by this QuestionnaireResponse | ||||
Control | 0..* | ||||
Type | Reference(CarePlan, ServiceRequest) | ||||
Is Modifier | false | ||||
Summary | true | ||||
Requirements | Supports traceability of responsibility for the action and allows linkage of an action to the recommendations acted upon. | ||||
Alternate Names | order | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
22. QuestionnaireResponse.partOf | |||||
Definition | A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of. | ||||
Short | Part of this action | ||||
Comments | Composition of questionnaire responses will be handled by the parent questionnaire having answers that reference the child questionnaire. For relationships to referrals, and other types of requests, use basedOn. | ||||
Control | 0..* | ||||
Type | Reference(Observation, Procedure) | ||||
Is Modifier | false | ||||
Summary | true | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
24. QuestionnaireResponse.questionnaire | |||||
Definition | The Questionnaire that defines and organizes the questions for which answers are being provided. | ||||
Short | Form being answered | ||||
Comments | If a QuestionnaireResponse references a Questionnaire, then the QuestionnaireResponse structure must be consistent with the Questionnaire (i.e. questions must be organized into the same groups, nested questions must still be nested, etc.). | ||||
Control | 1..1 | ||||
Type | canonical(重大傷病申請書-Questionnaire TWCI) | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | true | ||||
Requirements | Needed to allow editing of the questionnaire response in a manner that enforces the constraints of the original form. | ||||
Alternate Names | Form | ||||
Pattern Value | https://nhicore.nhi.gov.tw/ci/Questionnaire/apply-catastrophic-illness | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
26. QuestionnaireResponse.status | |||||
Definition | The position of the questionnaire response within its overall lifecycle. | ||||
Short | in-progress | completed | amended | entered-in-error | stopped | ||||
Comments | This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from QuestionnaireResponseStatus (required to http://hl7.org/fhir/ValueSet/questionnaire-answers-status|4.0.1 )Lifecycle status of the questionnaire response. | ||||
Type | code | ||||
Is Modifier | true because This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
Requirements | The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished. | ||||
Pattern Value | completed | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
28. 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. | ||||
Short | The subject of the questions | ||||
Comments | If the Questionnaire declared a subjectType, the resource pointed to by this element must be an instance of one of the listed types. | ||||
Control | 0..1 | ||||
Type | Reference(Resource) | ||||
Is Modifier | false | ||||
Summary | true | ||||
Requirements | Allows linking the answers to the individual the answers describe. May also affect access control. | ||||
Alternate Names | Patient, Focus | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
30. QuestionnaireResponse.encounter | |||||
Definition | The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated. | ||||
Short | Encounter created as part of | ||||
Comments | This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. A questionnaire that was initiated during an encounter but not fully completed during the encounter would still generally be associated with the encounter. | ||||
Control | 0..1 | ||||
Type | Reference(Encounter) | ||||
Is Modifier | false | ||||
Summary | true | ||||
Requirements | Provides context for the information that was captured. May also affect access control. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
32. QuestionnaireResponse.authored | |||||
Definition | The date and/or time that this set of answers were last changed. | ||||
Short | Date the answers were gathered | ||||
Comments | May be different from the lastUpdateTime of the resource itself, because that reflects when the data was known to the server, not when the data was captured. This element is optional to allow for systems that might not know the value, however it SHOULD be populated if possible. | ||||
Control | 0..1 | ||||
Type | dateTime | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | true | ||||
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. | ||||
Alternate Names | Date Created, Date published, Date Issued, Date updated | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
34. QuestionnaireResponse.author | |||||
Definition | Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system. | ||||
Short | Person who received and recorded the answers | ||||
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. | ||||
Control | 0..1 | ||||
Type | Reference(Device, Practitioner, PractitionerRole, Patient, RelatedPerson, Organization) | ||||
Is Modifier | false | ||||
Summary | true | ||||
Requirements | Need to know who interpreted the subject's answers to the questions in the questionnaire, and selected the appropriate options for answers. | ||||
Alternate Names | Laboratory, Service, Practitioner, Department, Company, Performer | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
36. QuestionnaireResponse.source | |||||
Definition | The person who answered the questions about the subject. | ||||
Short | The person who answered the questions | ||||
Comments | If not specified, no inference can be made about who provided the data. | ||||
Control | 0..1 | ||||
Type | Reference(Patient, Practitioner, PractitionerRole, RelatedPerson) | ||||
Is Modifier | false | ||||
Summary | true | ||||
Requirements | When answering questions about a subject that is minor, incapable of answering or an animal, another human source may answer the questions. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
38. QuestionnaireResponse.item | |||||
Definition | A group or question item from the original questionnaire for which answers are provided. | ||||
Short | Groups and questions | ||||
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). | ||||
Control | 7..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
40. QuestionnaireResponse.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
42. QuestionnaireResponse.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
44. QuestionnaireResponse.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
46. QuestionnaireResponse.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | 問卷題目編號 | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
48. QuestionnaireResponse.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
50. QuestionnaireResponse.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
52. QuestionnaireResponse.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
54. QuestionnaireResponse.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
56. QuestionnaireResponse.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
58. QuestionnaireResponse.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
60. QuestionnaireResponse.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
62. QuestionnaireResponse.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
64. QuestionnaireResponse.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
66. QuestionnaireResponse.item:hosp | |||||
Slice Name | hosp | ||||
Definition | A group or question item from the original questionnaire for which answers are provided. | ||||
Short | Groups and questions | ||||
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() ) | ||||
68. QuestionnaireResponse.item:hosp.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
70. QuestionnaireResponse.item:hosp.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
72. QuestionnaireResponse.item:hosp.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
74. QuestionnaireResponse.item:hosp.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | 問卷題目編號 | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
76. QuestionnaireResponse.item:hosp.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
78. QuestionnaireResponse.item:hosp.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | hosp|院所資訊 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
80. QuestionnaireResponse.item:hosp.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
82. QuestionnaireResponse.item:hosp.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
84. QuestionnaireResponse.item:hosp.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
86. QuestionnaireResponse.item:hosp.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
88. QuestionnaireResponse.item:hosp.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
90. QuestionnaireResponse.item:hosp.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
92. QuestionnaireResponse.item:hosp.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 5..7 | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
94. QuestionnaireResponse.item:hosp.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
96. QuestionnaireResponse.item:hosp.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
98. QuestionnaireResponse.item:hosp.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
100. QuestionnaireResponse.item:hosp.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
102. QuestionnaireResponse.item:hosp.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
104. QuestionnaireResponse.item:hosp.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
106. QuestionnaireResponse.item:hosp.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
108. QuestionnaireResponse.item:hosp.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
110. QuestionnaireResponse.item:hosp.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
112. QuestionnaireResponse.item:hosp.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
114. QuestionnaireResponse.item:hosp.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
116. QuestionnaireResponse.item:hosp.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
118. QuestionnaireResponse.item:hosp.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
120. QuestionnaireResponse.item:hosp.item:applMode | |||||
Slice Name | applMode | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
122. QuestionnaireResponse.item:hosp.item:applMode.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
124. QuestionnaireResponse.item:hosp.item:applMode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
126. QuestionnaireResponse.item:hosp.item:applMode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
128. QuestionnaireResponse.item:hosp.item:applMode.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 1.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
130. QuestionnaireResponse.item:hosp.item:applMode.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
132. QuestionnaireResponse.item:hosp.item:applMode.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | hosp.applMode|申報方式 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
134. QuestionnaireResponse.item:hosp.item:applMode.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
136. QuestionnaireResponse.item:hosp.item:applMode.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
138. QuestionnaireResponse.item:hosp.item:applMode.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
140. QuestionnaireResponse.item:hosp.item:applMode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
142. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
144. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-申報方式值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-mode ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Pattern Value | { | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
146. QuestionnaireResponse.item:hosp.item:applMode.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
148. QuestionnaireResponse.item:hosp.item:applMode.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
150. QuestionnaireResponse.item:hosp.item:applType | |||||
Slice Name | applType | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
152. QuestionnaireResponse.item:hosp.item:applType.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
154. QuestionnaireResponse.item:hosp.item:applType.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
156. QuestionnaireResponse.item:hosp.item:applType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
158. QuestionnaireResponse.item:hosp.item:applType.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 1.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
160. QuestionnaireResponse.item:hosp.item:applType.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
162. QuestionnaireResponse.item:hosp.item:applType.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | hosp.applType|申報類別 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
164. QuestionnaireResponse.item:hosp.item:applType.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
166. QuestionnaireResponse.item:hosp.item:applType.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
168. QuestionnaireResponse.item:hosp.item:applType.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
170. QuestionnaireResponse.item:hosp.item:applType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
172. QuestionnaireResponse.item:hosp.item:applType.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
174. QuestionnaireResponse.item:hosp.item:applType.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-申報類別值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-type ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Pattern Value | { | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
176. QuestionnaireResponse.item:hosp.item:applType.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
178. QuestionnaireResponse.item:hosp.item:applType.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
180. QuestionnaireResponse.item:hosp.item:applDate | |||||
Slice Name | applDate | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
182. QuestionnaireResponse.item:hosp.item:applDate.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
184. QuestionnaireResponse.item:hosp.item:applDate.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
186. QuestionnaireResponse.item:hosp.item:applDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
188. QuestionnaireResponse.item:hosp.item:applDate.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 1.3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
190. QuestionnaireResponse.item:hosp.item:applDate.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
192. QuestionnaireResponse.item:hosp.item:applDate.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | hosp.applDate|申請日期 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
194. QuestionnaireResponse.item:hosp.item:applDate.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
196. QuestionnaireResponse.item:hosp.item:applDate.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
198. QuestionnaireResponse.item:hosp.item:applDate.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
200. QuestionnaireResponse.item:hosp.item:applDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
202. QuestionnaireResponse.item:hosp.item:applDate.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
204. QuestionnaireResponse.item:hosp.item:applDate.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
206. QuestionnaireResponse.item:hosp.item:applDate.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
208. QuestionnaireResponse.item:hosp.item:medCertBookDate | |||||
Slice Name | medCertBookDate | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )medCertBookDate: 開立診斷書申請日期,不可大於系統日,不可小於2016-01-01,且為系統日之30日內。 ( answer.value.ofType(date) <= today() and answer.value.ofType(date) >= @2016-01-01 and answer.value.ofType(date) >= today() - 30 days ) | ||||
210. QuestionnaireResponse.item:hosp.item:medCertBookDate.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
212. QuestionnaireResponse.item:hosp.item:medCertBookDate.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
214. QuestionnaireResponse.item:hosp.item:medCertBookDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
216. QuestionnaireResponse.item:hosp.item:medCertBookDate.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 1.4 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
218. QuestionnaireResponse.item:hosp.item:medCertBookDate.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
220. QuestionnaireResponse.item:hosp.item:medCertBookDate.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | hosp.medCertBookDate|開立診斷書申請日期 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
222. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
224. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
226. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
228. QuestionnaireResponse.item:hosp.item:medCertBookDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
230. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
232. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
234. QuestionnaireResponse.item:hosp.item:medCertBookDate.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
236. QuestionnaireResponse.item:hosp.item:hospId | |||||
Slice Name | hospId | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
238. QuestionnaireResponse.item:hosp.item:hospId.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
240. QuestionnaireResponse.item:hosp.item:hospId.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
242. QuestionnaireResponse.item:hosp.item:hospId.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
244. QuestionnaireResponse.item:hosp.item:hospId.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 1.5 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
246. QuestionnaireResponse.item:hosp.item:hospId.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
248. QuestionnaireResponse.item:hosp.item:hospId.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | hosp.hospId|醫事機構代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
250. QuestionnaireResponse.item:hosp.item:hospId.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
252. QuestionnaireResponse.item:hosp.item:hospId.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
254. QuestionnaireResponse.item:hosp.item:hospId.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
256. QuestionnaireResponse.item:hosp.item:hospId.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
258. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
260. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-特約醫事機構值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-organization ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
262. QuestionnaireResponse.item:hosp.item:hospId.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
264. QuestionnaireResponse.item:hosp.item:hospId.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
266. QuestionnaireResponse.item:hosp.item:acptNo | |||||
Slice Name | acptNo | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
268. QuestionnaireResponse.item:hosp.item:acptNo.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
270. QuestionnaireResponse.item:hosp.item:acptNo.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
272. QuestionnaireResponse.item:hosp.item:acptNo.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
274. QuestionnaireResponse.item:hosp.item:acptNo.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 1.6 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
276. QuestionnaireResponse.item:hosp.item:acptNo.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
278. QuestionnaireResponse.item:hosp.item:acptNo.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | hosp.acptNo|受理編號 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
280. QuestionnaireResponse.item:hosp.item:acptNo.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
282. QuestionnaireResponse.item:hosp.item:acptNo.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
284. QuestionnaireResponse.item:hosp.item:acptNo.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
286. QuestionnaireResponse.item:hosp.item:acptNo.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
288. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
290. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
292. QuestionnaireResponse.item:hosp.item:acptNo.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
294. QuestionnaireResponse.item:hosp.item:acptNo.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
296. QuestionnaireResponse.item:hosp.item:acptNum | |||||
Slice Name | acptNum | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
298. QuestionnaireResponse.item:hosp.item:acptNum.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
300. QuestionnaireResponse.item:hosp.item:acptNum.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
302. QuestionnaireResponse.item:hosp.item:acptNum.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
304. QuestionnaireResponse.item:hosp.item:acptNum.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 1.7 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
306. QuestionnaireResponse.item:hosp.item:acptNum.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
308. QuestionnaireResponse.item:hosp.item:acptNum.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | hosp.acptNum|受理次數 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
310. QuestionnaireResponse.item:hosp.item:acptNum.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
312. QuestionnaireResponse.item:hosp.item:acptNum.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
314. QuestionnaireResponse.item:hosp.item:acptNum.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
316. QuestionnaireResponse.item:hosp.item:acptNum.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
318. QuestionnaireResponse.item:hosp.item:acptNum.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
320. QuestionnaireResponse.item:hosp.item:acptNum.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
322. QuestionnaireResponse.item:hosp.item:acptNum.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
324. QuestionnaireResponse.item:patient | |||||
Slice Name | patient | ||||
Definition | A group or question item from the original questionnaire for which answers are provided. | ||||
Short | Groups and questions | ||||
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() ) | ||||
326. QuestionnaireResponse.item:patient.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
328. QuestionnaireResponse.item:patient.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
330. QuestionnaireResponse.item:patient.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
332. QuestionnaireResponse.item:patient.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | 問卷題目編號 | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
334. QuestionnaireResponse.item:patient.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
336. QuestionnaireResponse.item:patient.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | patient|病人資訊 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
338. QuestionnaireResponse.item:patient.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
340. QuestionnaireResponse.item:patient.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
342. QuestionnaireResponse.item:patient.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
344. QuestionnaireResponse.item:patient.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
346. QuestionnaireResponse.item:patient.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
348. QuestionnaireResponse.item:patient.answer.value[x]:valueReference | |||||
Slice Name | valueReference | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Type | Reference(病人資訊-Patient TWCI) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
350. QuestionnaireResponse.item:patient.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
352. QuestionnaireResponse.item:patient.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
354. QuestionnaireResponse.item:doctor | |||||
Slice Name | doctor | ||||
Definition | A group or question item from the original questionnaire for which answers are provided. | ||||
Short | Groups and questions | ||||
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() ) | ||||
356. QuestionnaireResponse.item:doctor.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
358. QuestionnaireResponse.item:doctor.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
360. QuestionnaireResponse.item:doctor.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
362. QuestionnaireResponse.item:doctor.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | 問卷題目編號 | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
364. QuestionnaireResponse.item:doctor.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
366. QuestionnaireResponse.item:doctor.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | doctor|醫師資訊 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
368. QuestionnaireResponse.item:doctor.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
370. QuestionnaireResponse.item:doctor.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
372. QuestionnaireResponse.item:doctor.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
374. QuestionnaireResponse.item:doctor.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
376. QuestionnaireResponse.item:doctor.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
378. QuestionnaireResponse.item:doctor.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
380. QuestionnaireResponse.item:doctor.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
382. QuestionnaireResponse.item:doctor.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
384. QuestionnaireResponse.item:doctor.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
386. QuestionnaireResponse.item:doctor.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
388. QuestionnaireResponse.item:doctor.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
390. QuestionnaireResponse.item:doctor.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
392. QuestionnaireResponse.item:doctor.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
394. QuestionnaireResponse.item:doctor.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
396. QuestionnaireResponse.item:doctor.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
398. QuestionnaireResponse.item:doctor.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
400. QuestionnaireResponse.item:doctor.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
402. QuestionnaireResponse.item:doctor.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
404. QuestionnaireResponse.item:doctor.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
406. QuestionnaireResponse.item:doctor.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
408. QuestionnaireResponse.item:doctor.item:diagPrsnId | |||||
Slice Name | diagPrsnId | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
410. QuestionnaireResponse.item:doctor.item:diagPrsnId.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
412. QuestionnaireResponse.item:doctor.item:diagPrsnId.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
414. QuestionnaireResponse.item:doctor.item:diagPrsnId.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
416. QuestionnaireResponse.item:doctor.item:diagPrsnId.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 3.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
418. QuestionnaireResponse.item:doctor.item:diagPrsnId.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
420. QuestionnaireResponse.item:doctor.item:diagPrsnId.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | doctor.diagPrsnId|醫師身分證號 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
422. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
424. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
426. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
428. QuestionnaireResponse.item:doctor.item:diagPrsnId.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
430. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
432. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )txt-10: 長度不得超過10字 ( length() <= 10 ) | ||||
434. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
436. QuestionnaireResponse.item:doctor.item:diagPrsnId.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
438. QuestionnaireResponse.item:doctor.item:diagPrsnName | |||||
Slice Name | diagPrsnName | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
440. QuestionnaireResponse.item:doctor.item:diagPrsnName.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
442. QuestionnaireResponse.item:doctor.item:diagPrsnName.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
444. QuestionnaireResponse.item:doctor.item:diagPrsnName.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
446. QuestionnaireResponse.item:doctor.item:diagPrsnName.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 3.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
448. QuestionnaireResponse.item:doctor.item:diagPrsnName.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
450. QuestionnaireResponse.item:doctor.item:diagPrsnName.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | doctor.diagPrsnName|診斷醫師姓名 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
452. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
454. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
456. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
458. QuestionnaireResponse.item:doctor.item:diagPrsnName.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
460. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
462. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )txt-12: 長度不得超過12字 ( length() <= 12 ) | ||||
464. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
466. QuestionnaireResponse.item:doctor.item:diagPrsnName.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
468. QuestionnaireResponse.item:diagnosis | |||||
Slice Name | diagnosis | ||||
Definition | A group or question item from the original questionnaire for which answers are provided. | ||||
Short | Groups and questions | ||||
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() ) | ||||
470. QuestionnaireResponse.item:diagnosis.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
472. QuestionnaireResponse.item:diagnosis.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
474. QuestionnaireResponse.item:diagnosis.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
476. QuestionnaireResponse.item:diagnosis.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | 問卷題目編號 | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
478. QuestionnaireResponse.item:diagnosis.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
480. QuestionnaireResponse.item:diagnosis.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis|疾病資訊 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
482. QuestionnaireResponse.item:diagnosis.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
484. QuestionnaireResponse.item:diagnosis.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
486. QuestionnaireResponse.item:diagnosis.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
488. QuestionnaireResponse.item:diagnosis.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
490. QuestionnaireResponse.item:diagnosis.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
492. QuestionnaireResponse.item:diagnosis.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
494. QuestionnaireResponse.item:diagnosis.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
496. QuestionnaireResponse.item:diagnosis.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
498. QuestionnaireResponse.item:diagnosis.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
500. QuestionnaireResponse.item:diagnosis.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
502. QuestionnaireResponse.item:diagnosis.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
504. QuestionnaireResponse.item:diagnosis.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
506. QuestionnaireResponse.item:diagnosis.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
508. QuestionnaireResponse.item:diagnosis.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
510. QuestionnaireResponse.item:diagnosis.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
512. QuestionnaireResponse.item:diagnosis.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
514. QuestionnaireResponse.item:diagnosis.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
516. QuestionnaireResponse.item:diagnosis.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
518. QuestionnaireResponse.item:diagnosis.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
520. QuestionnaireResponse.item:diagnosis.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
522. QuestionnaireResponse.item:diagnosis.item:icd10cmCode | |||||
Slice Name | icd10cmCode | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
524. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
526. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
528. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
530. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
532. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
534. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.icd10cmCode|主診斷代碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
536. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
538. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
540. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
542. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
544. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
546. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-ICD-CM-重大傷病診斷代碼值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-diag-code-icd ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
548. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
550. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
552. QuestionnaireResponse.item:diagnosis.item:examinationReport | |||||
Slice Name | examinationReport | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )speType: 當報告類型(code.coding.code)為`47526-9`時,檢體種類(code.text)必填 ( (item.where(linkId = '4.2.1').item.answer.value.ofType(Coding).exists(code='47526-9')) implies (item.where(linkId = '4.2.2').item.answer.value.ofType(string).exists()) ) | ||||
554. QuestionnaireResponse.item:diagnosis.item:examinationReport.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
556. QuestionnaireResponse.item:diagnosis.item:examinationReport.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
558. QuestionnaireResponse.item:diagnosis.item:examinationReport.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
560. QuestionnaireResponse.item:diagnosis.item:examinationReport.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
562. QuestionnaireResponse.item:diagnosis.item:examinationReport.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
564. QuestionnaireResponse.item:diagnosis.item:examinationReport.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.examinationReport|檢查報告 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
566. QuestionnaireResponse.item:diagnosis.item:examinationReport.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
568. QuestionnaireResponse.item:diagnosis.item:examinationReport.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
570. QuestionnaireResponse.item:diagnosis.item:examinationReport.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
572. QuestionnaireResponse.item:diagnosis.item:examinationReport.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
574. QuestionnaireResponse.item:diagnosis.item:examinationReport.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
576. QuestionnaireResponse.item:diagnosis.item:examinationReport.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
578. QuestionnaireResponse.item:diagnosis.item:examinationReport.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
580. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
582. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
584. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
586. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
588. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
590. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
592. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
594. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
596. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
598. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
600. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
602. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
604. QuestionnaireResponse.item:diagnosis.item:examinationReport.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
606. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType | |||||
Slice Name | reportType | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
608. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
610. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
612. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
614. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.2.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
616. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
618. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.examinationReport.reportType|報告類型。當LOINC無法具體描述檢體種類(例如:`47526-9`時),請填寫及補充說明檢體種類。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
620. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
622. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
624. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
626. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
628. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
630. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from LOINC-健保重大傷病-報告類型值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/loinc-report-type ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
632. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
634. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
636. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType | |||||
Slice Name | speType | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
638. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
640. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
642. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
644. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.2.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
646. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
648. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.examinationReport.speType|檢體種類 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
650. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
652. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
654. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
656. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
658. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
660. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )txt-20: 長度不得超過20字 ( length() <= 20 ) | ||||
662. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
664. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
666. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString | |||||
Slice Name | reportResultString | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
668. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
670. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
672. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
674. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.2.3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
676. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
678. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.examinationReport.reportResultString|報告結果-文數字 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
680. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
682. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
684. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
686. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
688. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
690. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )txt-4000: 長度不得超過4000字 ( length() <= 4000 ) | ||||
692. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
694. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
696. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf | |||||
Slice Name | reportResultPdf | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
698. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
700. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
702. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
704. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.2.4 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
706. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
708. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.examinationReport.reportResultPdf|檢查報告檔案,請填寫完整檔案路徑。填寫格式:「file://檔名.副檔名」。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
710. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
712. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
714. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
716. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
718. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
720. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )txt-50: 長度不得超過50字 ( length() <= 50 ) | ||||
722. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
724. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
726. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle | |||||
Slice Name | reportResultPdfTitle | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
728. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
730. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
732. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
734. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.2.5 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
736. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
738. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.examinationReport.reportResultPdfTitle|檢查報告名稱 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
740. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
742. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
744. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
746. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
748. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
750. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )txt-50: 長度不得超過50字 ( length() <= 50 ) | ||||
752. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
754. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
756. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate | |||||
Slice Name | reportDate | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
758. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
760. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
762. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
764. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.2.6 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
766. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
768. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.examinationReport.reportDate|報告日期,YYYY-MM-DD。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
770. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
772. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
774. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
776. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
778. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
780. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
782. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
784. QuestionnaireResponse.item:diagnosis.item:medrec | |||||
Slice Name | medrec | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
786. QuestionnaireResponse.item:diagnosis.item:medrec.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
788. QuestionnaireResponse.item:diagnosis.item:medrec.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
790. QuestionnaireResponse.item:diagnosis.item:medrec.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
792. QuestionnaireResponse.item:diagnosis.item:medrec.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
794. QuestionnaireResponse.item:diagnosis.item:medrec.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
796. QuestionnaireResponse.item:diagnosis.item:medrec.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.medrec|病歷資料 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
798. QuestionnaireResponse.item:diagnosis.item:medrec.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
800. QuestionnaireResponse.item:diagnosis.item:medrec.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
802. QuestionnaireResponse.item:diagnosis.item:medrec.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
804. QuestionnaireResponse.item:diagnosis.item:medrec.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
806. QuestionnaireResponse.item:diagnosis.item:medrec.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
808. QuestionnaireResponse.item:diagnosis.item:medrec.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
810. QuestionnaireResponse.item:diagnosis.item:medrec.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
812. QuestionnaireResponse.item:diagnosis.item:medrec.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
814. QuestionnaireResponse.item:diagnosis.item:medrec.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
816. QuestionnaireResponse.item:diagnosis.item:medrec.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
818. QuestionnaireResponse.item:diagnosis.item:medrec.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
820. QuestionnaireResponse.item:diagnosis.item:medrec.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
822. QuestionnaireResponse.item:diagnosis.item:medrec.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
824. QuestionnaireResponse.item:diagnosis.item:medrec.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
826. QuestionnaireResponse.item:diagnosis.item:medrec.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
828. QuestionnaireResponse.item:diagnosis.item:medrec.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
830. QuestionnaireResponse.item:diagnosis.item:medrec.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
832. QuestionnaireResponse.item:diagnosis.item:medrec.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
834. QuestionnaireResponse.item:diagnosis.item:medrec.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
836. QuestionnaireResponse.item:diagnosis.item:medrec.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
838. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec | |||||
Slice Name | medrec | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
840. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
842. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
844. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
846. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.3.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
848. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
850. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.medrec.medrec|病歷資料 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
852. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
854. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
856. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
858. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
860. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
862. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
864. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
866. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
868. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle | |||||
Slice Name | medrecTitle | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
870. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
872. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
874. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
876. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.3.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
878. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
880. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.medrec.medrecTitle|病歷資料名稱 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
882. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
884. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
886. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
888. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
890. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
892. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
894. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
896. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
898. QuestionnaireResponse.item:diagnosis.item:imageStudy | |||||
Slice Name | imageStudy | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
900. QuestionnaireResponse.item:diagnosis.item:imageStudy.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
902. QuestionnaireResponse.item:diagnosis.item:imageStudy.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
904. QuestionnaireResponse.item:diagnosis.item:imageStudy.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
906. QuestionnaireResponse.item:diagnosis.item:imageStudy.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
908. QuestionnaireResponse.item:diagnosis.item:imageStudy.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
910. QuestionnaireResponse.item:diagnosis.item:imageStudy.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy|影像報告 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
912. QuestionnaireResponse.item:diagnosis.item:imageStudy.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
914. QuestionnaireResponse.item:diagnosis.item:imageStudy.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
916. QuestionnaireResponse.item:diagnosis.item:imageStudy.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
918. QuestionnaireResponse.item:diagnosis.item:imageStudy.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
920. QuestionnaireResponse.item:diagnosis.item:imageStudy.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
922. QuestionnaireResponse.item:diagnosis.item:imageStudy.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
924. QuestionnaireResponse.item:diagnosis.item:imageStudy.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
926. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
928. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
930. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
932. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
934. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
936. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
938. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
940. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
942. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
944. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
946. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
948. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
950. QuestionnaireResponse.item:diagnosis.item:imageStudy.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
952. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem | |||||
Slice Name | imgItem | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
954. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
956. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
958. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
960. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
962. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
964. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgItem|影像報告 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
966. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
968. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
970. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
972. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
974. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
976. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
978. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
980. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
982. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult | |||||
Slice Name | imgResult | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
984. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
986. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
988. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
990. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
992. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
994. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgResult|影像報告結果 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
996. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
998. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1000. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1002. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1004. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1006. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1008. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1010. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1012. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate | |||||
Slice Name | imgDate | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1014. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1016. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1018. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1020. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1022. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1024. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgDate|影像報告日期 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1026. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1028. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1030. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1032. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1034. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1036. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1038. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1040. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite | |||||
Slice Name | imgBodySite | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1042. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1044. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1046. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1048. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.4 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1050. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1052. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgBodySite|影像檢查的身體部位 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1054. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1056. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1058. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1060. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1062. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1064. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1066. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1068. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1070. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom | |||||
Slice Name | imgDicom | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1072. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1074. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1076. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1078. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.5 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1080. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1082. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgDicom|DICOM影像 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1084. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1086. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1088. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1090. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1092. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1094. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1096. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 2..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1098. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1100. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1102. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1104. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1106. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1108. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1110. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1112. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1114. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1116. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1118. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1120. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1122. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1124. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid | |||||
Slice Name | studyUid | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1126. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1128. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1130. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1132. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.5.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1134. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1136. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgDicom.studyUid|整項影像檢查的識別碼 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1138. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1140. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1142. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1144. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1146. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1148. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1150. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1152. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1154. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series | |||||
Slice Name | series | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1156. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1158. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1160. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1162. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.5.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1164. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1166. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgDicom.series|每項影像檢查有一個或多個系列(series)的實例 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1168. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1170. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1172. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1174. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1176. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1178. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1180. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 3..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1182. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1184. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1186. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1188. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1190. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1192. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1194. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1196. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1198. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1200. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1202. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1204. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1206. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1208. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid | |||||
Slice Name | uid | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1210. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1212. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1214. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1216. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.5.2.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1218. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1220. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgDicom.series.uid|此系列的DICOM系列實例UID | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1222. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1224. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1226. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1228. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1230. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1232. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1234. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1236. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1238. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality | |||||
Slice Name | modality | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1240. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1242. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1244. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1246. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.5.2.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1248. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1250. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgDicom.series.modality|此系列實例所使用的成像儀器 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1252. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1254. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1256. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1258. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1260. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1262. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1264. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1266. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1268. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance | |||||
Slice Name | instance | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1270. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1272. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1274. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1276. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.5.2.3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1278. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1280. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgDicom.series.instance|系列中的一個SOP實例 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1282. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1284. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1286. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1288. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1290. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1292. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1294. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 2..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1296. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1298. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1300. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1302. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1304. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1306. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1308. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1310. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1312. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1314. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1316. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1318. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1320. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1322. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid | |||||
Slice Name | uid | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1324. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1326. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1328. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1330. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.5.2.3.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1332. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1334. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgDicom.series.instance.uid|DICOM影像 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1336. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1338. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1340. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1342. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1344. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1346. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1348. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1350. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1352. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass | |||||
Slice Name | sopClass | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1354. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1356. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1358. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1360. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.5.2.3.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1362. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1364. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgDicom.series.instance.sopClass|DICOM class 類型 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1366. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1368. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1370. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1372. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1374. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1376. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1378. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1380. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1382. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom | |||||
Slice Name | imgNonDicom | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1384. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1386. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1388. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1390. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.6 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1392. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1394. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgNonDicom|非DICOM影像 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1396. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1398. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1400. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1402. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1404. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1406. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1408. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 2..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1410. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1412. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1414. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1416. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1418. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1420. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1422. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1424. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1426. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1428. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1430. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1432. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1434. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1436. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom | |||||
Slice Name | imgNonDicom | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1438. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1440. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1442. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1444. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.6.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1446. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1448. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgNonDicom.imgNonDicom|非DICOM影像 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1450. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1452. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1454. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1456. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1458. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1460. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1462. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1464. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1466. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType | |||||
Slice Name | imgNonDicomMimeType | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1468. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1470. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1472. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1474. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 4.4.6.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1476. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1478. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | diagnosis.imageStudy.imgNonDicom.imgNonDicomMimeType|非DICOM影像MimeType | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1480. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1482. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1484. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1486. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1488. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1490. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from HL7-健保重大傷病-非DICOM影像MimeType值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/media-mimetypes ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1492. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1494. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1496. QuestionnaireResponse.item:ci | |||||
Slice Name | ci | ||||
Definition | A group or question item from the original questionnaire for which answers are provided. | ||||
Short | Groups and questions | ||||
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() ) | ||||
1498. QuestionnaireResponse.item:ci.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1500. QuestionnaireResponse.item:ci.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1502. QuestionnaireResponse.item:ci.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1504. QuestionnaireResponse.item:ci.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | 問卷題目編號 | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 5 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1506. QuestionnaireResponse.item:ci.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1508. QuestionnaireResponse.item:ci.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | ci|重大傷病 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1510. QuestionnaireResponse.item:ci.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1512. QuestionnaireResponse.item:ci.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1514. QuestionnaireResponse.item:ci.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1516. QuestionnaireResponse.item:ci.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1518. QuestionnaireResponse.item:ci.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.answer.value[x] . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
1520. QuestionnaireResponse.item:ci.answer.value[x]:valueReference | |||||
Slice Name | valueReference | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Type | Reference(重大傷病-Condition TWCI) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1522. QuestionnaireResponse.item:ci.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1524. QuestionnaireResponse.item:ci.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1526. QuestionnaireResponse.item:cancerStage | |||||
Slice Name | cancerStage | ||||
Definition | A group or question item from the original questionnaire for which answers are provided. | ||||
Short | Groups and questions | ||||
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() ) | ||||
1528. QuestionnaireResponse.item:cancerStage.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1530. QuestionnaireResponse.item:cancerStage.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1532. QuestionnaireResponse.item:cancerStage.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1534. QuestionnaireResponse.item:cancerStage.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | 問卷題目編號 | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 6 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1536. QuestionnaireResponse.item:cancerStage.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1538. QuestionnaireResponse.item:cancerStage.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | cancerStage|癌症期別 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1540. QuestionnaireResponse.item:cancerStage.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1542. QuestionnaireResponse.item:cancerStage.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1544. QuestionnaireResponse.item:cancerStage.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1546. QuestionnaireResponse.item:cancerStage.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1548. QuestionnaireResponse.item:cancerStage.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1550. QuestionnaireResponse.item:cancerStage.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1552. QuestionnaireResponse.item:cancerStage.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1554. QuestionnaireResponse.item:cancerStage.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1556. QuestionnaireResponse.item:cancerStage.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1558. QuestionnaireResponse.item:cancerStage.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1560. QuestionnaireResponse.item:cancerStage.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1562. QuestionnaireResponse.item:cancerStage.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1564. QuestionnaireResponse.item:cancerStage.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1566. QuestionnaireResponse.item:cancerStage.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1568. QuestionnaireResponse.item:cancerStage.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1570. QuestionnaireResponse.item:cancerStage.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1572. QuestionnaireResponse.item:cancerStage.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1574. QuestionnaireResponse.item:cancerStage.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1576. QuestionnaireResponse.item:cancerStage.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1578. QuestionnaireResponse.item:cancerStage.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1580. QuestionnaireResponse.item:cancerStage.item:cancerStage | |||||
Slice Name | cancerStage | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1582. QuestionnaireResponse.item:cancerStage.item:cancerStage.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1584. QuestionnaireResponse.item:cancerStage.item:cancerStage.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1586. QuestionnaireResponse.item:cancerStage.item:cancerStage.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1588. QuestionnaireResponse.item:cancerStage.item:cancerStage.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 6.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1590. QuestionnaireResponse.item:cancerStage.item:cancerStage.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1592. QuestionnaireResponse.item:cancerStage.item:cancerStage.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | cancerStage.cancerStage|癌症期別,醫院自行填入癌症期別(1~4),若為不適用者填9(不適用)。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1594. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1596. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1598. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1600. QuestionnaireResponse.item:cancerStage.item:cancerStage.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1602. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1604. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-癌症期別值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/cancer-stage ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1606. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1608. QuestionnaireResponse.item:cancerStage.item:cancerStage.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1610. QuestionnaireResponse.item:cancerStage.item:assessScore | |||||
Slice Name | assessScore | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1612. QuestionnaireResponse.item:cancerStage.item:assessScore.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1614. QuestionnaireResponse.item:cancerStage.item:assessScore.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1616. QuestionnaireResponse.item:cancerStage.item:assessScore.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1618. QuestionnaireResponse.item:cancerStage.item:assessScore.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 6.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1620. QuestionnaireResponse.item:cancerStage.item:assessScore.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1622. QuestionnaireResponse.item:cancerStage.item:assessScore.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | cancerStage.assessScore|癌症分期分數或結果 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1624. QuestionnaireResponse.item:cancerStage.item:assessScore.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1626. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1628. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1630. QuestionnaireResponse.item:cancerStage.item:assessScore.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1632. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1634. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )txt-12: 長度不得超過12字 ( length() <= 12 ) | ||||
1636. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1638. QuestionnaireResponse.item:cancerStage.item:assessScore.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1640. QuestionnaireResponse.item:cancerStage.item:assessDate | |||||
Slice Name | assessDate | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1642. QuestionnaireResponse.item:cancerStage.item:assessDate.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1644. QuestionnaireResponse.item:cancerStage.item:assessDate.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1646. QuestionnaireResponse.item:cancerStage.item:assessDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1648. QuestionnaireResponse.item:cancerStage.item:assessDate.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 6.3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1650. QuestionnaireResponse.item:cancerStage.item:assessDate.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1652. QuestionnaireResponse.item:cancerStage.item:assessDate.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | cancerStage.assessDate|癌症分期量表評估日期,YYYY-MM-DD,西元年月日,民國前為負數。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1654. QuestionnaireResponse.item:cancerStage.item:assessDate.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1656. QuestionnaireResponse.item:cancerStage.item:assessDate.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1658. QuestionnaireResponse.item:cancerStage.item:assessDate.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1660. QuestionnaireResponse.item:cancerStage.item:assessDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1662. QuestionnaireResponse.item:cancerStage.item:assessDate.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1664. QuestionnaireResponse.item:cancerStage.item:assessDate.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1666. QuestionnaireResponse.item:cancerStage.item:assessDate.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1668. QuestionnaireResponse.item:illness | |||||
Slice Name | illness | ||||
Definition | A group or question item from the original questionnaire for which answers are provided. | ||||
Short | Groups and questions | ||||
Comments | Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer). | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )qrs-1: Nested item can't be beneath both item and answer ( (answer.exists() and item.exists()).not() ) | ||||
1670. QuestionnaireResponse.item:illness.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1672. QuestionnaireResponse.item:illness.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1674. QuestionnaireResponse.item:illness.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1676. QuestionnaireResponse.item:illness.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | 問卷題目編號 | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 7 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1678. QuestionnaireResponse.item:illness.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1680. QuestionnaireResponse.item:illness.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | illness|惡性腫瘤重大傷病換發評估表 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1682. QuestionnaireResponse.item:illness.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1684. QuestionnaireResponse.item:illness.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1686. QuestionnaireResponse.item:illness.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1688. QuestionnaireResponse.item:illness.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1690. QuestionnaireResponse.item:illness.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1692. QuestionnaireResponse.item:illness.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1694. QuestionnaireResponse.item:illness.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1696. QuestionnaireResponse.item:illness.item.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1698. QuestionnaireResponse.item:illness.item.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1700. QuestionnaireResponse.item:illness.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1702. QuestionnaireResponse.item:illness.item.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1704. QuestionnaireResponse.item:illness.item.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1706. QuestionnaireResponse.item:illness.item.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1708. QuestionnaireResponse.item:illness.item.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 0..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1710. QuestionnaireResponse.item:illness.item.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1712. QuestionnaireResponse.item:illness.item.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1714. QuestionnaireResponse.item:illness.item.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1716. QuestionnaireResponse.item:illness.item.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1718. QuestionnaireResponse.item:illness.item.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1720. QuestionnaireResponse.item:illness.item.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1722. QuestionnaireResponse.item:illness.item:oriCancerCode | |||||
Slice Name | oriCancerCode | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1724. QuestionnaireResponse.item:illness.item:oriCancerCode.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1726. QuestionnaireResponse.item:illness.item:oriCancerCode.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1728. QuestionnaireResponse.item:illness.item:oriCancerCode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1730. QuestionnaireResponse.item:illness.item:oriCancerCode.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 7.1 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1732. QuestionnaireResponse.item:illness.item:oriCancerCode.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1734. QuestionnaireResponse.item:illness.item:oriCancerCode.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | illness.oriCancerCode|原發癌症診斷碼,最長為7碼。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1736. QuestionnaireResponse.item:illness.item:oriCancerCode.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1738. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1740. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1742. QuestionnaireResponse.item:illness.item:oriCancerCode.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1744. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1746. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-ICD-CM-原發癌症診斷碼值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-primary-cancer-icd ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1748. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1750. QuestionnaireResponse.item:illness.item:oriCancerCode.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1752. QuestionnaireResponse.item:illness.item:oriCancerDxDate | |||||
Slice Name | oriCancerDxDate | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1754. QuestionnaireResponse.item:illness.item:oriCancerDxDate.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1756. QuestionnaireResponse.item:illness.item:oriCancerDxDate.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1758. QuestionnaireResponse.item:illness.item:oriCancerDxDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1760. QuestionnaireResponse.item:illness.item:oriCancerDxDate.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 7.2 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1762. QuestionnaireResponse.item:illness.item:oriCancerDxDate.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1764. QuestionnaireResponse.item:illness.item:oriCancerDxDate.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | illness.oriCancerDxDate|癌症最初診斷日期,西元年月日;不得大於系統日。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1766. QuestionnaireResponse.item:illness.item:oriCancerDxDate.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1768. QuestionnaireResponse.item:illness.item:oriCancerDxDate.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1770. QuestionnaireResponse.item:illness.item:oriCancerDxDate.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1772. QuestionnaireResponse.item:illness.item:oriCancerDxDate.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1774. QuestionnaireResponse.item:illness.item:oriCancerDxDate.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 0..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Choice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1776. QuestionnaireResponse.item:illness.item:oriCancerDxDate.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1778. QuestionnaireResponse.item:illness.item:oriCancerDxDate.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1780. QuestionnaireResponse.item:illness.item:oriCancerAjcc | |||||
Slice Name | oriCancerAjcc | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1782. QuestionnaireResponse.item:illness.item:oriCancerAjcc.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1784. QuestionnaireResponse.item:illness.item:oriCancerAjcc.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1786. QuestionnaireResponse.item:illness.item:oriCancerAjcc.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1788. QuestionnaireResponse.item:illness.item:oriCancerAjcc.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 7.3 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1790. QuestionnaireResponse.item:illness.item:oriCancerAjcc.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1792. QuestionnaireResponse.item:illness.item:oriCancerAjcc.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | illness.oriCancerAjcc|癌症最初診斷AJCC分期(病理分期或未接受治療前的臨床分期),依期別填入;若不是用此分類而用其他分類,則填寫9。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1794. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1796. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1798. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1800. QuestionnaireResponse.item:illness.item:oriCancerAjcc.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1802. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1804. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-癌症最初診斷AJCC分期值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstaging ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1806. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1808. QuestionnaireResponse.item:illness.item:oriCancerAjcc.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1810. QuestionnaireResponse.item:illness.item:oriCancerAjcc1 | |||||
Slice Name | oriCancerAjcc1 | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1812. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1814. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1816. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1818. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 7.4 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1820. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1822. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | illness.oriCancerAjcc1|癌症最初診斷AJCC分期_補充說明欄位,若前述欄位為9,則請於此欄位描述其他系統之其他分期為何。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1824. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1826. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1828. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1830. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1832. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1834. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )txt-20: 長度不得超過20字 ( length() <= 20 ) | ||||
1836. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1838. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1840. QuestionnaireResponse.item:illness.item:cancerStatus | |||||
Slice Name | cancerStatus | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1842. QuestionnaireResponse.item:illness.item:cancerStatus.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1844. QuestionnaireResponse.item:illness.item:cancerStatus.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1846. QuestionnaireResponse.item:illness.item:cancerStatus.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1848. QuestionnaireResponse.item:illness.item:cancerStatus.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 7.5 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1850. QuestionnaireResponse.item:illness.item:cancerStatus.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1852. QuestionnaireResponse.item:illness.item:cancerStatus.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | illness.cancerStatus|目前癌症狀態 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1854. QuestionnaireResponse.item:illness.item:cancerStatus.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1856. QuestionnaireResponse.item:illness.item:cancerStatus.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1858. QuestionnaireResponse.item:illness.item:cancerStatus.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1860. QuestionnaireResponse.item:illness.item:cancerStatus.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1862. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1864. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-癌症狀態 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstage-status ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1866. QuestionnaireResponse.item:illness.item:cancerStatus.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1868. QuestionnaireResponse.item:illness.item:cancerStatus.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1870. QuestionnaireResponse.item:illness.item:cancerTreatment | |||||
Slice Name | cancerTreatment | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1872. QuestionnaireResponse.item:illness.item:cancerTreatment.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1874. QuestionnaireResponse.item:illness.item:cancerTreatment.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1876. QuestionnaireResponse.item:illness.item:cancerTreatment.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1878. QuestionnaireResponse.item:illness.item:cancerTreatment.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 7.6 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1880. QuestionnaireResponse.item:illness.item:cancerTreatment.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1882. QuestionnaireResponse.item:illness.item:cancerTreatment.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | illness.cancerTreatment|後續治療評估,可複選。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1884. QuestionnaireResponse.item:illness.item:cancerTreatment.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1886. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1888. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1890. QuestionnaireResponse.item:illness.item:cancerTreatment.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1892. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1894. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-後續治療評估值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1896. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1898. QuestionnaireResponse.item:illness.item:cancerTreatment.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1900. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan | |||||
Slice Name | cancerTreatmentPlan | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1902. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1904. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1906. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1908. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 7.7 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1910. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1912. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | illness.cancerTreatmentPlan|後續治療計劃,可複選。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1914. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..* | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1916. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1918. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1920. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1922. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1924. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x]:valueCoding | |||||
Slice Name | valueCoding | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NHI-健保重大傷病-後續治療計劃值集 (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment-plan ) | ||||
Type | Coding | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1926. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1928. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1930. QuestionnaireResponse.item:illness.item:cancerTreatmentText | |||||
Slice Name | cancerTreatmentText | ||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1932. QuestionnaireResponse.item:illness.item:cancerTreatmentText.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1934. QuestionnaireResponse.item:illness.item:cancerTreatmentText.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1936. QuestionnaireResponse.item:illness.item:cancerTreatmentText.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1938. QuestionnaireResponse.item:illness.item:cancerTreatmentText.linkId | |||||
Definition | The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource. | ||||
Short | Pointer to specific item from Questionnaire | ||||
Control | 1..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier. | ||||
Pattern Value | 7.8 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1940. QuestionnaireResponse.item:illness.item:cancerTreatmentText.definition | |||||
Definition | A reference to an ElementDefinition that provides the details for the item. | ||||
Short | ElementDefinition - details for the item | ||||
Comments | The ElementDefinition must be in a StructureDefinition, and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. There is no need for this element if the item pointed to by the linkId has a definition listed. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1942. QuestionnaireResponse.item:illness.item:cancerTreatmentText.text | |||||
Definition | Text that is displayed above the contents of the group or as the text of the question being answered. | ||||
Short | Name for group or question text | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Allows the questionnaire response to be read without access to the questionnaire. | ||||
Pattern Value | illness.cancerTreatmentText|補充說明。 | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1944. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer | |||||
Definition | The respondent's answer(s) to the question. | ||||
Short | The response(s) to the question | ||||
Comments | The value is nested because we cannot have a repeating structure that has variable type. | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Is Modifier | false | ||||
Must Support | true | ||||
Summary | false | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1946. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Short | Unique id for inter-element referencing | ||||
Control | 0..1 | ||||
Type | string | ||||
Is Modifier | false | ||||
XML Format | In the XML format, this property is represented as an attribute. | ||||
Summary | false | ||||
1948. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.extension | |||||
Definition | May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
Short | Additional content defined by implementations | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | false | ||||
Summary | false | ||||
Alternate Names | extensions, user content | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1950. QuestionnaireResponse.item:illness.item:cancerTreatmentText.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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
Short | Extensions that cannot be ignored even if unrecognized | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
Summary | true | ||||
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
Alternate Names | extensions, user content, modifiers | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) | ||||
1952. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x] | |||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
Slicing | This element introduces a set of slices on QuestionnaireResponse.item.item.answer.value[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||
1954. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x]:valueString | |||||
Slice Name | valueString | ||||
Definition | The answer (or one of the answers) provided by the respondent to the question. | ||||
Short | Single-valued answer to the 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. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. | ||||
Control | 1..1 | ||||
Binding | For example codes, see QuestionnaireAnswerCodes (example to http://hl7.org/fhir/ValueSet/questionnaire-answers )Code indicating the response provided for a question. | ||||
Type | string | ||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
Is Modifier | false | ||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
Must Support | true | ||||
Summary | false | ||||
Requirements | Ability to retain a single-valued answer to a question. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )txt-400: 長度不得超過400字 ( length() <= 400 ) | ||||
1956. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.item | |||||
Definition | Nested groups and/or questions found within this particular answer. | ||||
Short | Nested groups and questions | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||
1958. QuestionnaireResponse.item:illness.item:cancerTreatmentText.item | |||||
Definition | Questions or sub-groups nested beneath a question or group. | ||||
Short | Nested questionnaire response items | ||||
Control | 0..* | ||||
Type | Seettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item | ||||
Is Modifier | false | ||||
Summary | false | ||||
Requirements | Reports can consist of complex nested groups. | ||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |