Skip to content

Commit

Permalink
Fixed MN last mile failure
Browse files Browse the repository at this point in the history
  • Loading branch information
oslynn committed Sep 19, 2024
1 parent 672fa54 commit bed0e91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ elements:
# If Patient's race (PID-10-1 = "UNK" or PID-10-2 = "Unknow" replace all PID-10 with "" (blank)
- name: mn-race-name-of-coding-system
resource: 'Bundle.entry.resource.ofType(Patient).extension("http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd").value'
condition: '%resource.coding.code.lower() = "unk" or %resource.text.lower() = "unknown"'
condition: '%resource.coding.code.lower() = "unk" or %resource.text.lower() = "unknown" or %resource.coding.code.lower() = "asku"'
value: [ '""' ]
hl7Spec: [ '%{PID}-10-1', '%{PID}-10-2', '%{PID}-10-3', '%{PID}-10-7', '%{PID}-10-9' ]

0 comments on commit bed0e91

Please sign in to comment.