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
qligier
changed the title
CH-EMED-EPR: use current Format, Type and Class codes instead of beta
CH-EMED-EPR: use stable Format, Type and Class codes instead of beta
Sep 19, 2024
Is it acceptable to do this as part of the updates to be done with the release of CH EMED EPR 2.0.0? That way all the systems can address this along with any other breaking changes in a hopefully somewhat synchronised manner.
In , we use enums from the beta package instead of stable ones:
husky/husky-fhir/husky-fhir-emed-ch/husky-fhir-emed-ch-common/src/main/java/org/projecthusky/fhir/emed/ch/common/enums/EmedDocumentType.java
Lines 13 to 15 in f839e4d
The beta enums have not been updated and contain some wrong values.
At least the FormatCodes have changed, the year in them was updated.
husky/husky-communication/husky-communication-ch/src/main/java/org/projecthusky/communication/ch/enums/beta/FormatCode.java
Line 144 in f839e4d
husky/husky-communication/husky-communication-ch/src/main/java/org/projecthusky/communication/ch/enums/stable/FormatCode.java
Line 160 in f839e4d
The text was updated successfully, but these errors were encountered: