Skip to content

Commit

Permalink
Refined the fhirpath to apply filter correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Sep 24, 2024
1 parent 3a220e3 commit dcb9acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime-router/settings/STLTs/Oracle/oracle-rln.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
jurisdictionalFilter:
- "Bundle.entry.resource.ofType(MessageHeader).event.code = 'R01'" # ORU_R01
- "Bundle.entry.resource.ofType(MessageHeader).meta.tag.where(system = 'http://localcodes.org/ETOR').code = 'ETOR'" # required to avoid looping issue with TI
- "Bundle.entry.resource.ofType(MessageHeader).destination.receiver.resolve().identifier.value in ('2.16.840.1.113883.3.1898' | '2.16.840.1.113883.3.1899')"
- "Bundle.entry.resource.ofType(MessageHeader).destination.receiver.resolve().identifier.where(extension('https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field').value = 'HD.2,HD.3').value in ('2.16.840.1.113883.3.1898' | '2.16.840.1.113883.3.1899')"
qualityFilter:
- "true"
timing:
Expand Down

0 comments on commit dcb9acb

Please sign in to comment.