generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Engagement/jessica/15073 louisiana validation (#15608)
* Adding in enrichment for reference-range
- Loading branch information
1 parent
dafd880
commit d34a79e
Showing
4 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...uter/src/main/resources/metadata/fhir_transforms/receivers/reference-range-enrichment.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
elements: | ||
- name: sr-reference-range | ||
condition: '%resource.referenceRange.text.empty()' | ||
resource: 'Bundle.entry.resource.ofType(Observation)' | ||
bundleProperty: '%resource.referenceRange.text' | ||
value: [ '%resource.value.coding.code' ] | ||
valueSet: | ||
values: | ||
260415000: Not detected | ||
260385009: Negative | ||
895231008: Not detected in pooled specimen | ||
131194007: Non-Reactive | ||
419984006: Not detected | ||
42425007: Not detected | ||
82334004: Not detected | ||
373121007: Negative | ||
455371000124106: Not detected | ||
125154007: Not detected | ||
260373001: Not detected | ||
720735008: Negative | ||
10828004: Negative | ||
11214006: Non-Reactive |
2 changes: 1 addition & 1 deletion
2
prime-router/src/testIntegration/resources/datatests/FHIR_to_HL7/sample_LA_20240806-0001.hl7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters