Package | hl7.fhir.be.childrecord |
Type | StructureDefinition |
Id | BeModelObservation |
FHIR Version | R4 |
Source | https://www.ehealth.fgov.be/standards/fhir/childrecord/https://build.fhir.org/ig/hl7-be/childrecord/StructureDefinition-BeModelObservation.html |
URL | https://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeModelObservation |
Version | 0.1.0 |
Status | draft |
Date | 2025-06-27T16:00:14+00:00 |
Name | BeModelObservation |
Title | Observation model |
Realm | be |
Authority | hl7 |
Description | A model for observations, which are measurements or assessments made about a patient or subject. This model is used to represent various types of clinical observations. |
Type | https://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeModelObservation |
Kind | logical |
StructureDefinition | |
ChildReport | Child Report Logical Model |
StructureDefinition | |
be-organization | BeOrganization |
be-patient | BePatient |
be-practitioner | BePractitioner |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition BeModelObservation
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | Observation model | |
![]() ![]() ![]() | 1..1 | Reference(BePatient(2.1.2)) | Subject of the observation | |
![]() ![]() ![]() | 1..1 | CodeableConcept | Observation code Binding Description: (required) ⚠: binding | |
![]() ![]() ![]() | 0..1 | Value of the observation | ||
![]() ![]() ![]() ![]() | Quantity | |||
![]() ![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() ![]() | string | |||
![]() ![]() ![]() ![]() | boolean | |||
![]() ![]() ![]() | 0..1 | Effective time or period | ||
![]() ![]() ![]() ![]() | dateTime | |||
![]() ![]() ![]() ![]() | Period | |||
![]() ![]() ![]() | 1..1 | CodeableConcept | Observation status Binding Description: (required) ⚠: binding | |
![]() ![]() ![]() | 0..1 | Reason for the observation status | ||
![]() ![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() ![]() | string | |||
![]() ![]() ![]() | 0..* | Reference(BePractitioner(2.1.2) | BeOrganization(2.1.2)) | Performer of the observation | |
![]() ![]() ![]() | 0..* | Base | Component observations | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Component code | |
![]() ![]() ![]() ![]() | 0..1 | Component value | ||
![]() ![]() ![]() ![]() ![]() | Quantity | |||
![]() ![]() ![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() | string | |||
![]() ![]() ![]() ![]() ![]() | boolean | |||
![]() ![]() ![]() | 0..1 | CodeableConcept | Interpretation of the observation | |
![]() ![]() ![]() | 0..* | Annotation | Notes or comments about the observation | |
{ "resourceType": "StructureDefinition", "id": "BeModelObservation", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeModelObservation", "version": "0.1.0", "name": "BeModelObservation", "title": "Observation model", "status": "draft", "date": "2025-06-27T16:00:14+00:00", "publisher": "HL7 Belgium", "contact": [ { "name": "HL7 Belgium", "telecom": [ { "system": "url", "value": "https://www.hl7belgium.org" }, { "system": "email", "value": "hl7belgium@hl7belgium.org" } ] }, { "name": "Message Structure eHealth", "telecom": [ { "system": "email", "value": "message-structure@ehealth.fgov.be", "use": "work" } ] } ], "description": "A model for observations, which are measurements or assessments made about a patient or subject. This model is used to represent various types of clinical observations.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "BE", "display": "Belgium" } ] } ], "fhirVersion": "4.0.1", "kind": "logical", "abstract": false, "type": "https://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeModelObservation", "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": "BeModelObservation", "path": "BeModelObservation", "short": "Observation model", "definition": "A model for observations, which are measurements or assessments made about a patient or subject. This model is used to represent various types of clinical observations.", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false }, { "id": "BeModelObservation.subject", "path": "BeModelObservation.subject", "short": "Subject of the observation", "definition": "The patient or subject to whom the observation applies.", "min": 1, "max": "1", "base": { "path": "BeModelObservation.subject", "min": 1, "max": "1" }, "type": [ { "code": "Reference", "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ] } ] }, { "id": "BeModelObservation.code", "path": "BeModelObservation.code", "short": "Observation code", "definition": "A code that identifies the type of observation being made, such as a clinical measurement or assessment.", "min": 1, "max": "1", "base": { "path": "BeModelObservation.code", "min": 1, "max": "1" }, "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required" } }, { "id": "BeModelObservation.value[x]", "path": "BeModelObservation.value[x]", "short": "Value of the observation", "definition": "The value of the observation, which can be a quantity, a coded value, or a string.", "min": 0, "max": "1", "base": { "path": "BeModelObservation.value[x]", "min": 0, "max": "1" }, "type": [ { "code": "Quantity" }, { "code": "CodeableConcept" }, { "code": "string" }, { "code": "boolean" } ] }, { "id": "BeModelObservation.effective[x]", "path": "BeModelObservation.effective[x]", "short": "Effective time or period", "definition": "The time or period during which the observation was made.", "min": 0, "max": "1", "base": { "path": "BeModelObservation.effective[x]", "min": 0, "max": "1" }, "type": [ { "code": "dateTime" }, { "code": "Period" } ] }, { "id": "BeModelObservation.status", "path": "BeModelObservation.status", "short": "Observation status", "definition": "The status of the observation, indicating whether it is preliminary, final, etc.", "min": 1, "max": "1", "base": { "path": "BeModelObservation.status", "min": 1, "max": "1" }, "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required" } }, { "id": "BeModelObservation.statusReason[x]", "path": "BeModelObservation.statusReason[x]", "short": "Reason for the observation status", "definition": "The reason for the current status of the observation.", "min": 0, "max": "1", "base": { "path": "BeModelObservation.statusReason[x]", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" }, { "code": "string" } ] }, { "id": "BeModelObservation.performer", "path": "BeModelObservation.performer", "short": "Performer of the observation", "definition": "The individual or organization that performed the observation.", "min": 0, "max": "*", "base": { "path": "BeModelObservation.performer", "min": 0, "max": "*" }, "type": [ { "code": "Reference", "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner", "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization" ] } ] }, { "id": "BeModelObservation.component", "path": "BeModelObservation.component", "short": "Component observations", "definition": "Components of the observation, which can include additional measurements or assessments related to the main observation.", "min": 0, "max": "*", "base": { "path": "BeModelObservation.component", "min": 0, "max": "*" }, "type": [ { "code": "Base" } ] }, { "id": "BeModelObservation.component.code", "path": "BeModelObservation.component.code", "short": "Component code", "definition": "A code that identifies the component of the observation.", "min": 1, "max": "1", "base": { "path": "BeModelObservation.component.code", "min": 1, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelObservation.component.value[x]", "path": "BeModelObservation.component.value[x]", "short": "Component value", "definition": "The value of the component observation, which can be a quantity, a coded value, or a string.", "min": 0, "max": "1", "base": { "path": "BeModelObservation.component.value[x]", "min": 0, "max": "1" }, "type": [ { "code": "Quantity" }, { "code": "CodeableConcept" }, { "code": "string" }, { "code": "boolean" } ] }, { "id": "BeModelObservation.interpretation", "path": "BeModelObservation.interpretation", "short": "Interpretation of the observation", "definition": "An interpretation of the observation, such as normal, abnormal, etc.", "min": 0, "max": "1", "base": { "path": "BeModelObservation.interpretation", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelObservation.note", "path": "BeModelObservation.note", "short": "Notes or comments about the observation", "definition": "Additional notes or comments related to the observation.", "min": 0, "max": "*", "base": { "path": "BeModelObservation.note", "min": 0, "max": "*" }, "type": [ { "code": "Annotation" } ] } ] }, "differential": { "element": [ { "id": "BeModelObservation", "path": "BeModelObservation", "short": "Observation model", "definition": "A model for observations, which are measurements or assessments made about a patient or subject. This model is used to represent various types of clinical observations." }, { "id": "BeModelObservation.subject", "path": "BeModelObservation.subject", "short": "Subject of the observation", "definition": "The patient or subject to whom the observation applies.", "min": 1, "max": "1", "type": [ { "code": "Reference", "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient" ] } ] }, { "id": "BeModelObservation.code", "path": "BeModelObservation.code", "short": "Observation code", "definition": "A code that identifies the type of observation being made, such as a clinical measurement or assessment.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required" } }, { "id": "BeModelObservation.value[x]", "path": "BeModelObservation.value[x]", "short": "Value of the observation", "definition": "The value of the observation, which can be a quantity, a coded value, or a string.", "min": 0, "max": "1", "type": [ { "code": "Quantity" }, { "code": "CodeableConcept" }, { "code": "string" }, { "code": "boolean" } ] }, { "id": "BeModelObservation.effective[x]", "path": "BeModelObservation.effective[x]", "short": "Effective time or period", "definition": "The time or period during which the observation was made.", "min": 0, "max": "1", "type": [ { "code": "dateTime" }, { "code": "Period" } ] }, { "id": "BeModelObservation.status", "path": "BeModelObservation.status", "short": "Observation status", "definition": "The status of the observation, indicating whether it is preliminary, final, etc.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required" } }, { "id": "BeModelObservation.statusReason[x]", "path": "BeModelObservation.statusReason[x]", "short": "Reason for the observation status", "definition": "The reason for the current status of the observation.", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" }, { "code": "string" } ] }, { "id": "BeModelObservation.performer", "path": "BeModelObservation.performer", "short": "Performer of the observation", "definition": "The individual or organization that performed the observation.", "min": 0, "max": "*", "type": [ { "code": "Reference", "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner", "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization" ] } ] }, { "id": "BeModelObservation.component", "path": "BeModelObservation.component", "short": "Component observations", "definition": "Components of the observation, which can include additional measurements or assessments related to the main observation.", "min": 0, "max": "*", "type": [ { "code": "Base" } ] }, { "id": "BeModelObservation.component.code", "path": "BeModelObservation.component.code", "short": "Component code", "definition": "A code that identifies the component of the observation.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelObservation.component.value[x]", "path": "BeModelObservation.component.value[x]", "short": "Component value", "definition": "The value of the component observation, which can be a quantity, a coded value, or a string.", "min": 0, "max": "1", "type": [ { "code": "Quantity" }, { "code": "CodeableConcept" }, { "code": "string" }, { "code": "boolean" } ] }, { "id": "BeModelObservation.interpretation", "path": "BeModelObservation.interpretation", "short": "Interpretation of the observation", "definition": "An interpretation of the observation, such as normal, abnormal, etc.", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelObservation.note", "path": "BeModelObservation.note", "short": "Notes or comments about the observation", "definition": "Additional notes or comments related to the observation.", "min": 0, "max": "*", "type": [ { "code": "Annotation" } ] } ] } }