Design, development and first validation of a transcoding system from ICD-9-CM to ICD-10 in the IT.DRG Italian project

Size: px
Start display at page:

Download "Design, development and first validation of a transcoding system from ICD-9-CM to ICD-10 in the IT.DRG Italian project"

Transcription

1 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under the terms of the Creative Commons Attribution Non-Commercial License. doi: / Design, development and first validation of a transcoding system from ICD-9-CM to ICD-10 in the IT.DRG Italian project Vincenzo DELLA MEA a,1, Omar VUATTOLO a, Lucilla FRATTURA b, Flavia MUNARI a, Eleonora VERDINI c, Loris ZANIER d, Laura ARCANGELI e, Flavia CARLE e a Department of Mathematics and Computer Science, University of Udine b Central Health Directorate, Classification Area, Friuli Venezia Giulia Region, and Italian WHO-FIC Collaborating Center, Italy c Health Information System Service, Emilia Romagna Region, Italy d Central Health Directorate, Health Information System Service, Friuli Venezia Giulia Region, Italy e Ministry of Health, VI Office, Rome, Italy 135 Introduction Abstract. In Italy, ICD-9-CM is currently used for coding health conditions at hospital discharge, but ICD-10 is being introduced thanks to the IT-DRG Project. In this project, one needed component is a set of transcoding rules and associated tools for easing coders work in the transition. The present paper illustrates design and development of those transcoding rules, and their preliminary testing on a subset of Italian hospital discharge data. Keywords. International Classification of Diseases, Clinical Coding, Health Information Systems In Italy, ICD-9-CM is currently used for coding health conditions at hospital discharge. In order to introduce ICD-10 in morbidity coding like in other countries (e.g., [1]), and revise the overall case mix classification system, since 2010 a national project has been funded led by the Italian Ministry of Health and Emilia Romagna Region ( IT-DRG Project ). It involves the Friuli Venezia Giulia Region (as Italian WHO Collaborating Center for the Family of International Classifications) to update ICD-10 and the Lombardia Region to update the interventions and procedures classification. In order to evaluate the impact of ICD-10 introduction in Italy, the Italian WHO- FIC collaborating center has been active on the translation of ICD updates, the update of ClaML files [2] and development of web tools and services. A preliminary version of the ICD Italian version was used as the reference version to transcode administrative hospital discharge data by a specifically developed web tool named 1 Corresponding Author.

2 136 V. Della Mea et al. / Design, Development and First Validation of a Transcoding System TransIT. This was developed to make the transition easier for coders that already know ICD-9-CM. 1. Methods 1.1. Transcoding rules design and development TransIT transcoding rules were obtained initially by processing the original ICD-9- CM 2007 to ICD-10-CM 2007 transcoding rules [3,4], complemented by rules identified by classification experts to take into account the differences between ICD-9- CM and ICD-10 (in particular, the dagger/asterisk convention) and also between ICD- 10 and ICD-10-CM, which contains much more entities. These rules classify ICD-9-CM codes as transcodable and not transcodable. Each rule in turn is classified on 2 axes: approximate or exact, and simple (an ICD-9-CM code corresponds to a single ICD-10 code) or (each ICD-9-CM code corresponds to a set of ICD-10 codes). Finally, each ICD-9-CM transcodable code may have single or many alternative choices. We identified a three-steps process: (i) automatic adaptation of ICD-10-CM rules to ICD-10; (ii) improvement of rules through lexical techniques and (iii) expert review and refinement. Since ICD-10-CM is an extension of ICD-10, at step (i) we checked automatically, for each ICD-9-CM code, each ICD-10-CM target code: if the target code was not a leaf node in the ICD-10 classification, it was replaced by its leaf descendants; if the target code was an extension of ICD-10, it was truncated to its closer ancestor available. At step (ii), we tried to improve transcoding rules applying lexical techniques, looking for exact text-matching between ICD-9-CM titles and ICD-10 titles and inclusions. When the match between an ICD-9-CM code is found on a ICD-10 leaf code, old transcoding rules were dropped and replaced by an exact simple one. If the match is found on a non-leaf ICD-10 code, old transcoding rules were dropped and replaced by a set of approximate simple transcoding rules. Finally (step (iii)) an expert coder reviewed a number of transcoding rules, identified automatically as critical. The aim was to verify the rules and eventually improve them, reducing the number of choices in a safe way for a better support of future coders Transcoding system A system has been designed and preliminarily developed to allow transcoding in three different ways: online, through a web-based interface; directly from coding software, through REST web services; offline, by means of transcoding tables in different formats (CSV, XML, JSON).

3 V. Della Mea et al. / Design, Development and First Validation of a Transcoding System Validation The full set of Hospital discharge forms data for 3 Italian regions on 2011 and 2012 was obtained from the Ministry of Health to test the transcoding system. TransIT was then used to transcode Hospital Discharge Forms (SDO) ICD-9-CM codes from the available database. Each SDO record contains one code for the main condition and up to 4 codes for other conditions. Data on the kind of rules used for transcoding were collected, in particular for distinguishing single choice from multiple choice, being the latter the most time consuming option for coders. Table 1 shows details on the sample. Table 1. Sample size of the Italian Hospital Discharge Forms considered for validation Region Year Total records Main conditions Other conditions Friuli Venezia Giulia , , , , , ,074 Veneto , , , , , ,969 Emilia Romagna , , , ,511 1,023,630 1,006,775 Total 3,374,323 3,372,741 3,690, Results 2.1. Transcoding rules and system The distribution of transcoding rules for each step is shown in Table 2, according to the steps described in section 1.1. Table 2. Number and distribution of transcoding rules from ICD-9-CM to ICD-10 Step Exact Exact simple simple Exact simple (i) ,622 1, (ii) ,438 1, (iii) ,537 1, The result of the final step is a set of 12,258 rules, of which a total of 10,704 (87.3%) is single choice, either exact, approximate or. However, these numbers have to be read in the context of real world data, to fully understand how much these rules are used. For this aim, the validation phase has been designed. The system embedding the rules has been implemented using PHP5, MySQL, JQuery, Twitter Bootstrap and successfully tested from a technical point of view Validation A total of 3,374,323 SDOs were analysed, of which 3,372,741 contained a main condition, with a total of 3,690,247 secondary conditions. The number of different ICD-9-CM codes used was 10,987 (88.4% on a total of 12,435). Table 3 shows details

4 138 V. Della Mea et al. / Design, Development and First Validation of a Transcoding System on the transcoding rules used, grouped according to the most relevant features (exact, approximate,, and multiple choices). Looking at both main and secondary conditions, a large number of SDOs ICD-9- CM codes (86.36%) was transcoded automatically, that is, transcoding provided just one option, either exact (35.86%), approximate (50.18%) or (0.32%). The remaining 12.86% of SDO ICD-9-CM codes needed manual intervention, since transcoding provided more than one option. 401 codes could not be transcoded (0.006%). When analyzing details of codes that could not be transcoded, a number of coding mistakes were found (mostly: intermediate level categories and groups that cannot be used for SDOs coding conditions according to coding rules, but yet having been used by coders). Table 3. Transcoded Hospital Discharge Forms by Region,Year, and type of transcoding rule Region Year Exact simple simple Composite Multiple not (1 choice) (1 choice) (1 choice) choices transcoded Friuli V. Giulia , ,018 1,951 54, , ,795 1,971 53,911 0 Veneto , ,351 4, , , ,714 4, , Emilia Romagna , ,009 4, , , ,487 4, , Total (N) 2,532,767 3,544,374 22, , Total (%) 35.86% 50.18% 0.32% 12.86% 0.006% Again to understand the amount of work needed by coders switching from ICD-9- CM to ICD-10, we identified the most used ICD-9-CM codes and the rules needed for their transcoding. In particular, we examined the 100 most used ICD-9-CM codes, which covered 42% of SDOs. Of these, 44 were coded exactly, 46 approximately, and 10 with multiple choices (Table 4 shows only the first 6 codes, accounting for about 10% of total codes). Codes not transcoded were coding mistakes (non-leaf codes). Table 4. The most used ICD-9-CM/ICD-10 categories in the SDO sample ICD-9-CM rule type ICD-10 Count Atrial fibrillation Exact simple I , Benign essential hypertension Appr. simple I10 154,454 V30.00 Single liveborn, born in hospital, delivered without Appr. simple Z ,093 mention of cesarean section Diabetes mellitus without mention of complication, Appr. simple E11 99,086 type ii or unspecified type, not stated as uncontrolled Unspecified essential hypertension Exact simple I10 72,246 V58.11 Encounter for antineoplastic chemotherapy Appr. simple Z ,694 Discussion The proposed transcoding system provides three different ways of using it, aimed at different environments. The web-based interface is suitable for direct use by coders, and it can be useful for training at first, but also when coding outside information systems, in the most traditional way. Transcoding tables and web services are meant for coding systems that could embed them in their interface. While transcoding tables, like

5 V. Della Mea et al. / Design, Development and First Validation of a Transcoding System 139 USA GEMs, represent the usual solution, web services might provide always updated transcoding rules. While the system has been developed with the coding scenario in mind, it will be also provided for the transcoding of historical series. In this case, no context knowledge is typically available for multiple choices, thus they should be reduced to single choice, by addressing coding towards a residual. Italy already switched from ICD-9 to ICD-10 for mortality coding when requested by WHO [5]. However, for morbidity coding ICD-9-CM is still used, together with ICD-9-PCS for coding procedures, both being a basis for DRG classification. This when part of the world already codes morbidity in ICD-10 [1,6], and WHO is already working on ICD-11. The IT-DRG Project is aimed at providing new classifications for all of the above mentioned components, i.e., diagnoses, procedures, and DRGs. For what regards diagnoses, the transition from ICD-9-CM to ICD-10, based on these preliminary data analysis, could be less difficult than supposed, because a large number of ICD-9-CM codes can be easily transcoded to one single ICD-10 code, leaving a manageable 13% of codes to be chosen by coders among a small set of options. However, training is needed for coders to understand the differences between the two ICD versions, in particular when involving the dagger/asterisk mechanism, which is not present in ICD-9-CM. The lack of the E codes in current SDO coding rules is another issue to address in ICD-10 V-W-X-Y codes implementation in Italy. Acknowledgements The present work has been done as part of the "Progetto It.DRG", funded by National Health Service 2004 to realize strategical objectives under the National Health Plan, and as part of the agreement between Italian Ministry of Health and Friuli Venezia Giulia Region, ; to support National Health Service in implementing WHO classifications. Work of VDM and OV at the Dept of Mathematics, University of Udine was funded by the Region Friuli Venezia Giulia, to support research activities on WHO classifications, References [1] Kerry I., Peasley K., Roberts R. Ten Down Under: Implementing ICD-10 in Australia. Journal of AHIMA 2000, 71 (1): [2] Frattura L., Grippo F., Frova L. The collaborative effort to implement updated classifications: the lesson learned in developing and using web tools and services to translate, update, browse, and publish ICD- 10. WHO-FIC Network Annual Meeting, Barcelona 2014 [3] Butler R. The ICD-10 General Equivalence Mappings. Bridging the translation gap from ICD-9. J AHIMA Oct;78(9):84-5. [4] National Center for Health Statistics release of ICD-10-CM, General Equivalence Mapping files. [5] Brocco S, Vercellino P, Goldoni CA, Alba N, Gatti MG, Agostini D, Autelitano M, Califano A, Deriu F, Rigoni G, Cassinadri MT, Garrone E. [«Bridge Coding» ICD-9, ICD-10 and effects on mortality statistics]. Epidemiol Prev. 2010, 34(3): [6] Jetté N, Quan H, Hemmelgarn B, Drosler S, Maass C, Moskal L, Paoin W, Sundararajan V, Gao S, Jakob R, Ustün B, Ghali WA. The development, evolution, and modifications of ICD-10: challenges to the international comparability of morbidity data. Med Care.2010, 48(12):

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS Semantic Alignment between ICD-11 and SNOMED-CT By Marcie Wright RHIA, CHDA, CCS World Health Organization (WHO) owns and publishes the International Classification of Diseases (ICD) WHO was entrusted

More information

FirstCare Health Plans (FirstCare) is on track to be ICD-10 ready by the October 1, 2015 deadline.

FirstCare Health Plans (FirstCare) is on track to be ICD-10 ready by the October 1, 2015 deadline. Overview In July 2014, the U.S. Department of Health & Human Services (HHS) issued a rule finalizing October 1, 2015 as the new compliance date for health care providers, health plans, and health care

More information

Annual Report of the Morbidity Reference Group

Annual Report of the Morbidity Reference Group Annual of the Morbidity Reference Group Kerry Innes 1, Olafr Steinum 2, Julie Rust 3 Abstract This paper outlines the activities of the WHO Morbidity Reference Group for 2008-2009. The WHO-FIC formally

More information

Important Dates in 2014

Important Dates in 2014 Important Dates in 2014 January 6 th, 2014 Payers have to start accepting the new CMS1500 Version 02/12 Form. Payers should be able to receive either the old/new form until 3/31/2014. April 1 st, 2014

More information

Special Thanks. What is ICD-10-CM? CDQ Education Department. Coding on the River Executive Committee. Seth Canterbury Stacey Dingman Wanda Brown

Special Thanks. What is ICD-10-CM? CDQ Education Department. Coding on the River Executive Committee. Seth Canterbury Stacey Dingman Wanda Brown Special Thanks CDQ Education Department Seth Canterbury Stacey Dingman Wanda Brown Coding on the River Executive Committee Virginia Outlaw What is ICD-10-CM? Clinical modification of the WHO s ICD-10 morbidity/mortality

More information

Australian mortality coding: history, benefits and future directions

Australian mortality coding: history, benefits and future directions Australian mortality coding: history, benefits and future directions Maryann Wood and Tara Pritchard Introduction The Australian Bureau of Statistics (ABS), Australia s national statistical agency, processes

More information

ICPE Symposium Dublin, Ireland Transitioning to ICD-10: International Lessons Learned and Strategies for Moving Forward

ICPE Symposium Dublin, Ireland Transitioning to ICD-10: International Lessons Learned and Strategies for Moving Forward Sunday, August 28, 2016 ICPE Symposium Dublin, Ireland Transitioning to ICD-10: International Lessons Learned and Strategies for Moving Forward Manel Pladevall-Vila, MD, MS DISCLOSURE RTI International,

More information

ICD-10: What you need to know

ICD-10: What you need to know ICD-10: What you need to know Jill Olmstead, MSN, NP-C Executive Director of Coding Services St. Joseph Heritage Health March 17, 2014 AGENDA Discuss ICD-10 Overview Review Steps on How to Prepare for

More information

Combining Archetypes with Fast Health Interoperability Resources in Future-proof Health Information Systems

Combining Archetypes with Fast Health Interoperability Resources in Future-proof Health Information Systems 180 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed

More information

3/20/2013. "ICD-10 Update Understanding and Analyzing GEMs" March 10, 2013

3/20/2013. ICD-10 Update Understanding and Analyzing GEMs March 10, 2013 "ICD-10 Update Understanding and Analyzing GEMs" March 10, 2013 1 Leola Burke MHSA, CCS AHIMA-approved ICD-10-CM/PCS Trainer Independent Coding Consultant & ICD-10-CM/PCS Expert, Raleigh, NC & Jacksonville,

More information

Innovative Risk and Quality Solutions for Value-Based Care. Company Overview

Innovative Risk and Quality Solutions for Value-Based Care. Company Overview Innovative Risk and Quality Solutions for Value-Based Care Company Overview Meet Talix Talix provides risk and quality solutions to help providers, payers and accountable care organizations address the

More information

Nicole D. Harper, Ph.D., MBA, RHIA, CCS-P, C-CDI Director, Revenue Cycle St.Vincent Health Indiana

Nicole D. Harper, Ph.D., MBA, RHIA, CCS-P, C-CDI Director, Revenue Cycle St.Vincent Health Indiana Nicole D. Harper, Ph.D., MBA, RHIA, CCS-P, C-CDI Director, Revenue Cycle St.Vincent Health Indiana Pat Schmitter CPC, CPC-I Senior Healthcare Consultant Approved ICD-10-CM Trainer AHIMA/AAPC VEI Consulting

More information

ICD What Are You Waiting For? Presented by Jennifer Warfield, BSN, HCS-D, COS-C Education Director, PPS Plus Software

ICD What Are You Waiting For? Presented by Jennifer Warfield, BSN, HCS-D, COS-C Education Director, PPS Plus Software ICD-10... What Are You Waiting For? Presented by Jennifer Warfield, BSN, HCS-D, COS-C Education Director, PPS Plus Software ICD-10... What Are You Waiting For? What is it? International classification

More information

Not all NLP is Created Equal:

Not all NLP is Created Equal: Not all NLP is Created Equal: CAC Technology Underpinnings that Drive Accuracy, Experience and Overall Revenue Performance Page 1 Performance Perspectives Health care financial leaders and health information

More information

WNV, Italian approach. Simonetta Pupella

WNV, Italian approach. Simonetta Pupella WNV, Italian approach Simonetta Pupella I, the undersigned speaker, declare that in carrying out the function stated above at this event, I do not have any personal or third-party commercial interests,

More information

Can SNOMED CT replace ICD-coding?

Can SNOMED CT replace ICD-coding? Can SNOMED CT replace ICD-coding? B. Van Bruwaene, K. Mies +, J. Schots, R. Van de Velde ± *Medical Registration university hospital AZ V.U.B., Brussels, Belgium + Medical Registration, H. Hart Hospital

More information

ICD-10 Contingency Planning Thinking through Step Up Step Down Translation for Contingency Planning Ryan McDermitt, VP compliance Products, Edifecs

ICD-10 Contingency Planning Thinking through Step Up Step Down Translation for Contingency Planning Ryan McDermitt, VP compliance Products, Edifecs ICD-10 Contingency Planning Thinking through Step Up Step Down Translation for Contingency Planning Ryan McDermitt, VP compliance Products, Edifecs Inc Agenda 1 Speaker Background in ICD-10 Space 2 ICD-10

More information

Special Olympics Family Leadership and Support. Family Program Example Special Olympics Italy

Special Olympics Family Leadership and Support. Family Program Example Special Olympics Italy Special Olympics Family Leadership and Support Family Program Example Special Olympics Italy Special Olympics vision The new strategic plan Families are asked to become COMMUNITY BUILDERS National Organizing

More information

Radiation exposure of the Italian population from diagnostic radiology and nuclear medicine examinations

Radiation exposure of the Italian population from diagnostic radiology and nuclear medicine examinations Workshop on European Population Doses from Medical Exposure 24-26 April 2012, Athens, Greece Radiation exposure of the Italian population from diagnostic radiology and nuclear medicine examinations Gaetano

More information

Agenda. ICD-10 CM ICD-10 PCS Prior Auth Guidelines Claims Processing

Agenda. ICD-10 CM ICD-10 PCS Prior Auth Guidelines Claims Processing ICD-10 OVERVIEW Agenda ICD-10 CM ICD-10 PCS Prior Auth Guidelines Claims Processing ICD 10 goes live All HIPAA-covered entities, including health plans, clearinghouses, and healthcare providers must adopt

More information

State of ICD 11. Robert Jakob, WHO

State of ICD 11. Robert Jakob, WHO State of ICD 11 Robert Jakob, WHO Overview Information and participation Activity to date Contribution Content Future 2 www.who.int/classifications/icd/revision/ Online information FAQ Video Working groups

More information

DIAGNOSIS CODING ESSENTIALS FOR LONG-TERM CARE:

DIAGNOSIS CODING ESSENTIALS FOR LONG-TERM CARE: DIAGNOSIS CODING ESSENTIALS FOR LONG-TERM CARE: THE BASICS Preferred Clinical Services for Leading Age Florida August 26-27, 2015 WHAT IS ICD-10-CM? International Classification of Diseases, 10 th Revision,

More information

CodeWrite AHIMA's monthly e-newsletter exclusively for coding professionals

CodeWrite AHIMA's monthly e-newsletter exclusively for coding professionals CodeWrite AHIMA's monthly e-newsletter exclusively for coding professionals Contact Patty Buttner at patty.buttner@ahima.org if you wish to submit an article or have questions. Guidelines for Clinical

More information

HFMA Spring Conference: BlueCross BlueShield of Tennessee s ICD-10 Update

HFMA Spring Conference: BlueCross BlueShield of Tennessee s ICD-10 Update HFMA Spring Conference: BlueCross BlueShield of Tennessee s ICD-10 Update Michael Emmett BlueCross BlueShield of Tennessee April 2013 2012 BlueCross BlueShield of Tennessee. BlueCross BlueShield of Tennessee,

More information

Fit4RareFit4All Conference Cluj - Napoca 3-4 September 2017

Fit4RareFit4All Conference Cluj - Napoca 3-4 September 2017 Fit4RareFit4All Conference Cluj - Napoca 3-4 September 2017 Rare diseases registries as key tools in research and public health Domenica Taruscio Director, National Centre for Rare Diseases Istituto Superiore

More information

CONFERENCE THE NEW GUARANTEE SYSTEM AND THE INTEGRATED CARE PATHWAYS (ICP) EVALUATION March 2018 Turin, C.so Regina Margherita, 174

CONFERENCE THE NEW GUARANTEE SYSTEM AND THE INTEGRATED CARE PATHWAYS (ICP) EVALUATION March 2018 Turin, C.so Regina Margherita, 174 CONFERENCE Integrated services: organizational healthcare models in the framework of chronic diseases. THE NEW GUARANTEE SYSTEM AND THE INTEGRATED CARE PATHWAYS (ICP) EVALUATION 26-27 March 2018 Turin,

More information

NCCIH s New Approach to Funding Clinical Trials Informational Webinar. April 18, 2017

NCCIH s New Approach to Funding Clinical Trials Informational Webinar. April 18, 2017 NCCIH s New Approach to Funding Clinical Trials Informational Webinar April 18, 2017 Introductions Wendy Weber, N.D., Ph.D., M.P.H., Branch Chief, Clinical Research in Complementary and Integrative Health

More information

ICD- 10- CM General Coding Guidelines and Mapping

ICD- 10- CM General Coding Guidelines and Mapping PECAA Professional Eye Care Associates of America ICD- 10- CM General Coding Guidelines and Mapping Introduction The International Classification of Diseases, 10 th revision, Clinical Modifications (ICD-

More information

ICD-10-CM/PCS CONVERSION FOR AHRQ QUALITY INDICATORS

ICD-10-CM/PCS CONVERSION FOR AHRQ QUALITY INDICATORS ICD-10-CM/PCS CONVERSION FOR AHRQ QUALITY INDICATORS OCTOBER 2012 1 Objectives HIPAA Requirements for ICD-10-CM/PCS Basics of ICD-10 Code Sets ICD-10 Planning, Preparation, Go-Live AHRQ Quality Indicators

More information

An Ontology for Healthcare Quality Indicators: Challenges for Semantic Interoperability

An Ontology for Healthcare Quality Indicators: Challenges for Semantic Interoperability 414 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed

More information

Matching GP terms to the ICD-10-AM index

Matching GP terms to the ICD-10-AM index 1 of 9 3/07/2008 11:39 AM HIMJ: Reviewed articles HIMJ HOME Matching GP terms to the ICD-10-AM index Peter R Scott CONTENTS GUIDELINES MISSION CONTACT US HIMAA Locked Bag 2045 North Ryde, NSW Australia

More information

ABRCAdaBRA:Opening the Way to Women with a BRCA Mutation in Italy. Ornella Campanella February 5, 2016

ABRCAdaBRA:Opening the Way to Women with a BRCA Mutation in Italy. Ornella Campanella February 5, 2016 ABRCAdaBRA:Opening the Way to Women with a BRCA Mutation in Italy Ornella Campanella February 5, 2016 Who we are? Everythings was born on Facebook two years ago. Then we met in Pavia during the 4 Pavia

More information

I.2 CNExT This section was software specific and deleted in 2008.

I.2 CNExT This section was software specific and deleted in 2008. CANCER REPORTING IN CALIFORNIA: ABSTRACTING AND CODING PROCEDURES FOR HOSPITALS California Cancer Reporting System Standards, Volume I Changes and Clarifications 8th th Edition Revised May 2008 SECTION

More information

Using Electronic Health Records to Assess Depression and Cancer Comorbidities

Using Electronic Health Records to Assess Depression and Cancer Comorbidities 236 Informatics for Health: Connected Citizen-Led Wellness and Population Health R. Randell et al. (Eds.) 2017 European Federation for Medical Informatics (EFMI) and IOS Press. This article is published

More information

ICD-10-CM Recertification Prep: Proper Prepping Isn t as Bad as You Think

ICD-10-CM Recertification Prep: Proper Prepping Isn t as Bad as You Think ICD-10-CM Recertification Prep: Proper Prepping Isn t as Bad as You Think Julie Orton Van, CPC, CPC-P, CEMC Product Manager Coding Solutions 2015 AAPC HEALTHCON, Las Vegas NV Publisher s Notice: Although

More information

Bellagio, Las Vegas November 26-28, Patricia Davis Computer-assisted Coding Blazing a Trail to ICD 10

Bellagio, Las Vegas November 26-28, Patricia Davis Computer-assisted Coding Blazing a Trail to ICD 10 Bellagio, Las Vegas November 26-28, 2012 Patricia Davis Computer-assisted Coding Blazing a Trail to ICD 10 2 Publisher s Notice Although we have tried to include accurate and comprehensive information

More information

Introduction to ICD-9 Code Selection. Laura Sullivan, CPC Coordinator Corporate Compliance Auditing & Education Summer 2010

Introduction to ICD-9 Code Selection. Laura Sullivan, CPC Coordinator Corporate Compliance Auditing & Education Summer 2010 Introduction to ICD-9 Code Selection Laura Sullivan, CPC Coordinator Corporate Compliance Auditing & Education Summer 2010 1 Legal Stuff The information provided here is personal opinion only and should

More information

ICD-10 to 9 Mapping Client User Guide

ICD-10 to 9 Mapping Client User Guide ICD-10 to 9 Mapping Client User Guide 1 Navicure ICD-10 to 9 Mapping Guide Background The transition from ICD-9 to ICD-10 greatly expands the number of available diagnosis codes from approximately 13,000

More information

Countdown to ICD-10: Top 10 Things to Do to Prepare for ICD-10

Countdown to ICD-10: Top 10 Things to Do to Prepare for ICD-10 Countdown to ICD-10: Top 10 Things to Do to Prepare for ICD-10 Presentation to: Providers, Trading Partners and Billing Firms Presented by: Camillia Harris, ICD-10 Communications Lead Erica Baker, ICD-10

More information

Quality Improvement of Causes of Death Statistics by Automated Coding in Estonia, 2011

Quality Improvement of Causes of Death Statistics by Automated Coding in Estonia, 2011 Quality Improvement of Causes of Death Statistics by Automated Coding in Estonia, 2011 Technical Implementation report, Grant agreement nr 10501.2009.002-2009.461 Introduction The grant agreement between

More information

Report WHO Joint Task force meeting

Report WHO Joint Task force meeting Report WHO Joint Task force meeting 11-14 July 2017, Geneva This seventh meeting of the JTF was convened to assist WHO in review of Member State comments, feedback from field quality assurance and address

More information

4. ICD-10-PCS is used to code and classify data from hospital inpatient records only. a. diagnosis

4. ICD-10-PCS is used to code and classify data from hospital inpatient records only. a. diagnosis 1. The International Classification of Diseases (ICD) is published by the World Health Organization (WHO) and is used to classify data from death certificates. a. disease b. morbidity c. mortality d. procedure

More information

MDGuidelines API: Case Fit v3 Specification 1.3

MDGuidelines API: Case Fit v3 Specification 1.3 MDGuidelines API: Case Fit v3 Specification 1.3 Date: August 23, 2017 1 Overview 1.1 Purpose and Intended Audience The purpose of this document is to provide detailed descriptions and specifications for

More information

Identifying Obstacles and Research Gaps of

Identifying Obstacles and Research Gaps of Building Continents of Knowledge in Oceans of Data: The Future of Co-Created ehealth A. Ugon et al. (Eds.) 2018 European Federation for Medical Informatics (EFMI) and IOS Press. This article is published

More information

DRG 183 AND 184: ANALYSIS ON THE APPROPRIATNESS OF HOSPITAL ADMISSIONS ACCORDING TO PROTOCOL PRUO. A LOCAL EXPERIENCE

DRG 183 AND 184: ANALYSIS ON THE APPROPRIATNESS OF HOSPITAL ADMISSIONS ACCORDING TO PROTOCOL PRUO. A LOCAL EXPERIENCE CASEMIX Quarterly, Volume 1 Number 4, 31st December 1999 DRG 183 AND 184: ANALYSIS ON THE APPROPRIATNESS OF HOSPITAL ADMISSIONS ACCORDING TO PROTOCOL PRUO. A LOCAL EXPERIENCE Cinthia Manganaro, Erika Sampognaro,

More information

Hot Topics and Data Analytics in ICD-10. Carrie Aiken, CHC Compliance and Consulting Manager

Hot Topics and Data Analytics in ICD-10. Carrie Aiken, CHC Compliance and Consulting Manager Hot Topics and Data Analytics in ICD-10 Carrie Aiken, CHC Compliance and Consulting Manager Today s Presenter Carrie Aiken SVA Healthcare Services, LLC 608.826.2451 aikenc@sva.com 1 Objectives Address

More information

PBSI-EHR Off the Charts!

PBSI-EHR Off the Charts! PBSI-EHR Off the Charts! Enhancement Release 3.2.1 TABLE OF CONTENTS Description of enhancement change Page Encounter 2 Patient Chart 3 Meds/Allergies/Problems 4 Faxing 4 ICD 10 Posting Overview 5 Master

More information

Date submitted to OIE 10/11/2017

Date submitted to OIE 10/11/2017 Follow-up report No.10 Report reference:, Reference OIE : 25198, Report Date : 10/11/2017, Country : Italy Report Summary Name of sender of the report Dr Silvio Borrello Telephone +39 6 5994 6584 Position

More information

MEDICATIONS PRESCRIPTION AT HOSPITAL DISCHARGE IN PATIENTS WITH VALIDATED DIAGNOSIS OF DEMENTIA. Federica Edith Pisa University Hospital Udine

MEDICATIONS PRESCRIPTION AT HOSPITAL DISCHARGE IN PATIENTS WITH VALIDATED DIAGNOSIS OF DEMENTIA. Federica Edith Pisa University Hospital Udine MEDICATIONS PRESCRIPTION AT HOSPITAL DISCHARGE IN PATIENTS WITH VALIDATED DIAGNOSIS OF DEMENTIA Federica Edith Pisa University Hospital Udine BACKGROUND Polypharmacy and psychotropic medication use are

More information

A SAS Format Catalog for ICD-9/ICD-10 Diagnoses and Procedures: Data Research Example and Custom Reporting Example

A SAS Format Catalog for ICD-9/ICD-10 Diagnoses and Procedures: Data Research Example and Custom Reporting Example A SAS Format Catalog for ICD-9/ICD-10 Diagnoses and Procedures: Data Research Example and Custom Reporting Example May 10, 2018 Robert Richard Springborn, Ph.D. Office of Statewide Health Planning and

More information

Modular Program Report

Modular Program Report Disclaimer The following report(s) provides findings from an FDA initiated query using Sentinel. While Sentinel queries may be undertaken to assess potential medical product safety risks, they may also

More information

Welcome to Navigating ICD-10

Welcome to Navigating ICD-10 A nonprofit independent licensee of the Blue Cross Blue Shield Association Welcome to Navigating ICD-10 This presentation provides general background information and resources to help your office or facility

More information

Date submitted to OIE 26/01/2018

Date submitted to OIE 26/01/2018 Follow-up report No.11 (Final report) Report reference:, Reference OIE : 25804, Report Date : 26/01/2018, Country : Italy Report Summary Name of sender of the report Dr Silvio Borrello Telephone +39 6

More information

Learning Objectives. Guidance Hierarchy. AHA Coding Clinic Update

Learning Objectives. Guidance Hierarchy. AHA Coding Clinic Update 1 AHA Coding Clinic Update Nelly Leon Chisen, RHIA Director, Coding and Classification Executive Editor, Coding Clinic American Hospital Association Chicago, IL Learning Objectives At the completion of

More information

Optum360 Learning: Detailed Instruction for Appropriate ICD-10-CM Coding

Optum360 Learning: Detailed Instruction for Appropriate ICD-10-CM Coding Optum360 Learning: Detailed Instruction for Appropriate Coding An educational guide to the structure, conventions, and guidelines of coding 2017 Contents Section 1: Introduction...1 Documentation...7 Documentation

More information

TIGAR Personalized Medicine in Diabetes

TIGAR Personalized Medicine in Diabetes TIGAR Personalized Medicine in Diabetes Frequently asked questions by Physicians This information is solely for use by an appropriately qualified health care professional. This manual is meant to be used

More information

Introductory: Coding

Introductory: Coding Introductory: Coding Sandra Jo Wilson Editor, Education Coordinating Group Associate Director, Peabody Research Institute Research Assistant Professor, Dept. of Special Education Vanderbilt University,

More information

Semantic Interoperable Electronic Patient Records: The Unfolding of Consensus based Archetypes

Semantic Interoperable Electronic Patient Records: The Unfolding of Consensus based Archetypes 170 Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed

More information

PAHCS CEUniversity ICD-10-CM 2015

PAHCS CEUniversity ICD-10-CM 2015 PAHCS CEUniversity ICD-10-CM 2015 THIS PACKET CAN ONLY BE USED 1 TIME FOR CEU You will receive.5 ceu for each 5 correct answers If you achieve 3.5 ceu s you will also be considered ICD-10 proficient ICD-10-CM

More information

Annual Report 2005 of the Mortality Forum

Annual Report 2005 of the Mortality Forum WHO-FIC 2005/ WHO-FIC NETWORK MEETING Abstract Annual Report 2005 of the Mortality Forum Lars Age Johansson WHO Collaborating Centre for the Family of International Classifications in the Nordic Countries,

More information

Panel 4: Health Policies to Promote Healthy Aging Globally

Panel 4: Health Policies to Promote Healthy Aging Globally 2010 Global Health Forum Healthy Aging Globally: A Life Cycle Approach Panel 4: Health Policies to Promote Healthy Aging Globally Edwin Walker, J.D., Deputy Assistant Secretary for Program Operations,

More information

Our Goals 10/2/2013. ICD-10 Transition: Five Phases. Hot Topics in Billing and Coding: Transitioning to ICD-10

Our Goals 10/2/2013. ICD-10 Transition: Five Phases. Hot Topics in Billing and Coding: Transitioning to ICD-10 Hot Topics in Billing and Coding: Transitioning to ICD-10 HCCA HAWAII 2013 REGIONAL CONFERENCE Jeri Leong, RN, CPC, CPC-H, CPC-I, CPMA Healthcare Coding Consultants of Hawaii LLC 1 Our Goals Introduce

More information

Colorado Summit. Updates for Providers in the Colorado Medicaid Dental Program. This issue of the Colorado Summit will cover the following:

Colorado Summit. Updates for Providers in the Colorado Medicaid Dental Program. This issue of the Colorado Summit will cover the following: Colorado Summit Updates for Providers in the Colorado Medicaid Dental Program Vol. 3 February 2015 Dear Dental Provider, DentaQuest is pleased to be working with the Department on the important job of

More information

ICD-10 Working Group Kick off meeting. John D. Halamka MD Steve Fischer

ICD-10 Working Group Kick off meeting. John D. Halamka MD Steve Fischer ICD-10 Working Group Kick off meeting John D. Halamka MD Steve Fischer Agenda Purpose of the workgroup Background - what must we do, when must we do it A typical project plan Thinking about staff and budget

More information

Economic aspects of viral hepatitis and liver disease in Portugal

Economic aspects of viral hepatitis and liver disease in Portugal VIRAL HEPATITIS PREVENTION BOARD MEETING Lisbon, Portugal, 18 19 November 2010 BURDEN AND PREVENTION OF VIRAL HEPATITIS IN PORTUGAL Economic aspects of viral hepatitis and liver disease in Portugal José

More information

Caution!!! Copyright 2014, Lynn Thornton My Coding Coach, All Rights Reserved 2

Caution!!! Copyright 2014, Lynn Thornton My Coding Coach, All Rights Reserved 2 My Coding Coach Caution!!! You are entering the knowledge portal. Only proceed if you are prepared to expand your clinical knowledge and grasp of complex scenarios. No coding books are required for the

More information

Tutorial Copyright ACT Consult. All Rights Reserved

Tutorial Copyright ACT Consult. All Rights Reserved ACT-DRG-Optimizer Tutorial Copyright 1998-2006 ACT Consult. All Rights Reserved @ct-drg-optimizer version 1.3 ACT-DRG-Optimizer ACT-DRG-Optimizer is designed for use by Healthcare providers where the healthcare

More information

Risk Adjustment and Hierarchical Condition Category Coding

Risk Adjustment and Hierarchical Condition Category Coding Risk Adjustment 101 Agenda Risk Adjustment Model Hierarchical Condition Categories (HCC) Patient Example Documentation MEAT Documentation Guidance Chronic Conditions Risk Score Calculations Steps for Physician

More information

CENTRAL TEXAS COLLEGE SYLLABUS FOR HITT 1341 CODING AND CLASSIFICATION SYSTEMS. Semester Hours Credit: 3

CENTRAL TEXAS COLLEGE SYLLABUS FOR HITT 1341 CODING AND CLASSIFICATION SYSTEMS. Semester Hours Credit: 3 I. INTRODUCTION CENTRAL TEXAS COLLEGE SYLLABUS FOR HITT 1341 CODING AND CLASSIFICATION SYSTEMS INSTRUCTOR: Semester Hours Credit: 3 OFFICE HOURS: A. Fundamentals of coding rules, conventions, and guidelines

More information

Determining MS-DRGs. Kimberly Cunningham CPC, CIC, CCS. Copyright/Disclaimer text

Determining MS-DRGs. Kimberly Cunningham CPC, CIC, CCS. Copyright/Disclaimer text Determining MS-DRGs Kimberly Cunningham CPC, CIC, CCS Copyright/Disclaimer text No part of this presentation may be reproduced or transmitted in any form or by any means (graphically, electronically, or

More information

Study Endpoint Considerations: Final PRO Guidance and Beyond

Study Endpoint Considerations: Final PRO Guidance and Beyond Study Endpoint Considerations: Final PRO Guidance and Beyond Laurie Burke Associate Director for Study Endpoints and Labeling OND/CDER/FDA Presented at: FIRST ANNUAL PATIENT REPORTED OUTCOMES (PRO) CONSORTIUM

More information

Cheryl Ericson, MS, RN, CCDS, CDIP, AHIMA Approved ICD 10 CM/PCS Trainer Clinical Documentation Program Manager for ezdi.

Cheryl Ericson, MS, RN, CCDS, CDIP, AHIMA Approved ICD 10 CM/PCS Trainer Clinical Documentation Program Manager for ezdi. A Venture of Cheryl Ericson, MS, RN, CCDS, CDIP, AHIMA Approved ICD 10 CM/PCS Trainer Clinical Documentation Program Manager for ezdi HIPAA Code Sets HIPAA legislation required use of the International

More information

PDTA: assistential and diagnostic-therapeutic paths

PDTA: assistential and diagnostic-therapeutic paths PDTA: assistential and diagnostic-therapeutic paths Salvatore Leone Amici Onlus, National Coalition of Associations for Patients suffering Chronic Diseases (CnAMC), Italy What is IBD? Crohn s disease and

More information

Rome Date submitted to OIE 21/07/2017

Rome Date submitted to OIE 21/07/2017 Follow-up report No.16 Report reference:, Reference OIE : 24377, Report Date : 21/07/2017, Country : Italy Report Summary Name of sender of the report Prof. Dr. Romano Marabelli Telephone +390659946945(6)

More information

The Aboriginal Maternal and Infant Health Service: a decade of achievement in the health of women and babies in NSW

The Aboriginal Maternal and Infant Health Service: a decade of achievement in the health of women and babies in NSW The Aboriginal Maternal and Infant Health Service: a decade of achievement in the health of women and babies in NSW Elisabeth Murphy A,B and Elizabeth Best A A Maternity, Children and Young People s Health

More information

ICD 9 EXERCISES WITH ANSWERS

ICD 9 EXERCISES WITH ANSWERS page 1 / 5 page 2 / 5 icd 9 exercises with pdf New Codes Ahead: What You Need to Know About the 2017 ICD-10 Update How to Convert ICD-9 Codes into ICD-10 Codes - ICD 10 For PTs vi ICD-10-PCS Reference

More information

Appendix 81. From OPENFLU to OPENFMD. Open Session of the EuFMD: 2012, Jerez de la Frontera, Spain 1. Conclusions and recommendations

Appendix 81. From OPENFLU to OPENFMD. Open Session of the EuFMD: 2012, Jerez de la Frontera, Spain 1. Conclusions and recommendations From OPENFLU to OPENFMD a resource for automatic and curated nomenclature and tools for the FMD community Filip Claes, Philippe Le Mercier, Dmitry Kuznetsov, Robin Liechti, Anne Gleizes, Ioannis Xenarios,

More information

TITLE SECOND LINE SPEAKER

TITLE SECOND LINE SPEAKER WENNBERG INTERNATIONAL COLLABORATIVE SPRING POLICY MEETING 2018 Inter-regional Variation In Opioid Prescription Patterns In Emilia-romagna And Tuscany TITLE STYLE MARIA PIA FANTINI, DARIO TEDESCO, BRUNA

More information

ICD-10 Open Discussion

ICD-10 Open Discussion ICD-10 Open Discussion Presentation to: Providers, Trading Partners and Billing Firms Presented by: Camillia Harris, ICD-10 Communications Lead Erica Baker, ICD-10 Communications Consultant October 29,

More information

Chapter 9. Tests, Procedures, and Diagnosis Codes The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 9. Tests, Procedures, and Diagnosis Codes The McGraw-Hill Companies, Inc. All rights reserved. Chapter 9 Tests, Procedures, and Diagnosis Codes Chapter 9 Content: Overview Ordering A Test SpringLabsTM & Reference Lab Results Managing and Charting Tests Creating A New Test Documenting and Activating

More information

OECD QSAR Toolbox v.4.2. An example illustrating RAAF scenario 6 and related assessment elements

OECD QSAR Toolbox v.4.2. An example illustrating RAAF scenario 6 and related assessment elements OECD QSAR Toolbox v.4.2 An example illustrating RAAF scenario 6 and related assessment elements Outlook Background Objectives Specific Aims Read Across Assessment Framework (RAAF) The exercise Workflow

More information

ICD-10. An Introduction

ICD-10. An Introduction ICD-10 An Introduction ICD-10 Worldwide Other countries have been using ICD-10 for many years. Coding professionals there were better prepared with: Human Anatomy and Physiology Understanding of disease

More information

CASE-MIX ANALYSIS ACROSS PATIENT POPULATIONS AND BOUNDARIES: A REFINED CLASSIFICATION SYSTEM DESIGNED SPECIFICALLY FOR INTERNATIONAL USE

CASE-MIX ANALYSIS ACROSS PATIENT POPULATIONS AND BOUNDARIES: A REFINED CLASSIFICATION SYSTEM DESIGNED SPECIFICALLY FOR INTERNATIONAL USE CASE-MIX ANALYSIS ACROSS PATIENT POPULATIONS AND BOUNDARIES: A REFINED CLASSIFICATION SYSTEM DESIGNED SPECIFICALLY FOR INTERNATIONAL USE A WHITE PAPER BY: ROBERT MULLIN, MD JAMES VERTREES, PHD RICHARD

More information

Fourth Report Better data quality. Addendum BETTER DATA QUALITY. Italian Arthroplasty Registry Project. English version of Tables and Figures

Fourth Report Better data quality. Addendum BETTER DATA QUALITY. Italian Arthroplasty Registry Project. English version of Tables and Figures ITALIAN ARTHROPLASTY REGISTRY PROJECT Fourth Report 2017 Italian Arthroplasty Registry Project Better data quality BETTER DATA QUALITY for FOR better BETTER PATIENT patient SAFETY safety Fourth Report

More information

REPORTING OF POISONINGS DUE TO THE USE OF PRESCRIPTION OR ILLICIT DRUGS Frequently Asked Questions on Emergency Rules. 1/2/2019 Revision Date

REPORTING OF POISONINGS DUE TO THE USE OF PRESCRIPTION OR ILLICIT DRUGS Frequently Asked Questions on Emergency Rules. 1/2/2019 Revision Date REPORTING OF POISONINGS DUE TO THE USE OF PRESCRIPTION OR ILLICIT DRUGS Frequently Asked Questions on Emergency Rules 1/2/2019 Revision Date Why is the rule needed? The emergency rules are promulgated

More information

ICD-10 Physician Education. General Surgery

ICD-10 Physician Education. General Surgery ICD-10 Physician Education General Surgery 1 Training Objectives ICD-9 to ICD-10 Comparison Documentation Tips Additional Educational Opportunities Questions 2 ICD-9 to ICD-10 Comparison Code Structure

More information

Priority actions of the different Regional Prevention Plans: common features and innovations

Priority actions of the different Regional Prevention Plans: common features and innovations Priority actions of the different Regional Prevention Plans: common features and innovations Francesca Russo (1), Federica Michieletto (1), Annarosa Pettenò (1), Chiara Postiglione (2), Giuseppina Napoletano

More information

Yves A. Lussier, MD Professor of Medicine. Andrew D. Boyd, MD Assist. Prof. of Biomed. and Health Information Sc.

Yves A. Lussier, MD Professor of Medicine. Andrew D. Boyd, MD Assist. Prof. of Biomed. and Health Information Sc. Yves A. Lussier, MD Professor of Medicine Andrew D. Boyd, MD Assist. Prof. of Biomed. and Health Information Sc. Contrast the limitations and advantages of two methods of translation of ICD-9 codes to

More information

Mathematics in the New Zealand Curriculum Second Tier. Strand: Number and Algebra Thread: Patterns and Relationships Level: One

Mathematics in the New Zealand Curriculum Second Tier. Strand: Number and Algebra Thread: Patterns and Relationships Level: One Mathematics in the New Zealand Curriculum Second Tier Strand: Number and Algebra Thread: Patterns and Relationships Level: One Achievement Objectives: Generalise that the next counting number gives the

More information

A Strategy for Evaluating ICD-10 Implementation and Updating Process: 2005 Status Report

A Strategy for Evaluating ICD-10 Implementation and Updating Process: 2005 Status Report WHO-FIC NETWORK MEETING Recommendations Marjorie S. Greenberg, Head, North American Collaborating Center National Center for Health Statistics, Centers for Disease Control and Prevention, Hyattsville,

More information

ICD-10 RSPMI Provider Education April 16, Cathy Munn MPH RHIA CPHQ Sr. Consultant

ICD-10 RSPMI Provider Education April 16, Cathy Munn MPH RHIA CPHQ Sr. Consultant ICD-10 RSPMI Provider Education April 16, 2014 Cathy Munn MPH RHIA CPHQ Sr. Consultant Agenda Status of ICD-10 Transition Who, What, Where, When & Why Industry Update Impact of the Change Providers Payers

More information

Geriatric Emergency Management PLUS Program Costing Analysis at the Ottawa Hospital

Geriatric Emergency Management PLUS Program Costing Analysis at the Ottawa Hospital Geriatric Emergency Management PLUS Program Costing Analysis at the Ottawa Hospital Regional Geriatric Program of Eastern Ontario March 2015 Geriatric Emergency Management PLUS Program - Costing Analysis

More information

L USO DELLA RISORSA ALBUMINA LA PROSPETTIVA DEL CLINICO

L USO DELLA RISORSA ALBUMINA LA PROSPETTIVA DEL CLINICO AISF-SIMTI POSITION PAPER - L USO APPROPRIATO DELL ALBUMINA Roma, 29 marzo 2016 L USO DELLA RISORSA ALBUMINA LA PROSPETTIVA DEL CLINICO Mauro Bernardi Semeiotica Medica Dipartimento di Scienze Mediche

More information

ICD-10-CM Coding and Documentation for Long Term Care

ICD-10-CM Coding and Documentation for Long Term Care ICD-10-CM Coding and Documentation for Long Term Care June 3, 2014 Chris Hoskins, MA, RHIA, CTR, CHC Karen Fabrizio, RHIA CHTS-CP AHIMA Approved ICD-10-CM/PCS Trainers Objectives Review 2014 Coding Guidelines

More information

Abstract. Introduction and Background. by Hari Nandigam MD, MSHI, and Maxim Topaz, PhD, RN, MA

Abstract. Introduction and Background. by Hari Nandigam MD, MSHI, and Maxim Topaz, PhD, RN, MA Mapping Systematized Nomenclature of Medicine Clinical Terms (SNOMED CT) to International Classification of Diseases, Tenth Revision, Clinical Modification (ICD-10-CM): Lessons Learned from Applying the

More information

The openehr approach. Background. Approach. Heather Leslie, July 17, 2014

The openehr approach. Background. Approach. Heather Leslie, July 17, 2014 Heather Leslie, July 17, 2014 The openehr approach Background The open source openehr 1 architecture specifications 2 have evolved as the result of over 20 years of research and international implementations,

More information

Transitioning to ICD-10-CM: General Coding Guidelines & Mapping

Transitioning to ICD-10-CM: General Coding Guidelines & Mapping Transitioning to ICD-10-CM: General Coding Guidelines & Mapping 2 Introduction 1975 - International Classification of Diseases, 9th revision was originated 1979 - The United States began using ICD-9 1990

More information

CANCER REPORTING IN CALIFORNIA: ABSTRACTING AND CODING PROCEDURES California Cancer Reporting System Standards, Volume I

CANCER REPORTING IN CALIFORNIA: ABSTRACTING AND CODING PROCEDURES California Cancer Reporting System Standards, Volume I CANCER REPORTING IN CALIFORNIA: ABSTRACTING AND CODING PROCEDURES California Cancer Reporting System Standards, Volume I Changes and Clarifications 16 th Edition April 15, 2016 Quick Look- Updates to Volume

More information

Report of meeting of the WHO Joint Task force for ICD-11 Mexico City, October, 2017

Report of meeting of the WHO Joint Task force for ICD-11 Mexico City, October, 2017 Report of meeting of the WHO Joint Task force for ICD-11 Mexico City, 14-15 October, 2017 Contents OPENING... 1 ICD-11 PROGRESS REPORT WHO... 1 MEMBER STATE FEEDBACK AND FIELD TRIAL FEEDBACK... 2 ADDITIONAL

More information

TEXAS Project: Transitions EXplored And Studied

TEXAS Project: Transitions EXplored And Studied TEXAS Project: Transitions EXplored And Studied Robert A. Phillips, MD, PhD, FACC EVP& CMO/CQO, Houston Methodist President & CEO, HM Physician Organization Professor of Medicine, Weill Cornell Medical

More information