cqframework / cqframework/clinical-reasoning
Align reportType parameter values with MeasureReport.reportType element
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 49
- Forks
- 43
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 13
Description
The implementation should support "individual" and "summary" as reportTypes, as those are the values of the actual reportType element in the MeasureReport resource.
Note that this is currently oustanding as a TC to the DEQM, and that implementations should continue to support the current "subject" and "population" values for backwards compatibility, so this is a low-priority issue.
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 locating the implementation that parses or validates the MeasureReport reportType parameter; no file or test is named in the issue. Check how the existing "subject" and "population" values are handled, then verify support for "individual" and "summary" while preserving backward compatibility. The linked FHIR-51857 issue provides the standards context for the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100