Data Science Reduces Anatomic Pathology Reporting Errors

Size: px
Start display at page:

Download "Data Science Reduces Anatomic Pathology Reporting Errors"

Transcription

1 Data Science Reduces Anatomic Pathology Reporting Errors Session # 270, February 14, 2019 Jay J. Ye, MD, PhD, Pathologist Dahl-Chase Pathology Associates 1

2 Conflict of Interest Jay J. Ye, MD, PhD Has no real or apparent conflicts of interest to report. 2

3 Agenda Introduction: - Pathology process: specimens to reports - Types of errors: interpretation vs reporting - Data science: why effective Catching the errors: - Two programs: web application / auto- - Mechanisms Bigram approach Implications 3

4 Learning Objectives Define pathology reporting errors and describe their characteristics Describe data science and tools of data science Describe how data science is used to reduce reporting errors 4

5 The process of anatomic pathology: from specimens to reports Accessioning: entering demographic and specimen info Gross examination, (sectioning), and submitting of specimens: specimens to cassettes Histology: tissue in cassettes to glass slides Interpretation: from slides to final reports 5

6 Example of a report 6

7 Interpretation errors vs reporting errors Interpretation errors Professional judgement Reporting errors Not professional judgement 7

8 Examples of interpretation errors Benign breast lesion vs. breast cancer Benign mole vs melanoma Positive vs negative margin Missing the lesion 8

9 Examples of reporting errors Patient ID, left vs right (not included) Typo / voice recognition errors Internal inconsistency within the report Paraffin block designation errors Unintentional omission of special studies (immuno, special, etc.) Incorrect patient sex, etc 9

10 To reduce interpretation errors Professional training Subspecialization Policies and procedures, including certain mandatory reviews. 10

11 Characteristics of reporting errors Not related to the professional abilities Sometimes difficult to catch Generally obvious after being pointed out 11

12 Harmful effects of reporting errors Annoying the clinicians Conveying incorrect information Reducing the trustworthiness of the report Compliance issue (special studies performed, billed but not reported) 12

13 Data science and its tools 1. Data science extracts: Lots of data concise knowledge 2. Tools: R and Python, etc. Data, data, and lots of data Data data Data data Data, More data knowledge 13

14 Pairing data science with reporting error detection Data science: great at extracting knowledge from large quantity of data (including finding a needle in a hay stack) Reporting errors: Rare for each particular error, therefore sometimes difficult to catch (a needle-in-a-hay-stack problem) using data science tools to catch errors 14

15 Two programs for error catching: preliminary and final reports Report checker for PA: a web application for pathologist assistants to check for the errors in the preliminary reports. notification to pathologists: for pathologists on special studies not reported in the final reports. 15

16 Two ways to interact with data 16

17 Report Checker 17

18 Report checker Internal web address: cronos:

19 Voice Recognition Errors in Clinical Information 19

20 Voice Recognition Errors in Clinical Information: Sounds Like Specimen list / clinical information discrepancy due to phonetic similarity: lid/lip chin/shin thigh/side thigh/thyroid 20

21 Examples of voice errors in gross with a 1.2 x 0.3 sodium segment of a 0.7 x 0.4 x 0.1 tan tan-gray skin shave right hemicolectomy consisting of 9.5 cm maternal ileum, 37.5 cm of cecum 21

22 Block Designation Errors 1A 2A 3A 4A-4B 22

23 Block error 1: Omission Part 3. The largest fragment is inked at the base, trisected 3A. ** Missing 3B,3C,3D 1A lateral margin, perpendicular. 1B-1L central sections each to 1K medial margin, perpendicular **missing 1M 23

24 Block error 2: addition Part 1. The tissue is poured into a specimen bag. Intact 1A-1C Should have been 1A-1B (1C does not exist) Part 6. entirely serially submitted as 6A-6C with the tips, perpendicular within 6A and 6D 6D should have been 6C (6D does not exist) 24

25 Block error3: ambiguity 1B-1C lesion entirely submitted 1C-1D representative fragmented sections 1C-1D lesion entirely submitted. 1F nearest radial circumferential 1F representative section of mesenteric margin 1G-1H proximal polypectomy site. 25

26 Wrong Sex Name Sex Female Male report 26

27 Automatic s to pathologist Examine reports finalized by pathologists once every 5 minutes for: Additional studies performed but not reported the pathologist when such cases are found 27

28 s sent and changes made Subject: Stains not reported: S-17-##### Keratin AE1/AE3 Nothing mentioned Added: Cytokeratin AE1/3 confirms the presence of invasive carcinoma extending to the inferior margin. Subject: Stains not reported: S-18-##### CYCLIN D-1 KAPPA-ISH LAMBDA-ISH CD138 highlights plasma cells which are polyclonal on K/L ISH. CD138 highlights plasma cells which are polyclonal on kappa/lambda ISH. Cyclin D-1 is negative. 28

29 Sometimes it catches errors Subject: Stains not reported: S-17- ##### CD30 CD20 positive, PAX-5 positive B cells which also express BCL-6 and BCL-2 (dim). The atypical cells are negative for CD5, CD10, CD38, cyclin D1 and EBVish. MUM1 shows borderline positivity in a subset of the cells. Ki-67 shows a proliferation index of approximately 80%. CD3 stains (1 out of 12 stains) 29

30 Prevalence of errors by types Voice: 7-8% Blocks: 1% Stains not reported, average 1 a day Sex error: rare 30

31 Mechanisms for error catching Example of SQL and data in a table 31

32 Query: SQL wrapped in R 32

33 Processing Retrieved Data: R code 33

34 Basis for error identification 1. Error patterns: reading the text - Exact texts: e.g. Pass pending (Path pending) - Patterns of texts: e.g segment of colon (no unit, cm? mm?) 2. Conflicting information: needing information from different sources Patient sex, block submission, special studies not reported, wrong providers, etc.. 34

35 Detecting errors by exact matching 1. List items in a.txt file epidermal edema Pass pending (The correct ones should be dermal edema, path pending) 2. Read the.txt file into R, assigned to a variable Clinicalerrors : Clinicalerrors <- epidermal edema Passed pending 35

36 Detecting errors by exact matching 3. Identify any report with clinical information containing these words: clinicalvre2 <- map_chr(clinical_rpt$report, ~ paste(str_match_all(., clinicalerrors), collapse = "/")) 36

37 Users can teach the program User can teach the program to catch more and more errors over time by adding new entries to a.txt file 37

38 Detecting error by regular expression Regular expression can be used to match patterns of texts: [0-9]{1,2}[.][0-9] by no_cm <- str_match(block_rpt$report, " x [0-9]{1,2}[.][0-9] [(a-bd-z)][(a-ln-z)]([a-za- Z,. ]{5})?")[,1] Patterns cannot be easily added to the.txt file by the users 38

39 Conflicting information Examples of checking by inconsistency: Block checking: blocks submitted in database vs information parsed from gross description text Sex checking: sex in database vs naming convention and report text Stains not reported: stains billed in database vs info parsed from the diagnosis text 39

40 Stains not reported as an example: 1. Stains retrieved from the database: CD3 / ER Quant / P63-Double Stain / S100-Brown /CYCLIN D-1 2. A.txt file, each line converting a stain to the possible wordings in the reports: CYCLIN D-1,CYCLIN D1 cyclin d1 cyclin D1 Cyclin D1 cyclin D-1 Cyclin D-1 Cyclin- D1 cyclind-1 cyclind-1 cyclind1 cyclin-d1 40

41 Newly implemented bigram approach - word bigrams For the sentence: Below you will find some important instructions about HIMSS19 session information, registration, hotel and travel. Word bigrams: Below you / you will / will find / find some / registration hotel / hotel and / and travel 41

42 Construction of normal bigrams 1. Retrieving gross description text for 200k specimens. 2. Preprocessing these texts: - removing patient info, specimen label, all capitalized words / acronyms - Changing all the digits to 8, except when it is 1 3. Constructing a bigram library of ~ 50k 42

43 Examples of normal unique bigrams in the bigram library 43

44 Example of Report checker output by bigram approach Than mature: The endometrial cavity mass identified: A well-formed mass is not identified 44

45 Checking new gross texts for bigrams not in the library Two weeks of gross description texts (1717 cases) % of bigrams not in the library, flagging 3% of the sentences 2. 10% of the flagged sentences contain errors, 1.9% of the cases 45

46 Examples of the errors Confusing errors where from margin / away from margin uterine process / uterine corpus port material / soft material Very minor errors is an blue /is a blue is it is 0.3 x 0.2 cm / is a 0.3 x 0.2 cm 46

47 Checker learning: user updating of the bigram library Select the entries with no mistake (darker color) and then click the button below to teach the program 47

48 Bigram method vs other methods Other methods: searching for needles in a hay stack (you need to know what needles look like). Bigram method: identifying stuff that is not hay (you only need to know what hay looks like catching errors not seen before). 48

49 Implications More errors than we think: bigram / sex Universally implementable: database: information system-independent High benefit-cost ratio : very little increased effort Substantive effects on patient care: Avoid conveying wrong information Enable PA and pathologists to focus on the professional component of the tasks 49

50 Questions Jay J. Ye, MD, PhD, Pathologist Dahl-Chase Pathology Associates (207) I greatly appreciate the staff in the gross room in their dedication and effort to reduce the numbers of errors in the preliminary reports Please complete the online session evaluation 50

BREAST PATHOLOGY GROSSING GUIDELINES

BREAST PATHOLOGY GROSSING GUIDELINES THINGS TO CONSIDER: A. Please review ALL imaging and previous biopsies PRIOR to grossing any breast case. a. It may be helpful to draw out your own guide to assist when grossing B. Faxitron your breast

More information

ANATOMICAL PATHOLOGY TARIFF

ANATOMICAL PATHOLOGY TARIFF ANATOMICAL PATHOLOGY TARIFF A GUIDE TO UTILISATION. The following guidelines have been agreed by consensus of Anatomical Pathologists who are members of the Anatomical Pathologist s Group, or the National

More information

Addendum report coding for the National Quality Improvement Programme in Histopathology: a multi-institutional audit

Addendum report coding for the National Quality Improvement Programme in Histopathology: a multi-institutional audit Addendum report coding for the National Quality Improvement Programme in Histopathology: a multi-institutional audit S. Mahon 1,3, D. Catargiu 2, S. Phelan 2, S. Crowther 3, N. Swan 1. St. Vincent s University

More information

ISR Process for Internal Service Providers

ISR Process for Internal Service Providers ISR Process for Internal Service Providers Course Outline 1) Internal Service Request Process Overview Internal Service Requests (ISR) are created by the end user via the BUworks Central Portal Procurement

More information

Obtaining the diagnosis:

Obtaining the diagnosis: CANCER SURGERY Obtaining the diagnosis: Most cancers are first biopsied in order to determine tumor type. Incisional biopsies extract small portions of tumor for microscopic examination. Excisional biopsies

More information

Multidisciplinary Breast Pathology

Multidisciplinary Breast Pathology Multidisciplinary Breast Pathology Advanced Learning Series MANUAL This Multidisciplinary Breast Pathology manual is current as of October, 2018. Information is subject to change. CURRICULUM The MBP Advanced

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

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

Evaluation of Breast Specimens Removed by Needle Localization Technique

Evaluation of Breast Specimens Removed by Needle Localization Technique Evaluation of Breast Specimens Removed by Needle Localization Technique Specimen Handling: The breast specimen when received should be measured and grossly inspected for any orientation designated by the

More information

George Cernile Artificial Intelligence in Medicine Toronto, ON. Carol L. Kosary National Cancer Institute Rockville, MD

George Cernile Artificial Intelligence in Medicine Toronto, ON. Carol L. Kosary National Cancer Institute Rockville, MD George Cernile Artificial Intelligence in Medicine Toronto, ON Carol L. Kosary National Cancer Institute Rockville, MD Using RCA A system to convert free text pathology reports into a database of discrete

More information

Ritu Nayar, MD Professor and Vice Chair of Pathology Northwestern University, Feinberg School of Medicine Chicago, IL

Ritu Nayar, MD Professor and Vice Chair of Pathology Northwestern University, Feinberg School of Medicine Chicago, IL Ritu Nayar, MD Professor and Vice Chair of Pathology Northwestern University, Feinberg School of Medicine Chicago, IL email: r-nayar@northwestern.edu Nothing to disclose College of American Pathologists

More information

MedDRA Coding/ AE Log Item 1 Refresher. ASPIRE Protocol Team Meeting February 10, 2013

MedDRA Coding/ AE Log Item 1 Refresher. ASPIRE Protocol Team Meeting February 10, 2013 MedDRA Coding/ AE Log Item 1 Refresher ASPIRE Protocol Team Meeting February 10, 2013 MedDRA Coding Overview MedDRA: standardized dictionary of medical terminology Results from ICH initiative to standardize

More information

Precision ceedpro. Online Training for. Glucometer & Capillary Collection

Precision ceedpro. Online Training for. Glucometer & Capillary Collection Online Training for Precision ceedpro Glucometer & Capillary Collection How long will it take? This module takes approximately 30 minutes to complete. What if I have to leave before I finish? Progress

More information

Drivers have GPS. Dialysis Patients have. Making possible personal.

Drivers have GPS. Dialysis Patients have. Making possible personal. Drivers have GPS Dialysis Patients have with The Amia System with Sharesource Connectivity Platform. For step-by-step navigation of home peritoneal dialysis. Please see indications for use on the back

More information

Kidney Case 1 SURGICAL PATHOLOGY REPORT

Kidney Case 1 SURGICAL PATHOLOGY REPORT Kidney Case 1 Surgical Pathology Report February 9, 2007 Clinical History: This 45 year old woman was found to have a left renal mass. CT urography with reconstruction revealed a 2 cm medial mass which

More information

References. GI Biopsies. What Should Pathologists Assistants Know About Gastrointestinal Histopathology? James M Crawford, MD, PhD

References. GI Biopsies. What Should Pathologists Assistants Know About Gastrointestinal Histopathology? James M Crawford, MD, PhD What Should Pathologists Assistants Know About Gastrointestinal Histopathology? James M Crawford, MD, PhD jcrawford1@nshs.edu Executive Director and Senior Vice President for Laboratory Services North

More information

Catholic University of Louvain, St - Luc University Hospital Head and Neck Oncology Programme. Anatomopathology. Pathology 1 Sept.

Catholic University of Louvain, St - Luc University Hospital Head and Neck Oncology Programme. Anatomopathology. Pathology 1 Sept. Anatomopathology Pathology 1 Anatomopathology Biopsies Frozen section Surgical specimen Peculiarities for various tumor site References Pathology 2 Biopsies Minimum data, which should be given by the pathologist

More information

BORN Ontario: NSO DERF Training Guide FEBRUARY 2012

BORN Ontario: NSO DERF Training Guide FEBRUARY 2012 BORN Ontario: NSO DERF Training Guide FEBRUARY 2012 NSO DERF Encounter NSO sends newborn screening records to the BORN Information System (BIS) regularly throughout each day. When a risk letter is printed,

More information

Optimal algorithm for HER2 testing

Optimal algorithm for HER2 testing Optimal algorithm for HER2 testing The revised definition of IHC 2+ (equivocal) is invasive breast cancer with Weak to moderate complete membrane staining observed in >10% of tumor cells. (see Figure 1

More information

ClinicalTrials.gov Registration User s Guide. January 2018

ClinicalTrials.gov Registration User s Guide. January 2018 ClinicalTrials.gov Registration User s Guide January 2018 ClinicalTrials.gov Assistance and Training at WCM Contact the WCM ClinicalTrials.gov Administrator at registerclinicaltrials@med.cornell.edu to:

More information

ACRIN 6666 Therapeutic Surgery Form

ACRIN 6666 Therapeutic Surgery Form S1 ACRIN 6666 Therapeutic Surgery Form 6666 Instructions: Complete a separate S1 form for each separate area of each breast excised with the intent to treat a cancer (e.g. each lumpectomy or mastectomy).

More information

NUMERATOR: Reports that include the pt category, the pn category and the histologic grade

NUMERATOR: Reports that include the pt category, the pn category and the histologic grade Quality ID #100 (NQF 0392): Colorectal Cancer Resection Pathology Reporting: pt Category (Primary Tumor) and pn Category (Regional Lymph Nodes) with Histologic Grade National Quality Strategy Domain: Effective

More information

NUMERATOR: Reports that include the pt category, the pn category and the histologic grade

NUMERATOR: Reports that include the pt category, the pn category and the histologic grade Quality ID #100 (NQF 0392): Colorectal Cancer Resection Pathology Reporting: pt Category (Primary Tumor) and pn Category (Regional Lymph Nodes) with Histologic Grade National Quality Strategy Domain: Effective

More information

(SCARD) At any time to clarify any issues you can contact us by on

(SCARD) At any time to clarify any issues you can contact us by  on The SCCANZ Skin Cancer Audit and Research Database (SCARD) TO USE THE PROGRAM At any time to clarify any issues you can contact us by email on support@skincanceraudit.com The Notice Board on the home-page

More information

Fully Automated IFA Processor LIS User Manual

Fully Automated IFA Processor LIS User Manual Fully Automated IFA Processor LIS User Manual Unless expressly authorized, forwarding and duplication of this document is not permitted. All rights reserved. TABLE OF CONTENTS 1 OVERVIEW... 4 2 LIS SCREEN...

More information

ASN Errors Troubleshooting Guide

ASN Errors Troubleshooting Guide ASN s Troubleshooting Guide September 2011 ASN s Troubleshooting Guide Table of Contents Introduction...1 ASN Edit Report...2...3 ASN Descriptions...4 Harley-Davidson Motor Company September 2011 i ASN

More information

MBP AP 3 Core Curriculum

MBP AP 3 Core Curriculum MBP AP 3 Core Curriculum The MBP AP3 core curriculum focuses on providing pathologists with the knowledge and skills needed to be a vital member of the patient care team. Further, the curriculum fulfills

More information

Single and Multiplex Immunohistochemistry

Single and Multiplex Immunohistochemistry Single and Multiplex Immunohistochemistry Steve Westra, BS Reagent Product Specialist Leica Biosystems IHC Theory Polyclonal vs Monoclonal Polyclonal reagents Detect a multitude of epitopes Batch to batch

More information

Entering HIV Testing Data into EvaluationWeb

Entering HIV Testing Data into EvaluationWeb Entering HIV Testing Data into EvaluationWeb User Guide Luther Consulting, LLC July, 2014/v2.2 All rights reserved. Table of Contents Introduction... 3 Accessing the CTR Form... 4 Overview of the CTR Form...

More information

2007 New Data Items. Slide 1. In this presentation we will discuss five new data items that were introduced with the 2007 MPH Coding Rules.

2007 New Data Items. Slide 1. In this presentation we will discuss five new data items that were introduced with the 2007 MPH Coding Rules. Slide 1 2007 New Data Items Data Due in: Days In this presentation we will discuss five new data items that were introduced with the 2007 MPH Coding Rules. Slide 2 5 New Data Items Ambiguous Terminology

More information

Skin Cut Up D R R O K I A H A L I C O N S U L T A N T D E R M A T O P A T H O L O G I S T S T H

Skin Cut Up D R R O K I A H A L I C O N S U L T A N T D E R M A T O P A T H O L O G I S T S T H Skin Cut Up D R R O K I A H A L I C O N S U L T A N T D E R M A T O P A T H O L O G I S T S T H General Instructions 5.1.1 The type of biopsy is documented. 5.1.2 Orientated or not (suture indicating what

More information

CS Tumor Size. We re on the Web! Visit us at www2.kumc.edu/kcr

CS Tumor Size. We re on the Web! Visit us at www2.kumc.edu/kcr VOLUME 17 ISSUE 3 July 2013 We re on the Web! Visit us at www2.kumc.edu/kcr July is UV Awareness Month. It is that time of the year again for summer! This is a great opportunity to talk about skin cancer.

More information

Clay Tablet Connector for hybris. User Guide. Version 1.5.0

Clay Tablet Connector for hybris. User Guide. Version 1.5.0 Clay Tablet Connector for hybris User Guide Version 1.5.0 August 4, 2016 Copyright Copyright 2005-2016 Clay Tablet Technologies Inc. All rights reserved. All rights reserved. This document and its content

More information

DOUBLE STAINS. Toll-Free: Direct:

DOUBLE STAINS. Toll-Free: Direct: DOUBLE STAINS CD61 + CD71 DAB Brown: CD61 Alk. Phos. Red: CD71 Bone Marrow DAB Brown: Megakaryocytes Alk. Phos. Red: Erythroid Precursors 400x CD61 (2f2) 0.1 ml concentrate............. 161M-14 0.5 ml

More information

Definition of Synoptic Reporting

Definition of Synoptic Reporting Definition of Synoptic Reporting The CAP has developed this list of specific features that define synoptic reporting formatting: 1. All required cancer data from an applicable cancer protocol that are

More information

Use of tissue micro array (TMA) in routine clinical analysis

Use of tissue micro array (TMA) in routine clinical analysis 2nd European Workshop on Tissue Imaging and Analysis June 25-26, 2010 Use of tissue micro array (TMA) in routine clinical analysis Tim Svenstrup Poulsen Molecular unit Dept. pathology Herlev Hospital Denmark

More information

Getting Started.

Getting Started. Getting Started www.scientificbraintrainingpro.com Summary 1. First steps... 2 2. Log in... 2 3. Create an account for a patient... 3 4. Access an exercise with this patient... 4 5. Viewing the results

More information

Complementary ICD-10 document for the

Complementary ICD-10 document for the Complementary ICD-10 document for the Platinum System Outsource Billing Service 1. Introduction The ICD-10 update is mandatory if you bill insurance claims electronically (837) or on paper (HCFA). We had

More information

ProScript User Guide. Pharmacy Access Medicines Manager

ProScript User Guide. Pharmacy Access Medicines Manager User Guide Pharmacy Access Medicines Manager Version 3.0.0 Release Date 01/03/2014 Last Reviewed 11/04/2014 Author Rx Systems Service Desk (T): 01923 474 600 Service Desk (E): servicedesk@rxsystems.co.uk

More information

Handout for Dr Allison s Lectures on Grossing Breast Specimens:

Handout for Dr Allison s Lectures on Grossing Breast Specimens: Handout for Dr Allison s Lectures on Grossing Breast Specimens: Dr. Kimberly H. Allison Director of Breast Pathology and Breast Pathology Fellowship Director of Residency Training in Pathology Stanford

More information

TITLE: Whole Blood Glucose Monitoring Using the Nova StatStrip Meter

TITLE: Whole Blood Glucose Monitoring Using the Nova StatStrip Meter Page 4 of 14 IV. Performance of Quality Control A. Purpose: To detect any errors due to system failures or operator performance B. Frequency: Levels 1 and 3 controls are run every 24 hours of use. C. Quality

More information

Automatic Extraction of Synoptic Data. George Cernile Artificial Intelligence in Medicine AIM

Automatic Extraction of Synoptic Data. George Cernile Artificial Intelligence in Medicine AIM Automatic Extraction of Synoptic Data George Cernile Artificial Intelligence in Medicine AIM Agenda Background Technology used Demonstration Questions How often are checklist elements included in a report,

More information

Handling & Grossing of Colo-rectal Specimens for Tumours. for Medical Officers in Pathology

Handling & Grossing of Colo-rectal Specimens for Tumours. for Medical Officers in Pathology Handling & Grossing of Colo-rectal Specimens for Tumours for Medical Officers in Pathology Dr Gayana Mahendra Department of Pathology Faculty of Medicine University of Kelaniya Your Role in handling colorectal

More information

Visual interpretation in pathology

Visual interpretation in pathology 13 Visual interpretation in pathology Tissue architecture (alteration) evaluation e.g., for grading prostate cancer Immunohistochemistry (IHC) staining scoring e.g., HER2 in breast cancer (companion diagnostic

More information

PATHOPHYSIOLOGY. DEFINED Involves the study of function that results from disease processes.

PATHOPHYSIOLOGY. DEFINED Involves the study of function that results from disease processes. DEFINED Involves the study of function that results from disease processes. What is pathology? Pathology is the branch of medical sciences that treats the essential nature of disease, especially the changes

More information

Update on 2015 WHO Classification of Lung Adenocarcinoma 1/3/ Mayo Foundation for Medical Education and Research. All rights reserved.

Update on 2015 WHO Classification of Lung Adenocarcinoma 1/3/ Mayo Foundation for Medical Education and Research. All rights reserved. 1 Our speaker for this program is Dr. Anja Roden, an associate professor of Laboratory Medicine and Pathology at Mayo Clinic as well as consultant in the Anatomic Pathology Laboratory and co-director of

More information

HER2 CISH pharmdx TM Kit Interpretation Guide Breast Cancer

HER2 CISH pharmdx TM Kit Interpretation Guide Breast Cancer P A T H O L O G Y HER2 CISH pharmdx TM Kit Interpretation Guide Breast Cancer FROM CERTAINTY COMES TRUST For in vitro diagnostic use HER2 CISH pharmdx Kit HER2 CISH pharmdx Kit is intended for dual-color

More information

LibreHealth EHR Student Exercises

LibreHealth EHR Student Exercises LibreHealth EHR Student Exercises 1. Exercises with Test Patients created by students a. Create a new Encounter using the Bronchitis form (template) i. While your patient s chart is open, go to either

More information

Workflow. Connecting the Pieces For Total Patient Care

Workflow. Connecting the Pieces For Total Patient Care Workflow Connecting the Pieces For Total Patient Care Biocare provides a full line of IHC and molecular pathology products for cancer and infectious disease diagnosis. From a full range of equipment: including

More information

2014 NYSOMS INTERN/RESIDENT/FELLOWS SCIENTIFIC POSTER COMPETITION

2014 NYSOMS INTERN/RESIDENT/FELLOWS SCIENTIFIC POSTER COMPETITION NEW YORK STATE OSTEOPATHIC MEDICAL SOCIETY 2014 NYSOMS INTERN/RESIDENT/FELLOWS SCIENTIFIC POSTER COMPETITION Experimental Research or Case Study Friday, February 21, 2014 Upsky Long Island Hotel, 110 Vanderbilt

More information

User Guide V: 3.0, August 2017

User Guide V: 3.0, August 2017 User Guide V: 3.0, August 2017 a product of FAQ 3 General Information 1.1 System Overview 5 1.2 User Permissions 6 1.3 Points of Contact 7 1.4 Acronyms and Definitions 8 System Summary 2.1 System Configuration

More information

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text Anthony Nguyen 1, Michael Lawley 1, David Hansen 1, Shoni Colquist 2 1 The Australian e-health Research Centre, CSIRO ICT

More information

GOALS AND OBJECTIVES BREAST PATHOLOGY

GOALS AND OBJECTIVES BREAST PATHOLOGY GOALS AND OBJECTIVES BREAST PATHOLOGY LEVEL: PGY2, PGY3, PGY5 A number of these rotations are introductory in nature, as they are major subspecialties, and are followed by two more blocks in PGY-3, during

More information

Standard 4.6: The Importance of CAP Protocols and Understanding Synoptic Reporting

Standard 4.6: The Importance of CAP Protocols and Understanding Synoptic Reporting Standard 4.6: The Importance of CAP Protocols and Understanding Synoptic Reporting Jerry Hussong, MD, FCAP Cedars Sinai Medical Center, Los Angeles CA M. Asa Carter, CTR Manager, Accreditation and Standards

More information

Specimen Dissection Back to basics

Specimen Dissection Back to basics Carol Turnbull FIBMS PGDipHSSM BSc. What is Northern Ireland is famous for? Specimen Dissection Back to basics A few famous faces from Northern Ireland recognise anyone? And apparently we are not too bad

More information

ShadeVision v Color Map

ShadeVision v Color Map Kevin Aamodt Page 1 7/1/2004 ShadeVision v.3.01 Color Map The ShadeVision v.3.01 color map will allow the user to custom select the lookup regions of the Gingival, Middle, and Incisal areas of a tooth.

More information

Colon and Rectum. Protocol revision date: January 2005 Based on AJCC/UICC TNM, 6th edition

Colon and Rectum. Protocol revision date: January 2005 Based on AJCC/UICC TNM, 6th edition Colon and Rectum Protocol applies to all invasive carcinomas of the colon and rectum. Carcinoid tumors, lymphomas, sarcomas, and tumors of the vermiform appendix are excluded. Protocol revision date: January

More information

OSEP Conferences Presenter Guidelines 1

OSEP Conferences Presenter Guidelines 1 OSEP Conferences 2018 Poster Presenter Guidelines Prepared by: 1000 Thomas Jefferson Street NW Washington, DC 20007-3835 202.403.5000 www.air.org Copyright. All rights reserved. OSEP Conferences Presenter

More information

Senior Design Project

Senior Design Project Senior Design Project Project short-name: YouTalkWeSign ( https://youtalkwesign.com ) Final Report Abdurrezak Efe, Yasin Erdoğdu, Enes Kavak, Cihangir Mercan Supervisor: Hamdi Dibeklioğlu Jury Members:

More information

Histological Typing Of Cancer And Precancer Of The Oral Mucosa

Histological Typing Of Cancer And Precancer Of The Oral Mucosa Histological Typing Of Cancer And Precancer Of The Oral Mucosa 1 / 7 2 / 7 3 / 7 Histological Typing Of Cancer And Within the last decade, histologic grading has become widely accepted as a powerful indicator

More information

POLICY FOR CLINICAL AUDIT OF NEW CASES OF INVASIVE CERVICAL CANCER AND DISCLOSURE OF RESULTS

POLICY FOR CLINICAL AUDIT OF NEW CASES OF INVASIVE CERVICAL CANCER AND DISCLOSURE OF RESULTS POLICY FOR CLINICAL AUDIT OF NEW CASES OF INVASIVE CERVICAL CANCER AND DISCLOSURE OF RESULTS Reference Number Version: Status Author: Alison Cropper CL-CP/2009/010 V3 Final Job Title: Hospital Based Programme

More information

Barriers to Understanding

Barriers to Understanding Behind the Scenes: The Critical Importance of Cancer Cell Pathology and the Pathologist Sherry T. Emery, M.D., Chief of Pathology Northeast Health System Barriers to Understanding Questions for 2010 What

More information

Q: How do you clinically code the N if the nodes are stated to be positive on mammogram/us or other imaging? No biopsy of nodes was done.

Q: How do you clinically code the N if the nodes are stated to be positive on mammogram/us or other imaging? No biopsy of nodes was done. Q&A Breast Webinar Q: One of my investigators is interested in knowing when Oncotype DX data collection was implemented. That data is collected in SSFs 22 and 23. I remember that the SSFs for breast were

More information

Purpose. Encourage standard exchange of data between two key public health partners

Purpose. Encourage standard exchange of data between two key public health partners Reporting Pathology Protocols for Colorectal Cancer 2005 NAACCR Conference: June 9, 2005 Ken Gerlach: CDC-NPCR Bette Smith: Ohio Cancer Registry Kathleen Davidson-Allen: PHI/California Cancer Registry

More information

A C C E S S I B I L I T Y. in the Online Environment

A C C E S S I B I L I T Y. in the Online Environment A C C E S S I B I L I T Y in the Online Environment Blindness People who are blind or visually impaired are endowed with a sharper sense of touch, hearing, taste, or smell. Most blind people are not proficient

More information

NCDB Vendor Webinar: NCDB Call for Data January 2018 and Upcoming RQRS Revisions

NCDB Vendor Webinar: NCDB Call for Data January 2018 and Upcoming RQRS Revisions NCDB Vendor Webinar: NCDB Call for Data January 2018 and Upcoming RQRS Revisions American American College College of of Surgeons 2013 Content 2014 Content cannot be be reproduced or or repurposed without

More information

Preface to the Second Edition

Preface to the Second Edition Preface to the Second Edition This second edition of Diagnosis of Endometrial Biopsies and Curettings: A Practical Approach follows a number of favorable comments we received about the first edition. As

More information

NPQR 2018 Qualified Clinical Data Registry (QCDR) Measures 21_18247_LS.

NPQR 2018 Qualified Clinical Data Registry (QCDR) Measures 21_18247_LS. NPQR 2018 Qualified Clinical Data Registry (QCDR) Measures 21_18247_LS MEASURE ID: NPQR1 MEASURE TITLE: Notification to the Ordering Provider Requesting Myoglobin or CK-MB in the Diagnosis of Suspected

More information

NSABP B-55/BIG Lynne Suhayda, RN, MSEd. Director, Clinical Coordinating Department. NRG Oncology - Pittsburgh, Pennsylvania

NSABP B-55/BIG Lynne Suhayda, RN, MSEd. Director, Clinical Coordinating Department. NRG Oncology - Pittsburgh, Pennsylvania NSABP B-55/BIG 6-13 Lynne Suhayda, RN, MSEd. Director, Clinical Coordinating Department NRG Oncology - Pittsburgh, Pennsylvania NRG Oncology Meeting July 15, 2016 Lynne Suhayda, RN, MSEd. No Financial

More information

Information Systems Integration in Radiology

Information Systems Integration in Radiology Information Systems Integration in Radiology Janice C. Honeyman Advances in information systems and technology in conjunction with outside forces requiring improved reporting are driving sweeping changes

More information

Technical accuracy vs. content accuracy. Is this good or bad? Advantages/Disadvantages

Technical accuracy vs. content accuracy. Is this good or bad? Advantages/Disadvantages Memory inaccuracy Technical accuracy vs. content accuracy Exact vs. gist Constructive nature of memory Is this good or bad? Advantages/Disadvantages Depends on if need exact or gist Depends on if to-be-remembered

More information

OSCaR UPDATE. Manager s Update Donald Shipley, MS. Oregon State Cancer Registry

OSCaR UPDATE. Manager s Update Donald Shipley, MS. Oregon State Cancer Registry Oregon State Cancer Registry OSCaR UPDATE VOLUME 8, QUARTER 4 W INTER 2008 Manager s Update Donald Shipley, MS Since the Fall issue of OSCaR Update, the registry staff has completed several significant

More information

Guide to Use of SimulConsult s Phenome Software

Guide to Use of SimulConsult s Phenome Software Guide to Use of SimulConsult s Phenome Software Page 1 of 52 Table of contents Welcome!... 4 Introduction to a few SimulConsult conventions... 5 Colors and their meaning... 5 Contextual links... 5 Contextual

More information

Immunization Scheduler Quick Start Guide

Immunization Scheduler Quick Start Guide Immunization Scheduler Quick Start Guide The Scheduler About This Tool This 2017 Catch-Up Immunization Scheduler tool uses a child's birth date and vaccination history to automatically create a personalized

More information

Breast Specimen Processing and Reporting With an Emphasis on Margin Evaluation. A College of American Pathologists Survey of 866 Laboratories

Breast Specimen Processing and Reporting With an Emphasis on Margin Evaluation. A College of American Pathologists Survey of 866 Laboratories Breast Specimen Processing and Reporting With an Emphasis on Margin Evaluation A College of American Pathologists Survey of 866 Laboratories Anthony J. Guidi, MD; Joseph A. Tworek, MD; Daniel D. Mais,

More information

Histotechnological problems in dermatopathology and their possible consequences

Histotechnological problems in dermatopathology and their possible consequences Histotechnological problems in dermatopathology and their possible consequences Zsolt B. Argenyi, M.D. Professor of Pathology & Dermatology Director of Dermatopathology University of Washington, Seattle,

More information

Nancy Knickerbocker State Flu Vaccine Coordinator County of San Diego Immunization Program

Nancy Knickerbocker State Flu Vaccine Coordinator County of San Diego Immunization Program 2017-2 0 1 8 S TAT E I N F L U E N Z A VA C C I N E D O C U M E N TAT I O N REQUIREMENTS F O R P U B L I C H E A LT H C E N T E R S C O R O N A D O R O O M Nancy Knickerbocker State Flu Vaccine Coordinator

More information

Case #1: 75 y/o Male (treated and followed by prostate cancer oncology specialist ).

Case #1: 75 y/o Male (treated and followed by prostate cancer oncology specialist ). SOLID TUMORS WORKSHOP Cases for review Prostate Cancer Case #1: 75 y/o Male (treated and followed by prostate cancer oncology specialist ). January 2009 PSA 4.4, 20% free; August 2009 PSA 5.2; Sept 2009

More information

The Cochrane Library in East Asia: Background and Research to Inform Future Digital Strategies

The Cochrane Library in East Asia: Background and Research to Inform Future Digital Strategies The Cochrane Library in East Asia: Background and Research to Inform Future Digital Strategies Background Agenda Who has access to The Cochrane Library Increasing dissemination through translations Impact

More information

Quality ID #263: Preoperative Diagnosis of Breast Cancer National Quality Strategy Domain: Effective Clinical Care

Quality ID #263: Preoperative Diagnosis of Breast Cancer National Quality Strategy Domain: Effective Clinical Care Quality ID #263: Preoperative Diagnosis of Breast Cancer National Quality Strategy Domain: Effective Clinical Care 2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY MEASURE TYPE: Process DESCRIPTION:

More information

Quality ID #250 (NQF 1853): Radical Prostatectomy Pathology Reporting National Quality Strategy Domain: Effective Clinical Care

Quality ID #250 (NQF 1853): Radical Prostatectomy Pathology Reporting National Quality Strategy Domain: Effective Clinical Care Quality ID #250 (NQF 1853): Radical Prostatectomy Pathology Reporting National Quality Strategy Domain: Effective Clinical Care 2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY MEASURE TYPE: Process

More information

The role of immunohistochemistry in surgical pathology of the uterine corpus and cervix

The role of immunohistochemistry in surgical pathology of the uterine corpus and cervix The role of immunohistochemistry in surgical pathology of the uterine corpus and cervix Prof. Ben Davidson, MD PhD Department of Pathology, Norwegian Radium Hospital, Oslo University Hospital, Oslo, Norway

More information

Integration of hospital based breast cancer data and population based data at the Greater Poland Cancer Centre

Integration of hospital based breast cancer data and population based data at the Greater Poland Cancer Centre Integration of hospital based breast cancer data and population based data at the Greater Poland Cancer Centre Maciej Trojanowski Director of the Greater Poland Cancer Registry Department of Cancer Prevention

More information

When in doubt, ask an expert

When in doubt, ask an expert When in doubt, ask an expert MARC BEISHON No pathologist can be an expert in every type of cancer. But there is a lot that can be done to greatly improve the accuracy of diagnoses, particularly in rare

More information

Sleep Apnea Therapy Software Clinician Manual

Sleep Apnea Therapy Software Clinician Manual Sleep Apnea Therapy Software Clinician Manual Page ii Sleep Apnea Therapy Software Clinician Manual Notices Revised Notice Trademark Copyright Sleep Apnea Therapy Software Clinician Manual 103391 Rev A

More information

WHI Extension Appendix A, Form Report of Cancer Outcome (Ver. 8.2) Page 1

WHI Extension Appendix A, Form Report of Cancer Outcome (Ver. 8.2) Page 1 WHI Extension Appendix A, Form 130 - Report of Cancer Outcome (Ver. 8.2) Page 1 FORM: 130 - REPORT OF CANCER OUTCOME Version: 8.2 October 30, 2008 Description: When used: Purpose: 4-page form filled out

More information

GLOBAL HEALTH. PROMIS Pediatric Scale v1.0 Global Health 7 PROMIS Pediatric Scale v1.0 Global Health 7+2

GLOBAL HEALTH. PROMIS Pediatric Scale v1.0 Global Health 7 PROMIS Pediatric Scale v1.0 Global Health 7+2 GLOBAL HEALTH A brief guide to the PROMIS Global Health instruments: ADULT PEDIATRIC PARENT PROXY PROMIS Scale v1.0/1.1 Global Health* PROMIS Scale v1.2 Global Health PROMIS Scale v1.2 Global Mental 2a

More information

Utility of Adequate Core Biopsy Samples from Ultrasound Biopsies Needed for Today s Breast Pathology

Utility of Adequate Core Biopsy Samples from Ultrasound Biopsies Needed for Today s Breast Pathology Utility of Adequate Core Biopsy Samples from Ultrasound Biopsies Needed for Today s Breast Pathology Ugur Ozerdem, M.D. 1 Abstract Background: There is a paradigm shift in breast biopsy philosophy. In

More information

Name Date Class. How the Nervous System Works (pages ) 2. Is the following sentence true or false? You can move without your

Name Date Class. How the Nervous System Works (pages ) 2. Is the following sentence true or false? You can move without your CHAPTER 15 THE NERVOUS SYSTEM SECTION 15 1 How the Nervous System Works (pages 486-490) This section describes what the nervous system does in the body. It also tells how nerve impulses travel. Functions

More information

Take Home Quiz 1 Please complete the quiz below prior to the session. Use the Multiple Primary and Histology Rules

Take Home Quiz 1 Please complete the quiz below prior to the session. Use the Multiple Primary and Histology Rules Take Home Quiz 1 Please complete the quiz below prior to the session. Use the Multiple Primary and Histology Rules Case 1 72 year old white female presents with a nodular thyroid. This was biopsied in

More information

2018 IMPLEMENTATION UPDATE: WHAT S NEW IN STAGING FOR 2018?

2018 IMPLEMENTATION UPDATE: WHAT S NEW IN STAGING FOR 2018? 2018 IMPLEMENTATION UPDATE: WHAT S NEW IN STAGING FOR 2018? SESSION 2 10/20/17 Q&A Please submit all questions concerning webinar content through the Q&A panel. A recording of today s session, the Q&A,

More information

Release Notes. Medtech32. Version Build 3347 Update HbA1c Laboratory Data Format Change Advanced Forms Licensing Renewal (September 2011)

Release Notes. Medtech32. Version Build 3347 Update HbA1c Laboratory Data Format Change Advanced Forms Licensing Renewal (September 2011) Release Notes Medtech32 Version 19.11 Build 3347 Update HbA1c Laboratory Data Format Change Advanced Forms Licensing Renewal (September 2011) IMPORTANT NOTE Medtech recommends that all Medtech upgrades

More information

NDoc Reference for the July 2012 Patient Demographic Enhancements

NDoc Reference for the July 2012 Patient Demographic Enhancements Summary: This document provides a summary of the patient demographic enhancements incorporated in the July 2012 Update, including changes to the entry of patient names, the charting of patient address

More information

FGM Data Collection NHS Digital CAP

FGM Data Collection NHS Digital CAP FGM Data Collection - NHS Digital Document name: FGM Data Collection NHS Digital CAP Project / Programme: FGM Enhanced Data set NHS Digital / Data upload Project Managers: NWLCCGS: Sonia Spiteri Sharon

More information

Your Guide to the Breast Cancer Pathology. Report. Key Questions. Here are important questions to be sure you understand, with your doctor s help:

Your Guide to the Breast Cancer Pathology. Report. Key Questions. Here are important questions to be sure you understand, with your doctor s help: Your Guide to the Breast Cancer Pathology Report Key Questions Here are important questions to be sure you understand, with your doctor s help: Your Guide to the Breast Cancer Pathology Report 1. Is this

More information

Large Colorectal Adenomas An Approach to Pathologic Evaluation

Large Colorectal Adenomas An Approach to Pathologic Evaluation Anatomic Pathology / LARGE COLORECTAL ADENOMAS AND PATHOLOGIC EVALUATION Large Colorectal Adenomas An Approach to Pathologic Evaluation Elizabeth D. Euscher, MD, 1 Theodore H. Niemann, MD, 1 Joel G. Lucas,

More information

C H C S TAT E I N F L U E N Z A VA C C I N E R E Q U I R E M E N T S T R A I N I N G F O R C O M M U N I T Y P R O V I D E R S

C H C S TAT E I N F L U E N Z A VA C C I N E R E Q U I R E M E N T S T R A I N I N G F O R C O M M U N I T Y P R O V I D E R S 2017-2 0 1 8 C H C S TAT E I N F L U E N Z A VA C C I N E R E Q U I R E M E N T S T R A I N I N G F O R C O M M U N I T Y P R O V I D E R S C O R O N A D O R O O M Nancy Knickerbocker State Flu Vaccine

More information

Seventh Edition Staging 2017 Colorectum. Overview. This webinar is sponsored by. the Centers for Disease Control and Prevention.

Seventh Edition Staging 2017 Colorectum. Overview. This webinar is sponsored by. the Centers for Disease Control and Prevention. Seventh Edition Staging 2017 Colorectum Donna M. Gress, RHIT, CTR Validating science. Improving patient care. No materials in this presentation may be repurposed in print or online without the express

More information

BREEAM In-Use International 2015 Client User Guide

BREEAM In-Use International 2015 Client User Guide BREEAM In-Use International 2015 Client User Guide BREEAM In-Use International 2015 - Client User Guide V1.3.1 1 Contents Contents... 2 Log In and Registration... 3 Accessing the Online Tool... 3 Registration

More information

itero Troubleshooting Guide Version itero troubleshooting guide

itero Troubleshooting Guide Version itero troubleshooting guide Troubleshooting Guide Version 4.0.0.70 Intra oral scanning Computer-aided design Computer-aided manufacture itero o TM R core3dcentres Australia PO Box 796, North Ryde BC 2113, Australia Tel +61 2 8090

More information