EHDS Logical Information Models
0.1.0 - ci-build

EHDS Logical Information Models, published by Xt-EHR. 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/Xt-EHR/xt-ehr-common/tree/main and changes regularly. See the Directory of published versions

Logical Model: EHDSObservation - Detailed Descriptions

Draft as of 2025-07-10

Definitions for the EHDSObservation logical model.

Guidance on how to interpret the contents of this table can be foundhere

0. EHDSObservation
Definition

EHDS refined base model for Observation information


Base definition for all types defined in FHIR type system.

ShortObservation modelBase for all types and resources
Control0..*
Is Modifierfalse
Logical ModelInstances of this logical model are not marked to be the target of a Reference
2. EHDSObservation.header
Definition

Common header for all patient-related data

ShortCommon header for all patient-related data
Control1..1
TypeBase
4. EHDSObservation.header.subject
Definition

Patient/subject information

ShortSubject
Control1..1
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSPatient
6. EHDSObservation.header.identifier
Definition

Business identifier for the object

ShortBusiness identifier for the object
NoteThis is a business identifier, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
8. EHDSObservation.header.authorship
Definition

Resource authoring details

ShortAuthorship
Control1..*
TypeBase
10. EHDSObservation.header.authorship.author[x]
Definition

Author(s) by whom the resource was/were authored. Multiple authors could be provided.

ShortAuthor
Control1..1
TypeChoice of: https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional, https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization, https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDevice
[x] NoteSeeChoice of Data Typesfor further information about how to use [x]
12. EHDSObservation.header.authorship.datetime
Definition

Date and time of the issuing the document/resource by its author.

ShortDate and time of authoring/issuing
Control1..1
TypedateTime
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
14. EHDSObservation.header.lastUpdate
Definition

Date and time of the last update to the document/information

ShortDate and time of the last update to the resource
Control0..1
TypedateTime
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
16. EHDSObservation.header.status
Definition

Status of the resource

ShortStatus of the resource
Control1..1
Binding

HL7 Observation status

TypeCodeableConcept
18. EHDSObservation.header.statusReason[x]
Definition

Reason for the current status of the resource.

ShortReason for the current status of the resource.
Control0..1
TypeChoice of: CodeableConcept, string
[x] NoteSeeChoice of Data Typesfor further information about how to use [x]
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
20. EHDSObservation.header.language
Definition

Language in which the resource is written. Language is expressed by the IETF language tag.

ShortLanguage
Control0..1
Binding

BCP 47

TypeCodeableConcept
22. EHDSObservation.header.version
Definition

Business version of the resource.

ShortVersion
NoteThis is a business version Id, not a resource version Id (see discussion)
Control0..1
Typestring
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
24. EHDSObservation.presentedForm
Definition

A narrative easy-to-read representation of the full data set, e.g. PDF-version of a document

ShortA narrative easy-to-read representation of the full data set, e.g. PDF-version of a document
Control0..*
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAttachment
26. EHDSObservation.subject
Definition

The patient, or group of patients, location, device, organization, procedure or practitioner this observation is about.

ShortSubject
Control1..1
TypeReference(Patient model, Location model, Device model, Organization model, Health professional model, Procedure model)
28. EHDSObservation.observationDate[x]
Definition

Clinically relevant time or time period for the observation.

ShortObservation date
Control1..1
TypeChoice of: dateTime, Period
[x] NoteSeeChoice of Data Typesfor further information about how to use [x]
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
30. EHDSObservation.observationCode
Definition

Code representing the observation using the agreed code systems.

ShortObservation code
Control1..1
Binding

LOINC, NPU, SNOMED CT

TypeCodeableConcept
32. EHDSObservation.observationOriginalName
Definition

Original (conventional) name of the observation 

ShortObservation original name
Control0..1
Typestring
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
34. EHDSObservation.observationMethod
Definition

Observation method (measurement principle) to obtain the result.

ShortObservation method
Control0..1
Binding

SNOMED CT

TypeCodeableConcept
36. EHDSObservation.order
Definition

Identifies order and order placer this observation belongs to. 

ShortOrder
Control0..1
TypeReference(Service request model)
38. EHDSObservation.performer
Definition

Identifies the originator/author and provides provenance information about the source of the results data that may have not originated with the source of the whole Laboratory Report document. 

ShortPerformer
Control0..1
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional
40. EHDSObservation.reporter
Definition

With certain observation results, e.g. there may also be an interpreter or a person responsible for validation.

ShortReporter
Control0..1
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional
42. EHDSObservation.observationResult
Definition

Result of the observation including text, numeric and coded results of the measurement and measurement uncertainty. Content of the observation result will vary according to the type of the observation.

ShortObservation result
Control1..1
TypeBase
44. EHDSObservation.observationResult.textualResult
Definition

Narrative text result

ShortTextual Result
Control0..1
Typestring
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
46. EHDSObservation.observationResult.numericResult
Definition

A numeric value or interval (open or closed) of the result, result units of the measurement should be provided Measurement uncertainty interval are provided if needed.

ShortNumeric Result
Control0..1
TypeBase
48. EHDSObservation.observationResult.numericResult.numericValue[x]
Definition

A numeric value or interval (open or closed) of the result

ShortNumeric value
Control0..1
TypeChoice of: Quantity, Range
[x] NoteSeeChoice of Data Typesfor further information about how to use [x]
50. EHDSObservation.observationResult.numericResult.units
Definition

Result units of the measurement

ShortUnits
Control0..1
Binding

UCUM

TypeCodeableConcept
52. EHDSObservation.observationResult.numericResult.uncertainty
Definition

Measurement uncertainty type and interval should be provided if needed.

ShortUncertainty
Control0..1
TypeBase
54. EHDSObservation.observationResult.codedResult
Definition

A coded result from a selected coding system(s). This could be a code describing bacteria or other microorganism identified, description of urinary concernment, code explaining technical reason why the test could not be done etc.

ShortCoded Result
Control0..1
Binding

SNOMED CT

TypeCodeableConcept
56. EHDSObservation.dataAbsentReason
Definition

Provides a reason why the expected value in the element Observation.value[x] is missing.

ShortdataAbsentReason
Control0..1
Binding

HL7 Data absent reason

TypeCodeableConcept
58. EHDSObservation.referenceRange
Definition

Reference range, multiple reference ranges of different types culd by providedProvides guide for interpretation of result. Reference ranges are usually implied only for a numeric scale type. Use of the same units for reference range and value is implied.

ShortReference range
Control0..*
TypeBase
60. EHDSObservation.observationInterpretation
Definition

Information about reference intervals and result interpretation.

ShortObservation interpretation
Control0..*
Binding

SNOMED CT, HL7 ObservationInterpretation

TypeCodeableConcept
62. EHDSObservation.triggeredBy
Definition

Identifies the observation(s) that triggered the performance of this observation.

ShortTriggered by
Control0..*
TypeReference(Laboratory observation model, Observation model)
64. EHDSObservation.hasMember
Definition

This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.

ShortHas member
Control0..*
TypeReference(Laboratory observation model, Observation model)
66. EHDSObservation.resultDescription
Definition

Comments and narrative representation of the observation result and findings.

ShortResult description
Control0..1
Typestring
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
68. EHDSObservation.anatomicLocation
Definition

Anatomic location and laterality where the observation should be or was performed.

ShortAnatomic location
Control0..1
Binding

SNOMED CT

TypeCodeableConcept
70. EHDSObservation.component
Definition

Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes.

ShortComponent
Control0..*
TypeBase
72. EHDSObservation.component.code
Definition

Code representing the observation using the agreed code systems.

ShortCode
Control1..1
Binding

LOINC, NPU, SNOMED CT

TypeCodeableConcept
74. EHDSObservation.component.textualResult
Definition

Narrative text result

ShortTextual Result
Control0..1
Typestring
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
76. EHDSObservation.component.numericResult
Definition

A numeric value or interval (open or closed) of the result, result units of the measurement should be provided Measurement uncertainty interval are provided if needed.

ShortNumeric Result
Control0..1
TypeBase
78. EHDSObservation.component.numericResult.numericValue[x]
Definition

A numeric value or interval (open or closed) of the result

ShortNumeric value
Control0..1
TypeChoice of: Quantity, Range
[x] NoteSeeChoice of Data Typesfor further information about how to use [x]
80. EHDSObservation.component.numericResult.units
Definition

Result units of the measurement

ShortUnits
Control0..1
Binding

UCUM

TypeCodeableConcept
82. EHDSObservation.component.numericResult.uncertainty
Definition

Measurement uncertainty type and interval should be provided if needed.

ShortUncertainty
Control0..1
TypeBase
84. EHDSObservation.component.codedResult
Definition

A coded result from a selected coding system(s). This could be a code describing bacteria or other microorganism identified, description of urinary concernment, code explaining technical reason why the test could not be done etc.

ShortCoded Result
Control0..1
Binding

SNOMED CT

TypeCodeableConcept
86. EHDSObservation.component.dataAbsentReason
Definition

Provides a reason why the expected value in the element Observation.value[x] is missing.

ShortdataAbsentReason
Control0..1
Binding

HL7 Data absent reason

TypeCodeableConcept
88. EHDSObservation.component.referenceRange
Definition

Reference range, multiple reference ranges of different types culd by providedProvides guide for interpretation of result. Reference ranges are usually implied only for a numeric scale type. Use of the same units for reference range and value is implied.

ShortReference range
Control0..*
TypeBase
90. EHDSObservation.component.observationInterpretation
Definition

Information about reference intervals and result interpretation.

ShortObservation interpretation
Control0..*
Binding

SNOMED CT, HL7 ObservationInterpretation

TypeCodeableConcept
92. EHDSObservation.derivedFrom
Definition

Related resource from which the observation has been made. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.

ShortDerived from
Control0..*
TypeReference(Observation model, Laboratory observation model, Imaging study model)