FHIR / sushi

SUSHI (aka "SUSHI Unshortens Short Hand Inputs") is a reference implementation command-line interpreter/compiler for FHIR Shorthand (FSH).
Apache License 2.0
145 stars 44 forks source link

Assign FSH Code or Reference to CodeableReference element #1428

Closed mint-thompson closed 8 months ago

mint-thompson commented 8 months ago

Completes task CIMPL-1220.

When writing an assignment rule, if the path refers to a CodeableReference element, the value may be a FshCode or FshReference. The value will be applied to the element's concept or reference child element, respectively. It is possible to have two rules with the same CodeableReference path if one assigns a FshCode and the other assigns a FshReference.

I ran a full regression with these changes, and there were no differences in any of the outputs.