FHIR / GoFSH

GoFSH is a FHIR Shorthand (FSH) decompiler, able to convert formal FHIR definitions from JSON/XML to FSH.
Apache License 2.0
35 stars 6 forks source link

Support code caret rules in ValueSets #249

Closed mint-thompson closed 8 months ago

mint-thompson commented 10 months ago

Fixes #236 and completes task CIMPL-1165.

A ValueSet can use caret rules with a code path to set values on included or excluded concepts. The typical use of this is to set a designation, but other elements may also appear. Elements outside of a concept are still unsupported and require the creation of an Instance.

mint-thompson commented 10 months ago

It turns out there are a bunch of issues with ValueSetConceptComponentRule.toFSH that need to be addressed in SUSHI before this PR can be completed correctly. So, this PR is on hold until those updates are available.