ehealthsuisse / ch-epr-fhir

Repository for the swiss implementation guide for the FHIR based profiles
3 stars 5 forks source link

mCSD: review the organization identifier cardinality #210

Closed qligier closed 1 month ago

qligier commented 1 month ago

As an LDAP backend is not required for mCSD, the organization identifier cardinality should be reviewed.

Organization

In the LDAP, uid and hcIdentifier are required. The uid is the LDAP internal identifier, we don't even show it in the examples. The hcIdentifier can be the OID or the BUR. It's now marked as single-valued, and a comment says "OID", meaning the BUR was dropped?

=> the identifier cardinality should be changed from 2..* to 1..*.

Should we mark the OID slice as required?