Skip to content

Commit

Permalink
Fixed WA-receiver-transform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-chaparro committed Jan 10, 2025
1 parent 78c6a31 commit 4f9b182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ elements:
hl7Spec: [ '%{PID}-10-1' ]

- name: observation-result-with-aoe
resource: "Bundle.entry.resource.ofType(Observation).where(code.coding.extension('https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code').value.where(code in ('AOE')).exists().not())"
resource: "Bundle.entry.resource.ofType(Observation).where(code.coding.extension('https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code').value.where(code in ('AOE')).exists().not())"
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,5 @@ elements:
value: [ 'Bundle.entry.resource.ofType(Organization).telecom.value[x].replaceMatches("[^0-9]", "")' ]
hl7Spec: [ '%{ORC}-23-12', '%{ORC}-23-1' ]

- name: wa-observation-result-with-aoe
resource: "Bundle.entry.resource.ofType(Observation).where(code.coding.extension('https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code').value.where(code in ('AOE')).exists().not())"
value: [ '' ]
hl7Spec: [ '' ]

- name: observation-result-with-aoe
resource: "Bundle.entry.resource.ofType(Observation).where(code.coding.extension('https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code').value.where(code in ('AOE')).exists().not())"
171 changes: 0 additions & 171 deletions prime-router/wi-dph.yml

This file was deleted.

0 comments on commit 4f9b182

Please sign in to comment.