cqframework / cqframework/clinical-reasoning
Align Measure/$evaluate operation with DEQM STU5 publication
@brynrhodes is already working on this.
Since Jun 25, 2025.
- Dominant language
- Java
- Stars
- 49
- Forks
- 43
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 13
Description
The current implementations of $evaluate-measure and $evaluate-measures are almost, but not quite aligned with the reconciled and now published definition of $evaluate in DEQM STU 5.0.0:
https://hl7.org/fhir/us/davinci-deqm/STU5/OperationDefinition-evaluate.html
In particular, the new specification supports:
measureId 0..* id
measureIdentifier 0..* token
measureUrl 0..* canonical
measure 0..* string (reference)
measureResource 0..* Measure
Add support for the Measure/$evaluate operation and allow it to specify multiple measures in any of the above ways.
NOTE: Supporting the measureResource parameter would be fine to consider as a separate request
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.