cqframework / cqframework/clinical-reasoning
Care-Gaps is incorrectly setting 'not-applicable' status
@Capt-Mac is already working on this.
Since Oct 31, 2024.
- Dominant language
- Java
- Stars
- 49
- Forks
- 43
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 13
Description
Problem:
The main difference is, when ‘initial-population’=true & ‘denominator’=false is currently calculated as => ‘not-applicable’
Fix:
The fix that will be implemented will update this behavior to show ‘initial-population’=true & ‘denominator’=false => ‘closed-gap’
Explanation:
Initial implementation assumed that if ‘denominator’ was false then it did not meet denominator criteria due to an ‘exclusion’ or ‘exception’ criteria, but that is actually seen as ‘eligible’ for measure, and appropriate care provided (aka 'closed-gap').
I generated the following table as a resource for expected behavior of this service, once the fix is implemented.
Care-Gap-Status to Measure Report Population values - Sheet1.pdf
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.
Assessment
This issue has not been assessed yet.