Skip to content

Commit

Permalink
Merge branch 'master' into snesm/authSnyk
Browse files Browse the repository at this point in the history
  • Loading branch information
snesm committed Sep 24, 2024
2 parents b780792 + a2de66f commit 6ac62bd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ elements:
condition: '%resource.code.exists()'
value: [ '%resource.system.getCodingSystemMapping()' ]
hl7Spec: [ '/PATIENT_RESULT/PATIENT/PID-10-3' ]

- name: mt-patient-county-codes
condition: 'Bundle.entry.resource.ofType(Patient).address.district.empty().not() and Bundle.entry.resource.ofType(Patient).address.state.empty().not()'
hl7Spec: [ '/PATIENT_RESULT/PATIENT/PID-11-9' ]
value: [ "FIPSCountyLookup(Bundle.entry.resource.ofType(Patient).address.district,Bundle.entry.resource.ofType(Patient).address.state)[0]" ]

0 comments on commit 6ac62bd

Please sign in to comment.