Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JFisk42 committed Dec 2, 2024
1 parent 5d28c18 commit c027fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ elements:
- name: insurance
resource: 'Bundle.entry.resource.ofType(Coverage)'
# todo: update logic when Coverage.subscriber is mapped (IN1-16/IN1-17)
# https://github.com/CDCgov/prime-reportstream/issues/15500
# resource: 'Bundle.entry.resource.ofType(Coverage).where(subscriber.resolve().id = %resource.entry.resource.ofType(Patient).id)'
schema: classpath:/metadata/hl7_mapping/resources/Coverage/IN1.yml
constants:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class AUIExtensionTests {
assert(
verifyHL7ToFHIRToHL7Mapping(
"catchall/aui/AUI-to-Extension",
// todo update the schema to OML_O21-base.yml when OML updates are merged to main
outputSchema = "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-base.yml"
outputSchema = "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-test.yml"
).passed
)
}
Expand Down

0 comments on commit c027fea

Please sign in to comment.