-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support measure content release #494
Labels
enhancement
New feature or request
Comments
brynrhodes
added a commit
that referenced
this issue
Jul 23, 2024
barhodes
added a commit
that referenced
this issue
Aug 16, 2024
* Remove non CRMI logic. Update PackageProcessor to use visitor. * Add adapters for Questionnaire and StructureDefinition * Shortening some class names * Add type and dataRequirement * Refactor ValueSet expansion * Extract expansion logic out of PackageVisitor * Add tests * Fix class name * clean up adapters * stop expecting getRelatedArtifacts to pass a mutable ref * Enable test * Add tests * Add tests * Update terminology client to use url param (#488) * add method to client without valueset * spotless --------- Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com> * Add tests * Fix test * shorter * Add test * cleanup * cleanup * #494: Added measure support for the release operation * Questionnaire and StructureDefinition adapter work and DSTU3 extension support * spotless * add tests * add support for cqf-resourceType extension * fix Javadoc * typo * add MeasureAdapters * refactor to completely separate component and dependency resolution - moved component reference updates into internalRelease - created a dedicated resource cache for dependency resolution so it wouldn't get mixed up with the released resources - updated tests with newly found dependencies * remove isEmpty() * cleanup - make sure everything which can get a descriptor gets one - update var names and comments * check the expansion parameters for dependency versions * update expansion parameters with new values * update tests * spotless * update Measure Test, check descriptors are set correctly, expansion parameters test pending * remove unsupported * check exp params, data requirements and resource type extensions * spotless * update tests to increase coverage and handle edge cases * remove extension generic * spotless * looks like HAPI auto prepends # to contained IDs * cleanup * add hash to id * more hash issues * add tests * cleanup and add tests * add tests * cleanup and tests * cleanup * add tests * spotless * add tests * Add MeasureAdapter * fix method signatures * Add tests * add tests * Add dependency tracing logic to MeasureAdapters * remove unnecessary methods * update adapters * add tests * fix merge issues * remove old constants * update tests * update tests * spotless * update tests and cqfm vs crmi edr * spotless * cleanup and tests --------- Co-authored-by: Brenin Rhodes <brenin@alphora.com> Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com> Co-authored-by: Bryn Rhodes <bryn@databaseconsultinggroup.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support the creation of a measure content release.
The $release operation needs to be able to be used to package a Measure Library (i.e. a Library whose components are Measures, and not owned).
The text was updated successfully, but these errors were encountered: