-
Notifications
You must be signed in to change notification settings - Fork 53
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
person to FHIR patient #4842
person to FHIR patient #4842
Conversation
Working on a refactor of this to move much of the fhir conversition out of the db models and into it's own file. |
and fix some tests
Kudos, SonarCloud Quality Gate passed! |
This is now ready for a review @zdeveloper @DanielSass! The last changes now introduced a new converter where you can simply pass primitives into it to convert values so that it can be re-used in any other part of the code where we may not have the db models. |
throw new IllegalStateException("Utility class"); | ||
} | ||
|
||
public static final String NULL_CODE_SYSTEM = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend adding _URL
to the name to keep it consistent with the others
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! thanks for your work on this
BACKEND PULL REQUEST
Related Issue
Changes Proposed
Additional Information
TestResultUploadServiceTest
locally since I was experiencing thisjava.lang.IllegalStateException: No Server ALPNProcessors!
Testing