cqframework / cqframework/cqf-tooling
FHIRAllTypes MedicationStatement error
Open
@c-schuler is already working on this.
Since Oct 3, 2023.
bug
- Dominant language
- Java
- Stars
- 22
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
The tooling follows the same approach for multi-version support as the publisher for processing Library resources, namely upconverting to R5, performing processing, and then downconverting to the IG version. However, this approach is problematic in the presence of resource re-names between versions. The publisher in general has this issue, so this needs to be addressed there as well, but the approach for the CQF Tooling should be to stop performing this conversion; keep processing version-specific.
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.