Stream: implementers
Topic: Measure and MeasureReport
Radu Craioveanu (Nov 15 2017 at 17:24):
Measure and MeasureReport : looking for someone who can share how they implemented these two resources. We have questions on how to use them. We have CMS metrics, Fresenius specific metrics, and even patient specific metrics.
We also have question on similiar items, such as KPIs. We are looking for implementation techniques for Patient level alerts, such as BP ranges and Lab Results. Our business wants the Practitioner to write an order that captures what Observation limits (BP, Pulse, HgB...) should be for each patient, then we want to start Tasks based on Observation ranges.. Any help would be appreciated...
Grahame Grieve (Nov 15 2017 at 19:54):
@Bryn Rhodes
Bryn Rhodes (Nov 15 2017 at 20:38):
For the past several connectathons, we've been running quality measures using the Measure and MeasureReport resources with various participants and using this stack: https://github.com/DBCG/cqf-ruler
Bryn Rhodes (Nov 15 2017 at 20:38):
It's a HAPI-FHIR derivative with plugins for evaluating CQL against FHIR and FHIR-based terminology servers.
Bryn Rhodes (Nov 15 2017 at 20:38):
It's the reference implementation for the Clinical Decision Support track here at DevDays as well.
Bryn Rhodes (Nov 15 2017 at 20:39):
We're refactoring things right now to try to get the dependencies declared so it's easier to plug in to an existing HAPI-FHIR server.
Bryn Rhodes (Nov 15 2017 at 20:40):
It also supports running Clinical Reasoning resources for a decision support service via CDS Hooks.
Radu Craioveanu (Nov 17 2017 at 14:57):
Thanks @Bryn Rhodes and @Grahame Grieve We'll give it a shot. We are working with @James Agnew as well, and hope we can get some direction from his also, as we are using the HAPI FHIR JPA server
Last updated: Apr 12 2022 at 19:14 UTC