Patient Monitoring Outcome FHIR Implementation Guide, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/patient-monitoring/ and changes regularly. See the Directory of published versions
| Draft as of 2026-05-18 |
Definitions for the homehosp-questionnaire-response-lm logical model
Guidance on how to interpret the contents of this table can be foundhere
| 0. HomeHospQuestionnaireResponse | |
| Definition | Logical model representing the FHIR QuestionnaireResponse resource as used in the OPAT and ONCO home hospitalization caresets. Each home nurse visit produces exactly one QuestionnaireResponse if the visit was not cancelled, which corresponds to a single Encounter. The QuestionnaireResponse references the canonical Questionnaire URL and contains the nurse's answers. It can be used as-is for clinical review or as input to an SDC Definition-based extraction pipeline that generates discrete FHIR Observations. |
| Short | Home Hospitalization QuestionnaireResponse Logical Model |
| Control | 0..* |
| Is Modifier | false |
| Logical Model | Instances of this logical model are not marked to be the target of a Reference |
| 2. HomeHospQuestionnaireResponse.questionnaire | |
| Definition | Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1) |
| Short | Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1) |
| Control | 1..1 |
| Type | canonical |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 4. HomeHospQuestionnaireResponse.status | |
| Definition | Status of the questionnaire response | Answers: completed | entered-in-error |
| Short | Status of the questionnaire response | Answers: completed | entered-in-error |
| Control | 1..1 |
| Type | code |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 6. HomeHospQuestionnaireResponse.subject | |
| Definition | Reference to the Patient this response is about |
| Short | Reference to the Patient this response is about |
| Control | 1..1 |
| Type | Reference(BeModelPatient) |
| 8. HomeHospQuestionnaireResponse.encounter | |
| Definition | Reference to the Encounter during which this response was captured - !!! in testphase this was not required but it makes sence to reference the encounter |
| Short | Reference to the Encounter during which this response was captured - !!! in testphase this was not required but it makes sence to reference the encounter |
| Control | 1..1 |
| Type | Reference(Home Hospitalization Encounter Logical Model) |
| 10. HomeHospQuestionnaireResponse.authored | |
| Definition | Date/time when the response was completed |
| Short | Date/time when the response was completed |
| Control | 1..1 |
| Type | dateTime |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 12. HomeHospQuestionnaireResponse.author | |
| Definition | Reference to the home nurse who authored the response (Practitioner) |
| Short | Reference to the home nurse who authored the response (Practitioner) |
| Control | 0..1 |
| Type | Reference(BePractitioner) |
| 14. HomeHospQuestionnaireResponse.source | |
| Definition | Reference to the person who provided the answers (if different from author) |
| Short | Reference to the person who provided the answers (if different from author) |
| Control | 0..1 |
| Type | Reference(BeModelPatient) |
| 16. HomeHospQuestionnaireResponse.item | |
| Definition | Answer items corresponding to questionnaire groups and questions. Structure mirrors the Questionnaire item hierarchy (groups and leaf questions). Each leaf item contains a linkId, optional text, and one or more answer values. |
| Short | Answer items corresponding to questionnaire groups and questions. Structure mirrors the Questionnaire item hierarchy (groups and leaf questions). Each leaf item contains a linkId, optional text, and one or more answer values. |
| Control | 1..* |
| Type | BackboneElement |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 18. HomeHospQuestionnaireResponse.item.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 20. HomeHospQuestionnaireResponse.item.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on HomeHospQuestionnaireResponse.item.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 22. HomeHospQuestionnaireResponse.item.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 24. HomeHospQuestionnaireResponse.item.linkId | |
| Definition | Unique linkId matching the corresponding Questionnaire item |
| Short | Unique linkId matching the corresponding Questionnaire item |
| Control | 1..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 26. HomeHospQuestionnaireResponse.item.text | |
| Definition | Display text of the question (copied from the Questionnaire for readability) |
| Short | Display text of the question (copied from the Questionnaire for readability) |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 28. HomeHospQuestionnaireResponse.item.answer | |
| Definition | Answer(s) provided for this item |
| Short | Answer(s) provided for this item |
| Control | 0..* |
| Type | BackboneElement |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 30. HomeHospQuestionnaireResponse.item.answer.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 32. HomeHospQuestionnaireResponse.item.answer.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on HomeHospQuestionnaireResponse.item.answer.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 34. HomeHospQuestionnaireResponse.item.answer.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 36. HomeHospQuestionnaireResponse.item.answer.valueCoding | |
| Definition | Coded answer (for choice-type questions using SNOMED CT codes) |
| Short | Coded answer (for choice-type questions using SNOMED CT codes) |
| Control | 0..1 |
| Type | Coding |
| 38. HomeHospQuestionnaireResponse.item.answer.valueDecimal | |
| Definition | Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights) |
| Short | Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights) |
| Control | 0..1 |
| Type | decimal |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 40. HomeHospQuestionnaireResponse.item.answer.valueString | |
| Definition | Free-text answer (for open text questions) |
| Short | Free-text answer (for open text questions) |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 42. HomeHospQuestionnaireResponse.item.answer.valueBoolean | |
| Definition | Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no) |
| Short | Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no) |
| Control | 0..1 |
| Type | boolean |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 44. HomeHospQuestionnaireResponse.item.item | |
| Definition | Nested answer items for sub-questions within a group (same structure as item) |
| Short | Nested answer items for sub-questions within a group (same structure as item) |
| Control | 0..* |
| Type | BackboneElement |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 46. HomeHospQuestionnaireResponse.item.item.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 48. HomeHospQuestionnaireResponse.item.item.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on HomeHospQuestionnaireResponse.item.item.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 50. HomeHospQuestionnaireResponse.item.item.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 52. HomeHospQuestionnaireResponse.item.item.linkId | |
| Definition | Unique linkId matching the corresponding nested Questionnaire item |
| Short | Unique linkId matching the corresponding nested Questionnaire item |
| Control | 1..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 54. HomeHospQuestionnaireResponse.item.item.text | |
| Definition | Display text of the nested question |
| Short | Display text of the nested question |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 56. HomeHospQuestionnaireResponse.item.item.answer | |
| Definition | Answer(s) for the nested item |
| Short | Answer(s) for the nested item |
| Control | 0..* |
| Type | BackboneElement |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 58. HomeHospQuestionnaireResponse.item.item.answer.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 60. HomeHospQuestionnaireResponse.item.item.answer.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on HomeHospQuestionnaireResponse.item.item.answer.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 62. HomeHospQuestionnaireResponse.item.item.answer.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 64. HomeHospQuestionnaireResponse.item.item.answer.valueCoding | |
| Definition | Coded answer for the nested item |
| Short | Coded answer for the nested item |
| Control | 0..1 |
| Type | Coding |
| 66. HomeHospQuestionnaireResponse.item.item.answer.valueDecimal | |
| Definition | Numeric answer for the nested item |
| Short | Numeric answer for the nested item |
| Control | 0..1 |
| Type | decimal |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 68. HomeHospQuestionnaireResponse.item.item.answer.valueString | |
| Definition | Free-text answer for the nested item |
| Short | Free-text answer for the nested item |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Guidance on how to interpret the contents of this table can be foundhere
| 0. HomeHospQuestionnaireResponse | |
| Definition | Logical model representing the FHIR QuestionnaireResponse resource as used in the OPAT and ONCO home hospitalization caresets. Each home nurse visit produces exactly one QuestionnaireResponse if the visit was not cancelled, which corresponds to a single Encounter. The QuestionnaireResponse references the canonical Questionnaire URL and contains the nurse's answers. It can be used as-is for clinical review or as input to an SDC Definition-based extraction pipeline that generates discrete FHIR Observations. |
| Short | Home Hospitalization QuestionnaireResponse Logical Model |
| Logical Model | Instances of this logical model are not marked to be the target of a Reference |
| 2. HomeHospQuestionnaireResponse.questionnaire | |
| Definition | Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1) |
| Short | Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1) |
| Control | 1..1 |
| Type | canonical |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 4. HomeHospQuestionnaireResponse.status | |
| Definition | Status of the questionnaire response | Answers: completed | entered-in-error |
| Short | Status of the questionnaire response | Answers: completed | entered-in-error |
| Control | 1..1 |
| Type | code |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 6. HomeHospQuestionnaireResponse.subject | |
| Definition | Reference to the Patient this response is about |
| Short | Reference to the Patient this response is about |
| Control | 1..1 |
| Type | Reference(BeModelPatient) |
| 8. HomeHospQuestionnaireResponse.encounter | |
| Definition | Reference to the Encounter during which this response was captured - !!! in testphase this was not required but it makes sence to reference the encounter |
| Short | Reference to the Encounter during which this response was captured - !!! in testphase this was not required but it makes sence to reference the encounter |
| Control | 1..1 |
| Type | Reference(Home Hospitalization Encounter Logical Model) |
| 10. HomeHospQuestionnaireResponse.authored | |
| Definition | Date/time when the response was completed |
| Short | Date/time when the response was completed |
| Control | 1..1 |
| Type | dateTime |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 12. HomeHospQuestionnaireResponse.author | |
| Definition | Reference to the home nurse who authored the response (Practitioner) |
| Short | Reference to the home nurse who authored the response (Practitioner) |
| Control | 0..1 |
| Type | Reference(BePractitioner) |
| 14. HomeHospQuestionnaireResponse.source | |
| Definition | Reference to the person who provided the answers (if different from author) |
| Short | Reference to the person who provided the answers (if different from author) |
| Control | 0..1 |
| Type | Reference(BeModelPatient) |
| 16. HomeHospQuestionnaireResponse.item | |
| Definition | Answer items corresponding to questionnaire groups and questions. Structure mirrors the Questionnaire item hierarchy (groups and leaf questions). Each leaf item contains a linkId, optional text, and one or more answer values. |
| Short | Answer items corresponding to questionnaire groups and questions. Structure mirrors the Questionnaire item hierarchy (groups and leaf questions). Each leaf item contains a linkId, optional text, and one or more answer values. |
| Control | 1..* |
| Type | BackboneElement |
| 18. HomeHospQuestionnaireResponse.item.linkId | |
| Definition | Unique linkId matching the corresponding Questionnaire item |
| Short | Unique linkId matching the corresponding Questionnaire item |
| Control | 1..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 20. HomeHospQuestionnaireResponse.item.text | |
| Definition | Display text of the question (copied from the Questionnaire for readability) |
| Short | Display text of the question (copied from the Questionnaire for readability) |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 22. HomeHospQuestionnaireResponse.item.answer | |
| Definition | Answer(s) provided for this item |
| Short | Answer(s) provided for this item |
| Control | 0..* |
| Type | BackboneElement |
| 24. HomeHospQuestionnaireResponse.item.answer.valueCoding | |
| Definition | Coded answer (for choice-type questions using SNOMED CT codes) |
| Short | Coded answer (for choice-type questions using SNOMED CT codes) |
| Control | 0..1 |
| Type | Coding |
| 26. HomeHospQuestionnaireResponse.item.answer.valueDecimal | |
| Definition | Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights) |
| Short | Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights) |
| Control | 0..1 |
| Type | decimal |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 28. HomeHospQuestionnaireResponse.item.answer.valueString | |
| Definition | Free-text answer (for open text questions) |
| Short | Free-text answer (for open text questions) |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 30. HomeHospQuestionnaireResponse.item.answer.valueBoolean | |
| Definition | Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no) |
| Short | Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no) |
| Control | 0..1 |
| Type | boolean |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 32. HomeHospQuestionnaireResponse.item.item | |
| Definition | Nested answer items for sub-questions within a group (same structure as item) |
| Short | Nested answer items for sub-questions within a group (same structure as item) |
| Control | 0..* |
| Type | BackboneElement |
| 34. HomeHospQuestionnaireResponse.item.item.linkId | |
| Definition | Unique linkId matching the corresponding nested Questionnaire item |
| Short | Unique linkId matching the corresponding nested Questionnaire item |
| Control | 1..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 36. HomeHospQuestionnaireResponse.item.item.text | |
| Definition | Display text of the nested question |
| Short | Display text of the nested question |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 38. HomeHospQuestionnaireResponse.item.item.answer | |
| Definition | Answer(s) for the nested item |
| Short | Answer(s) for the nested item |
| Control | 0..* |
| Type | BackboneElement |
| 40. HomeHospQuestionnaireResponse.item.item.answer.valueCoding | |
| Definition | Coded answer for the nested item |
| Short | Coded answer for the nested item |
| Control | 0..1 |
| Type | Coding |
| 42. HomeHospQuestionnaireResponse.item.item.answer.valueDecimal | |
| Definition | Numeric answer for the nested item |
| Short | Numeric answer for the nested item |
| Control | 0..1 |
| Type | decimal |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 44. HomeHospQuestionnaireResponse.item.item.answer.valueString | |
| Definition | Free-text answer for the nested item |
| Short | Free-text answer for the nested item |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Guidance on how to interpret the contents of this table can be foundhere
| 0. HomeHospQuestionnaireResponse | |
| Definition | Logical model representing the FHIR QuestionnaireResponse resource as used in the OPAT and ONCO home hospitalization caresets. Each home nurse visit produces exactly one QuestionnaireResponse if the visit was not cancelled, which corresponds to a single Encounter. The QuestionnaireResponse references the canonical Questionnaire URL and contains the nurse's answers. It can be used as-is for clinical review or as input to an SDC Definition-based extraction pipeline that generates discrete FHIR Observations. |
| Short | Home Hospitalization QuestionnaireResponse Logical Model |
| Control | 0..* |
| Is Modifier | false |
| Logical Model | Instances of this logical model are not marked to be the target of a Reference |
| 2. HomeHospQuestionnaireResponse.questionnaire | |
| Definition | Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1) |
| Short | Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1) |
| Control | 1..1 |
| Type | canonical |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 4. HomeHospQuestionnaireResponse.status | |
| Definition | Status of the questionnaire response | Answers: completed | entered-in-error |
| Short | Status of the questionnaire response | Answers: completed | entered-in-error |
| Control | 1..1 |
| Type | code |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 6. HomeHospQuestionnaireResponse.subject | |
| Definition | Reference to the Patient this response is about |
| Short | Reference to the Patient this response is about |
| Control | 1..1 |
| Type | Reference(BeModelPatient) |
| 8. HomeHospQuestionnaireResponse.encounter | |
| Definition | Reference to the Encounter during which this response was captured - !!! in testphase this was not required but it makes sence to reference the encounter |
| Short | Reference to the Encounter during which this response was captured - !!! in testphase this was not required but it makes sence to reference the encounter |
| Control | 1..1 |
| Type | Reference(Home Hospitalization Encounter Logical Model) |
| 10. HomeHospQuestionnaireResponse.authored | |
| Definition | Date/time when the response was completed |
| Short | Date/time when the response was completed |
| Control | 1..1 |
| Type | dateTime |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 12. HomeHospQuestionnaireResponse.author | |
| Definition | Reference to the home nurse who authored the response (Practitioner) |
| Short | Reference to the home nurse who authored the response (Practitioner) |
| Control | 0..1 |
| Type | Reference(BePractitioner) |
| 14. HomeHospQuestionnaireResponse.source | |
| Definition | Reference to the person who provided the answers (if different from author) |
| Short | Reference to the person who provided the answers (if different from author) |
| Control | 0..1 |
| Type | Reference(BeModelPatient) |
| 16. HomeHospQuestionnaireResponse.item | |
| Definition | Answer items corresponding to questionnaire groups and questions. Structure mirrors the Questionnaire item hierarchy (groups and leaf questions). Each leaf item contains a linkId, optional text, and one or more answer values. |
| Short | Answer items corresponding to questionnaire groups and questions. Structure mirrors the Questionnaire item hierarchy (groups and leaf questions). Each leaf item contains a linkId, optional text, and one or more answer values. |
| Control | 1..* |
| Type | BackboneElement |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 18. HomeHospQuestionnaireResponse.item.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 20. HomeHospQuestionnaireResponse.item.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on HomeHospQuestionnaireResponse.item.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 22. HomeHospQuestionnaireResponse.item.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 24. HomeHospQuestionnaireResponse.item.linkId | |
| Definition | Unique linkId matching the corresponding Questionnaire item |
| Short | Unique linkId matching the corresponding Questionnaire item |
| Control | 1..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 26. HomeHospQuestionnaireResponse.item.text | |
| Definition | Display text of the question (copied from the Questionnaire for readability) |
| Short | Display text of the question (copied from the Questionnaire for readability) |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 28. HomeHospQuestionnaireResponse.item.answer | |
| Definition | Answer(s) provided for this item |
| Short | Answer(s) provided for this item |
| Control | 0..* |
| Type | BackboneElement |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 30. HomeHospQuestionnaireResponse.item.answer.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 32. HomeHospQuestionnaireResponse.item.answer.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on HomeHospQuestionnaireResponse.item.answer.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 34. HomeHospQuestionnaireResponse.item.answer.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 36. HomeHospQuestionnaireResponse.item.answer.valueCoding | |
| Definition | Coded answer (for choice-type questions using SNOMED CT codes) |
| Short | Coded answer (for choice-type questions using SNOMED CT codes) |
| Control | 0..1 |
| Type | Coding |
| 38. HomeHospQuestionnaireResponse.item.answer.valueDecimal | |
| Definition | Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights) |
| Short | Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights) |
| Control | 0..1 |
| Type | decimal |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 40. HomeHospQuestionnaireResponse.item.answer.valueString | |
| Definition | Free-text answer (for open text questions) |
| Short | Free-text answer (for open text questions) |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 42. HomeHospQuestionnaireResponse.item.answer.valueBoolean | |
| Definition | Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no) |
| Short | Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no) |
| Control | 0..1 |
| Type | boolean |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 44. HomeHospQuestionnaireResponse.item.item | |
| Definition | Nested answer items for sub-questions within a group (same structure as item) |
| Short | Nested answer items for sub-questions within a group (same structure as item) |
| Control | 0..* |
| Type | BackboneElement |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 46. HomeHospQuestionnaireResponse.item.item.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 48. HomeHospQuestionnaireResponse.item.item.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on HomeHospQuestionnaireResponse.item.item.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 50. HomeHospQuestionnaireResponse.item.item.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 52. HomeHospQuestionnaireResponse.item.item.linkId | |
| Definition | Unique linkId matching the corresponding nested Questionnaire item |
| Short | Unique linkId matching the corresponding nested Questionnaire item |
| Control | 1..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 54. HomeHospQuestionnaireResponse.item.item.text | |
| Definition | Display text of the nested question |
| Short | Display text of the nested question |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 56. HomeHospQuestionnaireResponse.item.item.answer | |
| Definition | Answer(s) for the nested item |
| Short | Answer(s) for the nested item |
| Control | 0..* |
| Type | BackboneElement |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 58. HomeHospQuestionnaireResponse.item.item.answer.id | |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Short | Unique id for inter-element referencing |
| Control | 0..1 |
| Type | string |
| Is Modifier | false |
| XML Format | In the XML format, this property is represented as an attribute. |
| Summary | false |
| 60. HomeHospQuestionnaireResponse.item.item.answer.extension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | Additional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on HomeHospQuestionnaireResponse.item.item.answer.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 62. HomeHospQuestionnaireResponse.item.item.answer.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored even if unrecognized |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Summary | true |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content, modifiers |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 64. HomeHospQuestionnaireResponse.item.item.answer.valueCoding | |
| Definition | Coded answer for the nested item |
| Short | Coded answer for the nested item |
| Control | 0..1 |
| Type | Coding |
| 66. HomeHospQuestionnaireResponse.item.item.answer.valueDecimal | |
| Definition | Numeric answer for the nested item |
| Short | Numeric answer for the nested item |
| Control | 0..1 |
| Type | decimal |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| 68. HomeHospQuestionnaireResponse.item.item.answer.valueString | |
| Definition | Free-text answer for the nested item |
| Short | Free-text answer for the nested item |
| Control | 0..1 |
| Type | string |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |