cqframework / cqframework/clinical-reasoning
Introduce the concept of Validations to Measure evaluation and add validation to populations
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 49
- Forks
- 43
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 13
Description
Measure evaluation doesn't currently have a way to bubble up validations to the report building components. Need a way to do that, such as a list of "ValidationMessages" on the returned MeasureDef. These can then be mapped in a data model specific way by the Report builders.
The first validation to add is that the denominator is a subset of the initial population.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by tracing Measure evaluation to the returned MeasureDef and the report-building components. Work out how ValidationMessages should be exposed, then add the denominator-subset-of-initial-population validation and verify that report builders can map it in their data models.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100