臺灣重大傷病實作指引
1.0.0 - STU1.0.0

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

Resource Profile: QuestionnaireResponseTWCI - Detailed Descriptions

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.

ShortA 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.

Control0..*
Is Modifierfalse
Summaryfalse
Alternate NamesForm, QuestionnaireAnswers
Invariantsdom-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.

ShortA 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.

Control0..1
Typeuri
Is Modifiertrue 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 ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Invariantsele-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).

ShortExtensions 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.

Control0..*
TypeExtension
Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
Summaryfalse
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 Namesextensions, user content
Invariantsele-1: All FHIR elements must have a @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.

ShortForm 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.).

Control10..1
Typecanonical(重大傷病申請書-Questionnaire TWCI, Questionnaire)
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Requirements

Needed to allow editing of the questionnaire response in a manner that enforces the constraints of the original form.

Alternate NamesForm
Pattern Valuehttps://nhicore.nhi.gov.tw/ci/Questionnaire/apply-catastrophic-illness
Invariantsele-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.

Shortin-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.

Control1..1
BindingThe 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.

Typecode
Is Modifiertrue 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 ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Requirements

The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished.

Pattern Valuecompleted
Invariantsele-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.

ShortGroups 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).

Control70..*
TypeBackboneElement
Is Modifierfalse
Must Supporttrue
Summaryfalse
Invariantsele-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())
SlicingThis element introduces a set of slices on QuestionnaireResponse.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
  • value @ linkId
  • 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).

    ShortExtensions 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.

    Control0..*
    TypeExtension
    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    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 Namesextensions, user content, modifiers
    Invariantsele-1: All FHIR elements must have a @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
    Control1..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summaryfalse
    Requirements

    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    16. QuestionnaireResponse.item:hosp
    Slice Namehosp
    Definition

    A group or question item from the original questionnaire for which answers are provided.

    ShortGroups 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).

    Control10..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-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).

    ShortExtensions 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.

    Control0..*
    TypeExtension
    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    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 Namesextensions, user content, modifiers
    Invariantsele-1: All FHIR elements must have a @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
    Control1..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summaryfalse
    Requirements

    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

    Pattern Value1
    Invariantsele-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.

    ShortName for group or question text
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summaryfalse
    Requirements

    Allows the questionnaire response to be read without access to the questionnaire.

    Pattern Valuehosp|院所資訊
    Invariantsele-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.

    ShortNested questionnaire response items
    Control50..7*
    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
    Is Modifierfalse
    Summaryfalse
    Requirements

    Reports can consist of complex nested groups.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
    • value @ linkId
    • 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).

      ShortExtensions 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.

      Control0..*
      TypeExtension
      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
      Summarytrue
      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 Namesextensions, user content, modifiers
      Invariantsele-1: All FHIR elements must have a @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.

      ShortPointer to specific item from Questionnaire
      Control1..1
      Typestring
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Summaryfalse
      Requirements

      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      30. QuestionnaireResponse.item:hosp.item:applMode
      Slice NameapplMode
      Definition

      Questions or sub-groups nested beneath a question or group.

      ShortNested questionnaire response items
      Control10..1*
      TypeBackboneElement
      Is Modifierfalse
      Must Supporttrue
      Summaryfalse
      Requirements

      Reports can consist of complex nested groups.

      Invariantsele-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).

      ShortExtensions 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.

      Control0..*
      TypeExtension
      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
      Summarytrue
      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 Namesextensions, user content, modifiers
      Invariantsele-1: All FHIR elements must have a @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.

      ShortPointer to specific item from Questionnaire
      Control1..1
      Typestring
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Summaryfalse
      Requirements

      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

      Pattern Value1.1
      Invariantsele-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.

      ShortName for group or question text
      Control0..1
      Typestring
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Summaryfalse
      Requirements

      Allows the questionnaire response to be read without access to the questionnaire.

      Pattern Valuehosp.applMode|申報方式
      Invariantsele-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.

      ShortThe response(s) to the question
      Comments

      The value is nested because we cannot have a repeating structure that has variable type.

      Control10..1*
      TypeBackboneElement
      Is Modifierfalse
      Must Supporttrue
      Summaryfalse
      Invariantsele-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).

      ShortExtensions 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.

      Control0..*
      TypeExtension
      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
      Summarytrue
      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 Namesextensions, user content, modifiers
      Invariantsele-1: All FHIR elements must have a @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.

      ShortSingle-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.

      Control10..1
      BindingFor 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.

      TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
      Is Modifierfalse
      Summaryfalse
      Requirements

      Ability to retain a single-valued answer to a question.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      SlicingThis 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:
      • type @ $this
      • 44. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x]:valueCoding
        Slice NamevalueCoding
        Definition

        The answer (or one of the answers) provided by the respondent to the question.

        ShortSingle-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.

        Control10..1
        BindingThe 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)
        TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Requirements

        Ability to retain a single-valued answer to a question.

        Pattern Value{
          "system" : "https://nhicore.nhi.gov.tw/ci/CodeSystem/nhi-apply-mode",
          "code" : "2"
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        46. QuestionnaireResponse.item:hosp.item:applType
        Slice NameapplType
        Definition

        Questions or sub-groups nested beneath a question or group.

        ShortNested questionnaire response items
        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Requirements

        Reports can consist of complex nested groups.

        Invariantsele-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).

        ShortExtensions 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.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Summarytrue
        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 Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @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.

        ShortPointer to specific item from Questionnaire
        Control1..1
        Typestring
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Summaryfalse
        Requirements

        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

        Pattern Value1.2
        Invariantsele-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.

        ShortName for group or question text
        Control0..1
        Typestring
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Summaryfalse
        Requirements

        Allows the questionnaire response to be read without access to the questionnaire.

        Pattern Valuehosp.applType|申報類別
        Invariantsele-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.

        ShortThe response(s) to the question
        Comments

        The value is nested because we cannot have a repeating structure that has variable type.

        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Invariantsele-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).

        ShortExtensions 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.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Summarytrue
        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 Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @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.

        ShortSingle-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.

        Control10..1
        BindingFor 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.

        TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Summaryfalse
        Requirements

        Ability to retain a single-valued answer to a question.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        SlicingThis 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:
        • type @ $this
        • 60. QuestionnaireResponse.item:hosp.item:applType.answer.value[x]:valueCoding
          Slice NamevalueCoding
          Definition

          The answer (or one of the answers) provided by the respondent to the question.

          ShortSingle-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.

          Control10..1
          BindingThe 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)
          TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Requirements

          Ability to retain a single-valued answer to a question.

          Pattern Value{
            "system" : "https://nhicore.nhi.gov.tw/ci/CodeSystem/nhi-apply-type",
            "code" : "1"
          }
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          62. QuestionnaireResponse.item:hosp.item:applDate
          Slice NameapplDate
          Definition

          Questions or sub-groups nested beneath a question or group.

          ShortNested questionnaire response items
          Control10..1*
          TypeBackboneElement
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Requirements

          Reports can consist of complex nested groups.

          Invariantsele-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).

          ShortExtensions 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.

          Control0..*
          TypeExtension
          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          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 Namesextensions, user content, modifiers
          Invariantsele-1: All FHIR elements must have a @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.

          ShortPointer to specific item from Questionnaire
          Control1..1
          Typestring
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summaryfalse
          Requirements

          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

          Pattern Value1.3
          Invariantsele-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.

          ShortName for group or question text
          Control0..1
          Typestring
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summaryfalse
          Requirements

          Allows the questionnaire response to be read without access to the questionnaire.

          Pattern Valuehosp.applDate|申請日期
          Invariantsele-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.

          ShortThe response(s) to the question
          Comments

          The value is nested because we cannot have a repeating structure that has variable type.

          Control10..1*
          TypeBackboneElement
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Invariantsele-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).

          ShortExtensions 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.

          Control0..*
          TypeExtension
          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          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 Namesextensions, user content, modifiers
          Invariantsele-1: All FHIR elements must have a @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 NamemedCertBookDate
          Definition

          Questions or sub-groups nested beneath a question or group.

          ShortNested questionnaire response items
          Control10..1*
          TypeBackboneElement
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Requirements

          Reports can consist of complex nested groups.

          Invariantsele-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).

          ShortExtensions 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.

          Control0..*
          TypeExtension
          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          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 Namesextensions, user content, modifiers
          Invariantsele-1: All FHIR elements must have a @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.

          ShortPointer to specific item from Questionnaire
          Control1..1
          Typestring
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summaryfalse
          Requirements

          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

          Pattern Value1.4
          Invariantsele-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.

          ShortName for group or question text
          Control0..1
          Typestring
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summaryfalse
          Requirements

          Allows the questionnaire response to be read without access to the questionnaire.

          Pattern Valuehosp.medCertBookDate|開立診斷書申請日期
          Invariantsele-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.

          ShortThe response(s) to the question
          Comments

          The value is nested because we cannot have a repeating structure that has variable type.

          Control10..1*
          TypeBackboneElement
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Invariantsele-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).

          ShortExtensions 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.

          Control0..*
          TypeExtension
          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          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 Namesextensions, user content, modifiers
          Invariantsele-1: All FHIR elements must have a @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.

          ShortSingle-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.

          Control10..1
          BindingFor 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.

          TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summaryfalse
          Requirements

          Ability to retain a single-valued answer to a question.

          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          88. QuestionnaireResponse.item:hosp.item:hospId
          Slice NamehospId
          Definition

          Questions or sub-groups nested beneath a question or group.

          ShortNested questionnaire response items
          Control10..1*
          TypeBackboneElement
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Requirements

          Reports can consist of complex nested groups.

          Invariantsele-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).

          ShortExtensions 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.

          Control0..*
          TypeExtension
          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          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 Namesextensions, user content, modifiers
          Invariantsele-1: All FHIR elements must have a @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.

          ShortPointer to specific item from Questionnaire
          Control1..1
          Typestring
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summaryfalse
          Requirements

          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

          Pattern Value1.5
          Invariantsele-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.

          ShortName for group or question text
          Control0..1
          Typestring
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summaryfalse
          Requirements

          Allows the questionnaire response to be read without access to the questionnaire.

          Pattern Valuehosp.hospId|醫事機構代碼
          Invariantsele-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.

          ShortThe response(s) to the question
          Comments

          The value is nested because we cannot have a repeating structure that has variable type.

          Control10..1*
          TypeBackboneElement
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Invariantsele-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).

          ShortExtensions 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.

          Control0..*
          TypeExtension
          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          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 Namesextensions, user content, modifiers
          Invariantsele-1: All FHIR elements must have a @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.

          ShortSingle-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.

          Control10..1
          BindingFor 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.

          TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          Is Modifierfalse
          Summaryfalse
          Requirements

          Ability to retain a single-valued answer to a question.

          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          SlicingThis 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:
          • type @ $this
          • 102. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x]:valueCoding
            Slice NamevalueCoding
            Definition

            The answer (or one of the answers) provided by the respondent to the question.

            ShortSingle-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.

            Control10..1
            BindingThe 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)
            TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
            Is Modifierfalse
            Summaryfalse
            Requirements

            Ability to retain a single-valued answer to a question.

            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            104. QuestionnaireResponse.item:hosp.item:acptNo
            Slice NameacptNo
            Definition

            Questions or sub-groups nested beneath a question or group.

            ShortNested questionnaire response items
            Control0..1*
            TypeBackboneElement
            Is Modifierfalse
            Must Supporttrue
            Summaryfalse
            Requirements

            Reports can consist of complex nested groups.

            Invariantsele-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).

            ShortExtensions 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.

            Control0..*
            TypeExtension
            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
            Summarytrue
            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 Namesextensions, user content, modifiers
            Invariantsele-1: All FHIR elements must have a @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.

            ShortPointer to specific item from Questionnaire
            Control1..1
            Typestring
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summaryfalse
            Requirements

            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

            Pattern Value1.6
            Invariantsele-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.

            ShortName for group or question text
            Control0..1
            Typestring
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summaryfalse
            Requirements

            Allows the questionnaire response to be read without access to the questionnaire.

            Pattern Valuehosp.acptNo|受理編號
            Invariantsele-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.

            ShortThe response(s) to the question
            Comments

            The value is nested because we cannot have a repeating structure that has variable type.

            Control10..1*
            TypeBackboneElement
            Is Modifierfalse
            Must Supporttrue
            Summaryfalse
            Invariantsele-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).

            ShortExtensions 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.

            Control0..*
            TypeExtension
            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
            Summarytrue
            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 Namesextensions, user content, modifiers
            Invariantsele-1: All FHIR elements must have a @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.

            ShortSingle-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.

            Control10..1
            BindingFor 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.

            Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summaryfalse
            Requirements

            Ability to retain a single-valued answer to a question.

            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            SlicingThis 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:
            • type @ $this
            • 118. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x]:valueString
              Slice NamevalueString
              Definition

              The answer (or one of the answers) provided by the respondent to the question.

              ShortSingle-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.

              Control10..1
              BindingFor 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.

              Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summaryfalse
              Requirements

              Ability to retain a single-valued answer to a question.

              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              120. QuestionnaireResponse.item:hosp.item:acptNum
              Slice NameacptNum
              Definition

              Questions or sub-groups nested beneath a question or group.

              ShortNested questionnaire response items
              Control0..1*
              TypeBackboneElement
              Is Modifierfalse
              Must Supporttrue
              Summaryfalse
              Requirements

              Reports can consist of complex nested groups.

              Invariantsele-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).

              ShortExtensions 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.

              Control0..*
              TypeExtension
              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
              Summarytrue
              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 Namesextensions, user content, modifiers
              Invariantsele-1: All FHIR elements must have a @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.

              ShortPointer to specific item from Questionnaire
              Control1..1
              Typestring
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summaryfalse
              Requirements

              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

              Pattern Value1.7
              Invariantsele-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.

              ShortName for group or question text
              Control0..1
              Typestring
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summaryfalse
              Requirements

              Allows the questionnaire response to be read without access to the questionnaire.

              Pattern Valuehosp.acptNum|受理次數
              Invariantsele-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.

              ShortThe response(s) to the question
              Comments

              The value is nested because we cannot have a repeating structure that has variable type.

              Control10..1*
              TypeBackboneElement
              Is Modifierfalse
              Must Supporttrue
              Summaryfalse
              Invariantsele-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).

              ShortExtensions 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.

              Control0..*
              TypeExtension
              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
              Summarytrue
              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 Namesextensions, user content, modifiers
              Invariantsele-1: All FHIR elements must have a @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 Namepatient
              Definition

              A group or question item from the original questionnaire for which answers are provided.

              ShortGroups 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).

              Control10..1*
              TypeBackboneElement
              Is Modifierfalse
              Must Supporttrue
              Summaryfalse
              Invariantsele-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).

              ShortExtensions 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.

              Control0..*
              TypeExtension
              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
              Summarytrue
              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 Namesextensions, user content, modifiers
              Invariantsele-1: All FHIR elements must have a @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
              Control1..1
              Typestring
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summaryfalse
              Requirements

              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

              Pattern Value2
              Invariantsele-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.

              ShortName for group or question text
              Control0..1
              Typestring
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summaryfalse
              Requirements

              Allows the questionnaire response to be read without access to the questionnaire.

              Pattern Valuepatient|病人資訊
              Invariantsele-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.

              ShortThe response(s) to the question
              Comments

              The value is nested because we cannot have a repeating structure that has variable type.

              Control10..1*
              TypeBackboneElement
              Is Modifierfalse
              Must Supporttrue
              Summaryfalse
              Invariantsele-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).

              ShortExtensions 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.

              Control0..*
              TypeExtension
              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
              Summarytrue
              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 Namesextensions, user content, modifiers
              Invariantsele-1: All FHIR elements must have a @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.

              ShortSingle-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.

              Control0..1
              BindingFor 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.

              TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summaryfalse
              Requirements

              Ability to retain a single-valued answer to a question.

              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              SlicingThis 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:
              • type @ $this
              • 146. QuestionnaireResponse.item:patient.answer.value[x]:valueReference
                Slice NamevalueReference
                Definition

                The answer (or one of the answers) provided by the respondent to the question.

                ShortSingle-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.

                Control0..1
                TypeReference(病人資訊-Patient TWCI, Resource), date, dateTime, boolean, string, Coding, Quantity, Attachment, integer, time, decimal, uri
                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                Is Modifierfalse
                Summaryfalse
                Requirements

                Ability to retain a single-valued answer to a question.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                148. QuestionnaireResponse.item:doctor
                Slice Namedoctor
                Definition

                A group or question item from the original questionnaire for which answers are provided.

                ShortGroups 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).

                Control10..1*
                TypeBackboneElement
                Is Modifierfalse
                Must Supporttrue
                Summaryfalse
                Invariantsele-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).

                ShortExtensions 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.

                Control0..*
                TypeExtension
                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                Summarytrue
                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 Namesextensions, user content, modifiers
                Invariantsele-1: All FHIR elements must have a @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
                Control1..1
                Typestring
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summaryfalse
                Requirements

                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                Pattern Value3
                Invariantsele-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.

                ShortName for group or question text
                Control0..1
                Typestring
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summaryfalse
                Requirements

                Allows the questionnaire response to be read without access to the questionnaire.

                Pattern Valuedoctor|醫師資訊
                Invariantsele-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.

                ShortNested questionnaire response items
                Control10..*
                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                Is Modifierfalse
                Summaryfalse
                Requirements

                Reports can consist of complex nested groups.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                • value @ linkId
                • 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).

                  ShortExtensions 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.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Summarytrue
                  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 Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @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.

                  ShortPointer to specific item from Questionnaire
                  Control1..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Requirements

                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  162. QuestionnaireResponse.item:doctor.item:diagPrsnId
                  Slice NamediagPrsnId
                  Definition

                  Questions or sub-groups nested beneath a question or group.

                  ShortNested questionnaire response items
                  Control0..1*
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Requirements

                  Reports can consist of complex nested groups.

                  Invariantsele-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).

                  ShortExtensions 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.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Summarytrue
                  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 Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @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.

                  ShortPointer to specific item from Questionnaire
                  Control1..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Requirements

                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                  Pattern Value3.1
                  Invariantsele-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.

                  ShortName for group or question text
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Requirements

                  Allows the questionnaire response to be read without access to the questionnaire.

                  Pattern Valuedoctor.diagPrsnId|醫師身分證號
                  Invariantsele-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.

                  ShortThe response(s) to the question
                  Comments

                  The value is nested because we cannot have a repeating structure that has variable type.

                  Control10..1*
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-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).

                  ShortExtensions 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.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Summarytrue
                  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 Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @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.

                  ShortSingle-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.

                  Control10..1
                  BindingFor 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.

                  Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Requirements

                  Ability to retain a single-valued answer to a question.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  SlicingThis 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:
                  • type @ $this
                  • 176. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x]:valueString
                    Slice NamevalueString
                    Definition

                    The answer (or one of the answers) provided by the respondent to the question.

                    ShortSingle-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.

                    Control10..1
                    BindingFor 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.

                    Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summaryfalse
                    Requirements

                    Ability to retain a single-valued answer to a question.

                    Invariantsele-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 NamediagPrsnName
                    Definition

                    Questions or sub-groups nested beneath a question or group.

                    ShortNested questionnaire response items
                    Control10..1*
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supporttrue
                    Summaryfalse
                    Requirements

                    Reports can consist of complex nested groups.

                    Invariantsele-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).

                    ShortExtensions 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.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    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 Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @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.

                    ShortPointer to specific item from Questionnaire
                    Control1..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summaryfalse
                    Requirements

                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                    Pattern Value3.2
                    Invariantsele-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.

                    ShortName for group or question text
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summaryfalse
                    Requirements

                    Allows the questionnaire response to be read without access to the questionnaire.

                    Pattern Valuedoctor.diagPrsnName|診斷醫師姓名
                    Invariantsele-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.

                    ShortThe response(s) to the question
                    Comments

                    The value is nested because we cannot have a repeating structure that has variable type.

                    Control10..1*
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supporttrue
                    Summaryfalse
                    Invariantsele-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).

                    ShortExtensions 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.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    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 Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @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.

                    ShortSingle-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.

                    Control10..1
                    BindingFor 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.

                    Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summaryfalse
                    Requirements

                    Ability to retain a single-valued answer to a question.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    SlicingThis 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:
                    • type @ $this
                    • 192. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x]:valueString
                      Slice NamevalueString
                      Definition

                      The answer (or one of the answers) provided by the respondent to the question.

                      ShortSingle-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.

                      Control10..1
                      BindingFor 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.

                      Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      Ability to retain a single-valued answer to a question.

                      Invariantsele-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 Namediagnosis
                      Definition

                      A group or question item from the original questionnaire for which answers are provided.

                      ShortGroups 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).

                      Control10..1*
                      TypeBackboneElement
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Invariantsele-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).

                      ShortExtensions 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.

                      Control0..*
                      TypeExtension
                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                      Summarytrue
                      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 Namesextensions, user content, modifiers
                      Invariantsele-1: All FHIR elements must have a @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
                      Control1..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summaryfalse
                      Requirements

                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                      Pattern Value4
                      Invariantsele-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.

                      ShortName for group or question text
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summaryfalse
                      Requirements

                      Allows the questionnaire response to be read without access to the questionnaire.

                      Pattern Valuediagnosis|疾病資訊
                      Invariantsele-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.

                      ShortNested questionnaire response items
                      Control10..*
                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                      Is Modifierfalse
                      Summaryfalse
                      Requirements

                      Reports can consist of complex nested groups.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                      • value @ linkId
                      • 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).

                        ShortExtensions 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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        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 Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @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.

                        ShortPointer to specific item from Questionnaire
                        Control1..1
                        Typestring
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summaryfalse
                        Requirements

                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        208. QuestionnaireResponse.item:diagnosis.item:icd10cmCode
                        Slice Nameicd10cmCode
                        Definition

                        Questions or sub-groups nested beneath a question or group.

                        ShortNested questionnaire response items
                        Control10..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Requirements

                        Reports can consist of complex nested groups.

                        Invariantsele-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).

                        ShortExtensions 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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        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 Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @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.

                        ShortPointer to specific item from Questionnaire
                        Control1..1
                        Typestring
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summaryfalse
                        Requirements

                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                        Pattern Value4.1
                        Invariantsele-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.

                        ShortName for group or question text
                        Control0..1
                        Typestring
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summaryfalse
                        Requirements

                        Allows the questionnaire response to be read without access to the questionnaire.

                        Pattern Valuediagnosis.icd10cmCode|主診斷代碼
                        Invariantsele-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.

                        ShortThe response(s) to the question
                        Comments

                        The value is nested because we cannot have a repeating structure that has variable type.

                        Control10..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Invariantsele-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).

                        ShortExtensions 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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        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 Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @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.

                        ShortSingle-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.

                        Control10..1
                        BindingFor 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.

                        TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                        Is Modifierfalse
                        Summaryfalse
                        Requirements

                        Ability to retain a single-valued answer to a question.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        SlicingThis 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:
                        • type @ $this
                        • 222. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x]:valueCoding
                          Slice NamevalueCoding
                          Definition

                          The answer (or one of the answers) provided by the respondent to the question.

                          ShortSingle-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.

                          Control10..1
                          BindingThe 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)
                          TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Must Supporttrue
                          Summaryfalse
                          Requirements

                          Ability to retain a single-valued answer to a question.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          224. QuestionnaireResponse.item:diagnosis.item:examinationReport
                          Slice NameexaminationReport
                          Definition

                          Questions or sub-groups nested beneath a question or group.

                          ShortNested questionnaire response items
                          Control0..*
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supporttrue
                          Summaryfalse
                          Requirements

                          Reports can consist of complex nested groups.

                          Invariantsele-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).

                          ShortExtensions 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.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Summarytrue
                          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 Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @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.

                          ShortPointer to specific item from Questionnaire
                          Control1..1
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summaryfalse
                          Requirements

                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                          Pattern Value4.2
                          Invariantsele-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.

                          ShortName for group or question text
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summaryfalse
                          Requirements

                          Allows the questionnaire response to be read without access to the questionnaire.

                          Pattern Valuediagnosis.examinationReport|檢查報告
                          Invariantsele-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.

                          ShortNested questionnaire response items
                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                          Is Modifierfalse
                          Summaryfalse
                          Requirements

                          Reports can consist of complex nested groups.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                          • value @ linkId
                          • 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).

                            ShortExtensions 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.

                            Control0..*
                            TypeExtension
                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                            Summarytrue
                            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 Namesextensions, user content, modifiers
                            Invariantsele-1: All FHIR elements must have a @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.

                            ShortPointer to specific item from Questionnaire
                            Control1..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summaryfalse
                            Requirements

                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                            Invariantsele-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 NamereportType
                            Definition

                            Questions or sub-groups nested beneath a question or group.

                            ShortNested questionnaire response items
                            Control0..1*
                            TypeBackboneElement
                            Is Modifierfalse
                            Must Supporttrue
                            Summaryfalse
                            Requirements

                            Reports can consist of complex nested groups.

                            Invariantsele-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).

                            ShortExtensions 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.

                            Control0..*
                            TypeExtension
                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                            Summarytrue
                            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 Namesextensions, user content, modifiers
                            Invariantsele-1: All FHIR elements must have a @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.

                            ShortPointer to specific item from Questionnaire
                            Control1..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summaryfalse
                            Requirements

                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                            Pattern Value4.2.1
                            Invariantsele-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.

                            ShortName for group or question text
                            Control0..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summaryfalse
                            Requirements

                            Allows the questionnaire response to be read without access to the questionnaire.

                            Pattern Valuediagnosis.examinationReport.reportType|報告類型。當LOINC無法具體描述檢體種類(例如:`47526-9`時),請填寫及補充說明檢體種類。
                            Invariantsele-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.

                            ShortThe response(s) to the question
                            Comments

                            The value is nested because we cannot have a repeating structure that has variable type.

                            Control10..1*
                            TypeBackboneElement
                            Is Modifierfalse
                            Must Supporttrue
                            Summaryfalse
                            Invariantsele-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).

                            ShortExtensions 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.

                            Control0..*
                            TypeExtension
                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                            Summarytrue
                            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 Namesextensions, user content, modifiers
                            Invariantsele-1: All FHIR elements must have a @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.

                            ShortSingle-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.

                            Control10..1
                            BindingFor 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.

                            TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                            Is Modifierfalse
                            Summaryfalse
                            Requirements

                            Ability to retain a single-valued answer to a question.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            SlicingThis 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:
                            • type @ $this
                            • 252. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x]:valueCoding
                              Slice NamevalueCoding
                              Definition

                              The answer (or one of the answers) provided by the respondent to the question.

                              ShortSingle-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.

                              Control10..1
                              BindingThe 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)
                              TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                              Is Modifierfalse
                              Must Supporttrue
                              Summaryfalse
                              Requirements

                              Ability to retain a single-valued answer to a question.

                              Invariantsele-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 NamespeType
                              Definition

                              Questions or sub-groups nested beneath a question or group.

                              ShortNested questionnaire response items
                              Control0..1*
                              TypeBackboneElement
                              Is Modifierfalse
                              Must Supporttrue
                              Summaryfalse
                              Requirements

                              Reports can consist of complex nested groups.

                              Invariantsele-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).

                              ShortExtensions 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.

                              Control0..*
                              TypeExtension
                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                              Summarytrue
                              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 Namesextensions, user content, modifiers
                              Invariantsele-1: All FHIR elements must have a @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.

                              ShortPointer to specific item from Questionnaire
                              Control1..1
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Summaryfalse
                              Requirements

                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                              Pattern Value4.2.2
                              Invariantsele-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.

                              ShortName for group or question text
                              Control0..1
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Summaryfalse
                              Requirements

                              Allows the questionnaire response to be read without access to the questionnaire.

                              Pattern Valuediagnosis.examinationReport.speType|檢體種類
                              Invariantsele-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.

                              ShortThe response(s) to the question
                              Comments

                              The value is nested because we cannot have a repeating structure that has variable type.

                              Control10..1*
                              TypeBackboneElement
                              Is Modifierfalse
                              Must Supporttrue
                              Summaryfalse
                              Invariantsele-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).

                              ShortExtensions 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.

                              Control0..*
                              TypeExtension
                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                              Summarytrue
                              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 Namesextensions, user content, modifiers
                              Invariantsele-1: All FHIR elements must have a @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.

                              ShortSingle-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.

                              Control10..1
                              BindingFor 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.

                              Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Summaryfalse
                              Requirements

                              Ability to retain a single-valued answer to a question.

                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              SlicingThis 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:
                              • type @ $this
                              • 268. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x]:valueString
                                Slice NamevalueString
                                Definition

                                The answer (or one of the answers) provided by the respondent to the question.

                                ShortSingle-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.

                                Control10..1
                                BindingFor 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.

                                Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Must Supporttrue
                                Summaryfalse
                                Requirements

                                Ability to retain a single-valued answer to a question.

                                Invariantsele-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 NamereportResultString
                                Definition

                                Questions or sub-groups nested beneath a question or group.

                                ShortNested questionnaire response items
                                Control0..1*
                                TypeBackboneElement
                                Is Modifierfalse
                                Must Supporttrue
                                Summaryfalse
                                Requirements

                                Reports can consist of complex nested groups.

                                Invariantsele-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).

                                ShortExtensions 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.

                                Control0..*
                                TypeExtension
                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                Summarytrue
                                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 Namesextensions, user content, modifiers
                                Invariantsele-1: All FHIR elements must have a @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.

                                ShortPointer to specific item from Questionnaire
                                Control1..1
                                Typestring
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summaryfalse
                                Requirements

                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                Pattern Value4.2.3
                                Invariantsele-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.

                                ShortName for group or question text
                                Control0..1
                                Typestring
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summaryfalse
                                Requirements

                                Allows the questionnaire response to be read without access to the questionnaire.

                                Pattern Valuediagnosis.examinationReport.reportResultString|報告結果-文數字
                                Invariantsele-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.

                                ShortThe response(s) to the question
                                Comments

                                The value is nested because we cannot have a repeating structure that has variable type.

                                Control10..1*
                                TypeBackboneElement
                                Is Modifierfalse
                                Must Supporttrue
                                Summaryfalse
                                Invariantsele-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).

                                ShortExtensions 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.

                                Control0..*
                                TypeExtension
                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                Summarytrue
                                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 Namesextensions, user content, modifiers
                                Invariantsele-1: All FHIR elements must have a @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.

                                ShortSingle-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.

                                Control10..1
                                BindingFor 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.

                                Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summaryfalse
                                Requirements

                                Ability to retain a single-valued answer to a question.

                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                SlicingThis 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:
                                • type @ $this
                                • 284. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x]:valueString
                                  Slice NamevalueString
                                  Definition

                                  The answer (or one of the answers) provided by the respondent to the question.

                                  ShortSingle-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.

                                  Control10..1
                                  BindingFor 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.

                                  Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Must Supporttrue
                                  Summaryfalse
                                  Requirements

                                  Ability to retain a single-valued answer to a question.

                                  Invariantsele-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 NamereportResultPdf
                                  Definition

                                  Questions or sub-groups nested beneath a question or group.

                                  ShortNested questionnaire response items
                                  Control0..1*
                                  TypeBackboneElement
                                  Is Modifierfalse
                                  Must Supporttrue
                                  Summaryfalse
                                  Requirements

                                  Reports can consist of complex nested groups.

                                  Invariantsele-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).

                                  ShortExtensions 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.

                                  Control0..*
                                  TypeExtension
                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                  Summarytrue
                                  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 Namesextensions, user content, modifiers
                                  Invariantsele-1: All FHIR elements must have a @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.

                                  ShortPointer to specific item from Questionnaire
                                  Control1..1
                                  Typestring
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Summaryfalse
                                  Requirements

                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                  Pattern Value4.2.4
                                  Invariantsele-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.

                                  ShortName for group or question text
                                  Control0..1
                                  Typestring
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Summaryfalse
                                  Requirements

                                  Allows the questionnaire response to be read without access to the questionnaire.

                                  Pattern Valuediagnosis.examinationReport.reportResultPdf|檢查報告檔案,請填寫完整檔案路徑。填寫格式:「file://檔名.副檔名」。
                                  Invariantsele-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.

                                  ShortThe response(s) to the question
                                  Comments

                                  The value is nested because we cannot have a repeating structure that has variable type.

                                  Control10..1*
                                  TypeBackboneElement
                                  Is Modifierfalse
                                  Must Supporttrue
                                  Summaryfalse
                                  Invariantsele-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).

                                  ShortExtensions 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.

                                  Control0..*
                                  TypeExtension
                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                  Summarytrue
                                  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 Namesextensions, user content, modifiers
                                  Invariantsele-1: All FHIR elements must have a @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.

                                  ShortSingle-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.

                                  Control10..1
                                  BindingFor 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.

                                  Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Summaryfalse
                                  Requirements

                                  Ability to retain a single-valued answer to a question.

                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  SlicingThis 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:
                                  • type @ $this
                                  • 300. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x]:valueString
                                    Slice NamevalueString
                                    Definition

                                    The answer (or one of the answers) provided by the respondent to the question.

                                    ShortSingle-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.

                                    Control10..1
                                    BindingFor 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.

                                    Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Must Supporttrue
                                    Summaryfalse
                                    Requirements

                                    Ability to retain a single-valued answer to a question.

                                    Invariantsele-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 NamereportResultPdfTitle
                                    Definition

                                    Questions or sub-groups nested beneath a question or group.

                                    ShortNested questionnaire response items
                                    Control0..1*
                                    TypeBackboneElement
                                    Is Modifierfalse
                                    Must Supporttrue
                                    Summaryfalse
                                    Requirements

                                    Reports can consist of complex nested groups.

                                    Invariantsele-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).

                                    ShortExtensions 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.

                                    Control0..*
                                    TypeExtension
                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                    Summarytrue
                                    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 Namesextensions, user content, modifiers
                                    Invariantsele-1: All FHIR elements must have a @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.

                                    ShortPointer to specific item from Questionnaire
                                    Control1..1
                                    Typestring
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summaryfalse
                                    Requirements

                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                    Pattern Value4.2.5
                                    Invariantsele-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.

                                    ShortName for group or question text
                                    Control0..1
                                    Typestring
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summaryfalse
                                    Requirements

                                    Allows the questionnaire response to be read without access to the questionnaire.

                                    Pattern Valuediagnosis.examinationReport.reportResultPdfTitle|檢查報告名稱
                                    Invariantsele-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.

                                    ShortThe response(s) to the question
                                    Comments

                                    The value is nested because we cannot have a repeating structure that has variable type.

                                    Control10..1*
                                    TypeBackboneElement
                                    Is Modifierfalse
                                    Must Supporttrue
                                    Summaryfalse
                                    Invariantsele-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).

                                    ShortExtensions 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.

                                    Control0..*
                                    TypeExtension
                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                    Summarytrue
                                    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 Namesextensions, user content, modifiers
                                    Invariantsele-1: All FHIR elements must have a @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.

                                    ShortSingle-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.

                                    Control10..1
                                    BindingFor 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.

                                    Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summaryfalse
                                    Requirements

                                    Ability to retain a single-valued answer to a question.

                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    SlicingThis 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:
                                    • type @ $this
                                    • 316. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x]:valueString
                                      Slice NamevalueString
                                      Definition

                                      The answer (or one of the answers) provided by the respondent to the question.

                                      ShortSingle-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.

                                      Control10..1
                                      BindingFor 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.

                                      Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Must Supporttrue
                                      Summaryfalse
                                      Requirements

                                      Ability to retain a single-valued answer to a question.

                                      Invariantsele-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 NamereportDate
                                      Definition

                                      Questions or sub-groups nested beneath a question or group.

                                      ShortNested questionnaire response items
                                      Control0..1*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Must Supporttrue
                                      Summaryfalse
                                      Requirements

                                      Reports can consist of complex nested groups.

                                      Invariantsele-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).

                                      ShortExtensions 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.

                                      Control0..*
                                      TypeExtension
                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                      Summarytrue
                                      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 Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @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.

                                      ShortPointer to specific item from Questionnaire
                                      Control1..1
                                      Typestring
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Requirements

                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                      Pattern Value4.2.6
                                      Invariantsele-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.

                                      ShortName for group or question text
                                      Control0..1
                                      Typestring
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Requirements

                                      Allows the questionnaire response to be read without access to the questionnaire.

                                      Pattern Valuediagnosis.examinationReport.reportDate|報告日期,YYYY-MM-DD。
                                      Invariantsele-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.

                                      ShortThe response(s) to the question
                                      Comments

                                      The value is nested because we cannot have a repeating structure that has variable type.

                                      Control10..1*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Must Supporttrue
                                      Summaryfalse
                                      Invariantsele-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).

                                      ShortExtensions 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.

                                      Control0..*
                                      TypeExtension
                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                      Summarytrue
                                      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 Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @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 Namemedrec
                                      Definition

                                      Questions or sub-groups nested beneath a question or group.

                                      ShortNested questionnaire response items
                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Must Supporttrue
                                      Summaryfalse
                                      Requirements

                                      Reports can consist of complex nested groups.

                                      Invariantsele-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).

                                      ShortExtensions 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.

                                      Control0..*
                                      TypeExtension
                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                      Summarytrue
                                      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 Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @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.

                                      ShortPointer to specific item from Questionnaire
                                      Control1..1
                                      Typestring
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Requirements

                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                      Pattern Value4.3
                                      Invariantsele-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.

                                      ShortName for group or question text
                                      Control0..1
                                      Typestring
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Requirements

                                      Allows the questionnaire response to be read without access to the questionnaire.

                                      Pattern Valuediagnosis.medrec|病歷資料
                                      Invariantsele-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.

                                      ShortNested questionnaire response items
                                      Control0..*
                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                      Is Modifierfalse
                                      Summaryfalse
                                      Requirements

                                      Reports can consist of complex nested groups.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                      • value @ linkId
                                      • 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).

                                        ShortExtensions 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.

                                        Control0..*
                                        TypeExtension
                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                        Summarytrue
                                        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 Namesextensions, user content, modifiers
                                        Invariantsele-1: All FHIR elements must have a @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.

                                        ShortPointer to specific item from Questionnaire
                                        Control1..1
                                        Typestring
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Requirements

                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                        Invariantsele-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 Namemedrec
                                        Definition

                                        Questions or sub-groups nested beneath a question or group.

                                        ShortNested questionnaire response items
                                        Control0..1*
                                        TypeBackboneElement
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Requirements

                                        Reports can consist of complex nested groups.

                                        Invariantsele-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).

                                        ShortExtensions 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.

                                        Control0..*
                                        TypeExtension
                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                        Summarytrue
                                        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 Namesextensions, user content, modifiers
                                        Invariantsele-1: All FHIR elements must have a @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.

                                        ShortPointer to specific item from Questionnaire
                                        Control1..1
                                        Typestring
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Requirements

                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                        Pattern Value4.3.1
                                        Invariantsele-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.

                                        ShortName for group or question text
                                        Control0..1
                                        Typestring
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Requirements

                                        Allows the questionnaire response to be read without access to the questionnaire.

                                        Pattern Valuediagnosis.medrec.medrec|病歷資料
                                        Invariantsele-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.

                                        ShortThe response(s) to the question
                                        Comments

                                        The value is nested because we cannot have a repeating structure that has variable type.

                                        Control10..1*
                                        TypeBackboneElement
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Invariantsele-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).

                                        ShortExtensions 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.

                                        Control0..*
                                        TypeExtension
                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                        Summarytrue
                                        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 Namesextensions, user content, modifiers
                                        Invariantsele-1: All FHIR elements must have a @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.

                                        ShortSingle-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.

                                        Control10..1
                                        BindingFor 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.

                                        Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Requirements

                                        Ability to retain a single-valued answer to a question.

                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        SlicingThis 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:
                                        • type @ $this
                                        • 358. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x]:valueString
                                          Slice NamevalueString
                                          Definition

                                          The answer (or one of the answers) provided by the respondent to the question.

                                          ShortSingle-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.

                                          Control10..1
                                          BindingFor 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.

                                          Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Must Supporttrue
                                          Summaryfalse
                                          Requirements

                                          Ability to retain a single-valued answer to a question.

                                          Invariantsele-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 NamemedrecTitle
                                          Definition

                                          Questions or sub-groups nested beneath a question or group.

                                          ShortNested questionnaire response items
                                          Control0..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summaryfalse
                                          Requirements

                                          Reports can consist of complex nested groups.

                                          Invariantsele-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).

                                          ShortExtensions 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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          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 Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @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.

                                          ShortPointer to specific item from Questionnaire
                                          Control1..1
                                          Typestring
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summaryfalse
                                          Requirements

                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                          Pattern Value4.3.2
                                          Invariantsele-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.

                                          ShortName for group or question text
                                          Control0..1
                                          Typestring
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summaryfalse
                                          Requirements

                                          Allows the questionnaire response to be read without access to the questionnaire.

                                          Pattern Valuediagnosis.medrec.medrecTitle|病歷資料名稱
                                          Invariantsele-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.

                                          ShortThe response(s) to the question
                                          Comments

                                          The value is nested because we cannot have a repeating structure that has variable type.

                                          Control10..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summaryfalse
                                          Invariantsele-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).

                                          ShortExtensions 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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                          Summarytrue
                                          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 Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @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.

                                          ShortSingle-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.

                                          Control10..1
                                          BindingFor 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.

                                          Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summaryfalse
                                          Requirements

                                          Ability to retain a single-valued answer to a question.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          SlicingThis 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:
                                          • type @ $this
                                          • 374. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x]:valueString
                                            Slice NamevalueString
                                            Definition

                                            The answer (or one of the answers) provided by the respondent to the question.

                                            ShortSingle-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.

                                            Control10..1
                                            BindingFor 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.

                                            Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Must Supporttrue
                                            Summaryfalse
                                            Requirements

                                            Ability to retain a single-valued answer to a question.

                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            376. QuestionnaireResponse.item:diagnosis.item:imageStudy
                                            Slice NameimageStudy
                                            Definition

                                            Questions or sub-groups nested beneath a question or group.

                                            ShortNested questionnaire response items
                                            Control0..*
                                            TypeBackboneElement
                                            Is Modifierfalse
                                            Must Supporttrue
                                            Summaryfalse
                                            Requirements

                                            Reports can consist of complex nested groups.

                                            Invariantsele-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).

                                            ShortExtensions 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.

                                            Control0..*
                                            TypeExtension
                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                            Summarytrue
                                            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 Namesextensions, user content, modifiers
                                            Invariantsele-1: All FHIR elements must have a @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.

                                            ShortPointer to specific item from Questionnaire
                                            Control1..1
                                            Typestring
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summaryfalse
                                            Requirements

                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                            Pattern Value4.4
                                            Invariantsele-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.

                                            ShortName for group or question text
                                            Control0..1
                                            Typestring
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summaryfalse
                                            Requirements

                                            Allows the questionnaire response to be read without access to the questionnaire.

                                            Pattern Valuediagnosis.imageStudy|影像報告
                                            Invariantsele-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.

                                            ShortNested questionnaire response items
                                            Control0..*
                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                            Is Modifierfalse
                                            Summaryfalse
                                            Requirements

                                            Reports can consist of complex nested groups.

                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                            • value @ linkId
                                            • 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).

                                              ShortExtensions 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.

                                              Control0..*
                                              TypeExtension
                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                              Summarytrue
                                              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 Namesextensions, user content, modifiers
                                              Invariantsele-1: All FHIR elements must have a @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.

                                              ShortPointer to specific item from Questionnaire
                                              Control1..1
                                              Typestring
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summaryfalse
                                              Requirements

                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                              Invariantsele-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 NameimgItem
                                              Definition

                                              Questions or sub-groups nested beneath a question or group.

                                              ShortNested questionnaire response items
                                              Control0..1*
                                              TypeBackboneElement
                                              Is Modifierfalse
                                              Must Supporttrue
                                              Summaryfalse
                                              Requirements

                                              Reports can consist of complex nested groups.

                                              Invariantsele-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).

                                              ShortExtensions 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.

                                              Control0..*
                                              TypeExtension
                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                              Summarytrue
                                              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 Namesextensions, user content, modifiers
                                              Invariantsele-1: All FHIR elements must have a @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.

                                              ShortPointer to specific item from Questionnaire
                                              Control1..1
                                              Typestring
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summaryfalse
                                              Requirements

                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                              Pattern Value4.4.1
                                              Invariantsele-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.

                                              ShortName for group or question text
                                              Control0..1
                                              Typestring
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summaryfalse
                                              Requirements

                                              Allows the questionnaire response to be read without access to the questionnaire.

                                              Pattern Valuediagnosis.imageStudy.imgItem|影像報告
                                              Invariantsele-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.

                                              ShortThe response(s) to the question
                                              Comments

                                              The value is nested because we cannot have a repeating structure that has variable type.

                                              Control0..*
                                              TypeBackboneElement
                                              Is Modifierfalse
                                              Summaryfalse
                                              Invariantsele-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).

                                              ShortExtensions 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.

                                              Control0..*
                                              TypeExtension
                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                              Summarytrue
                                              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 Namesextensions, user content, modifiers
                                              Invariantsele-1: All FHIR elements must have a @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.

                                              ShortSingle-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.

                                              Control10..1
                                              BindingFor 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.

                                              TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                              Is Modifierfalse
                                              Summaryfalse
                                              Requirements

                                              Ability to retain a single-valued answer to a question.

                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              SlicingThis 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:
                                              • type @ $this
                                              • 404. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x]:valueCoding
                                                Slice NamevalueCoding
                                                Definition

                                                The answer (or one of the answers) provided by the respondent to the question.

                                                ShortSingle-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.

                                                Control10..1
                                                BindingFor 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.

                                                TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Summaryfalse
                                                Requirements

                                                Ability to retain a single-valued answer to a question.

                                                Invariantsele-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 NameimgResult
                                                Definition

                                                Questions or sub-groups nested beneath a question or group.

                                                ShortNested questionnaire response items
                                                Control0..1*
                                                TypeBackboneElement
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Summaryfalse
                                                Requirements

                                                Reports can consist of complex nested groups.

                                                Invariantsele-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).

                                                ShortExtensions 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.

                                                Control0..*
                                                TypeExtension
                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                Summarytrue
                                                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 Namesextensions, user content, modifiers
                                                Invariantsele-1: All FHIR elements must have a @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.

                                                ShortPointer to specific item from Questionnaire
                                                Control1..1
                                                Typestring
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summaryfalse
                                                Requirements

                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                Pattern Value4.4.2
                                                Invariantsele-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.

                                                ShortName for group or question text
                                                Control0..1
                                                Typestring
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summaryfalse
                                                Requirements

                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                Pattern Valuediagnosis.imageStudy.imgResult|影像報告結果
                                                Invariantsele-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.

                                                ShortThe response(s) to the question
                                                Comments

                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                Control10..1*
                                                TypeBackboneElement
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Summaryfalse
                                                Invariantsele-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).

                                                ShortExtensions 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.

                                                Control0..*
                                                TypeExtension
                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                Summarytrue
                                                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 Namesextensions, user content, modifiers
                                                Invariantsele-1: All FHIR elements must have a @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.

                                                ShortSingle-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.

                                                Control10..1
                                                BindingFor 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.

                                                Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summaryfalse
                                                Requirements

                                                Ability to retain a single-valued answer to a question.

                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                SlicingThis 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:
                                                • type @ $this
                                                • 420. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x]:valueString
                                                  Slice NamevalueString
                                                  Definition

                                                  The answer (or one of the answers) provided by the respondent to the question.

                                                  ShortSingle-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.

                                                  Control10..1
                                                  BindingFor 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.

                                                  Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Must Supporttrue
                                                  Summaryfalse
                                                  Requirements

                                                  Ability to retain a single-valued answer to a question.

                                                  Invariantsele-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 NameimgDate
                                                  Definition

                                                  Questions or sub-groups nested beneath a question or group.

                                                  ShortNested questionnaire response items
                                                  Control0..1*
                                                  TypeBackboneElement
                                                  Is Modifierfalse
                                                  Must Supporttrue
                                                  Summaryfalse
                                                  Requirements

                                                  Reports can consist of complex nested groups.

                                                  Invariantsele-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).

                                                  ShortExtensions 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.

                                                  Control0..*
                                                  TypeExtension
                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                  Summarytrue
                                                  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 Namesextensions, user content, modifiers
                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                  ShortPointer to specific item from Questionnaire
                                                  Control1..1
                                                  Typestring
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summaryfalse
                                                  Requirements

                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                  Pattern Value4.4.3
                                                  Invariantsele-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.

                                                  ShortName for group or question text
                                                  Control0..1
                                                  Typestring
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summaryfalse
                                                  Requirements

                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                  Pattern Valuediagnosis.imageStudy.imgDate|影像報告日期
                                                  Invariantsele-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.

                                                  ShortThe response(s) to the question
                                                  Comments

                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                  Control10..1*
                                                  TypeBackboneElement
                                                  Is Modifierfalse
                                                  Must Supporttrue
                                                  Summaryfalse
                                                  Invariantsele-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).

                                                  ShortExtensions 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.

                                                  Control0..*
                                                  TypeExtension
                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                  Summarytrue
                                                  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 Namesextensions, user content, modifiers
                                                  Invariantsele-1: All FHIR elements must have a @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 NameimgBodySite
                                                  Definition

                                                  Questions or sub-groups nested beneath a question or group.

                                                  ShortNested questionnaire response items
                                                  Control0..1*
                                                  TypeBackboneElement
                                                  Is Modifierfalse
                                                  Must Supporttrue
                                                  Summaryfalse
                                                  Requirements

                                                  Reports can consist of complex nested groups.

                                                  Invariantsele-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).

                                                  ShortExtensions 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.

                                                  Control0..*
                                                  TypeExtension
                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                  Summarytrue
                                                  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 Namesextensions, user content, modifiers
                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                  ShortPointer to specific item from Questionnaire
                                                  Control1..1
                                                  Typestring
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summaryfalse
                                                  Requirements

                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                  Pattern Value4.4.4
                                                  Invariantsele-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.

                                                  ShortName for group or question text
                                                  Control0..1
                                                  Typestring
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summaryfalse
                                                  Requirements

                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                  Pattern Valuediagnosis.imageStudy.imgBodySite|影像檢查的身體部位
                                                  Invariantsele-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.

                                                  ShortThe response(s) to the question
                                                  Comments

                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                  Control0..*
                                                  TypeBackboneElement
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Invariantsele-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).

                                                  ShortExtensions 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.

                                                  Control0..*
                                                  TypeExtension
                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                  Summarytrue
                                                  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 Namesextensions, user content, modifiers
                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                  ShortSingle-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.

                                                  Control10..1
                                                  BindingFor 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.

                                                  TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Requirements

                                                  Ability to retain a single-valued answer to a question.

                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  SlicingThis 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:
                                                  • type @ $this
                                                  • 448. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x]:valueCoding
                                                    Slice NamevalueCoding
                                                    Definition

                                                    The answer (or one of the answers) provided by the respondent to the question.

                                                    ShortSingle-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.

                                                    Control10..1
                                                    BindingFor 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.

                                                    TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Summaryfalse
                                                    Requirements

                                                    Ability to retain a single-valued answer to a question.

                                                    Invariantsele-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 NameimgDicom
                                                    Definition

                                                    Questions or sub-groups nested beneath a question or group.

                                                    ShortNested questionnaire response items
                                                    Control0..*
                                                    TypeBackboneElement
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Summaryfalse
                                                    Requirements

                                                    Reports can consist of complex nested groups.

                                                    Invariantsele-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).

                                                    ShortExtensions 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.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                    Summarytrue
                                                    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 Namesextensions, user content, modifiers
                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                    ShortPointer to specific item from Questionnaire
                                                    Control1..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Requirements

                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                    Pattern Value4.4.5
                                                    Invariantsele-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.

                                                    ShortName for group or question text
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Requirements

                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                    Pattern Valuediagnosis.imageStudy.imgDicom|DICOM影像
                                                    Invariantsele-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.

                                                    ShortNested questionnaire response items
                                                    Control20..*
                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Reports can consist of complex nested groups.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    SlicingThis 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:
                                                    • value @ linkId
                                                    • 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).

                                                      ShortExtensions 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.

                                                      Control0..*
                                                      TypeExtension
                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                      Summarytrue
                                                      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 Namesextensions, user content, modifiers
                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                      ShortPointer to specific item from Questionnaire
                                                      Control1..1
                                                      Typestring
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summaryfalse
                                                      Requirements

                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                      Invariantsele-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 NamestudyUid
                                                      Definition

                                                      Questions or sub-groups nested beneath a question or group.

                                                      ShortNested questionnaire response items
                                                      Control10..1*
                                                      TypeBackboneElement
                                                      Is Modifierfalse
                                                      Must Supporttrue
                                                      Summaryfalse
                                                      Requirements

                                                      Reports can consist of complex nested groups.

                                                      Invariantsele-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).

                                                      ShortExtensions 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.

                                                      Control0..*
                                                      TypeExtension
                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                      Summarytrue
                                                      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 Namesextensions, user content, modifiers
                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                      ShortPointer to specific item from Questionnaire
                                                      Control1..1
                                                      Typestring
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summaryfalse
                                                      Requirements

                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                      Pattern Value4.4.5.1
                                                      Invariantsele-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.

                                                      ShortName for group or question text
                                                      Control0..1
                                                      Typestring
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summaryfalse
                                                      Requirements

                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                      Pattern Valuediagnosis.imageStudy.imgDicom.studyUid|整項影像檢查的識別碼
                                                      Invariantsele-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.

                                                      ShortThe response(s) to the question
                                                      Comments

                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                      Control0..*
                                                      TypeBackboneElement
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Invariantsele-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).

                                                      ShortExtensions 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.

                                                      Control0..*
                                                      TypeExtension
                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                      Summarytrue
                                                      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 Namesextensions, user content, modifiers
                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                      ShortSingle-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.

                                                      Control10..1
                                                      BindingFor 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.

                                                      Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summaryfalse
                                                      Requirements

                                                      Ability to retain a single-valued answer to a question.

                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      SlicingThis 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:
                                                      • type @ $this
                                                      • 478. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.value[x]:valueString
                                                        Slice NamevalueString
                                                        Definition

                                                        The answer (or one of the answers) provided by the respondent to the question.

                                                        ShortSingle-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.

                                                        Control10..1
                                                        BindingFor 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.

                                                        Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                        Is Modifierfalse
                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                        Must Supporttrue
                                                        Summaryfalse
                                                        Requirements

                                                        Ability to retain a single-valued answer to a question.

                                                        Invariantsele-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 Nameseries
                                                        Definition

                                                        Questions or sub-groups nested beneath a question or group.

                                                        ShortNested questionnaire response items
                                                        Control10..*
                                                        TypeBackboneElement
                                                        Is Modifierfalse
                                                        Must Supporttrue
                                                        Summaryfalse
                                                        Requirements

                                                        Reports can consist of complex nested groups.

                                                        Invariantsele-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).

                                                        ShortExtensions 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.

                                                        Control0..*
                                                        TypeExtension
                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                        Summarytrue
                                                        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 Namesextensions, user content, modifiers
                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                        ShortPointer to specific item from Questionnaire
                                                        Control1..1
                                                        Typestring
                                                        Is Modifierfalse
                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                        Summaryfalse
                                                        Requirements

                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                        Pattern Value4.4.5.2
                                                        Invariantsele-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.

                                                        ShortName for group or question text
                                                        Control0..1
                                                        Typestring
                                                        Is Modifierfalse
                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                        Summaryfalse
                                                        Requirements

                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                        Pattern Valuediagnosis.imageStudy.imgDicom.series|每項影像檢查有一個或多個系列(series)的實例
                                                        Invariantsele-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.

                                                        ShortNested questionnaire response items
                                                        Control30..*
                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Requirements

                                                        Reports can consist of complex nested groups.

                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        SlicingThis 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:
                                                        • value @ linkId
                                                        • 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).

                                                          ShortExtensions 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.

                                                          Control0..*
                                                          TypeExtension
                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                          Summarytrue
                                                          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 Namesextensions, user content, modifiers
                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                          ShortPointer to specific item from Questionnaire
                                                          Control1..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summaryfalse
                                                          Requirements

                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                          Invariantsele-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 Nameuid
                                                          Definition

                                                          Questions or sub-groups nested beneath a question or group.

                                                          ShortNested questionnaire response items
                                                          Control10..1*
                                                          TypeBackboneElement
                                                          Is Modifierfalse
                                                          Must Supporttrue
                                                          Summaryfalse
                                                          Requirements

                                                          Reports can consist of complex nested groups.

                                                          Invariantsele-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).

                                                          ShortExtensions 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.

                                                          Control0..*
                                                          TypeExtension
                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                          Summarytrue
                                                          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 Namesextensions, user content, modifiers
                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                          ShortPointer to specific item from Questionnaire
                                                          Control1..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summaryfalse
                                                          Requirements

                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                          Pattern Value4.4.5.2.1
                                                          Invariantsele-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.

                                                          ShortName for group or question text
                                                          Control0..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summaryfalse
                                                          Requirements

                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                          Pattern Valuediagnosis.imageStudy.imgDicom.series.uid|此系列的DICOM系列實例UID
                                                          Invariantsele-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.

                                                          ShortThe response(s) to the question
                                                          Comments

                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                          Control10..1*
                                                          TypeBackboneElement
                                                          Is Modifierfalse
                                                          Must Supporttrue
                                                          Summaryfalse
                                                          Invariantsele-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).

                                                          ShortExtensions 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.

                                                          Control0..*
                                                          TypeExtension
                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                          Summarytrue
                                                          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 Namesextensions, user content, modifiers
                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                          ShortSingle-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.

                                                          Control10..1
                                                          BindingFor 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.

                                                          Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summaryfalse
                                                          Requirements

                                                          Ability to retain a single-valued answer to a question.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          SlicingThis 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:
                                                          • type @ $this
                                                          • 508. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x]:valueString
                                                            Slice NamevalueString
                                                            Definition

                                                            The answer (or one of the answers) provided by the respondent to the question.

                                                            ShortSingle-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.

                                                            Control10..1
                                                            BindingFor 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.

                                                            Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                            Is Modifierfalse
                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                            Must Supporttrue
                                                            Summaryfalse
                                                            Requirements

                                                            Ability to retain a single-valued answer to a question.

                                                            Invariantsele-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 Namemodality
                                                            Definition

                                                            Questions or sub-groups nested beneath a question or group.

                                                            ShortNested questionnaire response items
                                                            Control10..1*
                                                            TypeBackboneElement
                                                            Is Modifierfalse
                                                            Must Supporttrue
                                                            Summaryfalse
                                                            Requirements

                                                            Reports can consist of complex nested groups.

                                                            Invariantsele-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).

                                                            ShortExtensions 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.

                                                            Control0..*
                                                            TypeExtension
                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                            Summarytrue
                                                            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 Namesextensions, user content, modifiers
                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                            ShortPointer to specific item from Questionnaire
                                                            Control1..1
                                                            Typestring
                                                            Is Modifierfalse
                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                            Summaryfalse
                                                            Requirements

                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                            Pattern Value4.4.5.2.2
                                                            Invariantsele-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.

                                                            ShortName for group or question text
                                                            Control0..1
                                                            Typestring
                                                            Is Modifierfalse
                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                            Summaryfalse
                                                            Requirements

                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                            Pattern Valuediagnosis.imageStudy.imgDicom.series.modality|此系列實例所使用的成像儀器
                                                            Invariantsele-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.

                                                            ShortThe response(s) to the question
                                                            Comments

                                                            The value is nested because we cannot have a repeating structure that has variable type.

                                                            Control0..*
                                                            TypeBackboneElement
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-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).

                                                            ShortExtensions 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.

                                                            Control0..*
                                                            TypeExtension
                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                            Summarytrue
                                                            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 Namesextensions, user content, modifiers
                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                            ShortSingle-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.

                                                            Control10..1
                                                            BindingFor 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.

                                                            TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Requirements

                                                            Ability to retain a single-valued answer to a question.

                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            SlicingThis 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:
                                                            • type @ $this
                                                            • 524. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.value[x]:valueCoding
                                                              Slice NamevalueCoding
                                                              Definition

                                                              The answer (or one of the answers) provided by the respondent to the question.

                                                              ShortSingle-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.

                                                              Control10..1
                                                              BindingFor 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.

                                                              TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                              Is Modifierfalse
                                                              Must Supporttrue
                                                              Summaryfalse
                                                              Requirements

                                                              Ability to retain a single-valued answer to a question.

                                                              Invariantsele-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 Nameinstance
                                                              Definition

                                                              Questions or sub-groups nested beneath a question or group.

                                                              ShortNested questionnaire response items
                                                              Control10..*
                                                              TypeBackboneElement
                                                              Is Modifierfalse
                                                              Must Supporttrue
                                                              Summaryfalse
                                                              Requirements

                                                              Reports can consist of complex nested groups.

                                                              Invariantsele-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).

                                                              ShortExtensions 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.

                                                              Control0..*
                                                              TypeExtension
                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                              Summarytrue
                                                              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 Namesextensions, user content, modifiers
                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                              ShortPointer to specific item from Questionnaire
                                                              Control1..1
                                                              Typestring
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summaryfalse
                                                              Requirements

                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                              Pattern Value4.4.5.2.3
                                                              Invariantsele-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.

                                                              ShortName for group or question text
                                                              Control0..1
                                                              Typestring
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summaryfalse
                                                              Requirements

                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                              Pattern Valuediagnosis.imageStudy.imgDicom.series.instance|系列中的一個SOP實例
                                                              Invariantsele-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.

                                                              ShortNested questionnaire response items
                                                              Control20..*
                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Requirements

                                                              Reports can consist of complex nested groups.

                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              SlicingThis 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:
                                                              • value @ linkId
                                                              • 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).

                                                                ShortExtensions 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.

                                                                Control0..*
                                                                TypeExtension
                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                Summarytrue
                                                                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 Namesextensions, user content, modifiers
                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                ShortPointer to specific item from Questionnaire
                                                                Control1..1
                                                                Typestring
                                                                Is Modifierfalse
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Summaryfalse
                                                                Requirements

                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                Invariantsele-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 Nameuid
                                                                Definition

                                                                Questions or sub-groups nested beneath a question or group.

                                                                ShortNested questionnaire response items
                                                                Control10..1*
                                                                TypeBackboneElement
                                                                Is Modifierfalse
                                                                Must Supporttrue
                                                                Summaryfalse
                                                                Requirements

                                                                Reports can consist of complex nested groups.

                                                                Invariantsele-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).

                                                                ShortExtensions 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.

                                                                Control0..*
                                                                TypeExtension
                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                Summarytrue
                                                                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 Namesextensions, user content, modifiers
                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                ShortPointer to specific item from Questionnaire
                                                                Control1..1
                                                                Typestring
                                                                Is Modifierfalse
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Summaryfalse
                                                                Requirements

                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                Pattern Value4.4.5.2.3.1
                                                                Invariantsele-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.

                                                                ShortName for group or question text
                                                                Control0..1
                                                                Typestring
                                                                Is Modifierfalse
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Summaryfalse
                                                                Requirements

                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                Pattern Valuediagnosis.imageStudy.imgDicom.series.instance.uid|DICOM影像
                                                                Invariantsele-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.

                                                                ShortThe response(s) to the question
                                                                Comments

                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                Control10..1*
                                                                TypeBackboneElement
                                                                Is Modifierfalse
                                                                Must Supporttrue
                                                                Summaryfalse
                                                                Invariantsele-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).

                                                                ShortExtensions 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.

                                                                Control0..*
                                                                TypeExtension
                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                Summarytrue
                                                                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 Namesextensions, user content, modifiers
                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                ShortSingle-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.

                                                                Control10..1
                                                                BindingFor 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.

                                                                Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                Is Modifierfalse
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Summaryfalse
                                                                Requirements

                                                                Ability to retain a single-valued answer to a question.

                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                SlicingThis 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:
                                                                • type @ $this
                                                                • 554. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x]:valueString
                                                                  Slice NamevalueString
                                                                  Definition

                                                                  The answer (or one of the answers) provided by the respondent to the question.

                                                                  ShortSingle-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.

                                                                  Control10..1
                                                                  BindingFor 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.

                                                                  Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Must Supporttrue
                                                                  Summaryfalse
                                                                  Requirements

                                                                  Ability to retain a single-valued answer to a question.

                                                                  Invariantsele-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 NamesopClass
                                                                  Definition

                                                                  Questions or sub-groups nested beneath a question or group.

                                                                  ShortNested questionnaire response items
                                                                  Control10..1*
                                                                  TypeBackboneElement
                                                                  Is Modifierfalse
                                                                  Must Supporttrue
                                                                  Summaryfalse
                                                                  Requirements

                                                                  Reports can consist of complex nested groups.

                                                                  Invariantsele-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).

                                                                  ShortExtensions 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.

                                                                  Control0..*
                                                                  TypeExtension
                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                  Summarytrue
                                                                  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 Namesextensions, user content, modifiers
                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                  ShortPointer to specific item from Questionnaire
                                                                  Control1..1
                                                                  Typestring
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Summaryfalse
                                                                  Requirements

                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                  Pattern Value4.4.5.2.3.2
                                                                  Invariantsele-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.

                                                                  ShortName for group or question text
                                                                  Control0..1
                                                                  Typestring
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Summaryfalse
                                                                  Requirements

                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                  Pattern Valuediagnosis.imageStudy.imgDicom.series.instance.sopClass|DICOM class 類型
                                                                  Invariantsele-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.

                                                                  ShortThe response(s) to the question
                                                                  Comments

                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                  Control10..1*
                                                                  TypeBackboneElement
                                                                  Is Modifierfalse
                                                                  Must Supporttrue
                                                                  Summaryfalse
                                                                  Invariantsele-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).

                                                                  ShortExtensions 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.

                                                                  Control0..*
                                                                  TypeExtension
                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                  Summarytrue
                                                                  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 Namesextensions, user content, modifiers
                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                  ShortSingle-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.

                                                                  Control10..1
                                                                  BindingFor 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.

                                                                  TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Requirements

                                                                  Ability to retain a single-valued answer to a question.

                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  SlicingThis 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:
                                                                  • type @ $this
                                                                  • 570. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x]:valueCoding
                                                                    Slice NamevalueCoding
                                                                    Definition

                                                                    The answer (or one of the answers) provided by the respondent to the question.

                                                                    ShortSingle-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.

                                                                    Control10..1
                                                                    BindingFor 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.

                                                                    TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                    Is Modifierfalse
                                                                    Must Supporttrue
                                                                    Summaryfalse
                                                                    Requirements

                                                                    Ability to retain a single-valued answer to a question.

                                                                    Invariantsele-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 NameimgNonDicom
                                                                    Definition

                                                                    Questions or sub-groups nested beneath a question or group.

                                                                    ShortNested questionnaire response items
                                                                    Control0..*
                                                                    TypeBackboneElement
                                                                    Is Modifierfalse
                                                                    Must Supporttrue
                                                                    Summaryfalse
                                                                    Requirements

                                                                    Reports can consist of complex nested groups.

                                                                    Invariantsele-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).

                                                                    ShortExtensions 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.

                                                                    Control0..*
                                                                    TypeExtension
                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                    Summarytrue
                                                                    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 Namesextensions, user content, modifiers
                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                    ShortPointer to specific item from Questionnaire
                                                                    Control1..1
                                                                    Typestring
                                                                    Is Modifierfalse
                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                    Summaryfalse
                                                                    Requirements

                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                    Pattern Value4.4.6
                                                                    Invariantsele-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.

                                                                    ShortName for group or question text
                                                                    Control0..1
                                                                    Typestring
                                                                    Is Modifierfalse
                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                    Summaryfalse
                                                                    Requirements

                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                    Pattern Valuediagnosis.imageStudy.imgNonDicom|非DICOM影像
                                                                    Invariantsele-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.

                                                                    ShortNested questionnaire response items
                                                                    Control20..*
                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Requirements

                                                                    Reports can consist of complex nested groups.

                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    SlicingThis 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:
                                                                    • value @ linkId
                                                                    • 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).

                                                                      ShortExtensions 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.

                                                                      Control0..*
                                                                      TypeExtension
                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                      Summarytrue
                                                                      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 Namesextensions, user content, modifiers
                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                      ShortPointer to specific item from Questionnaire
                                                                      Control1..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summaryfalse
                                                                      Requirements

                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                      Invariantsele-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 NameimgNonDicom
                                                                      Definition

                                                                      Questions or sub-groups nested beneath a question or group.

                                                                      ShortNested questionnaire response items
                                                                      Control10..1*
                                                                      TypeBackboneElement
                                                                      Is Modifierfalse
                                                                      Must Supporttrue
                                                                      Summaryfalse
                                                                      Requirements

                                                                      Reports can consist of complex nested groups.

                                                                      Invariantsele-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).

                                                                      ShortExtensions 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.

                                                                      Control0..*
                                                                      TypeExtension
                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                      Summarytrue
                                                                      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 Namesextensions, user content, modifiers
                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                      ShortPointer to specific item from Questionnaire
                                                                      Control1..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summaryfalse
                                                                      Requirements

                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                      Pattern Value4.4.6.1
                                                                      Invariantsele-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.

                                                                      ShortName for group or question text
                                                                      Control0..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summaryfalse
                                                                      Requirements

                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                      Pattern Valuediagnosis.imageStudy.imgNonDicom.imgNonDicom|非DICOM影像
                                                                      Invariantsele-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.

                                                                      ShortThe response(s) to the question
                                                                      Comments

                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                      Control10..1*
                                                                      TypeBackboneElement
                                                                      Is Modifierfalse
                                                                      Must Supporttrue
                                                                      Summaryfalse
                                                                      Invariantsele-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).

                                                                      ShortExtensions 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.

                                                                      Control0..*
                                                                      TypeExtension
                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                      Summarytrue
                                                                      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 Namesextensions, user content, modifiers
                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                      ShortSingle-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.

                                                                      Control10..1
                                                                      BindingFor 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.

                                                                      Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summaryfalse
                                                                      Requirements

                                                                      Ability to retain a single-valued answer to a question.

                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      SlicingThis 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:
                                                                      • type @ $this
                                                                      • 600. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x]:valueString
                                                                        Slice NamevalueString
                                                                        Definition

                                                                        The answer (or one of the answers) provided by the respondent to the question.

                                                                        ShortSingle-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.

                                                                        Control10..1
                                                                        BindingFor 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.

                                                                        Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                        Is Modifierfalse
                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                        Must Supporttrue
                                                                        Summaryfalse
                                                                        Requirements

                                                                        Ability to retain a single-valued answer to a question.

                                                                        Invariantsele-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 NameimgNonDicomMimeType
                                                                        Definition

                                                                        Questions or sub-groups nested beneath a question or group.

                                                                        ShortNested questionnaire response items
                                                                        Control10..1*
                                                                        TypeBackboneElement
                                                                        Is Modifierfalse
                                                                        Must Supporttrue
                                                                        Summaryfalse
                                                                        Requirements

                                                                        Reports can consist of complex nested groups.

                                                                        Invariantsele-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).

                                                                        ShortExtensions 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.

                                                                        Control0..*
                                                                        TypeExtension
                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                        Summarytrue
                                                                        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 Namesextensions, user content, modifiers
                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                        ShortPointer to specific item from Questionnaire
                                                                        Control1..1
                                                                        Typestring
                                                                        Is Modifierfalse
                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                        Summaryfalse
                                                                        Requirements

                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                        Pattern Value4.4.6.2
                                                                        Invariantsele-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.

                                                                        ShortName for group or question text
                                                                        Control0..1
                                                                        Typestring
                                                                        Is Modifierfalse
                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                        Summaryfalse
                                                                        Requirements

                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                        Pattern Valuediagnosis.imageStudy.imgNonDicom.imgNonDicomMimeType|非DICOM影像MimeType
                                                                        Invariantsele-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.

                                                                        ShortThe response(s) to the question
                                                                        Comments

                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                        Control10..1*
                                                                        TypeBackboneElement
                                                                        Is Modifierfalse
                                                                        Must Supporttrue
                                                                        Summaryfalse
                                                                        Invariantsele-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).

                                                                        ShortExtensions 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.

                                                                        Control0..*
                                                                        TypeExtension
                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                        Summarytrue
                                                                        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 Namesextensions, user content, modifiers
                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                        ShortSingle-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.

                                                                        Control10..1
                                                                        BindingFor 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.

                                                                        TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                        Is Modifierfalse
                                                                        Summaryfalse
                                                                        Requirements

                                                                        Ability to retain a single-valued answer to a question.

                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        SlicingThis 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:
                                                                        • type @ $this
                                                                        • 616. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x]:valueCoding
                                                                          Slice NamevalueCoding
                                                                          Definition

                                                                          The answer (or one of the answers) provided by the respondent to the question.

                                                                          ShortSingle-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.

                                                                          Control10..1
                                                                          BindingThe 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)
                                                                          TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                          Is Modifierfalse
                                                                          Must Supporttrue
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Ability to retain a single-valued answer to a question.

                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          618. QuestionnaireResponse.item:ci
                                                                          Slice Nameci
                                                                          Definition

                                                                          A group or question item from the original questionnaire for which answers are provided.

                                                                          ShortGroups 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).

                                                                          Control10..1*
                                                                          TypeBackboneElement
                                                                          Is Modifierfalse
                                                                          Must Supporttrue
                                                                          Summaryfalse
                                                                          Invariantsele-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).

                                                                          ShortExtensions 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.

                                                                          Control0..*
                                                                          TypeExtension
                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                          Summarytrue
                                                                          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 Namesextensions, user content, modifiers
                                                                          Invariantsele-1: All FHIR elements must have a @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
                                                                          Control1..1
                                                                          Typestring
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                          Pattern Value5
                                                                          Invariantsele-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.

                                                                          ShortName for group or question text
                                                                          Control0..1
                                                                          Typestring
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                          Pattern Valueci|重大傷病
                                                                          Invariantsele-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.

                                                                          ShortThe response(s) to the question
                                                                          Comments

                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                          Control10..1*
                                                                          TypeBackboneElement
                                                                          Is Modifierfalse
                                                                          Must Supporttrue
                                                                          Summaryfalse
                                                                          Invariantsele-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).

                                                                          ShortExtensions 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.

                                                                          Control0..*
                                                                          TypeExtension
                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                          Summarytrue
                                                                          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 Namesextensions, user content, modifiers
                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                          ShortSingle-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.

                                                                          Control0..1
                                                                          BindingFor 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.

                                                                          TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Ability to retain a single-valued answer to a question.

                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          SlicingThis 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:
                                                                          • type @ $this
                                                                          • 632. QuestionnaireResponse.item:ci.answer.value[x]:valueReference
                                                                            Slice NamevalueReference
                                                                            Definition

                                                                            The answer (or one of the answers) provided by the respondent to the question.

                                                                            ShortSingle-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.

                                                                            Control0..1
                                                                            TypeReference(重大傷病-Condition TWCI, Resource), date, dateTime, boolean, string, Coding, Quantity, Attachment, integer, time, decimal, uri
                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Ability to retain a single-valued answer to a question.

                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            634. QuestionnaireResponse.item:cancerStage
                                                                            Slice NamecancerStage
                                                                            Definition

                                                                            A group or question item from the original questionnaire for which answers are provided.

                                                                            ShortGroups 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).

                                                                            Control10..1*
                                                                            TypeBackboneElement
                                                                            Is Modifierfalse
                                                                            Must Supporttrue
                                                                            Summaryfalse
                                                                            Invariantsele-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).

                                                                            ShortExtensions 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.

                                                                            Control0..*
                                                                            TypeExtension
                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                            Summarytrue
                                                                            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 Namesextensions, user content, modifiers
                                                                            Invariantsele-1: All FHIR elements must have a @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
                                                                            Control1..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                            Pattern Value6
                                                                            Invariantsele-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.

                                                                            ShortName for group or question text
                                                                            Control0..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                                            Pattern ValuecancerStage|癌症期別
                                                                            Invariantsele-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.

                                                                            ShortNested questionnaire response items
                                                                            Control10..*
                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Requirements

                                                                            Reports can consist of complex nested groups.

                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                            • value @ linkId
                                                                            • 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).

                                                                              ShortExtensions 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.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                              Summarytrue
                                                                              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 Namesextensions, user content, modifiers
                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                              ShortPointer to specific item from Questionnaire
                                                                              Control1..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              648. QuestionnaireResponse.item:cancerStage.item:cancerStage
                                                                              Slice NamecancerStage
                                                                              Definition

                                                                              Questions or sub-groups nested beneath a question or group.

                                                                              ShortNested questionnaire response items
                                                                              Control10..1*
                                                                              TypeBackboneElement
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Reports can consist of complex nested groups.

                                                                              Invariantsele-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).

                                                                              ShortExtensions 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.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                              Summarytrue
                                                                              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 Namesextensions, user content, modifiers
                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                              ShortPointer to specific item from Questionnaire
                                                                              Control1..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                              Pattern Value6.1
                                                                              Invariantsele-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.

                                                                              ShortName for group or question text
                                                                              Control0..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                              Pattern ValuecancerStage.cancerStage|癌症期別,醫院自行填入癌症期別(1~4),若為不適用者填9(不適用)。
                                                                              Invariantsele-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.

                                                                              ShortThe response(s) to the question
                                                                              Comments

                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                              Control10..1*
                                                                              TypeBackboneElement
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Summaryfalse
                                                                              Invariantsele-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).

                                                                              ShortExtensions 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.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                              Summarytrue
                                                                              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 Namesextensions, user content, modifiers
                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                              ShortSingle-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.

                                                                              Control10..1
                                                                              BindingFor 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.

                                                                              TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Ability to retain a single-valued answer to a question.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              SlicingThis 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:
                                                                              • type @ $this
                                                                              • 662. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x]:valueCoding
                                                                                Slice NamevalueCoding
                                                                                Definition

                                                                                The answer (or one of the answers) provided by the respondent to the question.

                                                                                ShortSingle-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.

                                                                                Control10..1
                                                                                BindingThe 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)
                                                                                TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Summaryfalse
                                                                                Requirements

                                                                                Ability to retain a single-valued answer to a question.

                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                664. QuestionnaireResponse.item:cancerStage.item:assessScore
                                                                                Slice NameassessScore
                                                                                Definition

                                                                                Questions or sub-groups nested beneath a question or group.

                                                                                ShortNested questionnaire response items
                                                                                Control0..1*
                                                                                TypeBackboneElement
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Summaryfalse
                                                                                Requirements

                                                                                Reports can consist of complex nested groups.

                                                                                Invariantsele-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).

                                                                                ShortExtensions 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.

                                                                                Control0..*
                                                                                TypeExtension
                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                Summarytrue
                                                                                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 Namesextensions, user content, modifiers
                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                ShortPointer to specific item from Questionnaire
                                                                                Control1..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Summaryfalse
                                                                                Requirements

                                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                Pattern Value6.2
                                                                                Invariantsele-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.

                                                                                ShortName for group or question text
                                                                                Control0..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Summaryfalse
                                                                                Requirements

                                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                                Pattern ValuecancerStage.assessScore|癌症分期分數或結果
                                                                                Invariantsele-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.

                                                                                ShortThe response(s) to the question
                                                                                Comments

                                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                                Control10..1*
                                                                                TypeBackboneElement
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Summaryfalse
                                                                                Invariantsele-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).

                                                                                ShortExtensions 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.

                                                                                Control0..*
                                                                                TypeExtension
                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                Summarytrue
                                                                                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 Namesextensions, user content, modifiers
                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                ShortSingle-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.

                                                                                Control10..1
                                                                                BindingFor 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.

                                                                                Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Summaryfalse
                                                                                Requirements

                                                                                Ability to retain a single-valued answer to a question.

                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                SlicingThis 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:
                                                                                • type @ $this
                                                                                • 678. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x]:valueString
                                                                                  Slice NamevalueString
                                                                                  Definition

                                                                                  The answer (or one of the answers) provided by the respondent to the question.

                                                                                  ShortSingle-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.

                                                                                  Control10..1
                                                                                  BindingFor 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.

                                                                                  Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Must Supporttrue
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Ability to retain a single-valued answer to a question.

                                                                                  Invariantsele-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 NameassessDate
                                                                                  Definition

                                                                                  Questions or sub-groups nested beneath a question or group.

                                                                                  ShortNested questionnaire response items
                                                                                  Control0..1*
                                                                                  TypeBackboneElement
                                                                                  Is Modifierfalse
                                                                                  Must Supporttrue
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Reports can consist of complex nested groups.

                                                                                  Invariantsele-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).

                                                                                  ShortExtensions 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.

                                                                                  Control0..*
                                                                                  TypeExtension
                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                  Summarytrue
                                                                                  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 Namesextensions, user content, modifiers
                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                  ShortPointer to specific item from Questionnaire
                                                                                  Control1..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                  Pattern Value6.3
                                                                                  Invariantsele-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.

                                                                                  ShortName for group or question text
                                                                                  Control0..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                  Pattern ValuecancerStage.assessDate|癌症分期量表評估日期,YYYY-MM-DD,西元年月日,民國前為負數。
                                                                                  Invariantsele-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.

                                                                                  ShortThe response(s) to the question
                                                                                  Comments

                                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                                  Control10..1*
                                                                                  TypeBackboneElement
                                                                                  Is Modifierfalse
                                                                                  Must Supporttrue
                                                                                  Summaryfalse
                                                                                  Invariantsele-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).

                                                                                  ShortExtensions 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.

                                                                                  Control0..*
                                                                                  TypeExtension
                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                  Summarytrue
                                                                                  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 Namesextensions, user content, modifiers
                                                                                  Invariantsele-1: All FHIR elements must have a @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 Nameillness
                                                                                  Definition

                                                                                  A group or question item from the original questionnaire for which answers are provided.

                                                                                  ShortGroups 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).

                                                                                  Control10..1*
                                                                                  TypeBackboneElement
                                                                                  Is Modifierfalse
                                                                                  Must Supporttrue
                                                                                  Summaryfalse
                                                                                  Invariantsele-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).

                                                                                  ShortExtensions 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.

                                                                                  Control0..*
                                                                                  TypeExtension
                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                  Summarytrue
                                                                                  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 Namesextensions, user content, modifiers
                                                                                  Invariantsele-1: All FHIR elements must have a @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
                                                                                  Control1..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                  Pattern Value7
                                                                                  Invariantsele-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.

                                                                                  ShortName for group or question text
                                                                                  Control0..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                  Pattern Valueillness|惡性腫瘤重大傷病換發評估表
                                                                                  Invariantsele-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.

                                                                                  ShortNested questionnaire response items
                                                                                  Control0..*
                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Requirements

                                                                                  Reports can consist of complex nested groups.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                  • value @ linkId
                                                                                  • 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).

                                                                                    ShortExtensions 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.

                                                                                    Control0..*
                                                                                    TypeExtension
                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                    Summarytrue
                                                                                    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 Namesextensions, user content, modifiers
                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                    ShortPointer to specific item from Questionnaire
                                                                                    Control1..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summaryfalse
                                                                                    Requirements

                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    706. QuestionnaireResponse.item:illness.item:oriCancerCode
                                                                                    Slice NameoriCancerCode
                                                                                    Definition

                                                                                    Questions or sub-groups nested beneath a question or group.

                                                                                    ShortNested questionnaire response items
                                                                                    Control0..1*
                                                                                    TypeBackboneElement
                                                                                    Is Modifierfalse
                                                                                    Must Supporttrue
                                                                                    Summaryfalse
                                                                                    Requirements

                                                                                    Reports can consist of complex nested groups.

                                                                                    Invariantsele-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).

                                                                                    ShortExtensions 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.

                                                                                    Control0..*
                                                                                    TypeExtension
                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                    Summarytrue
                                                                                    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 Namesextensions, user content, modifiers
                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                    ShortPointer to specific item from Questionnaire
                                                                                    Control1..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summaryfalse
                                                                                    Requirements

                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                    Pattern Value7.1
                                                                                    Invariantsele-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.

                                                                                    ShortName for group or question text
                                                                                    Control0..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summaryfalse
                                                                                    Requirements

                                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                                    Pattern Valueillness.oriCancerCode|原發癌症診斷碼,最長為7碼。
                                                                                    Invariantsele-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.

                                                                                    ShortThe response(s) to the question
                                                                                    Comments

                                                                                    The value is nested because we cannot have a repeating structure that has variable type.

                                                                                    Control10..1*
                                                                                    TypeBackboneElement
                                                                                    Is Modifierfalse
                                                                                    Must Supporttrue
                                                                                    Summaryfalse
                                                                                    Invariantsele-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).

                                                                                    ShortExtensions 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.

                                                                                    Control0..*
                                                                                    TypeExtension
                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                    Summarytrue
                                                                                    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 Namesextensions, user content, modifiers
                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                    ShortSingle-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.

                                                                                    Control10..1
                                                                                    BindingFor 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.

                                                                                    TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                    Is Modifierfalse
                                                                                    Summaryfalse
                                                                                    Requirements

                                                                                    Ability to retain a single-valued answer to a question.

                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    SlicingThis 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:
                                                                                    • type @ $this
                                                                                    • 720. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x]:valueCoding
                                                                                      Slice NamevalueCoding
                                                                                      Definition

                                                                                      The answer (or one of the answers) provided by the respondent to the question.

                                                                                      ShortSingle-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.

                                                                                      Control10..1
                                                                                      BindingThe 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)
                                                                                      TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      Ability to retain a single-valued answer to a question.

                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      722. QuestionnaireResponse.item:illness.item:oriCancerDxDate
                                                                                      Slice NameoriCancerDxDate
                                                                                      Definition

                                                                                      Questions or sub-groups nested beneath a question or group.

                                                                                      ShortNested questionnaire response items
                                                                                      Control0..1*
                                                                                      TypeBackboneElement
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      Reports can consist of complex nested groups.

                                                                                      Invariantsele-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).

                                                                                      ShortExtensions 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.

                                                                                      Control0..*
                                                                                      TypeExtension
                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                      Summarytrue
                                                                                      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 Namesextensions, user content, modifiers
                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                      ShortPointer to specific item from Questionnaire
                                                                                      Control1..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                      Pattern Value7.2
                                                                                      Invariantsele-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.

                                                                                      ShortName for group or question text
                                                                                      Control0..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                      Pattern Valueillness.oriCancerDxDate|癌症最初診斷日期,西元年月日;不得大於系統日。
                                                                                      Invariantsele-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.

                                                                                      ShortThe response(s) to the question
                                                                                      Comments

                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                      Control10..1*
                                                                                      TypeBackboneElement
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Summaryfalse
                                                                                      Invariantsele-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).

                                                                                      ShortExtensions 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.

                                                                                      Control0..*
                                                                                      TypeExtension
                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                      Summarytrue
                                                                                      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 Namesextensions, user content, modifiers
                                                                                      Invariantsele-1: All FHIR elements must have a @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 NameoriCancerAjcc
                                                                                      Definition

                                                                                      Questions or sub-groups nested beneath a question or group.

                                                                                      ShortNested questionnaire response items
                                                                                      Control0..1*
                                                                                      TypeBackboneElement
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      Reports can consist of complex nested groups.

                                                                                      Invariantsele-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).

                                                                                      ShortExtensions 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.

                                                                                      Control0..*
                                                                                      TypeExtension
                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                      Summarytrue
                                                                                      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 Namesextensions, user content, modifiers
                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                      ShortPointer to specific item from Questionnaire
                                                                                      Control1..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                      Pattern Value7.3
                                                                                      Invariantsele-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.

                                                                                      ShortName for group or question text
                                                                                      Control0..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                      Pattern Valueillness.oriCancerAjcc|癌症最初診斷AJCC分期(病理分期或未接受治療前的臨床分期),依期別填入;若不是用此分類而用其他分類,則填寫9。
                                                                                      Invariantsele-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.

                                                                                      ShortThe response(s) to the question
                                                                                      Comments

                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                      Control10..1*
                                                                                      TypeBackboneElement
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Summaryfalse
                                                                                      Invariantsele-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).

                                                                                      ShortExtensions 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.

                                                                                      Control0..*
                                                                                      TypeExtension
                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                      Summarytrue
                                                                                      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 Namesextensions, user content, modifiers
                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                      ShortSingle-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.

                                                                                      Control10..1
                                                                                      BindingFor 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.

                                                                                      TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                      Is Modifierfalse
                                                                                      Summaryfalse
                                                                                      Requirements

                                                                                      Ability to retain a single-valued answer to a question.

                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      SlicingThis 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:
                                                                                      • type @ $this
                                                                                      • 748. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x]:valueCoding
                                                                                        Slice NamevalueCoding
                                                                                        Definition

                                                                                        The answer (or one of the answers) provided by the respondent to the question.

                                                                                        ShortSingle-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.

                                                                                        Control10..1
                                                                                        BindingThe 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)
                                                                                        TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                        Is Modifierfalse
                                                                                        Must Supporttrue
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        Ability to retain a single-valued answer to a question.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        750. QuestionnaireResponse.item:illness.item:oriCancerAjcc1
                                                                                        Slice NameoriCancerAjcc1
                                                                                        Definition

                                                                                        Questions or sub-groups nested beneath a question or group.

                                                                                        ShortNested questionnaire response items
                                                                                        Control0..1*
                                                                                        TypeBackboneElement
                                                                                        Is Modifierfalse
                                                                                        Must Supporttrue
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        Reports can consist of complex nested groups.

                                                                                        Invariantsele-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).

                                                                                        ShortExtensions 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.

                                                                                        Control0..*
                                                                                        TypeExtension
                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                        Summarytrue
                                                                                        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 Namesextensions, user content, modifiers
                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                        ShortPointer to specific item from Questionnaire
                                                                                        Control1..1
                                                                                        Typestring
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                        Pattern Value7.4
                                                                                        Invariantsele-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.

                                                                                        ShortName for group or question text
                                                                                        Control0..1
                                                                                        Typestring
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                                        Pattern Valueillness.oriCancerAjcc1|癌症最初診斷AJCC分期_補充說明欄位,若前述欄位為9,則請於此欄位描述其他系統之其他分期為何。
                                                                                        Invariantsele-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.

                                                                                        ShortThe response(s) to the question
                                                                                        Comments

                                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                                        Control10..1*
                                                                                        TypeBackboneElement
                                                                                        Is Modifierfalse
                                                                                        Must Supporttrue
                                                                                        Summaryfalse
                                                                                        Invariantsele-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).

                                                                                        ShortExtensions 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.

                                                                                        Control0..*
                                                                                        TypeExtension
                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                        Summarytrue
                                                                                        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 Namesextensions, user content, modifiers
                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                        ShortSingle-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.

                                                                                        Control10..1
                                                                                        BindingFor 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.

                                                                                        Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summaryfalse
                                                                                        Requirements

                                                                                        Ability to retain a single-valued answer to a question.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        SlicingThis 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:
                                                                                        • type @ $this
                                                                                        • 764. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x]:valueString
                                                                                          Slice NamevalueString
                                                                                          Definition

                                                                                          The answer (or one of the answers) provided by the respondent to the question.

                                                                                          ShortSingle-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.

                                                                                          Control10..1
                                                                                          BindingFor 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.

                                                                                          Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Must Supporttrue
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Ability to retain a single-valued answer to a question.

                                                                                          Invariantsele-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 NamecancerStatus
                                                                                          Definition

                                                                                          Questions or sub-groups nested beneath a question or group.

                                                                                          ShortNested questionnaire response items
                                                                                          Control0..1*
                                                                                          TypeBackboneElement
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Reports can consist of complex nested groups.

                                                                                          Invariantsele-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).

                                                                                          ShortExtensions 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.

                                                                                          Control0..*
                                                                                          TypeExtension
                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                          Summarytrue
                                                                                          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 Namesextensions, user content, modifiers
                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                          ShortPointer to specific item from Questionnaire
                                                                                          Control1..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                          Pattern Value7.5
                                                                                          Invariantsele-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.

                                                                                          ShortName for group or question text
                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                          Pattern Valueillness.cancerStatus|目前癌症狀態
                                                                                          Invariantsele-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.

                                                                                          ShortThe response(s) to the question
                                                                                          Comments

                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                          Control10..1*
                                                                                          TypeBackboneElement
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Summaryfalse
                                                                                          Invariantsele-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).

                                                                                          ShortExtensions 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.

                                                                                          Control0..*
                                                                                          TypeExtension
                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                          Summarytrue
                                                                                          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 Namesextensions, user content, modifiers
                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                          ShortSingle-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.

                                                                                          Control10..1
                                                                                          BindingFor 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.

                                                                                          TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                          Is Modifierfalse
                                                                                          Summaryfalse
                                                                                          Requirements

                                                                                          Ability to retain a single-valued answer to a question.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          SlicingThis 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:
                                                                                          • type @ $this
                                                                                          • 780. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x]:valueCoding
                                                                                            Slice NamevalueCoding
                                                                                            Definition

                                                                                            The answer (or one of the answers) provided by the respondent to the question.

                                                                                            ShortSingle-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.

                                                                                            Control10..1
                                                                                            BindingThe 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)
                                                                                            TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                            Is Modifierfalse
                                                                                            Must Supporttrue
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            Ability to retain a single-valued answer to a question.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            782. QuestionnaireResponse.item:illness.item:cancerTreatment
                                                                                            Slice NamecancerTreatment
                                                                                            Definition

                                                                                            Questions or sub-groups nested beneath a question or group.

                                                                                            ShortNested questionnaire response items
                                                                                            Control0..1*
                                                                                            TypeBackboneElement
                                                                                            Is Modifierfalse
                                                                                            Must Supporttrue
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            Reports can consist of complex nested groups.

                                                                                            Invariantsele-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).

                                                                                            ShortExtensions 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.

                                                                                            Control0..*
                                                                                            TypeExtension
                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                            Summarytrue
                                                                                            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 Namesextensions, user content, modifiers
                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                            ShortPointer to specific item from Questionnaire
                                                                                            Control1..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                            Pattern Value7.6
                                                                                            Invariantsele-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.

                                                                                            ShortName for group or question text
                                                                                            Control0..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                                                            Pattern Valueillness.cancerTreatment|後續治療評估,可複選。
                                                                                            Invariantsele-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.

                                                                                            ShortThe response(s) to the question
                                                                                            Comments

                                                                                            The value is nested because we cannot have a repeating structure that has variable type.

                                                                                            Control10..*
                                                                                            TypeBackboneElement
                                                                                            Is Modifierfalse
                                                                                            Must Supporttrue
                                                                                            Summaryfalse
                                                                                            Invariantsele-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).

                                                                                            ShortExtensions 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.

                                                                                            Control0..*
                                                                                            TypeExtension
                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                            Summarytrue
                                                                                            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 Namesextensions, user content, modifiers
                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                            ShortSingle-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.

                                                                                            Control10..1
                                                                                            BindingFor 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.

                                                                                            TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                            Is Modifierfalse
                                                                                            Summaryfalse
                                                                                            Requirements

                                                                                            Ability to retain a single-valued answer to a question.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            SlicingThis 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:
                                                                                            • type @ $this
                                                                                            • 796. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x]:valueCoding
                                                                                              Slice NamevalueCoding
                                                                                              Definition

                                                                                              The answer (or one of the answers) provided by the respondent to the question.

                                                                                              ShortSingle-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.

                                                                                              Control10..1
                                                                                              BindingThe 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)
                                                                                              TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              Ability to retain a single-valued answer to a question.

                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              798. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan
                                                                                              Slice NamecancerTreatmentPlan
                                                                                              Definition

                                                                                              Questions or sub-groups nested beneath a question or group.

                                                                                              ShortNested questionnaire response items
                                                                                              Control0..1*
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              Reports can consist of complex nested groups.

                                                                                              Invariantsele-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).

                                                                                              ShortExtensions 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.

                                                                                              Control0..*
                                                                                              TypeExtension
                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                              Summarytrue
                                                                                              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 Namesextensions, user content, modifiers
                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                              ShortPointer to specific item from Questionnaire
                                                                                              Control1..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                              Pattern Value7.7
                                                                                              Invariantsele-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.

                                                                                              ShortName for group or question text
                                                                                              Control0..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                              Pattern Valueillness.cancerTreatmentPlan|後續治療計劃,可複選。
                                                                                              Invariantsele-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.

                                                                                              ShortThe response(s) to the question
                                                                                              Comments

                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                              Control10..*
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Summaryfalse
                                                                                              Invariantsele-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).

                                                                                              ShortExtensions 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.

                                                                                              Control0..*
                                                                                              TypeExtension
                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                              Summarytrue
                                                                                              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 Namesextensions, user content, modifiers
                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                              ShortSingle-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.

                                                                                              Control10..1
                                                                                              BindingFor 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.

                                                                                              TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                              Is Modifierfalse
                                                                                              Summaryfalse
                                                                                              Requirements

                                                                                              Ability to retain a single-valued answer to a question.

                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              SlicingThis 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:
                                                                                              • type @ $this
                                                                                              • 812. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x]:valueCoding
                                                                                                Slice NamevalueCoding
                                                                                                Definition

                                                                                                The answer (or one of the answers) provided by the respondent to the question.

                                                                                                ShortSingle-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.

                                                                                                Control10..1
                                                                                                BindingThe 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)
                                                                                                TypeCoding, date, dateTime, boolean, string, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                Is Modifierfalse
                                                                                                Must Supporttrue
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                814. QuestionnaireResponse.item:illness.item:cancerTreatmentText
                                                                                                Slice NamecancerTreatmentText
                                                                                                Definition

                                                                                                Questions or sub-groups nested beneath a question or group.

                                                                                                ShortNested questionnaire response items
                                                                                                Control0..1*
                                                                                                TypeBackboneElement
                                                                                                Is Modifierfalse
                                                                                                Must Supporttrue
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                Reports can consist of complex nested groups.

                                                                                                Invariantsele-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).

                                                                                                ShortExtensions 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.

                                                                                                Control0..*
                                                                                                TypeExtension
                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                Summarytrue
                                                                                                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 Namesextensions, user content, modifiers
                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                ShortPointer to specific item from Questionnaire
                                                                                                Control1..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                Pattern Value7.8
                                                                                                Invariantsele-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.

                                                                                                ShortName for group or question text
                                                                                                Control0..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                Pattern Valueillness.cancerTreatmentText|補充說明。
                                                                                                Invariantsele-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.

                                                                                                ShortThe response(s) to the question
                                                                                                Comments

                                                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                Control10..1*
                                                                                                TypeBackboneElement
                                                                                                Is Modifierfalse
                                                                                                Must Supporttrue
                                                                                                Summaryfalse
                                                                                                Invariantsele-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).

                                                                                                ShortExtensions 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.

                                                                                                Control0..*
                                                                                                TypeExtension
                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                Summarytrue
                                                                                                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 Namesextensions, user content, modifiers
                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                ShortSingle-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.

                                                                                                Control10..1
                                                                                                BindingFor 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.

                                                                                                Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Summaryfalse
                                                                                                Requirements

                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                SlicingThis 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:
                                                                                                • type @ $this
                                                                                                • 828. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x]:valueString
                                                                                                  Slice NamevalueString
                                                                                                  Definition

                                                                                                  The answer (or one of the answers) provided by the respondent to the question.

                                                                                                  ShortSingle-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.

                                                                                                  Control10..1
                                                                                                  BindingFor 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.

                                                                                                  Typestring, date, dateTime, boolean, Coding, Reference(Resource), Quantity, Attachment, integer, time, decimal, uri
                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Must Supporttrue
                                                                                                  Summaryfalse
                                                                                                  Requirements

                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                  Invariantsele-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
                                                                                                  Control1..?
                                                                                                  Typecanonical(重大傷病申請書-Questionnaire TWCI)
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Must Supporttrue
                                                                                                  Pattern Valuehttps://nhicore.nhi.gov.tw/ci/Questionnaire/apply-catastrophic-illness
                                                                                                  4. QuestionnaireResponse.status
                                                                                                  Pattern Valuecompleted
                                                                                                  6. QuestionnaireResponse.item
                                                                                                  Control7..?
                                                                                                  Must Supporttrue
                                                                                                  SlicingThis element introduces a set of slices on QuestionnaireResponse.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                  • value @ linkId
                                                                                                  • 8. QuestionnaireResponse.item.linkId
                                                                                                    Short問卷題目編號
                                                                                                    10. QuestionnaireResponse.item:hosp
                                                                                                    Slice Namehosp
                                                                                                    Control1..1
                                                                                                    Must Supporttrue
                                                                                                    12. QuestionnaireResponse.item:hosp.linkId
                                                                                                    Pattern Value1
                                                                                                    14. QuestionnaireResponse.item:hosp.text
                                                                                                    Pattern Valuehosp|院所資訊
                                                                                                    16. QuestionnaireResponse.item:hosp.item
                                                                                                    Control5..7
                                                                                                    SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                    • value @ linkId
                                                                                                    • 18. QuestionnaireResponse.item:hosp.item:applMode
                                                                                                      Slice NameapplMode
                                                                                                      Control1..1
                                                                                                      TypeBackboneElement
                                                                                                      Must Supporttrue
                                                                                                      20. QuestionnaireResponse.item:hosp.item:applMode.linkId
                                                                                                      Pattern Value1.1
                                                                                                      22. QuestionnaireResponse.item:hosp.item:applMode.text
                                                                                                      Pattern Valuehosp.applMode|申報方式
                                                                                                      24. QuestionnaireResponse.item:hosp.item:applMode.answer
                                                                                                      Control1..1
                                                                                                      Must Supporttrue
                                                                                                      26. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x]
                                                                                                      Control1..?
                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                      SlicingThis 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:
                                                                                                      • type @ $this
                                                                                                      • 28. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x]:valueCoding
                                                                                                        Slice NamevalueCoding
                                                                                                        Control1..1
                                                                                                        BindingThe codes SHALL be taken from NHI-健保重大傷病-申報方式值集
                                                                                                        (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-mode)
                                                                                                        TypeCoding
                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                        Must Supporttrue
                                                                                                        Pattern Value{
                                                                                                          "system" : "https://nhicore.nhi.gov.tw/ci/CodeSystem/nhi-apply-mode",
                                                                                                          "code" : "2"
                                                                                                        }
                                                                                                        30. QuestionnaireResponse.item:hosp.item:applType
                                                                                                        Slice NameapplType
                                                                                                        Control1..1
                                                                                                        TypeBackboneElement
                                                                                                        Must Supporttrue
                                                                                                        32. QuestionnaireResponse.item:hosp.item:applType.linkId
                                                                                                        Pattern Value1.2
                                                                                                        34. QuestionnaireResponse.item:hosp.item:applType.text
                                                                                                        Pattern Valuehosp.applType|申報類別
                                                                                                        36. QuestionnaireResponse.item:hosp.item:applType.answer
                                                                                                        Control1..1
                                                                                                        Must Supporttrue
                                                                                                        38. QuestionnaireResponse.item:hosp.item:applType.answer.value[x]
                                                                                                        Control1..?
                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                        SlicingThis 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:
                                                                                                        • type @ $this
                                                                                                        • 40. QuestionnaireResponse.item:hosp.item:applType.answer.value[x]:valueCoding
                                                                                                          Slice NamevalueCoding
                                                                                                          Control1..1
                                                                                                          BindingThe codes SHALL be taken from NHI-健保重大傷病-申報類別值集
                                                                                                          (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-type)
                                                                                                          TypeCoding
                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                          Must Supporttrue
                                                                                                          Pattern Value{
                                                                                                            "system" : "https://nhicore.nhi.gov.tw/ci/CodeSystem/nhi-apply-type",
                                                                                                            "code" : "1"
                                                                                                          }
                                                                                                          42. QuestionnaireResponse.item:hosp.item:applDate
                                                                                                          Slice NameapplDate
                                                                                                          Control1..1
                                                                                                          TypeBackboneElement
                                                                                                          Must Supporttrue
                                                                                                          44. QuestionnaireResponse.item:hosp.item:applDate.linkId
                                                                                                          Pattern Value1.3
                                                                                                          46. QuestionnaireResponse.item:hosp.item:applDate.text
                                                                                                          Pattern Valuehosp.applDate|申請日期
                                                                                                          48. QuestionnaireResponse.item:hosp.item:applDate.answer
                                                                                                          Control1..1
                                                                                                          Must Supporttrue
                                                                                                          50. QuestionnaireResponse.item:hosp.item:medCertBookDate
                                                                                                          Slice NamemedCertBookDate
                                                                                                          Control1..1
                                                                                                          TypeBackboneElement
                                                                                                          Must Supporttrue
                                                                                                          InvariantsmedCertBookDate: 開立診斷書申請日期,不可大於系統日,不可小於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 Value1.4
                                                                                                          54. QuestionnaireResponse.item:hosp.item:medCertBookDate.text
                                                                                                          Pattern Valuehosp.medCertBookDate|開立診斷書申請日期
                                                                                                          56. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer
                                                                                                          Control1..1
                                                                                                          Must Supporttrue
                                                                                                          58. QuestionnaireResponse.item:hosp.item:medCertBookDate.answer.value[x]
                                                                                                          Control1..?
                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                          60. QuestionnaireResponse.item:hosp.item:hospId
                                                                                                          Slice NamehospId
                                                                                                          Control1..1
                                                                                                          TypeBackboneElement
                                                                                                          Must Supporttrue
                                                                                                          62. QuestionnaireResponse.item:hosp.item:hospId.linkId
                                                                                                          Pattern Value1.5
                                                                                                          64. QuestionnaireResponse.item:hosp.item:hospId.text
                                                                                                          Pattern Valuehosp.hospId|醫事機構代碼
                                                                                                          66. QuestionnaireResponse.item:hosp.item:hospId.answer
                                                                                                          Control1..1
                                                                                                          Must Supporttrue
                                                                                                          68. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x]
                                                                                                          Control1..?
                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                          SlicingThis 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:
                                                                                                          • type @ $this
                                                                                                          • 70. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x]:valueCoding
                                                                                                            Slice NamevalueCoding
                                                                                                            Control1..1
                                                                                                            BindingThe codes SHALL be taken from NHI-健保重大傷病-特約醫事機構值集
                                                                                                            (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-organization)
                                                                                                            TypeCoding
                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                            72. QuestionnaireResponse.item:hosp.item:acptNo
                                                                                                            Slice NameacptNo
                                                                                                            Control0..1
                                                                                                            TypeBackboneElement
                                                                                                            Must Supporttrue
                                                                                                            74. QuestionnaireResponse.item:hosp.item:acptNo.linkId
                                                                                                            Pattern Value1.6
                                                                                                            76. QuestionnaireResponse.item:hosp.item:acptNo.text
                                                                                                            Pattern Valuehosp.acptNo|受理編號
                                                                                                            78. QuestionnaireResponse.item:hosp.item:acptNo.answer
                                                                                                            Control1..1
                                                                                                            Must Supporttrue
                                                                                                            80. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x]
                                                                                                            Control1..?
                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                            SlicingThis 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:
                                                                                                            • type @ $this
                                                                                                            • 82. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x]:valueString
                                                                                                              Slice NamevalueString
                                                                                                              Control1..1
                                                                                                              Typestring
                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              84. QuestionnaireResponse.item:hosp.item:acptNum
                                                                                                              Slice NameacptNum
                                                                                                              Control0..1
                                                                                                              TypeBackboneElement
                                                                                                              Must Supporttrue
                                                                                                              86. QuestionnaireResponse.item:hosp.item:acptNum.linkId
                                                                                                              Pattern Value1.7
                                                                                                              88. QuestionnaireResponse.item:hosp.item:acptNum.text
                                                                                                              Pattern Valuehosp.acptNum|受理次數
                                                                                                              90. QuestionnaireResponse.item:hosp.item:acptNum.answer
                                                                                                              Control1..1
                                                                                                              Must Supporttrue
                                                                                                              92. QuestionnaireResponse.item:patient
                                                                                                              Slice Namepatient
                                                                                                              Control1..1
                                                                                                              Must Supporttrue
                                                                                                              94. QuestionnaireResponse.item:patient.linkId
                                                                                                              Pattern Value2
                                                                                                              96. QuestionnaireResponse.item:patient.text
                                                                                                              Pattern Valuepatient|病人資訊
                                                                                                              98. QuestionnaireResponse.item:patient.answer
                                                                                                              Control1..1
                                                                                                              Must Supporttrue
                                                                                                              100. QuestionnaireResponse.item:patient.answer.value[x]
                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                              SlicingThis 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:
                                                                                                              • type @ $this
                                                                                                              • 102. QuestionnaireResponse.item:patient.answer.value[x]:valueReference
                                                                                                                Slice NamevalueReference
                                                                                                                Control0..1
                                                                                                                TypeReference(病人資訊-Patient TWCI)
                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                104. QuestionnaireResponse.item:doctor
                                                                                                                Slice Namedoctor
                                                                                                                Control1..1
                                                                                                                Must Supporttrue
                                                                                                                106. QuestionnaireResponse.item:doctor.linkId
                                                                                                                Pattern Value3
                                                                                                                108. QuestionnaireResponse.item:doctor.text
                                                                                                                Pattern Valuedoctor|醫師資訊
                                                                                                                110. QuestionnaireResponse.item:doctor.item
                                                                                                                Control1..?
                                                                                                                SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                • value @ linkId
                                                                                                                • 112. QuestionnaireResponse.item:doctor.item:diagPrsnId
                                                                                                                  Slice NamediagPrsnId
                                                                                                                  Control0..1
                                                                                                                  TypeBackboneElement
                                                                                                                  Must Supporttrue
                                                                                                                  114. QuestionnaireResponse.item:doctor.item:diagPrsnId.linkId
                                                                                                                  Pattern Value3.1
                                                                                                                  116. QuestionnaireResponse.item:doctor.item:diagPrsnId.text
                                                                                                                  Pattern Valuedoctor.diagPrsnId|醫師身分證號
                                                                                                                  118. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer
                                                                                                                  Control1..1
                                                                                                                  Must Supporttrue
                                                                                                                  120. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x]
                                                                                                                  Control1..?
                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                  SlicingThis 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:
                                                                                                                  • type @ $this
                                                                                                                  • 122. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x]:valueString
                                                                                                                    Slice NamevalueString
                                                                                                                    Control1..1
                                                                                                                    Typestring
                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Must Supporttrue
                                                                                                                    Invariantstxt-10: 長度不得超過10字 (length() <= 10)
                                                                                                                    124. QuestionnaireResponse.item:doctor.item:diagPrsnName
                                                                                                                    Slice NamediagPrsnName
                                                                                                                    Control1..1
                                                                                                                    TypeBackboneElement
                                                                                                                    Must Supporttrue
                                                                                                                    126. QuestionnaireResponse.item:doctor.item:diagPrsnName.linkId
                                                                                                                    Pattern Value3.2
                                                                                                                    128. QuestionnaireResponse.item:doctor.item:diagPrsnName.text
                                                                                                                    Pattern Valuedoctor.diagPrsnName|診斷醫師姓名
                                                                                                                    130. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer
                                                                                                                    Control1..1
                                                                                                                    Must Supporttrue
                                                                                                                    132. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x]
                                                                                                                    Control1..?
                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                    SlicingThis 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:
                                                                                                                    • type @ $this
                                                                                                                    • 134. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x]:valueString
                                                                                                                      Slice NamevalueString
                                                                                                                      Control1..1
                                                                                                                      Typestring
                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Must Supporttrue
                                                                                                                      Invariantstxt-12: 長度不得超過12字 (length() <= 12)
                                                                                                                      136. QuestionnaireResponse.item:diagnosis
                                                                                                                      Slice Namediagnosis
                                                                                                                      Control1..1
                                                                                                                      Must Supporttrue
                                                                                                                      138. QuestionnaireResponse.item:diagnosis.linkId
                                                                                                                      Pattern Value4
                                                                                                                      140. QuestionnaireResponse.item:diagnosis.text
                                                                                                                      Pattern Valuediagnosis|疾病資訊
                                                                                                                      142. QuestionnaireResponse.item:diagnosis.item
                                                                                                                      Control1..?
                                                                                                                      SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                      • value @ linkId
                                                                                                                      • 144. QuestionnaireResponse.item:diagnosis.item:icd10cmCode
                                                                                                                        Slice Nameicd10cmCode
                                                                                                                        Control1..1
                                                                                                                        TypeBackboneElement
                                                                                                                        Must Supporttrue
                                                                                                                        146. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.linkId
                                                                                                                        Pattern Value4.1
                                                                                                                        148. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.text
                                                                                                                        Pattern Valuediagnosis.icd10cmCode|主診斷代碼
                                                                                                                        150. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer
                                                                                                                        Control1..1
                                                                                                                        Must Supporttrue
                                                                                                                        152. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x]
                                                                                                                        Control1..?
                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                        SlicingThis 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:
                                                                                                                        • type @ $this
                                                                                                                        • 154. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x]:valueCoding
                                                                                                                          Slice NamevalueCoding
                                                                                                                          Control1..1
                                                                                                                          BindingThe codes SHALL be taken from NHI-健保重大傷病-ICD-CM-重大傷病診斷代碼值集
                                                                                                                          (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-diag-code-icd)
                                                                                                                          TypeCoding
                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                          Must Supporttrue
                                                                                                                          156. QuestionnaireResponse.item:diagnosis.item:examinationReport
                                                                                                                          Slice NameexaminationReport
                                                                                                                          Control0..*
                                                                                                                          TypeBackboneElement
                                                                                                                          Must Supporttrue
                                                                                                                          InvariantsspeType: 當報告類型(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 Value4.2
                                                                                                                          160. QuestionnaireResponse.item:diagnosis.item:examinationReport.text
                                                                                                                          Pattern Valuediagnosis.examinationReport|檢查報告
                                                                                                                          162. QuestionnaireResponse.item:diagnosis.item:examinationReport.item
                                                                                                                          SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                          • value @ linkId
                                                                                                                          • 164. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType
                                                                                                                            Slice NamereportType
                                                                                                                            Control0..1
                                                                                                                            TypeBackboneElement
                                                                                                                            Must Supporttrue
                                                                                                                            166. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.linkId
                                                                                                                            Pattern Value4.2.1
                                                                                                                            168. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.text
                                                                                                                            Pattern Valuediagnosis.examinationReport.reportType|報告類型。當LOINC無法具體描述檢體種類(例如:`47526-9`時),請填寫及補充說明檢體種類。
                                                                                                                            170. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer
                                                                                                                            Control1..1
                                                                                                                            Must Supporttrue
                                                                                                                            172. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x]
                                                                                                                            Control1..?
                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                            SlicingThis 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:
                                                                                                                            • type @ $this
                                                                                                                            • 174. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x]:valueCoding
                                                                                                                              Slice NamevalueCoding
                                                                                                                              Control1..1
                                                                                                                              BindingThe codes SHALL be taken from LOINC-健保重大傷病-報告類型值集
                                                                                                                              (required to https://nhicore.nhi.gov.tw/ci/ValueSet/loinc-report-type)
                                                                                                                              TypeCoding
                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                              Must Supporttrue
                                                                                                                              176. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType
                                                                                                                              Slice NamespeType
                                                                                                                              Control0..1
                                                                                                                              TypeBackboneElement
                                                                                                                              Must Supporttrue
                                                                                                                              178. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.linkId
                                                                                                                              Pattern Value4.2.2
                                                                                                                              180. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.text
                                                                                                                              Pattern Valuediagnosis.examinationReport.speType|檢體種類
                                                                                                                              182. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer
                                                                                                                              Control1..1
                                                                                                                              Must Supporttrue
                                                                                                                              184. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x]
                                                                                                                              Control1..?
                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                              SlicingThis 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:
                                                                                                                              • type @ $this
                                                                                                                              • 186. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x]:valueString
                                                                                                                                Slice NamevalueString
                                                                                                                                Control1..1
                                                                                                                                Typestring
                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Must Supporttrue
                                                                                                                                Invariantstxt-20: 長度不得超過20字 (length() <= 20)
                                                                                                                                188. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString
                                                                                                                                Slice NamereportResultString
                                                                                                                                Control0..1
                                                                                                                                TypeBackboneElement
                                                                                                                                Must Supporttrue
                                                                                                                                190. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.linkId
                                                                                                                                Pattern Value4.2.3
                                                                                                                                192. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.text
                                                                                                                                Pattern Valuediagnosis.examinationReport.reportResultString|報告結果-文數字
                                                                                                                                194. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer
                                                                                                                                Control1..1
                                                                                                                                Must Supporttrue
                                                                                                                                196. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x]
                                                                                                                                Control1..?
                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                SlicingThis 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:
                                                                                                                                • type @ $this
                                                                                                                                • 198. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x]:valueString
                                                                                                                                  Slice NamevalueString
                                                                                                                                  Control1..1
                                                                                                                                  Typestring
                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Must Supporttrue
                                                                                                                                  Invariantstxt-4000: 長度不得超過4000字 (length() <= 4000)
                                                                                                                                  200. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf
                                                                                                                                  Slice NamereportResultPdf
                                                                                                                                  Control0..1
                                                                                                                                  TypeBackboneElement
                                                                                                                                  Must Supporttrue
                                                                                                                                  202. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.linkId
                                                                                                                                  Pattern Value4.2.4
                                                                                                                                  204. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.text
                                                                                                                                  Pattern Valuediagnosis.examinationReport.reportResultPdf|檢查報告檔案,請填寫完整檔案路徑。填寫格式:「file://檔名.副檔名」。
                                                                                                                                  206. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer
                                                                                                                                  Control1..1
                                                                                                                                  Must Supporttrue
                                                                                                                                  208. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x]
                                                                                                                                  Control1..?
                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                  SlicingThis 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:
                                                                                                                                  • type @ $this
                                                                                                                                  • 210. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x]:valueString
                                                                                                                                    Slice NamevalueString
                                                                                                                                    Control1..1
                                                                                                                                    Typestring
                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Must Supporttrue
                                                                                                                                    Invariantstxt-50: 長度不得超過50字 (length() <= 50)
                                                                                                                                    212. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle
                                                                                                                                    Slice NamereportResultPdfTitle
                                                                                                                                    Control0..1
                                                                                                                                    TypeBackboneElement
                                                                                                                                    Must Supporttrue
                                                                                                                                    214. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.linkId
                                                                                                                                    Pattern Value4.2.5
                                                                                                                                    216. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.text
                                                                                                                                    Pattern Valuediagnosis.examinationReport.reportResultPdfTitle|檢查報告名稱
                                                                                                                                    218. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer
                                                                                                                                    Control1..1
                                                                                                                                    Must Supporttrue
                                                                                                                                    220. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x]
                                                                                                                                    Control1..?
                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                    SlicingThis 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:
                                                                                                                                    • type @ $this
                                                                                                                                    • 222. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x]:valueString
                                                                                                                                      Slice NamevalueString
                                                                                                                                      Control1..1
                                                                                                                                      Typestring
                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Must Supporttrue
                                                                                                                                      Invariantstxt-50: 長度不得超過50字 (length() <= 50)
                                                                                                                                      224. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate
                                                                                                                                      Slice NamereportDate
                                                                                                                                      Control0..1
                                                                                                                                      TypeBackboneElement
                                                                                                                                      Must Supporttrue
                                                                                                                                      226. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.linkId
                                                                                                                                      Pattern Value4.2.6
                                                                                                                                      228. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.text
                                                                                                                                      Pattern Valuediagnosis.examinationReport.reportDate|報告日期,YYYY-MM-DD。
                                                                                                                                      230. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportDate.answer
                                                                                                                                      Control1..1
                                                                                                                                      Must Supporttrue
                                                                                                                                      232. QuestionnaireResponse.item:diagnosis.item:medrec
                                                                                                                                      Slice Namemedrec
                                                                                                                                      Control0..*
                                                                                                                                      TypeBackboneElement
                                                                                                                                      Must Supporttrue
                                                                                                                                      234. QuestionnaireResponse.item:diagnosis.item:medrec.linkId
                                                                                                                                      Pattern Value4.3
                                                                                                                                      236. QuestionnaireResponse.item:diagnosis.item:medrec.text
                                                                                                                                      Pattern Valuediagnosis.medrec|病歷資料
                                                                                                                                      238. QuestionnaireResponse.item:diagnosis.item:medrec.item
                                                                                                                                      SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                      • value @ linkId
                                                                                                                                      • 240. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec
                                                                                                                                        Slice Namemedrec
                                                                                                                                        Control0..1
                                                                                                                                        TypeBackboneElement
                                                                                                                                        Must Supporttrue
                                                                                                                                        242. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.linkId
                                                                                                                                        Pattern Value4.3.1
                                                                                                                                        244. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.text
                                                                                                                                        Pattern Valuediagnosis.medrec.medrec|病歷資料
                                                                                                                                        246. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer
                                                                                                                                        Control1..1
                                                                                                                                        Must Supporttrue
                                                                                                                                        248. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x]
                                                                                                                                        Control1..?
                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                        SlicingThis 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:
                                                                                                                                        • type @ $this
                                                                                                                                        • 250. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x]:valueString
                                                                                                                                          Slice NamevalueString
                                                                                                                                          Control1..1
                                                                                                                                          Typestring
                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Must Supporttrue
                                                                                                                                          252. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle
                                                                                                                                          Slice NamemedrecTitle
                                                                                                                                          Control0..1
                                                                                                                                          TypeBackboneElement
                                                                                                                                          Must Supporttrue
                                                                                                                                          254. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.linkId
                                                                                                                                          Pattern Value4.3.2
                                                                                                                                          256. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.text
                                                                                                                                          Pattern Valuediagnosis.medrec.medrecTitle|病歷資料名稱
                                                                                                                                          258. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer
                                                                                                                                          Control1..1
                                                                                                                                          Must Supporttrue
                                                                                                                                          260. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x]
                                                                                                                                          Control1..?
                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                          SlicingThis 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:
                                                                                                                                          • type @ $this
                                                                                                                                          • 262. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x]:valueString
                                                                                                                                            Slice NamevalueString
                                                                                                                                            Control1..1
                                                                                                                                            Typestring
                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                            Must Supporttrue
                                                                                                                                            264. QuestionnaireResponse.item:diagnosis.item:imageStudy
                                                                                                                                            Slice NameimageStudy
                                                                                                                                            Control0..*
                                                                                                                                            TypeBackboneElement
                                                                                                                                            Must Supporttrue
                                                                                                                                            266. QuestionnaireResponse.item:diagnosis.item:imageStudy.linkId
                                                                                                                                            Pattern Value4.4
                                                                                                                                            268. QuestionnaireResponse.item:diagnosis.item:imageStudy.text
                                                                                                                                            Pattern Valuediagnosis.imageStudy|影像報告
                                                                                                                                            270. QuestionnaireResponse.item:diagnosis.item:imageStudy.item
                                                                                                                                            SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                            • value @ linkId
                                                                                                                                            • 272. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem
                                                                                                                                              Slice NameimgItem
                                                                                                                                              Control0..1
                                                                                                                                              TypeBackboneElement
                                                                                                                                              Must Supporttrue
                                                                                                                                              274. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.linkId
                                                                                                                                              Pattern Value4.4.1
                                                                                                                                              276. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.text
                                                                                                                                              Pattern Valuediagnosis.imageStudy.imgItem|影像報告
                                                                                                                                              278. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer
                                                                                                                                              280. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x]
                                                                                                                                              Control1..?
                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                              SlicingThis 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:
                                                                                                                                              • type @ $this
                                                                                                                                              • 282. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x]:valueCoding
                                                                                                                                                Slice NamevalueCoding
                                                                                                                                                Control1..1
                                                                                                                                                TypeCoding
                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                Must Supporttrue
                                                                                                                                                284. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult
                                                                                                                                                Slice NameimgResult
                                                                                                                                                Control0..1
                                                                                                                                                TypeBackboneElement
                                                                                                                                                Must Supporttrue
                                                                                                                                                286. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.linkId
                                                                                                                                                Pattern Value4.4.2
                                                                                                                                                288. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.text
                                                                                                                                                Pattern Valuediagnosis.imageStudy.imgResult|影像報告結果
                                                                                                                                                290. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer
                                                                                                                                                Control1..1
                                                                                                                                                Must Supporttrue
                                                                                                                                                292. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x]
                                                                                                                                                Control1..?
                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                SlicingThis 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:
                                                                                                                                                • type @ $this
                                                                                                                                                • 294. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x]:valueString
                                                                                                                                                  Slice NamevalueString
                                                                                                                                                  Control1..1
                                                                                                                                                  Typestring
                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  296. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate
                                                                                                                                                  Slice NameimgDate
                                                                                                                                                  Control0..1
                                                                                                                                                  TypeBackboneElement
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  298. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.linkId
                                                                                                                                                  Pattern Value4.4.3
                                                                                                                                                  300. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.text
                                                                                                                                                  Pattern Valuediagnosis.imageStudy.imgDate|影像報告日期
                                                                                                                                                  302. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDate.answer
                                                                                                                                                  Control1..1
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  304. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite
                                                                                                                                                  Slice NameimgBodySite
                                                                                                                                                  Control0..1
                                                                                                                                                  TypeBackboneElement
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  306. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.linkId
                                                                                                                                                  Pattern Value4.4.4
                                                                                                                                                  308. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.text
                                                                                                                                                  Pattern Valuediagnosis.imageStudy.imgBodySite|影像檢查的身體部位
                                                                                                                                                  310. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer
                                                                                                                                                  312. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x]
                                                                                                                                                  Control1..?
                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                  SlicingThis 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:
                                                                                                                                                  • type @ $this
                                                                                                                                                  • 314. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x]:valueCoding
                                                                                                                                                    Slice NamevalueCoding
                                                                                                                                                    Control1..1
                                                                                                                                                    TypeCoding
                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    316. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom
                                                                                                                                                    Slice NameimgDicom
                                                                                                                                                    Control0..*
                                                                                                                                                    TypeBackboneElement
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    318. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.linkId
                                                                                                                                                    Pattern Value4.4.5
                                                                                                                                                    320. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.text
                                                                                                                                                    Pattern Valuediagnosis.imageStudy.imgDicom|DICOM影像
                                                                                                                                                    322. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item
                                                                                                                                                    Control2..?
                                                                                                                                                    SlicingThis 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:
                                                                                                                                                    • value @ linkId
                                                                                                                                                    • 324. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid
                                                                                                                                                      Slice NamestudyUid
                                                                                                                                                      Control1..1
                                                                                                                                                      TypeBackboneElement
                                                                                                                                                      Must Supporttrue
                                                                                                                                                      326. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.linkId
                                                                                                                                                      Pattern Value4.4.5.1
                                                                                                                                                      328. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.text
                                                                                                                                                      Pattern Valuediagnosis.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]
                                                                                                                                                      Control1..?
                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                      SlicingThis 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:
                                                                                                                                                      • type @ $this
                                                                                                                                                      • 334. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.value[x]:valueString
                                                                                                                                                        Slice NamevalueString
                                                                                                                                                        Control1..1
                                                                                                                                                        Typestring
                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                        Must Supporttrue
                                                                                                                                                        336. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series
                                                                                                                                                        Slice Nameseries
                                                                                                                                                        Control1..*
                                                                                                                                                        TypeBackboneElement
                                                                                                                                                        Must Supporttrue
                                                                                                                                                        338. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.linkId
                                                                                                                                                        Pattern Value4.4.5.2
                                                                                                                                                        340. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.text
                                                                                                                                                        Pattern Valuediagnosis.imageStudy.imgDicom.series|每項影像檢查有一個或多個系列(series)的實例
                                                                                                                                                        342. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item
                                                                                                                                                        Control3..?
                                                                                                                                                        SlicingThis 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:
                                                                                                                                                        • value @ linkId
                                                                                                                                                        • 344. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid
                                                                                                                                                          Slice Nameuid
                                                                                                                                                          Control1..1
                                                                                                                                                          TypeBackboneElement
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          346. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.linkId
                                                                                                                                                          Pattern Value4.4.5.2.1
                                                                                                                                                          348. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.text
                                                                                                                                                          Pattern Valuediagnosis.imageStudy.imgDicom.series.uid|此系列的DICOM系列實例UID
                                                                                                                                                          350. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer
                                                                                                                                                          Control1..1
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          352. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x]
                                                                                                                                                          Control1..?
                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                          SlicingThis 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:
                                                                                                                                                          • type @ $this
                                                                                                                                                          • 354. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x]:valueString
                                                                                                                                                            Slice NamevalueString
                                                                                                                                                            Control1..1
                                                                                                                                                            Typestring
                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            356. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality
                                                                                                                                                            Slice Namemodality
                                                                                                                                                            Control1..1
                                                                                                                                                            TypeBackboneElement
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            358. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.linkId
                                                                                                                                                            Pattern Value4.4.5.2.2
                                                                                                                                                            360. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.text
                                                                                                                                                            Pattern Valuediagnosis.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]
                                                                                                                                                            Control1..?
                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                            SlicingThis 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:
                                                                                                                                                            • type @ $this
                                                                                                                                                            • 366. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.value[x]:valueCoding
                                                                                                                                                              Slice NamevalueCoding
                                                                                                                                                              Control1..1
                                                                                                                                                              TypeCoding
                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              368. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance
                                                                                                                                                              Slice Nameinstance
                                                                                                                                                              Control1..*
                                                                                                                                                              TypeBackboneElement
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              370. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.linkId
                                                                                                                                                              Pattern Value4.4.5.2.3
                                                                                                                                                              372. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.text
                                                                                                                                                              Pattern Valuediagnosis.imageStudy.imgDicom.series.instance|系列中的一個SOP實例
                                                                                                                                                              374. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item
                                                                                                                                                              Control2..?
                                                                                                                                                              SlicingThis 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:
                                                                                                                                                              • value @ linkId
                                                                                                                                                              • 376. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid
                                                                                                                                                                Slice Nameuid
                                                                                                                                                                Control1..1
                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                Must Supporttrue
                                                                                                                                                                378. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.linkId
                                                                                                                                                                Pattern Value4.4.5.2.3.1
                                                                                                                                                                380. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.text
                                                                                                                                                                Pattern Valuediagnosis.imageStudy.imgDicom.series.instance.uid|DICOM影像
                                                                                                                                                                382. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer
                                                                                                                                                                Control1..1
                                                                                                                                                                Must Supporttrue
                                                                                                                                                                384. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x]
                                                                                                                                                                Control1..?
                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                SlicingThis 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:
                                                                                                                                                                • type @ $this
                                                                                                                                                                • 386. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x]:valueString
                                                                                                                                                                  Slice NamevalueString
                                                                                                                                                                  Control1..1
                                                                                                                                                                  Typestring
                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                  388. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass
                                                                                                                                                                  Slice NamesopClass
                                                                                                                                                                  Control1..1
                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                  390. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.linkId
                                                                                                                                                                  Pattern Value4.4.5.2.3.2
                                                                                                                                                                  392. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.text
                                                                                                                                                                  Pattern Valuediagnosis.imageStudy.imgDicom.series.instance.sopClass|DICOM class 類型
                                                                                                                                                                  394. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer
                                                                                                                                                                  Control1..1
                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                  396. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x]
                                                                                                                                                                  Control1..?
                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                  SlicingThis 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:
                                                                                                                                                                  • type @ $this
                                                                                                                                                                  • 398. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x]:valueCoding
                                                                                                                                                                    Slice NamevalueCoding
                                                                                                                                                                    Control1..1
                                                                                                                                                                    TypeCoding
                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                    400. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom
                                                                                                                                                                    Slice NameimgNonDicom
                                                                                                                                                                    Control0..*
                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                    402. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.linkId
                                                                                                                                                                    Pattern Value4.4.6
                                                                                                                                                                    404. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.text
                                                                                                                                                                    Pattern Valuediagnosis.imageStudy.imgNonDicom|非DICOM影像
                                                                                                                                                                    406. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item
                                                                                                                                                                    Control2..?
                                                                                                                                                                    SlicingThis 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:
                                                                                                                                                                    • value @ linkId
                                                                                                                                                                    • 408. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom
                                                                                                                                                                      Slice NameimgNonDicom
                                                                                                                                                                      Control1..1
                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                      410. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.linkId
                                                                                                                                                                      Pattern Value4.4.6.1
                                                                                                                                                                      412. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.text
                                                                                                                                                                      Pattern Valuediagnosis.imageStudy.imgNonDicom.imgNonDicom|非DICOM影像
                                                                                                                                                                      414. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer
                                                                                                                                                                      Control1..1
                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                      416. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x]
                                                                                                                                                                      Control1..?
                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                      SlicingThis 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:
                                                                                                                                                                      • type @ $this
                                                                                                                                                                      • 418. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x]:valueString
                                                                                                                                                                        Slice NamevalueString
                                                                                                                                                                        Control1..1
                                                                                                                                                                        Typestring
                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                        420. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType
                                                                                                                                                                        Slice NameimgNonDicomMimeType
                                                                                                                                                                        Control1..1
                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                        422. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.linkId
                                                                                                                                                                        Pattern Value4.4.6.2
                                                                                                                                                                        424. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.text
                                                                                                                                                                        Pattern Valuediagnosis.imageStudy.imgNonDicom.imgNonDicomMimeType|非DICOM影像MimeType
                                                                                                                                                                        426. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer
                                                                                                                                                                        Control1..1
                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                        428. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x]
                                                                                                                                                                        Control1..?
                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                        SlicingThis 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:
                                                                                                                                                                        • type @ $this
                                                                                                                                                                        • 430. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x]:valueCoding
                                                                                                                                                                          Slice NamevalueCoding
                                                                                                                                                                          Control1..1
                                                                                                                                                                          BindingThe codes SHALL be taken from HL7-健保重大傷病-非DICOM影像MimeType值集
                                                                                                                                                                          (required to https://nhicore.nhi.gov.tw/ci/ValueSet/media-mimetypes)
                                                                                                                                                                          TypeCoding
                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                          432. QuestionnaireResponse.item:ci
                                                                                                                                                                          Slice Nameci
                                                                                                                                                                          Control1..1
                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                          434. QuestionnaireResponse.item:ci.linkId
                                                                                                                                                                          Pattern Value5
                                                                                                                                                                          436. QuestionnaireResponse.item:ci.text
                                                                                                                                                                          Pattern Valueci|重大傷病
                                                                                                                                                                          438. QuestionnaireResponse.item:ci.answer
                                                                                                                                                                          Control1..1
                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                          440. QuestionnaireResponse.item:ci.answer.value[x]
                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                          SlicingThis 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:
                                                                                                                                                                          • type @ $this
                                                                                                                                                                          • 442. QuestionnaireResponse.item:ci.answer.value[x]:valueReference
                                                                                                                                                                            Slice NamevalueReference
                                                                                                                                                                            Control0..1
                                                                                                                                                                            TypeReference(重大傷病-Condition TWCI)
                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                            444. QuestionnaireResponse.item:cancerStage
                                                                                                                                                                            Slice NamecancerStage
                                                                                                                                                                            Control1..1
                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                            446. QuestionnaireResponse.item:cancerStage.linkId
                                                                                                                                                                            Pattern Value6
                                                                                                                                                                            448. QuestionnaireResponse.item:cancerStage.text
                                                                                                                                                                            Pattern ValuecancerStage|癌症期別
                                                                                                                                                                            450. QuestionnaireResponse.item:cancerStage.item
                                                                                                                                                                            Control1..?
                                                                                                                                                                            SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                            • value @ linkId
                                                                                                                                                                            • 452. QuestionnaireResponse.item:cancerStage.item:cancerStage
                                                                                                                                                                              Slice NamecancerStage
                                                                                                                                                                              Control1..1
                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                              454. QuestionnaireResponse.item:cancerStage.item:cancerStage.linkId
                                                                                                                                                                              Pattern Value6.1
                                                                                                                                                                              456. QuestionnaireResponse.item:cancerStage.item:cancerStage.text
                                                                                                                                                                              Pattern ValuecancerStage.cancerStage|癌症期別,醫院自行填入癌症期別(1~4),若為不適用者填9(不適用)。
                                                                                                                                                                              458. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer
                                                                                                                                                                              Control1..1
                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                              460. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x]
                                                                                                                                                                              Control1..?
                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                              SlicingThis 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:
                                                                                                                                                                              • type @ $this
                                                                                                                                                                              • 462. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x]:valueCoding
                                                                                                                                                                                Slice NamevalueCoding
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from NHI-健保重大傷病-癌症期別值集
                                                                                                                                                                                (required to https://nhicore.nhi.gov.tw/ci/ValueSet/cancer-stage)
                                                                                                                                                                                TypeCoding
                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                464. QuestionnaireResponse.item:cancerStage.item:assessScore
                                                                                                                                                                                Slice NameassessScore
                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                466. QuestionnaireResponse.item:cancerStage.item:assessScore.linkId
                                                                                                                                                                                Pattern Value6.2
                                                                                                                                                                                468. QuestionnaireResponse.item:cancerStage.item:assessScore.text
                                                                                                                                                                                Pattern ValuecancerStage.assessScore|癌症分期分數或結果
                                                                                                                                                                                470. QuestionnaireResponse.item:cancerStage.item:assessScore.answer
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                472. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x]
                                                                                                                                                                                Control1..?
                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                SlicingThis 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:
                                                                                                                                                                                • type @ $this
                                                                                                                                                                                • 474. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x]:valueString
                                                                                                                                                                                  Slice NamevalueString
                                                                                                                                                                                  Control1..1
                                                                                                                                                                                  Typestring
                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                  Invariantstxt-12: 長度不得超過12字 (length() <= 12)
                                                                                                                                                                                  476. QuestionnaireResponse.item:cancerStage.item:assessDate
                                                                                                                                                                                  Slice NameassessDate
                                                                                                                                                                                  Control0..1
                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                  478. QuestionnaireResponse.item:cancerStage.item:assessDate.linkId
                                                                                                                                                                                  Pattern Value6.3
                                                                                                                                                                                  480. QuestionnaireResponse.item:cancerStage.item:assessDate.text
                                                                                                                                                                                  Pattern ValuecancerStage.assessDate|癌症分期量表評估日期,YYYY-MM-DD,西元年月日,民國前為負數。
                                                                                                                                                                                  482. QuestionnaireResponse.item:cancerStage.item:assessDate.answer
                                                                                                                                                                                  Control1..1
                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                  484. QuestionnaireResponse.item:illness
                                                                                                                                                                                  Slice Nameillness
                                                                                                                                                                                  Control1..1
                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                  486. QuestionnaireResponse.item:illness.linkId
                                                                                                                                                                                  Pattern Value7
                                                                                                                                                                                  488. QuestionnaireResponse.item:illness.text
                                                                                                                                                                                  Pattern Valueillness|惡性腫瘤重大傷病換發評估表
                                                                                                                                                                                  490. QuestionnaireResponse.item:illness.item
                                                                                                                                                                                  SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                  • value @ linkId
                                                                                                                                                                                  • 492. QuestionnaireResponse.item:illness.item:oriCancerCode
                                                                                                                                                                                    Slice NameoriCancerCode
                                                                                                                                                                                    Control0..1
                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                    494. QuestionnaireResponse.item:illness.item:oriCancerCode.linkId
                                                                                                                                                                                    Pattern Value7.1
                                                                                                                                                                                    496. QuestionnaireResponse.item:illness.item:oriCancerCode.text
                                                                                                                                                                                    Pattern Valueillness.oriCancerCode|原發癌症診斷碼,最長為7碼。
                                                                                                                                                                                    498. QuestionnaireResponse.item:illness.item:oriCancerCode.answer
                                                                                                                                                                                    Control1..1
                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                    500. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x]
                                                                                                                                                                                    Control1..?
                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                    SlicingThis 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:
                                                                                                                                                                                    • type @ $this
                                                                                                                                                                                    • 502. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x]:valueCoding
                                                                                                                                                                                      Slice NamevalueCoding
                                                                                                                                                                                      Control1..1
                                                                                                                                                                                      BindingThe codes SHALL be taken from NHI-健保重大傷病-ICD-CM-原發癌症診斷碼值集
                                                                                                                                                                                      (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-primary-cancer-icd)
                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      504. QuestionnaireResponse.item:illness.item:oriCancerDxDate
                                                                                                                                                                                      Slice NameoriCancerDxDate
                                                                                                                                                                                      Control0..1
                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      506. QuestionnaireResponse.item:illness.item:oriCancerDxDate.linkId
                                                                                                                                                                                      Pattern Value7.2
                                                                                                                                                                                      508. QuestionnaireResponse.item:illness.item:oriCancerDxDate.text
                                                                                                                                                                                      Pattern Valueillness.oriCancerDxDate|癌症最初診斷日期,西元年月日;不得大於系統日。
                                                                                                                                                                                      510. QuestionnaireResponse.item:illness.item:oriCancerDxDate.answer
                                                                                                                                                                                      Control1..1
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      512. QuestionnaireResponse.item:illness.item:oriCancerAjcc
                                                                                                                                                                                      Slice NameoriCancerAjcc
                                                                                                                                                                                      Control0..1
                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      514. QuestionnaireResponse.item:illness.item:oriCancerAjcc.linkId
                                                                                                                                                                                      Pattern Value7.3
                                                                                                                                                                                      516. QuestionnaireResponse.item:illness.item:oriCancerAjcc.text
                                                                                                                                                                                      Pattern Valueillness.oriCancerAjcc|癌症最初診斷AJCC分期(病理分期或未接受治療前的臨床分期),依期別填入;若不是用此分類而用其他分類,則填寫9。
                                                                                                                                                                                      518. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer
                                                                                                                                                                                      Control1..1
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      520. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x]
                                                                                                                                                                                      Control1..?
                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                      SlicingThis 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:
                                                                                                                                                                                      • type @ $this
                                                                                                                                                                                      • 522. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x]:valueCoding
                                                                                                                                                                                        Slice NamevalueCoding
                                                                                                                                                                                        Control1..1
                                                                                                                                                                                        BindingThe codes SHALL be taken from NHI-健保重大傷病-癌症最初診斷AJCC分期值集
                                                                                                                                                                                        (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstaging)
                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                        524. QuestionnaireResponse.item:illness.item:oriCancerAjcc1
                                                                                                                                                                                        Slice NameoriCancerAjcc1
                                                                                                                                                                                        Control0..1
                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                        526. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.linkId
                                                                                                                                                                                        Pattern Value7.4
                                                                                                                                                                                        528. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.text
                                                                                                                                                                                        Pattern Valueillness.oriCancerAjcc1|癌症最初診斷AJCC分期_補充說明欄位,若前述欄位為9,則請於此欄位描述其他系統之其他分期為何。
                                                                                                                                                                                        530. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer
                                                                                                                                                                                        Control1..1
                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                        532. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x]
                                                                                                                                                                                        Control1..?
                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                        SlicingThis 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:
                                                                                                                                                                                        • type @ $this
                                                                                                                                                                                        • 534. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x]:valueString
                                                                                                                                                                                          Slice NamevalueString
                                                                                                                                                                                          Control1..1
                                                                                                                                                                                          Typestring
                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                          Invariantstxt-20: 長度不得超過20字 (length() <= 20)
                                                                                                                                                                                          536. QuestionnaireResponse.item:illness.item:cancerStatus
                                                                                                                                                                                          Slice NamecancerStatus
                                                                                                                                                                                          Control0..1
                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                          538. QuestionnaireResponse.item:illness.item:cancerStatus.linkId
                                                                                                                                                                                          Pattern Value7.5
                                                                                                                                                                                          540. QuestionnaireResponse.item:illness.item:cancerStatus.text
                                                                                                                                                                                          Pattern Valueillness.cancerStatus|目前癌症狀態
                                                                                                                                                                                          542. QuestionnaireResponse.item:illness.item:cancerStatus.answer
                                                                                                                                                                                          Control1..1
                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                          544. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x]
                                                                                                                                                                                          Control1..?
                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                          SlicingThis 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:
                                                                                                                                                                                          • type @ $this
                                                                                                                                                                                          • 546. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x]:valueCoding
                                                                                                                                                                                            Slice NamevalueCoding
                                                                                                                                                                                            Control1..1
                                                                                                                                                                                            BindingThe codes SHALL be taken from NHI-健保重大傷病-癌症狀態
                                                                                                                                                                                            (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstage-status)
                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                            548. QuestionnaireResponse.item:illness.item:cancerTreatment
                                                                                                                                                                                            Slice NamecancerTreatment
                                                                                                                                                                                            Control0..1
                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                            550. QuestionnaireResponse.item:illness.item:cancerTreatment.linkId
                                                                                                                                                                                            Pattern Value7.6
                                                                                                                                                                                            552. QuestionnaireResponse.item:illness.item:cancerTreatment.text
                                                                                                                                                                                            Pattern Valueillness.cancerTreatment|後續治療評估,可複選。
                                                                                                                                                                                            554. QuestionnaireResponse.item:illness.item:cancerTreatment.answer
                                                                                                                                                                                            Control1..?
                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                            556. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x]
                                                                                                                                                                                            Control1..?
                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                            SlicingThis 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:
                                                                                                                                                                                            • type @ $this
                                                                                                                                                                                            • 558. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x]:valueCoding
                                                                                                                                                                                              Slice NamevalueCoding
                                                                                                                                                                                              Control1..1
                                                                                                                                                                                              BindingThe codes SHALL be taken from NHI-健保重大傷病-後續治療評估值集
                                                                                                                                                                                              (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment)
                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                              560. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan
                                                                                                                                                                                              Slice NamecancerTreatmentPlan
                                                                                                                                                                                              Control0..1
                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                              562. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.linkId
                                                                                                                                                                                              Pattern Value7.7
                                                                                                                                                                                              564. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.text
                                                                                                                                                                                              Pattern Valueillness.cancerTreatmentPlan|後續治療計劃,可複選。
                                                                                                                                                                                              566. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer
                                                                                                                                                                                              Control1..?
                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                              568. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x]
                                                                                                                                                                                              Control1..?
                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                              SlicingThis 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:
                                                                                                                                                                                              • type @ $this
                                                                                                                                                                                              • 570. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x]:valueCoding
                                                                                                                                                                                                Slice NamevalueCoding
                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                BindingThe codes SHALL be taken from NHI-健保重大傷病-後續治療計劃值集
                                                                                                                                                                                                (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment-plan)
                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                572. QuestionnaireResponse.item:illness.item:cancerTreatmentText
                                                                                                                                                                                                Slice NamecancerTreatmentText
                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                574. QuestionnaireResponse.item:illness.item:cancerTreatmentText.linkId
                                                                                                                                                                                                Pattern Value7.8
                                                                                                                                                                                                576. QuestionnaireResponse.item:illness.item:cancerTreatmentText.text
                                                                                                                                                                                                Pattern Valueillness.cancerTreatmentText|補充說明。
                                                                                                                                                                                                578. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer
                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                580. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x]
                                                                                                                                                                                                Control1..?
                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                SlicingThis 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:
                                                                                                                                                                                                • type @ $this
                                                                                                                                                                                                • 582. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x]:valueString
                                                                                                                                                                                                  Slice NamevalueString
                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                  Invariantstxt-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.

                                                                                                                                                                                                  ShortA 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.

                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Alternate NamesForm, QuestionnaireAnswers
                                                                                                                                                                                                  Invariantsdom-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.

                                                                                                                                                                                                  ShortLogical 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.

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  Typeid
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  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.

                                                                                                                                                                                                  ShortMetadata about the resource
                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypeMeta
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortA 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.

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                  Is Modifiertrue 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 ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortLanguage 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).

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  BindingThe codes SHOULD be taken from CommonLanguages
                                                                                                                                                                                                  (preferred to http://hl7.org/fhir/ValueSet/languages)

                                                                                                                                                                                                  A human language.

                                                                                                                                                                                                  Additional BindingsPurpose
                                                                                                                                                                                                  AllLanguagesMax Binding
                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortText 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.

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypeNarrative
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Alternate Namesnarrative, html, xhtml, display
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortContained, 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.

                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                  TypeResource
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Alternate Namesinline 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.

                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  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 Namesextensions, user content
                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                  ShortUnique id for this set of answers
                                                                                                                                                                                                  NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypeIdentifier
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  Used for tracking, registration and other business purposes.

                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortRequest fulfilled by this QuestionnaireResponse
                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                  TypeReference(CarePlan, ServiceRequest)
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  Supports traceability of responsibility for the action and allows linkage of an action to the recommendations acted upon.

                                                                                                                                                                                                  Alternate Namesorder
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortPart 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.

                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                  TypeReference(Observation, Procedure)
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortForm 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.).

                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  Typecanonical(重大傷病申請書-Questionnaire TWCI)
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  Needed to allow editing of the questionnaire response in a manner that enforces the constraints of the original form.

                                                                                                                                                                                                  Alternate NamesForm
                                                                                                                                                                                                  Pattern Valuehttps://nhicore.nhi.gov.tw/ci/Questionnaire/apply-catastrophic-illness
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  Shortin-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.

                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  BindingThe 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.

                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                  Is Modifiertrue 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 ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished.

                                                                                                                                                                                                  Pattern Valuecompleted
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortThe 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.

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypeReference(Resource)
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  Allows linking the answers to the individual the answers describe. May also affect access control.

                                                                                                                                                                                                  Alternate NamesPatient, Focus
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortEncounter 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.

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypeReference(Encounter)
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  Provides context for the information that was captured. May also affect access control.

                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortDate 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.

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypedateTime
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  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 NamesDate Created, Date published, Date Issued, Date updated
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortPerson 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.

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypeReference(Device, Practitioner, PractitionerRole, Patient, RelatedPerson, Organization)
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  Need to know who interpreted the subject's answers to the questions in the questionnaire, and selected the appropriate options for answers.

                                                                                                                                                                                                  Alternate NamesLaboratory, Service, Practitioner, Department, Company, Performer
                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortThe person who answered the questions
                                                                                                                                                                                                  Comments

                                                                                                                                                                                                  If not specified, no inference can be made about who provided the data.

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypeReference(Patient, Practitioner, PractitionerRole, RelatedPerson)
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  When answering questions about a subject that is minor, incapable of answering or an animal, another human source may answer the questions.

                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                  ShortGroups 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).

                                                                                                                                                                                                  Control7..*
                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Invariantsele-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())
                                                                                                                                                                                                  SlicingThis element introduces a set of slices on QuestionnaireResponse.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                  • value @ linkId
                                                                                                                                                                                                  • 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.

                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    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.

                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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問卷題目編號
                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortElementDefinition - 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.

                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    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.

                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortName for group or question text
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortThe response(s) to the question
                                                                                                                                                                                                    Comments

                                                                                                                                                                                                    The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    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.

                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                    TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortNested groups and questions
                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    66. QuestionnaireResponse.item:hosp
                                                                                                                                                                                                    Slice Namehosp
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    A group or question item from the original questionnaire for which answers are provided.

                                                                                                                                                                                                    ShortGroups 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).

                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    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.

                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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問卷題目編號
                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                    Pattern Value1
                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortElementDefinition - 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.

                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    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.

                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortName for group or question text
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                    Pattern Valuehosp|院所資訊
                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortThe response(s) to the question
                                                                                                                                                                                                    Comments

                                                                                                                                                                                                    The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    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.

                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                    TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortNested groups and questions
                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                    Control5..7
                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                    • value @ linkId
                                                                                                                                                                                                    • 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.

                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      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.

                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      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.

                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                      Comments

                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      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.

                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                      TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      120. QuestionnaireResponse.item:hosp.item:applMode
                                                                                                                                                                                                      Slice NameapplMode
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      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.

                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                      Pattern Value1.1
                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      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.

                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                      Pattern Valuehosp.applMode|申報方式
                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                      Comments

                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      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.

                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      SlicingThis 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:
                                                                                                                                                                                                      • type @ $this
                                                                                                                                                                                                      • 144. QuestionnaireResponse.item:hosp.item:applMode.answer.value[x]:valueCoding
                                                                                                                                                                                                        Slice NamevalueCoding
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        BindingThe codes SHALL be taken from NHI-健保重大傷病-申報方式值集
                                                                                                                                                                                                        (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-mode)
                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                        Pattern Value{
                                                                                                                                                                                                          "system" : "https://nhicore.nhi.gov.tw/ci/CodeSystem/nhi-apply-mode",
                                                                                                                                                                                                          "code" : "2"
                                                                                                                                                                                                        }
                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                        ShortNested groups and questions
                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        150. QuestionnaireResponse.item:hosp.item:applType
                                                                                                                                                                                                        Slice NameapplType
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        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.

                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                        ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                        Pattern Value1.2
                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                        ShortElementDefinition - 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.

                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        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.

                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                        ShortName for group or question text
                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                        Pattern Valuehosp.applType|申報類別
                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                        ShortThe response(s) to the question
                                                                                                                                                                                                        Comments

                                                                                                                                                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        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.

                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        SlicingThis 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:
                                                                                                                                                                                                        • type @ $this
                                                                                                                                                                                                        • 174. QuestionnaireResponse.item:hosp.item:applType.answer.value[x]:valueCoding
                                                                                                                                                                                                          Slice NamevalueCoding
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          BindingThe codes SHALL be taken from NHI-健保重大傷病-申報類別值集
                                                                                                                                                                                                          (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-apply-type)
                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                          Pattern Value{
                                                                                                                                                                                                            "system" : "https://nhicore.nhi.gov.tw/ci/CodeSystem/nhi-apply-type",
                                                                                                                                                                                                            "code" : "1"
                                                                                                                                                                                                          }
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortNested groups and questions
                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          180. QuestionnaireResponse.item:hosp.item:applDate
                                                                                                                                                                                                          Slice NameapplDate
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          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.

                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                          ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                          Pattern Value1.3
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortElementDefinition - 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.

                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          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.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortName for group or question text
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                          Pattern Valuehosp.applDate|申請日期
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortThe response(s) to the question
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          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.

                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                          TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortNested groups and questions
                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          208. QuestionnaireResponse.item:hosp.item:medCertBookDate
                                                                                                                                                                                                          Slice NamemedCertBookDate
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          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.

                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                          ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                          Pattern Value1.4
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortElementDefinition - 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.

                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          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.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortName for group or question text
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                          Pattern Valuehosp.medCertBookDate|開立診斷書申請日期
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortThe response(s) to the question
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          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.

                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                          TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortNested groups and questions
                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          236. QuestionnaireResponse.item:hosp.item:hospId
                                                                                                                                                                                                          Slice NamehospId
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          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.

                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                          ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                          Pattern Value1.5
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortElementDefinition - 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.

                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          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.

                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortName for group or question text
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                          Pattern Valuehosp.hospId|醫事機構代碼
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortThe response(s) to the question
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          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.

                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          SlicingThis 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:
                                                                                                                                                                                                          • type @ $this
                                                                                                                                                                                                          • 260. QuestionnaireResponse.item:hosp.item:hospId.answer.value[x]:valueCoding
                                                                                                                                                                                                            Slice NamevalueCoding
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            BindingThe codes SHALL be taken from NHI-健保重大傷病-特約醫事機構值集
                                                                                                                                                                                                            (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-organization)
                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                            ShortNested groups and questions
                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            266. QuestionnaireResponse.item:hosp.item:acptNo
                                                                                                                                                                                                            Slice NameacptNo
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            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.

                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                            ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                            Pattern Value1.6
                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                            ShortElementDefinition - 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.

                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            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.

                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                            ShortName for group or question text
                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                            Pattern Valuehosp.acptNo|受理編號
                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                            ShortThe response(s) to the question
                                                                                                                                                                                                            Comments

                                                                                                                                                                                                            The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            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.

                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                            (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                            Code indicating the response provided for a question.

                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            SlicingThis 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:
                                                                                                                                                                                                            • type @ $this
                                                                                                                                                                                                            • 290. QuestionnaireResponse.item:hosp.item:acptNo.answer.value[x]:valueString
                                                                                                                                                                                                              Slice NamevalueString
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortNested groups and questions
                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              296. QuestionnaireResponse.item:hosp.item:acptNum
                                                                                                                                                                                                              Slice NameacptNum
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              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.

                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                              ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                              Pattern Value1.7
                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortElementDefinition - 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.

                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              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.

                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortName for group or question text
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                              Pattern Valuehosp.acptNum|受理次數
                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortThe response(s) to the question
                                                                                                                                                                                                              Comments

                                                                                                                                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              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.

                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                              TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortNested groups and questions
                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              324. QuestionnaireResponse.item:patient
                                                                                                                                                                                                              Slice Namepatient
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              A group or question item from the original questionnaire for which answers are provided.

                                                                                                                                                                                                              ShortGroups 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).

                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              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.

                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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問卷題目編號
                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                              Pattern Value2
                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortElementDefinition - 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.

                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              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.

                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortName for group or question text
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                              Pattern Valuepatient|病人資訊
                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortThe response(s) to the question
                                                                                                                                                                                                              Comments

                                                                                                                                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              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.

                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                              TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              SlicingThis 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:
                                                                                                                                                                                                              • type @ $this
                                                                                                                                                                                                              • 348. QuestionnaireResponse.item:patient.answer.value[x]:valueReference
                                                                                                                                                                                                                Slice NamevalueReference
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                TypeReference(病人資訊-Patient TWCI)
                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                ShortNested groups and questions
                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                354. QuestionnaireResponse.item:doctor
                                                                                                                                                                                                                Slice Namedoctor
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                A group or question item from the original questionnaire for which answers are provided.

                                                                                                                                                                                                                ShortGroups 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).

                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                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.

                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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問卷題目編號
                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                Pattern Value3
                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                ShortElementDefinition - 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.

                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                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.

                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                ShortName for group or question text
                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                Pattern Valuedoctor|醫師資訊
                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                ShortThe response(s) to the question
                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                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.

                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                Code indicating the response provided for a question.

                                                                                                                                                                                                                TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                ShortNested groups and questions
                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                Control1..*
                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                • value @ linkId
                                                                                                                                                                                                                • 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.

                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                  ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortElementDefinition - 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.

                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortName for group or question text
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortThe response(s) to the question
                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                  TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortNested groups and questions
                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  408. QuestionnaireResponse.item:doctor.item:diagPrsnId
                                                                                                                                                                                                                  Slice NamediagPrsnId
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                  ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                  Pattern Value3.1
                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortElementDefinition - 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.

                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortName for group or question text
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                  Pattern Valuedoctor.diagPrsnId|醫師身分證號
                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortThe response(s) to the question
                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  SlicingThis 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:
                                                                                                                                                                                                                  • type @ $this
                                                                                                                                                                                                                  • 432. QuestionnaireResponse.item:doctor.item:diagPrsnId.answer.value[x]:valueString
                                                                                                                                                                                                                    Slice NamevalueString
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                    ShortNested groups and questions
                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    438. QuestionnaireResponse.item:doctor.item:diagPrsnName
                                                                                                                                                                                                                    Slice NamediagPrsnName
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                    ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                    Pattern Value3.2
                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                    ShortElementDefinition - 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.

                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                    ShortName for group or question text
                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                    Pattern Valuedoctor.diagPrsnName|診斷醫師姓名
                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                    ShortThe response(s) to the question
                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                    The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    SlicingThis 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:
                                                                                                                                                                                                                    • type @ $this
                                                                                                                                                                                                                    • 462. QuestionnaireResponse.item:doctor.item:diagPrsnName.answer.value[x]:valueString
                                                                                                                                                                                                                      Slice NamevalueString
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      468. QuestionnaireResponse.item:diagnosis
                                                                                                                                                                                                                      Slice Namediagnosis
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      A group or question item from the original questionnaire for which answers are provided.

                                                                                                                                                                                                                      ShortGroups 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).

                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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問卷題目編號
                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                      Pattern Value4
                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                      Pattern Valuediagnosis|疾病資訊
                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                      TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                      Control1..*
                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                      • value @ linkId
                                                                                                                                                                                                                      • 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.

                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                        ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortElementDefinition - 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.

                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortName for group or question text
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortThe response(s) to the question
                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                                        TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortNested groups and questions
                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        522. QuestionnaireResponse.item:diagnosis.item:icd10cmCode
                                                                                                                                                                                                                        Slice Nameicd10cmCode
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                        ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                        Pattern Value4.1
                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortElementDefinition - 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.

                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortName for group or question text
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                        Pattern Valuediagnosis.icd10cmCode|主診斷代碼
                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortThe response(s) to the question
                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        SlicingThis 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:
                                                                                                                                                                                                                        • type @ $this
                                                                                                                                                                                                                        • 546. QuestionnaireResponse.item:diagnosis.item:icd10cmCode.answer.value[x]:valueCoding
                                                                                                                                                                                                                          Slice NamevalueCoding
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                          BindingThe codes SHALL be taken from NHI-健保重大傷病-ICD-CM-重大傷病診斷代碼值集
                                                                                                                                                                                                                          (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-diag-code-icd)
                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                          ShortNested groups and questions
                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          552. QuestionnaireResponse.item:diagnosis.item:examinationReport
                                                                                                                                                                                                                          Slice NameexaminationReport
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                          ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                          Pattern Value4.2
                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                          ShortElementDefinition - 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.

                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                          ShortName for group or question text
                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                          Pattern Valuediagnosis.examinationReport|檢查報告
                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                          ShortThe response(s) to the question
                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                                          TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                          ShortNested groups and questions
                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                          • value @ linkId
                                                                                                                                                                                                                          • 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.

                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                            ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortElementDefinition - 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.

                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortName for group or question text
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortThe response(s) to the question
                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                            The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                            (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                            Code indicating the response provided for a question.

                                                                                                                                                                                                                            TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortNested groups and questions
                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                            Invariantsele-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 NamereportType
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                            ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                            Pattern Value4.2.1
                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortElementDefinition - 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.

                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortName for group or question text
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                            Pattern Valuediagnosis.examinationReport.reportType|報告類型。當LOINC無法具體描述檢體種類(例如:`47526-9`時),請填寫及補充說明檢體種類。
                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortThe response(s) to the question
                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                            The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                            (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                            Code indicating the response provided for a question.

                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            SlicingThis 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:
                                                                                                                                                                                                                            • type @ $this
                                                                                                                                                                                                                            • 630. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportType.answer.value[x]:valueCoding
                                                                                                                                                                                                                              Slice NamevalueCoding
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              BindingThe codes SHALL be taken from LOINC-健保重大傷病-報告類型值集
                                                                                                                                                                                                                              (required to https://nhicore.nhi.gov.tw/ci/ValueSet/loinc-report-type)
                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                              ShortNested groups and questions
                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                              Invariantsele-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 NamespeType
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                              ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                              Pattern Value4.2.2
                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                              ShortElementDefinition - 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.

                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                              ShortName for group or question text
                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                              Pattern Valuediagnosis.examinationReport.speType|檢體種類
                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                              ShortThe response(s) to the question
                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              SlicingThis 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:
                                                                                                                                                                                                                              • type @ $this
                                                                                                                                                                                                                              • 660. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:speType.answer.value[x]:valueString
                                                                                                                                                                                                                                Slice NamevalueString
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                Code indicating the response provided for a question.

                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                ShortNested groups and questions
                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                Invariantsele-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 NamereportResultString
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                Pattern Value4.2.3
                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                ShortElementDefinition - 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.

                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                ShortName for group or question text
                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                Pattern Valuediagnosis.examinationReport.reportResultString|報告結果-文數字
                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                ShortThe response(s) to the question
                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                Code indicating the response provided for a question.

                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                SlicingThis 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:
                                                                                                                                                                                                                                • type @ $this
                                                                                                                                                                                                                                • 690. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultString.answer.value[x]:valueString
                                                                                                                                                                                                                                  Slice NamevalueString
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                  ShortNested groups and questions
                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                  Invariantsele-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 NamereportResultPdf
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                  ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                  Pattern Value4.2.4
                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                  ShortElementDefinition - 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.

                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                  ShortName for group or question text
                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                  Pattern Valuediagnosis.examinationReport.reportResultPdf|檢查報告檔案,請填寫完整檔案路徑。填寫格式:「file://檔名.副檔名」。
                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                  ShortThe response(s) to the question
                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  SlicingThis 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:
                                                                                                                                                                                                                                  • type @ $this
                                                                                                                                                                                                                                  • 720. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdf.answer.value[x]:valueString
                                                                                                                                                                                                                                    Slice NamevalueString
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                    ShortNested groups and questions
                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                    Invariantsele-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 NamereportResultPdfTitle
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                    ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                    Pattern Value4.2.5
                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                    ShortElementDefinition - 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.

                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                    ShortName for group or question text
                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                    Pattern Valuediagnosis.examinationReport.reportResultPdfTitle|檢查報告名稱
                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                    ShortThe response(s) to the question
                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                    The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    SlicingThis 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:
                                                                                                                                                                                                                                    • type @ $this
                                                                                                                                                                                                                                    • 750. QuestionnaireResponse.item:diagnosis.item:examinationReport.item:reportResultPdfTitle.answer.value[x]:valueString
                                                                                                                                                                                                                                      Slice NamevalueString
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                      Invariantsele-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 NamereportDate
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                      Pattern Value4.2.6
                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                      Pattern Valuediagnosis.examinationReport.reportDate|報告日期,YYYY-MM-DD。
                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                                      TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      784. QuestionnaireResponse.item:diagnosis.item:medrec
                                                                                                                                                                                                                                      Slice Namemedrec
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                      Pattern Value4.3
                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                      Pattern Valuediagnosis.medrec|病歷資料
                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                                      TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                      • value @ linkId
                                                                                                                                                                                                                                      • 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.

                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                        ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortElementDefinition - 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.

                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortName for group or question text
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortThe response(s) to the question
                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                                                        TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortNested groups and questions
                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                                        Invariantsele-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 Namemedrec
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                        ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                        Pattern Value4.3.1
                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortElementDefinition - 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.

                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortName for group or question text
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                        Pattern Valuediagnosis.medrec.medrec|病歷資料
                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortThe response(s) to the question
                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        SlicingThis 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:
                                                                                                                                                                                                                                        • type @ $this
                                                                                                                                                                                                                                        • 862. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrec.answer.value[x]:valueString
                                                                                                                                                                                                                                          Slice NamevalueString
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                          ShortNested groups and questions
                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                                          Invariantsele-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 NamemedrecTitle
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                          ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                          Pattern Value4.3.2
                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                          ShortElementDefinition - 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.

                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                          ShortName for group or question text
                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                          Pattern Valuediagnosis.medrec.medrecTitle|病歷資料名稱
                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                          ShortThe response(s) to the question
                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          SlicingThis 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:
                                                                                                                                                                                                                                          • type @ $this
                                                                                                                                                                                                                                          • 892. QuestionnaireResponse.item:diagnosis.item:medrec.item:medrecTitle.answer.value[x]:valueString
                                                                                                                                                                                                                                            Slice NamevalueString
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                            BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                            (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                            Code indicating the response provided for a question.

                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                            ShortNested groups and questions
                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            898. QuestionnaireResponse.item:diagnosis.item:imageStudy
                                                                                                                                                                                                                                            Slice NameimageStudy
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                            ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                            Pattern Value4.4
                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                            ShortElementDefinition - 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.

                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                            ShortName for group or question text
                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                            Pattern Valuediagnosis.imageStudy|影像報告
                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                            ShortThe response(s) to the question
                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                            The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                            (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                            Code indicating the response provided for a question.

                                                                                                                                                                                                                                            TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                            ShortNested groups and questions
                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                            • value @ linkId
                                                                                                                                                                                                                                            • 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.

                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                              ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortElementDefinition - 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.

                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortName for group or question text
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortThe response(s) to the question
                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                                                              TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortNested groups and questions
                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                                              Invariantsele-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 NameimgItem
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                              ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                              Pattern Value4.4.1
                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortElementDefinition - 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.

                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortName for group or question text
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                              Pattern Valuediagnosis.imageStudy.imgItem|影像報告
                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortThe response(s) to the question
                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              SlicingThis 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:
                                                                                                                                                                                                                                              • type @ $this
                                                                                                                                                                                                                                              • 976. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgItem.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                Slice NamevalueCoding
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                Code indicating the response provided for a question.

                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                ShortNested groups and questions
                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                Invariantsele-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 NameimgResult
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                Pattern Value4.4.2
                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                ShortElementDefinition - 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.

                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                ShortName for group or question text
                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                Pattern Valuediagnosis.imageStudy.imgResult|影像報告結果
                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                ShortThe response(s) to the question
                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                Code indicating the response provided for a question.

                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                SlicingThis 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:
                                                                                                                                                                                                                                                • type @ $this
                                                                                                                                                                                                                                                • 1006. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgResult.answer.value[x]:valueString
                                                                                                                                                                                                                                                  Slice NamevalueString
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortNested groups and questions
                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                  Invariantsele-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 NameimgDate
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                  ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                  Pattern Value4.4.3
                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortElementDefinition - 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.

                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortName for group or question text
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                  Pattern Valuediagnosis.imageStudy.imgDate|影像報告日期
                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortThe response(s) to the question
                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                                  TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortNested groups and questions
                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                  Invariantsele-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 NameimgBodySite
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                  ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                  Pattern Value4.4.4
                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortElementDefinition - 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.

                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortName for group or question text
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                  Pattern Valuediagnosis.imageStudy.imgBodySite|影像檢查的身體部位
                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortThe response(s) to the question
                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  SlicingThis 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:
                                                                                                                                                                                                                                                  • type @ $this
                                                                                                                                                                                                                                                  • 1064. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgBodySite.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                    Slice NamevalueCoding
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                    ShortNested groups and questions
                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                    Invariantsele-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 NameimgDicom
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                    ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                    Pattern Value4.4.5
                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                    ShortElementDefinition - 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.

                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                    ShortName for group or question text
                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                    Pattern Valuediagnosis.imageStudy.imgDicom|DICOM影像
                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                    ShortThe response(s) to the question
                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                    The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                                                    TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                    ShortNested groups and questions
                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    SlicingThis 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:
                                                                                                                                                                                                                                                    • value @ linkId
                                                                                                                                                                                                                                                    • 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.

                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                                                      TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                      Invariantsele-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 NamestudyUid
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                      Pattern Value4.4.5.1
                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                      Pattern Valuediagnosis.imageStudy.imgDicom.studyUid|整項影像檢查的識別碼
                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      SlicingThis 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:
                                                                                                                                                                                                                                                      • type @ $this
                                                                                                                                                                                                                                                      • 1148. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:studyUid.answer.value[x]:valueString
                                                                                                                                                                                                                                                        Slice NamevalueString
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                        ShortNested groups and questions
                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                        Invariantsele-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 Nameseries
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                                                        Control1..*
                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                        ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                        Pattern Value4.4.5.2
                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                        ShortElementDefinition - 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.

                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                        ShortName for group or question text
                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                        Pattern Valuediagnosis.imageStudy.imgDicom.series|每項影像檢查有一個或多個系列(series)的實例
                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                        ShortThe response(s) to the question
                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                                                                        TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                        ShortNested groups and questions
                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                                                        Control3..*
                                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        SlicingThis 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:
                                                                                                                                                                                                                                                        • value @ linkId
                                                                                                                                                                                                                                                        • 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.

                                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                          ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortElementDefinition - 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.

                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortName for group or question text
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortThe response(s) to the question
                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                                                                          TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortNested groups and questions
                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                          Invariantsele-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 Nameuid
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                          ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                          Pattern Value4.4.5.2.1
                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortElementDefinition - 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.

                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortName for group or question text
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                          Pattern Valuediagnosis.imageStudy.imgDicom.series.uid|此系列的DICOM系列實例UID
                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortThe response(s) to the question
                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          SlicingThis 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:
                                                                                                                                                                                                                                                          • type @ $this
                                                                                                                                                                                                                                                          • 1232. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:uid.answer.value[x]:valueString
                                                                                                                                                                                                                                                            Slice NamevalueString
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                            (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                            Code indicating the response provided for a question.

                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                            ShortNested groups and questions
                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                            Invariantsele-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 Namemodality
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                            ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                            Pattern Value4.4.5.2.2
                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                            ShortElementDefinition - 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.

                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                            ShortName for group or question text
                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                            Pattern Valuediagnosis.imageStudy.imgDicom.series.modality|此系列實例所使用的成像儀器
                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                            ShortThe response(s) to the question
                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                            The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                            (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                            Code indicating the response provided for a question.

                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            SlicingThis 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:
                                                                                                                                                                                                                                                            • type @ $this
                                                                                                                                                                                                                                                            • 1262. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:modality.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                              Slice NamevalueCoding
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                              ShortNested groups and questions
                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                              Invariantsele-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 Nameinstance
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                                                              Control1..*
                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                              ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                              Pattern Value4.4.5.2.3
                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                              ShortElementDefinition - 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.

                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                              ShortName for group or question text
                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                              Pattern Valuediagnosis.imageStudy.imgDicom.series.instance|系列中的一個SOP實例
                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                              ShortThe response(s) to the question
                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                                                                              TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                              ShortNested groups and questions
                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              SlicingThis 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:
                                                                                                                                                                                                                                                              • value @ linkId
                                                                                                                                                                                                                                                              • 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.

                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortName for group or question text
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortThe response(s) to the question
                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortNested groups and questions
                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                Invariantsele-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 Nameuid
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                Pattern Value4.4.5.2.3.1
                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortName for group or question text
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                Pattern Valuediagnosis.imageStudy.imgDicom.series.instance.uid|DICOM影像
                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortThe response(s) to the question
                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                SlicingThis 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:
                                                                                                                                                                                                                                                                • type @ $this
                                                                                                                                                                                                                                                                • 1346. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:uid.answer.value[x]:valueString
                                                                                                                                                                                                                                                                  Slice NamevalueString
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                  ShortNested groups and questions
                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                  Invariantsele-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 NamesopClass
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                  ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                  Pattern Value4.4.5.2.3.2
                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                  ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                  ShortName for group or question text
                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                  Pattern Valuediagnosis.imageStudy.imgDicom.series.instance.sopClass|DICOM class 類型
                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                  ShortThe response(s) to the question
                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  SlicingThis 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:
                                                                                                                                                                                                                                                                  • type @ $this
                                                                                                                                                                                                                                                                  • 1376. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgDicom.item:series.item:instance.item:sopClass.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                                    Slice NamevalueCoding
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                    ShortNested groups and questions
                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                    Invariantsele-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 NameimgNonDicom
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                    ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                    Pattern Value4.4.6
                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                    ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                    ShortName for group or question text
                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                    Pattern Valuediagnosis.imageStudy.imgNonDicom|非DICOM影像
                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                    ShortThe response(s) to the question
                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                    The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                    TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                    ShortNested groups and questions
                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    SlicingThis 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:
                                                                                                                                                                                                                                                                    • value @ linkId
                                                                                                                                                                                                                                                                    • 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.

                                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                      TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                      Invariantsele-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 NameimgNonDicom
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                      Pattern Value4.4.6.1
                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                      Pattern Valuediagnosis.imageStudy.imgNonDicom.imgNonDicom|非DICOM影像
                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      SlicingThis 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:
                                                                                                                                                                                                                                                                      • type @ $this
                                                                                                                                                                                                                                                                      • 1460. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicom.answer.value[x]:valueString
                                                                                                                                                                                                                                                                        Slice NamevalueString
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                        ShortNested groups and questions
                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                        Invariantsele-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 NameimgNonDicomMimeType
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                        ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                        Pattern Value4.4.6.2
                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                        ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                        ShortName for group or question text
                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                        Pattern Valuediagnosis.imageStudy.imgNonDicom.imgNonDicomMimeType|非DICOM影像MimeType
                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                        ShortThe response(s) to the question
                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        SlicingThis 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:
                                                                                                                                                                                                                                                                        • type @ $this
                                                                                                                                                                                                                                                                        • 1490. QuestionnaireResponse.item:diagnosis.item:imageStudy.item:imgNonDicom.item:imgNonDicomMimeType.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                                          Slice NamevalueCoding
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from HL7-健保重大傷病-非DICOM影像MimeType值集
                                                                                                                                                                                                                                                                          (required to https://nhicore.nhi.gov.tw/ci/ValueSet/media-mimetypes)
                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                          ShortNested groups and questions
                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          1496. QuestionnaireResponse.item:ci
                                                                                                                                                                                                                                                                          Slice Nameci
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          A group or question item from the original questionnaire for which answers are provided.

                                                                                                                                                                                                                                                                          ShortGroups 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).

                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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問卷題目編號
                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                          Pattern Value5
                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                          ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                          ShortName for group or question text
                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                          Pattern Valueci|重大傷病
                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                          ShortThe response(s) to the question
                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                          TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          SlicingThis 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:
                                                                                                                                                                                                                                                                          • type @ $this
                                                                                                                                                                                                                                                                          • 1520. QuestionnaireResponse.item:ci.answer.value[x]:valueReference
                                                                                                                                                                                                                                                                            Slice NamevalueReference
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            TypeReference(重大傷病-Condition TWCI)
                                                                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                            ShortNested groups and questions
                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            1526. QuestionnaireResponse.item:cancerStage
                                                                                                                                                                                                                                                                            Slice NamecancerStage
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            A group or question item from the original questionnaire for which answers are provided.

                                                                                                                                                                                                                                                                            ShortGroups 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).

                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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問卷題目編號
                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                            Pattern Value6
                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                            ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                            ShortName for group or question text
                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                            Pattern ValuecancerStage|癌症期別
                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                            ShortThe response(s) to the question
                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                            The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                            (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                            Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                            TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                            ShortNested groups and questions
                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                                                                            Control1..*
                                                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                            • value @ linkId
                                                                                                                                                                                                                                                                            • 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.

                                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                              ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortName for group or question text
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortThe response(s) to the question
                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                              TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortNested groups and questions
                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              1580. QuestionnaireResponse.item:cancerStage.item:cancerStage
                                                                                                                                                                                                                                                                              Slice NamecancerStage
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                              ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                              Pattern Value6.1
                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortName for group or question text
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                              Pattern ValuecancerStage.cancerStage|癌症期別,醫院自行填入癌症期別(1~4),若為不適用者填9(不適用)。
                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortThe response(s) to the question
                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              SlicingThis 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:
                                                                                                                                                                                                                                                                              • type @ $this
                                                                                                                                                                                                                                                                              • 1604. QuestionnaireResponse.item:cancerStage.item:cancerStage.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                                                Slice NamevalueCoding
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from NHI-健保重大傷病-癌症期別值集
                                                                                                                                                                                                                                                                                (required to https://nhicore.nhi.gov.tw/ci/ValueSet/cancer-stage)
                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                ShortNested groups and questions
                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                1610. QuestionnaireResponse.item:cancerStage.item:assessScore
                                                                                                                                                                                                                                                                                Slice NameassessScore
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                Pattern Value6.2
                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                ShortName for group or question text
                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                Pattern ValuecancerStage.assessScore|癌症分期分數或結果
                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                SlicingThis 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:
                                                                                                                                                                                                                                                                                • type @ $this
                                                                                                                                                                                                                                                                                • 1634. QuestionnaireResponse.item:cancerStage.item:assessScore.answer.value[x]:valueString
                                                                                                                                                                                                                                                                                  Slice NamevalueString
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortNested groups and questions
                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  1640. QuestionnaireResponse.item:cancerStage.item:assessDate
                                                                                                                                                                                                                                                                                  Slice NameassessDate
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                  ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                  Pattern Value6.3
                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortName for group or question text
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                  Pattern ValuecancerStage.assessDate|癌症分期量表評估日期,YYYY-MM-DD,西元年月日,民國前為負數。
                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                  TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortNested groups and questions
                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  1668. QuestionnaireResponse.item:illness
                                                                                                                                                                                                                                                                                  Slice Nameillness
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  A group or question item from the original questionnaire for which answers are provided.

                                                                                                                                                                                                                                                                                  ShortGroups 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).

                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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問卷題目編號
                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                  Pattern Value7
                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortName for group or question text
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                  Pattern Valueillness|惡性腫瘤重大傷病換發評估表
                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                  The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                                                                                  ShortAdditional 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.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                  ShortExtensions 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.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                  TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortNested groups and questions
                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on QuestionnaireResponse.item.item. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                  • value @ linkId
                                                                                                                                                                                                                                                                                  • 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.

                                                                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                    ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortName for group or question text
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                    TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortNested groups and questions
                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    1722. QuestionnaireResponse.item:illness.item:oriCancerCode
                                                                                                                                                                                                                                                                                    Slice NameoriCancerCode
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                    ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                    ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                    Pattern Value7.1
                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortName for group or question text
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                    Pattern Valueillness.oriCancerCode|原發癌症診斷碼,最長為7碼。
                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Invariantsele-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.

                                                                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    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.

                                                                                                                                                                                                                                                                                    ShortAdditional 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.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                    ShortExtensions 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.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                    ShortSingle-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.

                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                    Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    SlicingThis 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:
                                                                                                                                                                                                                                                                                    • type @ $this
                                                                                                                                                                                                                                                                                    • 1746. QuestionnaireResponse.item:illness.item:oriCancerCode.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                                                      Slice NamevalueCoding
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from NHI-健保重大傷病-ICD-CM-原發癌症診斷碼值集
                                                                                                                                                                                                                                                                                      (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-primary-cancer-icd)
                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      1752. QuestionnaireResponse.item:illness.item:oriCancerDxDate
                                                                                                                                                                                                                                                                                      Slice NameoriCancerDxDate
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                      Pattern Value7.2
                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                      Pattern Valueillness.oriCancerDxDate|癌症最初診斷日期,西元年月日;不得大於系統日。
                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                      TypeChoice of: boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource)
                                                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortNested groups and questions
                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      1780. QuestionnaireResponse.item:illness.item:oriCancerAjcc
                                                                                                                                                                                                                                                                                      Slice NameoriCancerAjcc
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                      ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                      ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                      Pattern Value7.3
                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortName for group or question text
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                      Pattern Valueillness.oriCancerAjcc|癌症最初診斷AJCC分期(病理分期或未接受治療前的臨床分期),依期別填入;若不是用此分類而用其他分類,則填寫9。
                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Invariantsele-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.

                                                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      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.

                                                                                                                                                                                                                                                                                      ShortAdditional 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.

                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                      ShortExtensions 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.

                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                      ShortSingle-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.

                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                      Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      SlicingThis 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:
                                                                                                                                                                                                                                                                                      • type @ $this
                                                                                                                                                                                                                                                                                      • 1804. QuestionnaireResponse.item:illness.item:oriCancerAjcc.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                                                        Slice NamevalueCoding
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from NHI-健保重大傷病-癌症最初診斷AJCC分期值集
                                                                                                                                                                                                                                                                                        (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstaging)
                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                                        ShortNested groups and questions
                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        1810. QuestionnaireResponse.item:illness.item:oriCancerAjcc1
                                                                                                                                                                                                                                                                                        Slice NameoriCancerAjcc1
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                        ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                        ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                        Pattern Value7.4
                                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                                        ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                                        ShortName for group or question text
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                        Pattern Valueillness.oriCancerAjcc1|癌症最初診斷AJCC分期_補充說明欄位,若前述欄位為9,則請於此欄位描述其他系統之其他分期為何。
                                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                                        ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                        The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Invariantsele-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.

                                                                                                                                                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        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.

                                                                                                                                                                                                                                                                                        ShortAdditional 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.

                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                        ShortExtensions 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.

                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                        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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                        ShortSingle-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.

                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                        (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                        Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        SlicingThis 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:
                                                                                                                                                                                                                                                                                        • type @ $this
                                                                                                                                                                                                                                                                                        • 1834. QuestionnaireResponse.item:illness.item:oriCancerAjcc1.answer.value[x]:valueString
                                                                                                                                                                                                                                                                                          Slice NamevalueString
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                                          ShortNested groups and questions
                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          1840. QuestionnaireResponse.item:illness.item:cancerStatus
                                                                                                                                                                                                                                                                                          Slice NamecancerStatus
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                          ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                          ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                          Pattern Value7.5
                                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                                          ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                                          ShortName for group or question text
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                          Pattern Valueillness.cancerStatus|目前癌症狀態
                                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                                          ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                          The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Invariantsele-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.

                                                                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          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.

                                                                                                                                                                                                                                                                                          ShortAdditional 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.

                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                          ShortExtensions 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.

                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                          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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                          ShortSingle-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.

                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                          Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          SlicingThis 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:
                                                                                                                                                                                                                                                                                          • type @ $this
                                                                                                                                                                                                                                                                                          • 1864. QuestionnaireResponse.item:illness.item:cancerStatus.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                                                            Slice NamevalueCoding
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from NHI-健保重大傷病-癌症狀態
                                                                                                                                                                                                                                                                                            (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancerstage-status)
                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                                            ShortNested groups and questions
                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            1870. QuestionnaireResponse.item:illness.item:cancerTreatment
                                                                                                                                                                                                                                                                                            Slice NamecancerTreatment
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                            ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                            ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                            Pattern Value7.6
                                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                                            ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                                            ShortName for group or question text
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                            Pattern Valueillness.cancerTreatment|後續治療評估,可複選。
                                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                                            ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                            The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                            Control1..*
                                                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Invariantsele-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.

                                                                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            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.

                                                                                                                                                                                                                                                                                            ShortAdditional 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.

                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                            ShortExtensions 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.

                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                            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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                            ShortSingle-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.

                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                            (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                            Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            SlicingThis 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:
                                                                                                                                                                                                                                                                                            • type @ $this
                                                                                                                                                                                                                                                                                            • 1894. QuestionnaireResponse.item:illness.item:cancerTreatment.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                                                              Slice NamevalueCoding
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from NHI-健保重大傷病-後續治療評估值集
                                                                                                                                                                                                                                                                                              (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment)
                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                                              ShortNested groups and questions
                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              1900. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan
                                                                                                                                                                                                                                                                                              Slice NamecancerTreatmentPlan
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                              ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                              ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                              Pattern Value7.7
                                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                                              ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                                              ShortName for group or question text
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                              Pattern Valueillness.cancerTreatmentPlan|後續治療計劃,可複選。
                                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                                              ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                              The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                              Control1..*
                                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Invariantsele-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.

                                                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              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.

                                                                                                                                                                                                                                                                                              ShortAdditional 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.

                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                              ShortExtensions 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.

                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                              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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                              ShortSingle-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.

                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                              Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              SlicingThis 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:
                                                                                                                                                                                                                                                                                              • type @ $this
                                                                                                                                                                                                                                                                                              • 1924. QuestionnaireResponse.item:illness.item:cancerTreatmentPlan.answer.value[x]:valueCoding
                                                                                                                                                                                                                                                                                                Slice NamevalueCoding
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from NHI-健保重大傷病-後續治療計劃值集
                                                                                                                                                                                                                                                                                                (required to https://nhicore.nhi.gov.tw/ci/ValueSet/nhi-cancer-treatment-plan)
                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                                ShortNested groups and questions
                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                1930. QuestionnaireResponse.item:illness.item:cancerTreatmentText
                                                                                                                                                                                                                                                                                                Slice NamecancerTreatmentText
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                Questions or sub-groups nested beneath a question or group.

                                                                                                                                                                                                                                                                                                ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                                ShortPointer to specific item from Questionnaire
                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.

                                                                                                                                                                                                                                                                                                Pattern Value7.8
                                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                                ShortElementDefinition - 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.

                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                                ShortName for group or question text
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                Allows the questionnaire response to be read without access to the questionnaire.

                                                                                                                                                                                                                                                                                                Pattern Valueillness.cancerTreatmentText|補充說明。
                                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                                ShortThe response(s) to the question
                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                The value is nested because we cannot have a repeating structure that has variable type.

                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Invariantsele-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.

                                                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                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.

                                                                                                                                                                                                                                                                                                ShortAdditional 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.

                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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).

                                                                                                                                                                                                                                                                                                ShortExtensions 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.

                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                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 Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @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.

                                                                                                                                                                                                                                                                                                ShortSingle-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.

                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                                (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                                Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                SlicingThis 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:
                                                                                                                                                                                                                                                                                                • type @ $this
                                                                                                                                                                                                                                                                                                • 1954. QuestionnaireResponse.item:illness.item:cancerTreatmentText.answer.value[x]:valueString
                                                                                                                                                                                                                                                                                                  Slice NamevalueString
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  The answer (or one of the answers) provided by the respondent to the question.

                                                                                                                                                                                                                                                                                                  ShortSingle-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.

                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                  BindingFor example codes, see QuestionnaireAnswerCodes
                                                                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/questionnaire-answers)

                                                                                                                                                                                                                                                                                                  Code indicating the response provided for a question.

                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                  Ability to retain a single-valued answer to a question.

                                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                                  ShortNested groups and questions
                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                  It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

                                                                                                                                                                                                                                                                                                  Invariantsele-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.

                                                                                                                                                                                                                                                                                                  ShortNested questionnaire response items
                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                  Reports can consist of complex nested groups.

                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))