ATTESTATION.items can only refer to EHR content
Raise
Analysis
Raise
Analysis
Description
PR is addressed in
relates to
Activity
Show:
Thomas Beale June 13, 2022 at 11:33 AM
Iām a bit sceptical that ATTESTATION would ever be needed for changes to demographic data, unless we regard such changes as part of a clinical note - is that the idea?
Details
Details
Reporter
Labels
Components
Affects versions
Priority
Created December 19, 2019 at 11:34 AM
Updated September 15, 2024 at 11:41 AM
ATTESTATION is a defined in the common package, in theory it could be used also by PARTY (demographic package), yet the specification is assuming (explicitly) that the 'items' attribute will target EHR content.
See
items
attribute in https://specifications.openehr.org/releases/RM/latest/common.html#_attestation_class.To fix this, we will have to change
items
type toList<DV_URI>
or similar, so that non-EHR (including demographic) objects can be referred. This change keeps backwards compatibility and is low impact.