We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As found in ehealthsuisse/ch-epr-fhir#263, some cardinalities of CH Core DocumentReference EPR seem wrong. XDS Metadata Attribute Optionality
context.facilityType
DocumentEntry.healthcareFacilityTypeCode
context.practiceSetting
DocumentEntry.practiceSettingCode
language
DocumentEntry.languageCode
DocumentEntry.entryUUID
uniqueId
content.attachment.title
DocumentEntry.title
content.attachment.creation
DocumentEntry.creationTime
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As found in ehealthsuisse/ch-epr-fhir#263, some cardinalities of CH Core DocumentReference EPR seem wrong.
XDS Metadata Attribute Optionality
context.facilityType
is 0..1 but R in XDS (DocumentEntry.healthcareFacilityTypeCode
)context.practiceSetting
is 0..1 but R in XDS (DocumentEntry.practiceSettingCode
)language
is 0..1 but R in XDS (DocumentEntry.languageCode
)DocumentEntry.entryUUID
,uniqueId
are required but unmappedcontent.attachment.title
is 0..1 but R in Swiss requirements (DocumentEntry.title
)content.attachment.creation
is 0..1 but R in XDS (DocumentEntry.creationTime
). See also CH Core DocumentReference EPR: wrong mapping of the creation time #321 for this one.The text was updated successfully, but these errors were encountered: