...
See Preparing and Submitting Measurements .
Managing
...
Validity of Measurements
Info |
---|
The functionality described here is supported from release 2025.1 |
A measurement can be invalidated to acknowledge that a measurement is deemed erroneous or invalid. Additionally, invalidation of a measurement can be retracted in case of wrongful invalidation. Invalidation and invalidation retraction of measurements are both performed using the operation set-measurement-validity
(see When submitted (see above), a measurement has status reflecting it being final and implicitly valid. If a employee or patient deems it erroneous or invalid, the measurement can be invalidated. To enable undoing in case of wrongful invalidation, retraction of invalidation is also supported.
Both measurement invalidation and retraction of invalidation are performed using the operation set-measurement-validity
(see https://ehealth.sundhed.dk/fhir/OperationDefinition-ClinicalImpression-t-set-measurement-validity.html) .
Info |
---|
The link to the operation will be made available upon release 2025.1. For now, the description of |
The operation receives requires a ClinicalImpression resource as input, which specifies whether to invalidate or retract invalidation of the measurement is to be invalidated, or an invalidation is being retracted. referenced measurement (FHIR Observation, FHIR QuestionnaireResponse or FHIR Media).
As side effects, the infrastructure will update updates the status of the measurement being invalidated or having the invalidation retracted (: The status
is set to entered-in-error
for invalidation and final
or completed
for retraction of invalidation retraction). The infrastructure will also update the status to entered-in-error
for the previous ClinicalImpression in the measurement validity flow, if any exists.
Measurement validity has impact on The ClinicalImpression.decision
values invalidated-fulfills
or invalidated-is-not-fulfillment
control how the infrastructure behaves in operation $get-patient-procedures
, reminder notifications reminders for submitting of measurements, and notifications for missing measurements. Details for the impact can be found here:
...