cqframework / cqframework/cqf-tooling
Add support in ValueSet generators for generating R4 ValueSets
@c-schuler is already working on this.
Since Oct 3, 2023.
- Dominant language
- Java
- Stars
- 22
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Valueset generation currently creates STU3 valuesets. For example VSACValueSetGenerator does not have a -version option to specify STU3 or R4 and currently creates STU3 valuesets. There are -vc and -mvr options, but neither are for which FHIR version to create.
Describe the solution you'd like
Add a -v option to allow specifying which FHIR release to create valuesets for.
Describe alternatives you've considered
It can be done by hand, but it would speed development up if we had this built in.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.