Clinical Reasoning Update

Slides:



Advertisements
Similar presentations
CIMI Modelling Taskforce Report Dr Linda Bird 11 th April 2013.
Advertisements

HITSC Clinical Quality Workgroup Jim Walker March 27, 2012.
QIDAM Issues and proposals for a logical model For discussion during HL7 WG Meeting in Jan 2014 Thursday Q3.
Evaluation is a professional and ethical responsibility and is a core part of PHN professional practice Commitment to evaluation helps build the PHN intelligence.
Clinical Quality Language (CQL)
FHIR-Based CDS An approach to the implementation of Clinical Decision Support Use Cases using FHIR.
Database Design - Lecture 1
Query Health Operations Workgroup HQMF & QRDA Query Format - Results Format February 9, :00am – 12:00am ET.
Standards Analysis Summary vMR – Pros Designed for computability Compact Wire Format Aligned with HeD Efforts – Cons Limited Vendor Adoption thus far Represents.
OpenURL Link Resolvers 101
Natacha Fernandez-Ureña, Database Manager Jose Hernandez, Supervising Case Manager Shannon Skinner, Coordinator for Testing & Linkage to Care Dustin Przybilla,
Clinical Quality Framework (CQF) Update cqframework.info Kensaku Kawamoto, MD, PhD, MHS Co-Initiative Coordinator, CQF Public Health Tiger Team August.
Query Health Concept-to-Codes (C2C) SWG Meeting #12 March 6,
PHTT 9/30/2014 Digging into SDC DRAFT Version 1. Clinical Care / EHRPublic Health Use PH Trigger Codes Record DX/Problem In EHR Asynchronous Core, “Initial”
Clinical Quality Language (CQL) Bryn Rhodes Chris Moesel Mark Kramer.
Health eDecisions Use Case 2: CDS Guidance Service Strawman of Core Concepts Use Case 2 1.
Query Health Technical WG 5/31/2012. Agenda TopicTime Slot Announcements2:05 – 2:10 pm RI and Spec Updates2:05 – 2:10 pm HQMF Schema and Sample Changes2:10.
Common Terminology Services 2 CTS 2 Submission Team Status Update HL7 Vocabulary Working Group May 17, 2011.
Data Access Framework (DAF) Relationship to Other ONC Initiatives 1.
Query Health Technical WG Update 12/1/2011. Agenda TopicTime Slot F2F Update (Actions, Decisions and FollowUps) 2:05 – 2:50 pm Wrap Up2:50 - 2:55 pm.
Query Health Technical WG 5/10/2012. Agenda TopicTime Slot Administrative stuff and reminders2:05 – 2:10 pm RI and Spec Updates2:05 – 2:10 pm HQMF Consensus.
Data Access Framework All Hands Community Meeting July 16, 2014.
Standards Analysis Summary vMR – Pros Designed for computability Compact Wire Format Aligned with HeD Efforts – Cons Limited Vendor Adoption thus far Represents.
OpenHIE Improving health for the underserved Terminology Services Code Validation Transaction Jack Bowie, Apelon, Inc. August 26, 2015.
CDS-on-FHIR CONNECT-A-THON 11 IMPLEMENTATION EXPERIENCE.
Health eDecisions (HeD) All Hands Meeting February 21st, 2013.
Walter G. Suarez, MD, MPH – Kaiser Permanente Floyd Eisenberg, MD, MPH – iParsimony, LLC Co-Chairs, HL7 Clinical Quality Information Workgroup Presented.
Online Information and Education Conference 2004, Bangkok Dr. Britta Woldering, German National Library Metadata development in The European Library.
Structured Data Capture (SDC) FHIR SDC Pilots Template
Structured Data Capture (SDC) All Hands Meeting May 26, 2016.
A Proposed Approach to Binding SNOMED CT to HL7 FHIR Dr Linda Bird Senior Implementation Specialist.
FHIR: Progress and Future
FHIR and Relational Databases
Connect-A-Thon 11 Implementation Experience
Structured Data Capture (SDC)
Jeff Eastman, PhD, Software Architect,
Continuing Professional Development Assessor Briefing
QRDA I STU R5 Updates Since pre-ballot content Review
From the Dry Run and National Implementation of the
HQMF Change Review Februrary 17th, 2017.
Direct Referenced Codes – Update
Overview of Request for Comments ONC 2017 Interoperability Standards Advisory ONC looking for comments on any last revisions, additions, or recommendations.
Regulations – July, 2017 Final 2018 MACRA regulations published
Clinical Reasoning Track
VSAC and Quality Measures
CMMI – Staged Representation
Clinical Reasoning Update
HL7 CQI WG – Comment Opportunities
FHIR Implementation Guide for Data Exchange for Quality Measures
Clinical Quality Information (CQI)
Structured Data Capture (SDC)
Care Management & Planning track
Disclaimer The content in these slides represents the anticipated/targeted dates of incorporation or update of the standards used in the annual update.
Performance Measures 101 March 30, 2012 Presenter:
Understanding FSS Reporting Requirements and Composite Scores
Quality Measure & Interoperability Solutions
_ Update Seth Blumenthal, MBA Director, Data & Innovation PCPI
Terminology Services Track Report
HL7 FHIR Connectathon Care Planning & Management Track
Touchstone Testing Platform
Metadata The metadata contains
FHIR Report Co-chairs Dinner
FMG Report Co-chairs dinner
Commentary General Comments:
CQL 2018May Ballot Reconciliation
Grow Pharmacy Resources
Fahrig, R. SI Reorg Presentation: DCSI
Use Cases Simple Machine Translation (using Rainbow)
Chengyu Sun California State University, Los Angeles
Da Vinci Connectathon Clinical Reasoning Track Orientation
Presentation transcript:

Clinical Reasoning Update

Connectathon

QDM -> QI-Core Test quality reporting submission using the FHIR MeasureReport resource for a focused set of program measures and based on the Cypress tooling Support evaluation of CMS program measures in a FHIR environment using: Translation of QDM-based CQL measures to FHIR-based CQL Evaluation of QDM-based CQL measures through runtime transformation

CQF Measures https://github.com/cqframework/cqf-measures Github repository housing an IG specifically for this track Will contain 2 versions each of the following 3 measures: Breast Cancer Screening (CMS125v7) Cervical Cancer Screening (CMS124v7) Colorectal Cancer Screening (CMS130v7) Will use the May2018 ValueSets (not the addendum) One version is a FHIR packaging of the QDM-based measure The other is a FHIR-based version of the measure Test data for these is posted here: https://drive.google.com/open?id=1lrBoPyjCOcBkKA_-jhiIDowiwDfFXftt

Participating Systems

Quality Measure Evaluation CQL Engine FHIR Server 1 2 3 FHIR DataProvider 4 CQL Engine evaluates the retrieve [Procedure: Colonoscopy] FHIR DataProvider transforms this to a FHIR url: [base]/Procedure?code=:in[valueset-url] FHIR server returns all procedures satisfying the code condition CQL Engine evaluates additional criteria to satisfy the query (status = 'active', performed ends...)

QDM Quality Measure Evaluation CQL Engine FHIR Server 1 2 3 FHIR DataProvider 5 4 CQL Engine evaluates the retrieve ["Procedure, Performed": "Colonoscopy"] FHIR DataProvider transforms this to a FHIR url: [base]/Procedure?code=:in[valueset-url] FHIR server returns all procedures satisfying the code condition FHIR DataProvider uses a StructureMap to transform results to "QDM" objects CQL Engine evaluates additional criteria to satisfy the query (relevantPeriod ends...)

Notable Achievements Calculation of QDM-based CMS Measures against FHIR source data Calculation of FHIR-based CMS Measures Used the Crucible testing engine to compare MeasureReport results from different systems Successful submission of DaVinci MedRec event using $submit-data

Vendor Feedback – QDM->QI-Core Mapping Colorectal Cancer Screening FOBT where effective during Measurement Period The QDM used authorDatetime, which QDM-to-QICore mapping says maps to Provenance That mapping is right in general, but in this case, the authorDatetime in QDM was actually being used to approximate "specimen collection", but what the measure is really looking for is "specimen collection" This means the QDM implementation will be inconsistent some systems will implement as "when recorded", some as "when collected" It also means the mapping can't be encoded in this case Translations Interventions - Difficult to know how this maps to FHIR resources Had to map some codes/code systems such as Administrative Gender Encounter Mapping "Encounter, Performed".code should map to Encounter.type, not Encounter.class

Vendor Feedback – eCQM Specifications Measure CQL would be easier to read if terminology declarations were right-aligned: In the human readable, the terminology section should just be a table with hyperlinked value set references

Vendor Feedback – QDM vs QI-Core Feedback from Athena Health: We're translating FHIR resources to QDM to support evaluating QDM-based measures. All of this would be much easier if we had FHIR-based measure and could just evaluate them directly. Feedback from DynamicHealthIT: Since we started with a working measure calculator our biggest challenge was converting the FHIR resources into native QDM data elements consumable by the measures.

FHIR Quality Reporting Breakout What versions of FHIR/USCore/QICore would you expect quality reporting to be focused on? STU2 - 0 STU3 - 7 R4 - 0 What roles Providers/Patients/Hospitals Collectors/Aggregators/Reporters Reporting Sinks Should the system support MeasureReport or BulkJSON Whether you are required to share the evidence or the conclusion is independent of the format of the response Should the approach be pull or push? could be any of the above, depends on lots of factors including timeliness of results, business relationships, quality improvement objectives, etc. Is there interest in a bridge approach? Yes, so long as there is a drive towards a single stack Use OAuth? Yes How do we specify programs? How do we specify provider attribution?

Ballot 14 Comments on CDS Resources 2 Comments on CQI Resources 2 Negative, 12 Affirmative 2 Comments on CQI Resources 2 Affirmative

R4 STU Next Steps Resolve and apply ballot comments Apply QA changes for maturity goals: Resource Current FMM Target FMM ActivityDefinition 2 3 DetectedIssue 1 EventDefinition GuidanceResponse Library PlanDefinition RequestGroup RiskAssessment Measure MeasureReport

Questions?