-
Notifications
You must be signed in to change notification settings - Fork 40
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
16307 orm and oml java classes #16549
base: OML-Updates-Base
Are you sure you want to change the base?
Conversation
559f30d
to
b373e92
Compare
Note the |
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.
Reviewed all of the /group/
changes, will review /segment/
changes in the morning. Just a couple small additions and two questions.
...a/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_REQUEST.java
Show resolved
Hide resolved
...c/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_INSURANCE.java
Outdated
Show resolved
Hide resolved
...r/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java
Show resolved
Hide resolved
...r/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java
Show resolved
Hide resolved
prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/DG1.java
Outdated
Show resolved
Hide resolved
prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/DG1.java
Show resolved
Hide resolved
Makes sense. There will already me a "merge conflicts test updates" commit for the PR back to main so this will be easy to add. |
This PR adds
OML_O21
andORM_O01
catchall Java classes. SomeORU_R01
classes have also been updated where new classes were applicable.Test Steps:
Changes
Checklist
Testing
./prime test
or./gradlew testSmoke
against local Docker ReportStream container?npm run lint:write
?Linked Issues
To Be Done
This is the final PR to be merged into
OML-Updates-Base
before we begin the process of merging tomain
.