Skip to content

Commit

Permalink
add telecom (#8785)
Browse files Browse the repository at this point in the history
Co-authored-by: tjohnson7021 <86614374+tjohnson7021@users.noreply.github.com>
  • Loading branch information
jorg3lopez and tjohnson7021 committed Mar 24, 2023
1 parent 2d52973 commit 72f37e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ elements:
resourceIndex: orderIndex

- name: contact-phone-number
resource: '%resource.telecom.where(use != "work")'
resource: '%resource.telecom.where(use.exists().not() or use != "work")'
condition: '%resource.exists()'
constants:
hl7TelecomField: '%{hl7NK1Field}-5'
Expand Down

0 comments on commit 72f37e9

Please sign in to comment.