Diagnostics data
How are observations captured and how to use them in care flows ?
In your care flow, you can collect observations by adding a calculation action. Each action generates an ObservationDefinition resource. If multiple observation definitions have the same code, they are merged together. For example, you might add a PHQ-9 score calculation to monitor a patient’s mental health.
Observations are key to driving conditional logic within care flows. For example, you can configure your care flow to schedule a consultation with a psychologist if a patient’s PHQ-9 score is 15 or higher, indicating depression. This allows for dynamic adjustments based on real-time data.
Property name | Type | Description |
---|---|---|
code | semantic | Describes what was observed. Sometimes this is called the observation "name". |
value | actionable | The information determined as a result of making the observation, if the information has a simple value. |
effective | actionable | The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself. |
component | Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations. | |
component.code | semantic | Describes what was observed. Sometimes this is called the observation "name". |
component.value | actionable | The information determined as a result of making the observation, if the information has a simple value. |
Property name | Type | Description |
---|---|---|
code | semantic | Describes what was observed. Sometimes this is called the observation "name". |
category | semantic | A code that classifies the general type of observation. |