Skip to content

Commit

Permalink
Add multipleOr for Condition.code
Browse files Browse the repository at this point in the history
Ref: #208
  • Loading branch information
projkov committed Nov 28, 2024
1 parent c9bdefe commit a23e4f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ def multiple_or_expectation
return 'SHOULD' if param_hash['id'] == 'MedicationRequest-intent'
when 'Immunization'
return 'SHOULD' if param_hash['id'] == 'Immunization-vaccine-code'
when 'Condition'
return 'MAY' if param_hash['id'] == 'clinical-code'
end

return unless param_hash['_multipleOr']
Expand Down

0 comments on commit a23e4f4

Please sign in to comment.