FHIR IG analytics
| Package | hl7.fhir.be.patient-monitoring |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-homehosp-questionnaire-response-lm.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-be/patient-monitoring/StructureDefinition-homehosp-questionnaire-response-lm.html |
| URL | http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/homehosp-questionnaire-response-lm |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-05-27T09:31:20+00:00 |
| Name | HomeHospQuestionnaireResponse |
| Title | Home Hospitalization QuestionnaireResponse Logical Model |
| Realm | be |
| Authority | hl7 |
| Description | 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. |
| Type | http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/HomeHospQuestionnaireResponse |
| Kind | logical |
Resources that use this resource
| StructureDefinition |
| hl7.fhir.be.patient-monitoring#current | homehosp-encounter-lm | Home Hospitalization Encounter Logical Model |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "StructureDefinition",
"id": "homehosp-questionnaire-response-lm",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
"valueBoolean": true
}
],
"url": "http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/homehosp-questionnaire-response-lm",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.54.42.30"
}
],
"version": "0.1.0",
"name": "HomeHospQuestionnaireResponse",
"title": "Home Hospitalization QuestionnaireResponse Logical Model",
"status": "draft",
"date": "2026-05-27T09:31:20+00:00",
"publisher": "HL7 Belgium",
"contact": [
{
"name": "HL7 Belgium",
"telecom": [
{
"system": "url",
"value": "http://example.com/committees"
},
{
"system": "email",
"value": "my-group@example.com"
}
]
},
{
"name": "Bob Smith",
"telecom": [
{
"system": "email",
"value": "bobsmith@example.com",
"use": "work"
}
]
}
],
"description": "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.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/HomeHospQuestionnaireResponse",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "HomeHospQuestionnaireResponse",
"path": "HomeHospQuestionnaireResponse",
"short": "Home Hospitalization QuestionnaireResponse Logical Model",
"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.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "HomeHospQuestionnaireResponse.questionnaire",
"path": "HomeHospQuestionnaireResponse.questionnaire",
"short": "Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1)",
"definition": "Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1)",
"min": 1,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.questionnaire",
"min": 1,
"max": "1"
},
"type": [
{
"code": "canonical"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.status",
"path": "HomeHospQuestionnaireResponse.status",
"short": "Status of the questionnaire response | Answers: completed | entered-in-error",
"definition": "Status of the questionnaire response | Answers: completed | entered-in-error",
"min": 1,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.status",
"min": 1,
"max": "1"
},
"type": [
{
"code": "code"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.subject",
"path": "HomeHospQuestionnaireResponse.subject",
"short": "Reference to the Patient this response is about",
"definition": "Reference to the Patient this response is about",
"min": 1,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.subject",
"min": 1,
"max": "1"
},
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatient"
]
}
]
},
{
"id": "HomeHospQuestionnaireResponse.encounter",
"path": "HomeHospQuestionnaireResponse.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",
"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",
"min": 1,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.encounter",
"min": 1,
"max": "1"
},
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/homehosp-encounter-lm"
]
}
]
},
{
"id": "HomeHospQuestionnaireResponse.authored",
"path": "HomeHospQuestionnaireResponse.authored",
"short": "Date/time when the response was completed",
"definition": "Date/time when the response was completed",
"min": 1,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.authored",
"min": 1,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.author",
"path": "HomeHospQuestionnaireResponse.author",
"short": "Reference to the home nurse who authored the response (Practitioner)",
"definition": "Reference to the home nurse who authored the response (Practitioner)",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.author",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
]
}
]
},
{
"id": "HomeHospQuestionnaireResponse.source",
"path": "HomeHospQuestionnaireResponse.source",
"short": "Reference to the person who provided the answers (if different from author)",
"definition": "Reference to the person who provided the answers (if different from author)",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.source",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatient"
]
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item",
"path": "HomeHospQuestionnaireResponse.item",
"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.",
"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.",
"min": 1,
"max": "*",
"base": {
"path": "HomeHospQuestionnaireResponse.item",
"min": 1,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.id",
"path": "HomeHospQuestionnaireResponse.item.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.extension",
"path": "HomeHospQuestionnaireResponse.item.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.modifierExtension",
"path": "HomeHospQuestionnaireResponse.item.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.linkId",
"path": "HomeHospQuestionnaireResponse.item.linkId",
"short": "Unique linkId matching the corresponding Questionnaire item",
"definition": "Unique linkId matching the corresponding Questionnaire item",
"min": 1,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.linkId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.text",
"path": "HomeHospQuestionnaireResponse.item.text",
"short": "Display text of the question (copied from the Questionnaire for readability)",
"definition": "Display text of the question (copied from the Questionnaire for readability)",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.text",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer",
"path": "HomeHospQuestionnaireResponse.item.answer",
"short": "Answer(s) provided for this item",
"definition": "Answer(s) provided for this item",
"min": 0,
"max": "*",
"base": {
"path": "HomeHospQuestionnaireResponse.item.answer",
"min": 0,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.id",
"path": "HomeHospQuestionnaireResponse.item.answer.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.extension",
"path": "HomeHospQuestionnaireResponse.item.answer.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.modifierExtension",
"path": "HomeHospQuestionnaireResponse.item.answer.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.valueCoding",
"path": "HomeHospQuestionnaireResponse.item.answer.valueCoding",
"short": "Coded answer (for choice-type questions using SNOMED CT codes)",
"definition": "Coded answer (for choice-type questions using SNOMED CT codes)",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.answer.valueCoding",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Coding"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.valueDecimal",
"path": "HomeHospQuestionnaireResponse.item.answer.valueDecimal",
"short": "Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights)",
"definition": "Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights)",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.answer.valueDecimal",
"min": 0,
"max": "1"
},
"type": [
{
"code": "decimal"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.valueString",
"path": "HomeHospQuestionnaireResponse.item.answer.valueString",
"short": "Free-text answer (for open text questions)",
"definition": "Free-text answer (for open text questions)",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.answer.valueString",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.valueBoolean",
"path": "HomeHospQuestionnaireResponse.item.answer.valueBoolean",
"short": "Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no)",
"definition": "Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no)",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.answer.valueBoolean",
"min": 0,
"max": "1"
},
"type": [
{
"code": "boolean"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item",
"path": "HomeHospQuestionnaireResponse.item.item",
"short": "Nested answer items for sub-questions within a group (same structure as item)",
"definition": "Nested answer items for sub-questions within a group (same structure as item)",
"min": 0,
"max": "*",
"base": {
"path": "HomeHospQuestionnaireResponse.item.item",
"min": 0,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.id",
"path": "HomeHospQuestionnaireResponse.item.item.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.extension",
"path": "HomeHospQuestionnaireResponse.item.item.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.modifierExtension",
"path": "HomeHospQuestionnaireResponse.item.item.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.linkId",
"path": "HomeHospQuestionnaireResponse.item.item.linkId",
"short": "Unique linkId matching the corresponding nested Questionnaire item",
"definition": "Unique linkId matching the corresponding nested Questionnaire item",
"min": 1,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.item.linkId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.text",
"path": "HomeHospQuestionnaireResponse.item.item.text",
"short": "Display text of the nested question",
"definition": "Display text of the nested question",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.item.text",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer",
"path": "HomeHospQuestionnaireResponse.item.item.answer",
"short": "Answer(s) for the nested item",
"definition": "Answer(s) for the nested item",
"min": 0,
"max": "*",
"base": {
"path": "HomeHospQuestionnaireResponse.item.item.answer",
"min": 0,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer.id",
"path": "HomeHospQuestionnaireResponse.item.item.answer.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer.extension",
"path": "HomeHospQuestionnaireResponse.item.item.answer.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer.modifierExtension",
"path": "HomeHospQuestionnaireResponse.item.item.answer.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer.valueCoding",
"path": "HomeHospQuestionnaireResponse.item.item.answer.valueCoding",
"short": "Coded answer for the nested item",
"definition": "Coded answer for the nested item",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.item.answer.valueCoding",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Coding"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer.valueDecimal",
"path": "HomeHospQuestionnaireResponse.item.item.answer.valueDecimal",
"short": "Numeric answer for the nested item",
"definition": "Numeric answer for the nested item",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.item.answer.valueDecimal",
"min": 0,
"max": "1"
},
"type": [
{
"code": "decimal"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer.valueString",
"path": "HomeHospQuestionnaireResponse.item.item.answer.valueString",
"short": "Free-text answer for the nested item",
"definition": "Free-text answer for the nested item",
"min": 0,
"max": "1",
"base": {
"path": "HomeHospQuestionnaireResponse.item.item.answer.valueString",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
}
]
},
"differential": {
"element": [
{
"id": "HomeHospQuestionnaireResponse",
"path": "HomeHospQuestionnaireResponse",
"short": "Home Hospitalization QuestionnaireResponse Logical Model",
"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."
},
{
"id": "HomeHospQuestionnaireResponse.questionnaire",
"path": "HomeHospQuestionnaireResponse.questionnaire",
"short": "Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1)",
"definition": "Canonical URL of the Questionnaire this response is based on (e.g. http://hl7belgium.org/fhir/patient-monitoring/Questionnaire/OPATContinuInfuusV1)",
"min": 1,
"max": "1",
"type": [
{
"code": "canonical"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.status",
"path": "HomeHospQuestionnaireResponse.status",
"short": "Status of the questionnaire response | Answers: completed | entered-in-error",
"definition": "Status of the questionnaire response | Answers: completed | entered-in-error",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.subject",
"path": "HomeHospQuestionnaireResponse.subject",
"short": "Reference to the Patient this response is about",
"definition": "Reference to the Patient this response is about",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatient"
]
}
]
},
{
"id": "HomeHospQuestionnaireResponse.encounter",
"path": "HomeHospQuestionnaireResponse.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",
"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",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/homehosp-encounter-lm"
]
}
]
},
{
"id": "HomeHospQuestionnaireResponse.authored",
"path": "HomeHospQuestionnaireResponse.authored",
"short": "Date/time when the response was completed",
"definition": "Date/time when the response was completed",
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.author",
"path": "HomeHospQuestionnaireResponse.author",
"short": "Reference to the home nurse who authored the response (Practitioner)",
"definition": "Reference to the home nurse who authored the response (Practitioner)",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
]
}
]
},
{
"id": "HomeHospQuestionnaireResponse.source",
"path": "HomeHospQuestionnaireResponse.source",
"short": "Reference to the person who provided the answers (if different from author)",
"definition": "Reference to the person who provided the answers (if different from author)",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatient"
]
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item",
"path": "HomeHospQuestionnaireResponse.item",
"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.",
"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.",
"min": 1,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.linkId",
"path": "HomeHospQuestionnaireResponse.item.linkId",
"short": "Unique linkId matching the corresponding Questionnaire item",
"definition": "Unique linkId matching the corresponding Questionnaire item",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.text",
"path": "HomeHospQuestionnaireResponse.item.text",
"short": "Display text of the question (copied from the Questionnaire for readability)",
"definition": "Display text of the question (copied from the Questionnaire for readability)",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer",
"path": "HomeHospQuestionnaireResponse.item.answer",
"short": "Answer(s) provided for this item",
"definition": "Answer(s) provided for this item",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.valueCoding",
"path": "HomeHospQuestionnaireResponse.item.answer.valueCoding",
"short": "Coded answer (for choice-type questions using SNOMED CT codes)",
"definition": "Coded answer (for choice-type questions using SNOMED CT codes)",
"min": 0,
"max": "1",
"type": [
{
"code": "Coding"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.valueDecimal",
"path": "HomeHospQuestionnaireResponse.item.answer.valueDecimal",
"short": "Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights)",
"definition": "Numeric answer with unit implicit from the Questionnaire (for vital parameters and infusor weights)",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.valueString",
"path": "HomeHospQuestionnaireResponse.item.answer.valueString",
"short": "Free-text answer (for open text questions)",
"definition": "Free-text answer (for open text questions)",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.answer.valueBoolean",
"path": "HomeHospQuestionnaireResponse.item.answer.valueBoolean",
"short": "Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no)",
"definition": "Boolean answer (reserved for future use; prefer valueCoding with SNOMED yes/no)",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item",
"path": "HomeHospQuestionnaireResponse.item.item",
"short": "Nested answer items for sub-questions within a group (same structure as item)",
"definition": "Nested answer items for sub-questions within a group (same structure as item)",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.linkId",
"path": "HomeHospQuestionnaireResponse.item.item.linkId",
"short": "Unique linkId matching the corresponding nested Questionnaire item",
"definition": "Unique linkId matching the corresponding nested Questionnaire item",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.text",
"path": "HomeHospQuestionnaireResponse.item.item.text",
"short": "Display text of the nested question",
"definition": "Display text of the nested question",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer",
"path": "HomeHospQuestionnaireResponse.item.item.answer",
"short": "Answer(s) for the nested item",
"definition": "Answer(s) for the nested item",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer.valueCoding",
"path": "HomeHospQuestionnaireResponse.item.item.answer.valueCoding",
"short": "Coded answer for the nested item",
"definition": "Coded answer for the nested item",
"min": 0,
"max": "1",
"type": [
{
"code": "Coding"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer.valueDecimal",
"path": "HomeHospQuestionnaireResponse.item.item.answer.valueDecimal",
"short": "Numeric answer for the nested item",
"definition": "Numeric answer for the nested item",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "HomeHospQuestionnaireResponse.item.item.answer.valueString",
"path": "HomeHospQuestionnaireResponse.item.item.answer.valueString",
"short": "Free-text answer for the nested item",
"definition": "Free-text answer for the nested item",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
}
}