Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brynrhodes opened this issue Jul 18, 2023 · 1 comment
Open

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

brynrhodes opened this issue Jul 18, 2023 · 1 comment

Comments

@brynrhodes
Copy link
Member

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:

  • Retrievable (defaults to true for Classes, false for Types)
  • Label (defaults to StructureDefinition.Title without Model Prefix if present)
  • PrimaryCodePath
@c-schuler
Copy link
Contributor

Related #217

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants