You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a wrong mapping from XDS, where creationTime is required. But date represents the creation time of the DocumentReference itself; the creation time of the document (what creationTime represents) is mapped to content.attachment.creation in MHD.
The cardinality of date should be reset to 0..1. The cardinality of content.attachment.creation is discussed in #320
The text was updated successfully, but these errors were encountered:
In CH Core DocumentReference EPR,
date
is explicitly set to required:ch-core/input/fsh/profiles-resources/CHCoreDocumentReferenceEPR.fsh
Line 17 in 8f44876
This seems to be a wrong mapping from XDS, where
creationTime
is required. Butdate
represents the creation time of the DocumentReference itself; the creation time of the document (whatcreationTime
represents) is mapped tocontent.attachment.creation
in MHD.The cardinality of
date
should be reset to 0..1. The cardinality ofcontent.attachment.creation
is discussed in #320The text was updated successfully, but these errors were encountered: