Skip to content
New issue

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

CH-EMED-EPR: use stable Format, Type and Class codes instead of beta #179

Open
qligier opened this issue Sep 19, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@qligier
Copy link
Member

qligier commented Sep 19, 2024

In , we use enums from the beta package instead of stable ones:

import org.projecthusky.communication.ch.enums.beta.ClassCode;
import org.projecthusky.communication.ch.enums.beta.FormatCode;
import org.projecthusky.communication.ch.enums.beta.TypeCode;

The beta enums have not been updated and contain some wrong values.
At least the FormatCodes have changed, the year in them was updated.

CH_EMED_MEDICATION_TREATMENT_PLAN_DOCUMENT("urn:che:epr:ch-emed:mtp:2024",

@qligier qligier added the bug Something isn't working label Sep 19, 2024
@qligier 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
@dvribeira
Copy link
Collaborator

dvribeira commented Oct 17, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants