cqframework / cqf-tooling

Tooling for CQL and IG Authors
Apache License 2.0
19 stars 22 forks source link

Add the ability to identify key elements in the ModelInfo #451

Open brynrhodes opened 1 year ago

brynrhodes commented 1 year ago

In addition to "mustSupport", FHIR Implementation Guides now include the concept of "Key Elements", which are defined here:

https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#sdviews

We should add to the ModelInfo a reflection of whether an element is a "Key Element"

We should also change the ModelInfo generation so that it drives off of StructureDefinition extensions for model info information, rather than pulling from a configuration:

ModelInfoSettings:

And for each type, we need to be able to set:

c-schuler commented 11 months ago

Related #217