Skip to content

Commit

Permalink
Updated Washington STLT to hard code MSH 4 and filter for ONLY Positi…
Browse files Browse the repository at this point in the history
…ve Covid
  • Loading branch information
abiphilipnava committed Jan 6, 2025
1 parent f1474fc commit bcf34d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions prime-router/settings/STLTs/WA/wa-phd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
reverseTheQualityFilter: false
conditionFilter:
#Accept COVID only, "matches(abnormal_flag, A)"
#Verified that Covid only, "matches(abnormal_flag, A)" Abi Philip Jan 6 2025
- "%resource.interpretation.coding.code = 'A' and (%resource.code.coding.extension('https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code').value.where(code in ('840539006')).exists())"
mappedConditionFilter: []
deidentify: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ elements:
value: [ '"ISO"' ]
hl7Spec: [ '%{MSH}-3-3' ]

- name: wa-sending-facility-namespace-id
value: [ '"7uycso49' ]
hl7Spec: [ '%{MSH}-4-1' ]

- name: wa-sending-facility-universal-id
value: [ '"1.3.6.1.4.1.38630.2.1.1.519"' ]
hl7Spec: [ '%{MSH}-4-2' ]

- name: wa-sending-facility-universal-id-type
value: [ '"ISO"' ]
hl7Spec: [ '%{MSH}-4-3' ]

- name: wa-receiving-application-namespace-id
value: [ '"WADOHPHRED"' ]
hl7Spec: [ '%{MSH}-5-1' ]
Expand Down

0 comments on commit bcf34d9

Please sign in to comment.