Automated Coding of Key Case Identifiers from Text-Based Electronic Pathology Reports

Size: px
Start display at page:

Download "Automated Coding of Key Case Identifiers from Text-Based Electronic Pathology Reports"

Transcription

1 Automated Coding of Key Case Identifiers from Text-Based Electronic Pathology Reports George Cernile Artificial Intelligence in Medicine, Inc NAACCR 2017 Conference Albuquerque New Mexico, USA June 22, 2017

2 Introduction Coding problem - background Machine learning vs Coded rules System performance Confidence measures Conclusion

3 Background Volume of electronic pathology (E-Path) reports at central cancer registries increasing rapidly Key elements in E-Path reports reside in narrative text E-Path utility is limited by staff resources available to manually review large volumes of reports Reliable automated coding (auto-coding) of even minimal diagnostic elements would improve efficiency and utility E-Path currently process ~ 15 million path reports per year for cancer report selection with accuracy of 98 and 99 sensitivity and specificity

4 Reliable Coding of key data elements in E-Path reports would enhance: Rapid case ascertainment Case level linkages Case finding Increased abstracting efficiencies Audits Early assessments of incidence rates

5 The Problem Currently done manually - requires review of path reports takes time Automating would save labor, improve data acquisition Requires trained registrar to perform task Trained registrars may not always agree on the final answer Automated system needs to perform to 95% accuracy to be effective

6 The Coding problem Can an automated system provide the SEER Site coding designations? Use defined SEER Rules Compare against large reference set and identify discrepancies. Create new rules and re-test Measure confidence - Identify high confidence codes Provide explanation for codes Slide 6

7 Automated coding wizard GROSS DESCRIPTION: Specimen is received in two parts Parts 1: Specimen is labeled "left lobe and left isthmus". Specimen is received fresh for intraoperative consultation and consists of a 6 gm, 3.9 x 2.5 x 2 cm lobe of thyroid gland. Specimen is inked and serially sectioned to reveal a 1.7 cm cirrhotic mass abutting the surrounding surface focally. A fine M needle aspiration is performed. Representative section of the mass is submitted for frozen. The remnant of the frozen is submitted in cassette 1 FS. The remainder of the thyroid parenchyma is dark red and homogeneous. There is no additional nodule grossly identified. The remainder of the specimen is submitted: Cassette A-D - mass, Cassette E-G - the remainder of the thyroid gland, in a total of eight cassettes. M % M C % C77.9 Parts 2: Specimen is labeled "paratracheal lymph node". Specimen is received fresh and consists of a 0.4 x 0.2 x 0.2 cm ovoid tan nodule. Entire specimen is submitted in one cassette. ZZ/FA:bds # DIAGNOSIS: 1. THYROID, LEFT LOBE AND ISTHMUS (RESECTION): CARCINOMA OF THE THYROID, 1.7 CM, WITH INVASION OF THE THYROID CAPSULE. TUMOR APPROACHES TO WITHIN FRACTIONS OF A MILLIMETER OF THE EXTERNAL SURFACE. NO INVASION OF THE SURROUNDING SKELETAL MUSCLE SEEN. 2. PARATRACHEAL LYMPH NODE (BIOPSY): METASTATIC CARCINOMA, MICROSCOPIC FOCI, SUBCAPSULAR SINUS OF LYMPH NODE, SEE COMMENT. Explanation: If have C73.9 (Thyroid NOS) + M80503 (Papillary carcinoma) Then add M82603 (Papillary Carcinoma of thyroid)

8 Coding: What if we can use this data? Unit Name Additional Pathologic Findings AFP ALK Arterial Invasion b-hcg Bloom Richardson Grade Bloom Richardson Score BRAF Breslow's depth CA-125 Calcification Calcitonin CEA Clark's Staging Depth of Invasion Distance of Tumor from Anterior Margin Distance of Tumor from Closest margin Distance of Tumor from Deep Margin Distance of Tumor from Inferior Margin Distance of Tumor from Lateral Margin Distance of Tumor from Medial Margin Distance of Tumor from Posterior Margin Distance of Tumor from Superior Margin Distant Metastasis (pm) EGFR ER - Allred Score ER Status Examination type Extranodal Extension FISH Resu+B31:B60lts Focality Gleason Grade - Primary Pattern Gleason Grade - Secondary Pattern Gleason Grade - Tertiary Pattern Gleason Score Grade of dysplasia Grading System HER2 % cells stained HER2 gene copy number HER2 Result HER2:CEP 17 ratio Histologic Grade Histologic Type HX ICD-O-3 Morphology AIM Inc. ICD-O-3 Topography AIM Inc. Implants Ki-67 KRAS Laterality LDH Lymph Nodes Examined Lymph Nodes Negative Lymph Nodes Positive Lymphatic Invasion Lymphovascular (LV) Invasion Miscellaneous Terms Mitotic Count Nottingham Grade Nottingham Score Nuclear Pleomorphism Organ(s) Included Pathologic Staging (FIGO) Perineural Invasion Periprostatic Fat Invasion PK Pleural Invasion Positive Cancer Terms PR - Allred Score PR Status Primary Tumor (pt) Procedure PSA Regional Lymph Nodes (pn) S-100 Seminal Vesicle Invasion Site ID Specimen Greatest dimension Specimen Size Specimen Type Specimen Weight Stage Treatment Tubule Formation Tumor Configuration Tumor Site and Extent Tumor Size - Greatest dimension (cm) Tumor Weight Venous (Large Vessel) Invasion

9 Machine learning approach preliminary results Run experiments using previously coded reports as the reference set. Extract UNITS data from each report and combine with reference data to create a training set. Run experiments to auto generate coding rules and test for accuracy. Use those rules in a production system as a Coding Wizard. Slide 9

10 Experiments machine generated rules Input vector generated by UNITS Engine for each report ~ 3000 reports Histologic type1 Histologic type2 C-code1 C-code2 M-code1 M-code2 M-code3 Reference M-code Rules produced by machine learning with estimated confidence values 1. HistologicType_1=Adenocarcinoma NOS, TopographyCode_1=C ==> M_CODE=M acc:( ) 2. TopographyCode_1=C61.9 Morphology, Code_1=M ==> M_CODE=M acc:( ) 3. HistologicType_1=Invasive Adenocarcinoma Morphology, Code_1=M ==> M_CODE=M acc:( ) 4. MorphologyCode_1=M Morphology, Code_2=M ==> M_CODE=M acc:( ) 5. HistologicType_1=Adenocarcinoma NOS, HistologicType_2=Adenocarcinoma NOS 19 ==> M_CODE=M acc:( ) 6. HistologicType_1=Adenocarcinoma NOS, TopographyCode_2=C ==> M_CODE=M acc:( ) 7. HistologicType_1=Adenocarcinoma NOS, MorphologyCode_2=M ==> M_CODE=M acc:( ) 8. HistologicType_1=Invasive Adenocarcinoma, TopographyCode_1=C ==> M_CODE=M acc:( ) 9. TopographyCode_1=C61.9, MorphologyCode_1=M ==> M_CODE=M acc:( ) Slide 10

11 Testing the rules on new data Site Training set classifier Accuracy Registry 1 90% NaiveBase 68% BayesNet 77% J48 69% 100% NaiveBayes 74% BayesNet 81% Registry 2 90% NaiveBayes 65% BayesNet 65% J48 67% Some issues Preliminary experiments with small data set need more reference data We are not 100% confident of the accuracy of the coding because of age of data set. Slide 11

12 Machine learning of coding rules? Already know the logic have a model, the rules are known Need far too many referenced results not always accurate What happens when rules change? Need another ton of training data. New data still suffers in accuracy Not really practical for coding problem

13 Can we code the rules directly? Direct coding of known rules allows explanations useful coding assistant, allows coder to understand the automated coding decision New coding rules can be updated immediately in the system no need to wait for training data debugging is easier since we know which rules are being applied Confidence can be provided Allows high confidence scores to by-pass manual review

14 The Coding Model Multiple Primary and Histology Coding Rules January 01, 2007 National Cancer Institute Surveillance Epidemiology and End Results Program Bethesda, MD

15 Number of coding rules per site Specific Flow-Chart Upper Aerodigestive Tract Colon Lung Melanoma of the Skin Breast Kidney Urinary Bladder & Ureter & Renal Pelvis Brain (Benign Brain) Brain (Malignant Brain) Bone Marrow Hodgkin Lymphoma Gastrointestinal Lymphoma Non-Hodgkin Lymphoma Number of Rules (Single tumor and MULTIPLE TUMORS ABSTRACTED AS A SINGLE PRIMARY) 12 Rules 24 Rules 13Rules 10Rules 29 Rules 13 Rules 15Rules 10 Rules 11 Rules 31Rules + 9 rules for primary site 31Rules + 9 rules for primary site 31Rules + 9 rules for primary site 31Rules + 9 rules for primary site

16 Common sites 31 Rules Prostate Gland Fallopian Tube Rhabdomyosarcoma Wilms Tumor Soft Tissue and Thyroid Gland Gallbladder Carcinoma of the Skin Bone Uterine Cervix Liver Small Intestine Appendix Adrenal Gland Neuroblastoma Stomach Vulva Heart Ovary Testis Penis Thymoma and Thymic Anus Pancreas (Endocrine) Carcinoma Rectum Ampulla of Vater Pancreas (Exocrine) Thoracic Mesothelioma Unknown Endometrium Peritoneum Trophoblast Esophagus PNET - Ewing Sarcoma Uveal Melanoma Extrahepatic Bile Ducts Retinoblastoma Vagina

17 Breast Histology Coding Rules H6 Is there a combination of intraductal carcinoma and two or more specific intraductal types OR are there two or more specific intraductal carcinomas? yes Code 8523/2 (intraductal carcinoma mixed with other types of in situ carcinoma) (Table 3). 1. Use Table 1 to identify the histologies. H7 no Is there in situ lobular (8520) and any in situ carcinoma other than intraductal carcinoma (Table 1)? yes Code 8524/2 (in situ lobular mixed with other types of in situ carcinoma) (Table 3). 2. Change the behavior to 2(in situ) in accordance with the ICD-O-3 matrix principle (ICD-O-3 Rule F). H8 no Is there in situ lobular (8520) and any in situ carcinoma other than intraductal carcinoma (Table 1)? yes Code 8255/2 (adenocarcinoma in situ with mixed subtypes (Table 3).

18 The first Codex project professional CTRs coded random sample of pathology reports into spreadsheet (N=1000) Results provided to AIM to develop and train software Initial version only looked at M and C codes extracted from pathology reports. Accuracy was not sufficient for automated use

19 Inter-Coder Reliability (All Coders Agree) (N=600) Reportable % SEER Site % Histology % Behavior % Topography % Topography (Major Site) % Laterality % Grade %

20 New Approach AIMS AI engine has enhanced text analytics capability. Expanded data items Heuristics for confidence scoring of answers Uses all information in path report to determine site and procedure, not only ICD-O- 3 codes More accurate determination of SEER site buckets

21

22

23 Measuring System performance New York State Cancer Registry provided one year s sample reports that were already coded Comparing automated results with reference set showed various discrepancies 17 questions were compiled for NYSCR coder to help explain discrepancies.

24 Results Morphology/behavior Site Old stat Coder corrected multiple diagnosis reports New total number of reports Breast 85% 98% Melanoma 48% 95% / 1953 Prostate 97% 99% / 499 Colon 75% 98% Bladder 68% 74% Endometrium 66% 78% / 211 Lung 79% 86% / 162 Thyroid 80% 99% / 161 Rectum 72% 98% 5 87 Stomach 71% 83% / 87 Upperaero 81% 95% / 60 UterineCervix 68% 85% / 41 Liver 89% 93% / 28 Esophagus 78% 92% / 24 Vagina 75% 88% / 17 Ovary 83% 100% / 13 Vulva 82% 92% / 12 Pancreasexcrine 90% 100% / 11 Kidney 56% 90% / 10 Bone Marrow Average N/A 76% Average 75% 91% / 1433

25 Results Primary Site Site Old stat Coder corrected multiple diagnosis reports Total number of reports Breast 79% 87% Melanoma 71% 74% Prostate 99% 100% / 499 Colon 62% 80% Bladder 70% 97% Endometrium 89% 96% / 211 Lung 81% 88% / 162 Thyroid 99% 100% / 161 Rectum 60% 62% 5 87 Stomach 64% 74% / 87 Upperaero 80% 86% 2 60 UterineCervix 55% 70% 1 41 Liver 78% 89% / 28 Esophagus 74% 79% / 24 Vagina 81% 82% / 17 Ovary 75% 77% / 13 Vulva 100% 100% / 12 Pancreasexcrine 70% 73% / 11 Kidney 90% 90% / 10 Bone Marrow 91% 91% / 1433 Average 78% Average 85% Laterality 97% when site is correct

26 Confidence Scoring When the auto generated heuristic score is above.9, there is a 95% confidence that the accuracy is between these values: Site Lower Upper Lung Breast Prostate Colon Rectum Endometrium Thyroid Melanoma - skin

27 AI engine development and use AIM s AI Technology AI Engine E-Path Concept identification and inference rules for: Case selection Diagnostic imaging classification. CNS/Chest Concept search Knowledge bases Inference rules API Abrevio RCA Discrete data extraction Medical report processing Patient data consolidation Discrete data extraction and standardization Automated study matching Automated results distribution Rigorous QC methods Machine learning Conversion of text to discrete data for ML training Incorporate decision rules into inference engine. Codex (Automated coding for cancer abstract) AIM Product Description - AIM, 2017 Page 27

28 Where can we use machine learning? One good example is in the identification of extraneous information Citations, reference material etc.. These sometimes contain what may be interpreted as patient data. Use a Bayesian Spam filter approach to identify this text and block it.

29 Example of Spam ccc et al. Lymphoma 2008: ddd al. Cancer.2013;369(25): Tumor et al. Leukemia 23: 2007 The V617F mutation analysis can provide information helpful in distinguishing myeloproliferative disorders (MPDs) from reactive conditions, particularly secondary thrombocytosis and erythrocytosis. The incidence of the V617F mutation in MPDs in different studies ranges from 65-97% in polycythemia vera, from 41-57% in patients with essential thrombocythemia, and from 23-95% in patients with primary myelofibrosis. The same mutation was also found in roughly 20% of Ph-negative atypical CML, in more than 10% of CMML, in about 15% of patients with megakaryocytic AML (AML M7), 20% of patients with juvenile myelomonocytic leukemia (JMML), and acute lymphoblastic leukemia with t(9;12) (p24;p13).

30 Conclusion System shows high performance in several major sites (reduce manual coding effort) Coder variation exists, system is consistent With more feedback, the system will improve (we only had 1 round of coder feedback) High confidence reports can skip manual review Rule explanation feature will act a coding assistant. may even be used for new coder training

31 Acknowledgements New York State Cancer Registry Jovanka Harrison Schymura, Maria Sherman, Colleen Jamie Musco AIM Development Team

32 END

33 Inter-coder Reliability (Percent Agreement All Coders) Trial 1 (N=749) Topography (ICD-O-3) 84.2% 81.9% Histology (ICD-O-3) 85.6% 84.1% Behavior (ICD-O-3) 88.8% 91.8% SEER Site Group 89.1% 89.8% Tumor Grade 88.7% 73.2% Laterality 89.3% 87.7% Trial 2 [With Codex] (N=856)

Checklist; Anus: Excisional Biopsy Anus: Excisional Biopsy 1/1/ Checklist; Anus: Resection Anus: Resection 1/1/2005

Checklist; Anus: Excisional Biopsy Anus: Excisional Biopsy 1/1/ Checklist; Anus: Resection Anus: Resection 1/1/2005 ChecklistTemplateVersions ChecklistTemplateVersion Ckey OfficialName VisibleText RevisionDate Checklist; Adrenal gland: 16.1000043 Resection Adrenal gland: Checklist; Ampulla of 17.1000043 Vater: Ampullectomy

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

AJCC 7th Edition Handbook Errata as of 9/21/10

AJCC 7th Edition Handbook Errata as of 9/21/10 5 81 Larynx ICD-O-3 Topography Codes Delete C32.3 Laryngeal cartilage 5 81 Larynx ICD-O-3 Topography Codes Add an asterisk after C32.8 5 81 Larynx ICD-O-3 Topography Codes Add an asterisk after C32.9 5

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

MCR: MANAGEMENT OF 2018 CHANGES. By: Maricarmen Traverso-Ortiz MPH, CGG, CTR

MCR: MANAGEMENT OF 2018 CHANGES. By: Maricarmen Traverso-Ortiz MPH, CGG, CTR MCR: MANAGEMENT OF 2018 CHANGES By: Maricarmen Traverso-Ortiz MPH, CGG, CTR LEARNING OBJECTIVES Discuss a summary of the new changes for 2018 Overview of how the Maryland Cancer Registry is managing and

More information

155.2 Malignant neoplasm of liver not specified as primary or secondary. C22.9 Malignant neoplasm of liver, not specified as primary or secondary

155.2 Malignant neoplasm of liver not specified as primary or secondary. C22.9 Malignant neoplasm of liver, not specified as primary or secondary ICD-9 TO ICD-10 Reference ICD-9 150.9 Malignant neoplasm of esophagus unspecified site C15.9 Malignant neoplasm of esophagus, unspecified 151.9 Malignant neoplasm of stomach unspecified site C16.9 Malignant

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

Kyle L. Ziegler, CTR. California Cancer Registry U.C. Davis Health System

Kyle L. Ziegler, CTR. California Cancer Registry U.C. Davis Health System Kyle L. Ziegler, CTR California Cancer Registry U.C. Davis Health System Overview New Data Items Reportability Clarifications New Coding Rules Grade ICD-O-3 Changes Collaborative Stage v0205 2 New Data

More information

Neoplasia part I. Dr. Mohsen Dashti. Clinical Medicine & Pathology nd Lecture

Neoplasia part I. Dr. Mohsen Dashti. Clinical Medicine & Pathology nd Lecture Neoplasia part I By Dr. Mohsen Dashti Clinical Medicine & Pathology 316 2 nd Lecture Lecture outline Review of structure & function. Basic definitions. Classification of neoplasms. Morphologic features.

More information

MEDICAL POLICY Gene Expression Profiling for Cancers of Unknown Primary Site

MEDICAL POLICY Gene Expression Profiling for Cancers of Unknown Primary Site POLICY: PG0364 ORIGINAL EFFECTIVE: 04/22/16 LAST REVIEW: 07/26/18 MEDICAL POLICY Gene Expression Profiling for Cancers of Unknown Primary Site GUIDELINES This policy does not certify benefits or authorization

More information

ANNUAL CANCER REGISTRY REPORT-2005

ANNUAL CANCER REGISTRY REPORT-2005 ANNUAL CANCER REGISTRY REPORT-25 CANCER STATISTICS Distribution of neoplasms Of a total of 3,115 new neoplasms diagnosed or treated at the Hospital from January 25 to December, 25, 1,473 were seen in males

More information

DATA STANDARDS AND QUALITY CONTROL MEMORANDUM DSQC #

DATA STANDARDS AND QUALITY CONTROL MEMORANDUM DSQC # DATA STANDARDS AND QUALITY CONTROL MEMORANDUM DSQC #2006-01 CATEGORY: CLARIFICATION SUBJECT: RESCINDMENT - DSQC MEMORANDUM 2002-08 Coding Complex Morphologic Diagnoses (revised 8/02) EFFECTIVE: For Cases

More information

2011 to 2015 New Cancer Incidence Truman Medical Center - Hospital Hill

2011 to 2015 New Cancer Incidence Truman Medical Center - Hospital Hill Number of New Cancers Truman Medical Center Hospital Hill Cancer Registry 2015 Statistical Summary Incidence In 2015, Truman Medical Center diagnosed and/or treated 406 new cancer cases. Four patients

More information

Format Of ICD-O Terms In Numerical List Each topographic and morphologic term appears only once The first listed term in Bold Type is the Preferred Te

Format Of ICD-O Terms In Numerical List Each topographic and morphologic term appears only once The first listed term in Bold Type is the Preferred Te Florida Cancer Data System International Classification of Diseases for Oncology ICD-O-3 1 Basic Concepts Primary Site/Topography Histology/Morphology Behavior Grade/Immunophenotype 2 ICD-O 3 Structure/Format

More information

CODING PRIMARY SITE. Nadya Dimitrova

CODING PRIMARY SITE. Nadya Dimitrova CODING PRIMARY SITE Nadya Dimitrova OUTLINE What is coding and why do we need it? ICD-10 and ICD-O ICD-O-3 Topography coding rules ICD-O-3 online WHAT IS CODING AND WHY DO WE NEED IT? Coding: to assign

More information

Cancer in Estonia 2014

Cancer in Estonia 2014 Cancer in Estonia 2014 Estonian Cancer Registry (ECR) is a population-based registry that collects data on all cancer cases in Estonia. More information about ECR is available at the webpage of National

More information

Radiology Pathology Conference

Radiology Pathology Conference Radiology Pathology Conference Nadia F. Yusaf, M.D. PGY-3 1/29/2010 Presentation material is for education purposes only. All rights reserved. 2010 URMC Radiology Page 1 of 90 Case 1 60 year- old man presents

More information

Bladder Case 1 SURGICAL PATHOLOGY REPORT. Procedure: Cystoscopy, transurethral resection of bladder tumor (TURBT)

Bladder Case 1 SURGICAL PATHOLOGY REPORT. Procedure: Cystoscopy, transurethral resection of bladder tumor (TURBT) Bladder Case 1 February 17, 2007 Specimen (s) received: Bladder Tumor Pre-operative Diagnosis: Bladder Cancer Post operative Diagnosis: Bladder Cancer Procedure: Cystoscopy, transurethral resection of

More information

performed to help sway the clinician in what the appropriate diagnosis is, which can substantially alter the treatment of management.

performed to help sway the clinician in what the appropriate diagnosis is, which can substantially alter the treatment of management. Hello, I am Maura Polansky at the University of Texas MD Anderson Cancer Center. I am a Physician Assistant in the Department of Gastrointestinal Medical Oncology and the Program Director for Physician

More information

SEER Advanced Topic 2018 Presentation. EOD 2018 and SS2018 Jennifer Ruhl

SEER Advanced Topic 2018 Presentation. EOD 2018 and SS2018 Jennifer Ruhl SEER Advanced Topic 2018 Presentation EOD 2018 and SS2018 Jennifer Ruhl May 25, 2018 Outline General overview of EOD Schemas Basic review of what is needed to collect Primary Tumor, Regional Nodes and

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

Q: In order to use the code 8461/3 (serous surface papillary) for ovary, does it have to say the term "surface" on the path report?

Q: In order to use the code 8461/3 (serous surface papillary) for ovary, does it have to say the term surface on the path report? Q&A Session for Collecting Cancer Data: Ovary Q: In order to use the code 8461/3 (serous surface papillary) for ovary, does it have to say the term "surface" on the path report? A: We reviewed both the

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

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

Annual Report. Cape Cod Hospital and Falmouth Hospital Regional Cancer Network Expert physicians. Quality hospitals. Superior care.

Annual Report. Cape Cod Hospital and Falmouth Hospital Regional Cancer Network Expert physicians. Quality hospitals. Superior care. Annual Report Cape Cod Hospital and Falmouth Hospital Regional Cancer Network 2013 Expert physicians. Quality hospitals. Superior care. Cape Cod Hospital s Davenport- Mugar Hematology/Oncology Center and

More information

4/10/2018. SEER EOD and Summary Stage. Overview KCR 2018 SPRING TRAINING. What is SEER EOD? Ambiguous Terminology General Guidelines

4/10/2018. SEER EOD and Summary Stage. Overview KCR 2018 SPRING TRAINING. What is SEER EOD? Ambiguous Terminology General Guidelines SEER EOD and Summary Stage KCR 2018 SPRING TRAINING Overview What is SEER EOD Ambiguous Terminology General Guidelines EOD Primary Tumor EOD Regional Nodes EOD Mets SEER Summary Stage 2018 Site Specific

More information

A Practicum Approach to CS: GU Prostate, Testis, Bladder, Kidney, Renal Pelvis. Jennifer Ruhl, RHIT, CCS, CTR Janet Stengel, RHIA, CTR

A Practicum Approach to CS: GU Prostate, Testis, Bladder, Kidney, Renal Pelvis. Jennifer Ruhl, RHIT, CCS, CTR Janet Stengel, RHIA, CTR A Practicum Approach to CS: GU Prostate, Testis, Bladder, Kidney, Renal Pelvis Jennifer Ruhl, RHIT, CCS, CTR Janet Stengel, RHIA, CTR Survey Questions and Answers 250 Responses 2 Question #1 A gentleman

More information

Truman Medical Center-Hospital Hill Cancer Registry 2014 Statistical Summary Incidence

Truman Medical Center-Hospital Hill Cancer Registry 2014 Statistical Summary Incidence Truman Medical Center-Hospital Hill Cancer Registry 2014 Statistical Summary Incidence In 2014, there were 452 new cancer cases diagnosed and or treated at Truman Medical Center- Hospital Hill and an additional

More information

American Cancer Society Estimated Cancer Deaths by Sex and Age (years), 2013

American Cancer Society Estimated Cancer Deaths by Sex and Age (years), 2013 American Cancer Society Estimated Cancer Deaths by Sex and Age (years), 2013 All ages Younger than 45 45 and Older Younger than 65 65 and Older All sites, men 306,920 9,370 297,550 95,980 210,940 All sites,

More information

FINALIZED SEER SINQ QUESTIONS April July, 2017

FINALIZED SEER SINQ QUESTIONS April July, 2017 20170040 Source 1: 2016 SEER Manual pgs: 91 Source 2: 2007 MP/H Rules Notes: Lung MP/H Rules/Histology--Lung: What is the histology code for lung cancer case identified pathologically from a metastatic

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

Appendix H 2018 FCDS Required Site Specific Data Items (SSDIs)

Appendix H 2018 FCDS Required Site Specific Data Items (SSDIs) Below is the short list of Site Specific Data Items (SSDI) Required by FCDS for 2018. The list may be subject to changes. FCDS requires only a subset of the 136 total SSDIs available to be reported as

More information

HOSPITAL-BASED CANCER REGISTRY ANNUAL REPORT 2011

HOSPITAL-BASED CANCER REGISTRY ANNUAL REPORT 2011 HOSPITAL-BASED CANCER REGISTRY ANNUAL REPORT 2011 SONGKLANAGARIND HOSPITAL FACULTY OF MEDICINE PRINCE OF SONGKLA UNIVERSITY HATYAI SONGKHLA THAILAND EDITOR PARADEE PRECHAWITTAYAKUL, B.Sc. June, 2013 Songklanagarind

More information

Estimated Minnesota Cancer Prevalence, January 1, MCSS Epidemiology Report 04:2. April 2004

Estimated Minnesota Cancer Prevalence, January 1, MCSS Epidemiology Report 04:2. April 2004 MCSS Epidemiology Report 04:2 Suggested citation Perkins C, Bushhouse S.. Minnesota Cancer Surveillance System. Minneapolis, MN, http://www.health.state.mn.us/divs/hpcd/ cdee/mcss),. 1 Background Cancer

More information

Carcinoma of the Urinary Bladder Histopathology

Carcinoma of the Urinary Bladder Histopathology Carcinoma of the Urinary Bladder Histopathology Reporting Proforma (Radical & Partial Cystectomy, Cystoprostatectomy) Includes the International Collaboration on Cancer reporting dataset denoted by * Family

More information

AMERICAN JOINT COMMITTEE ON CANCER AJCC CANCER STAGING

AMERICAN JOINT COMMITTEE ON CANCER AJCC CANCER STAGING AMERICAN JOINT COMMITTEE ON CANCER AJCC CANCER STAGING ATLAS EDITORS FREDERICK L. GREENE, m.d. Chair, Department of General Surgery Carolinas Medical Center Charlotte, North Carolina CAROLYN C. COMPTON,

More information

WLH Tumor Frequencies between cohort enrollment and 31-Dec Below the Women Lifestyle and Health tumor frequencies are tabulated according to:

WLH Tumor Frequencies between cohort enrollment and 31-Dec Below the Women Lifestyle and Health tumor frequencies are tabulated according to: DESCRIPTION Below the Women Lifestyle and Health tumor frequencies are tabulated according to: Benign =171 (Cervix uteri) treated as not recorded =191 (non-melanoma skin cancer) treated as not recorded

More information

We re on the Web! Visit us at VOLUME 19 ISSUE 1. January 2015

We re on the Web! Visit us at   VOLUME 19 ISSUE 1. January 2015 VOLUME 19 ISSUE 1 January 2015 We re on the Web! Visit us at www.kumc.edu/kcr January is National Cervical Cancer Screening Month. Cervical cancer begins in the lining of the cervix (organ connecting the

More information

Cancer in Utah: An Overview of Cancer Incidence and Mortality from

Cancer in Utah: An Overview of Cancer Incidence and Mortality from Cancer in Utah: An Overview of Cancer Incidence and Mortality from 1973-2010 A publication of the Utah Cancer Registry January 2014 Prepared by: C. Janna Harrell, MS Senior Research Analyst Kimberly A.

More information

CODING TUMOUR MORPHOLOGY. Otto Visser

CODING TUMOUR MORPHOLOGY. Otto Visser CODING TUMOUR MORPHOLOGY Otto Visser INTRODUCTION The morphology describes the tissue of the tumour closest to normal tissue Well differentiated tumours are closest to normal Undifferentiated tumours show

More information

WLH Tumor Frequencies between cohort enrollment and 31-Dec Below the Women Lifestyle and Health tumor frequencies are tabulated according to:

WLH Tumor Frequencies between cohort enrollment and 31-Dec Below the Women Lifestyle and Health tumor frequencies are tabulated according to: WLH Tumor Frequencies between cohort enrollment and 31-Dec 2012 DESCRIPTION Below the Women Lifestyle and Health tumor frequencies are tabulated according to: Benign =171 (Cervix uteri) treated as not

More information

2018 New Required Data Items for Hospitals

2018 New Required Data Items for Hospitals 2018 New Required Data Items for Hospitals The NJSCR is a population-based registry, mandated by state law, that collects data on all cancer cases diagnosed and/or treated in New Jersey since October 1,

More information

incidence rate x 100,000/year

incidence rate x 100,000/year Tier R=rare C=common Cancer Entity European crude and age adjusted incidence by cancer, years of diagnosis 2000 and 2007 Analisys based on 83 population-based cancer registries * applying the European

More information

Comprehensive cancer cover

Comprehensive cancer cover Retirement Investments Insurance Health Comprehensive cancer cover Life Insurance+ with critical illness and Critical Illness+ Cancer is one of the biggest fears for the British public This is why our

More information

Florida Cancer Data System STAT File Documentation Version 2019

Florida Cancer Data System STAT File Documentation Version 2019 Florida Cancer Data System STAT File Documentation Version 2019 Field Description NAACCR Item Recoded Patient ID Number 20 Addr at DX - State 80 X County at DX 90 Addr at DX Country 102 X Marital Status

More information

FINALIZED SEER SINQ QUESTIONS

FINALIZED SEER SINQ QUESTIONS 0076 Source 1: WHO Class CNS Tumors pgs: 33 MP/H Rules/Histology--Brain and CNS: What is the histology code for a tumor originating in the cerebellum and extending into the fourth ventricle described as

More information

Oncology 101. Cancer Basics

Oncology 101. Cancer Basics Oncology 101 Cancer Basics What Will You Learn? What is Cancer and How Does It Develop? Cancer Diagnosis and Staging Cancer Treatment What is Cancer? Cancer is a group of more than 100 different diseases

More information

SHN-1 Human Digestive Panel Test results

SHN-1 Human Digestive Panel Test results SHN-1 Human Digestive Panel Test results HN-30 tongue HN-24 salivary gland HN-12 larynx HN-28 esophagus HN-29 stomach HN-20 pancreas HN-13 liver HN-14 gall bladder HN-27-1 duodenum HN-27-2 ileum HN-27-3

More information

Radiation Oncology Study Guide

Radiation Oncology Study Guide Radiation Oncology Study Guide For the Initial CertificationQualifying (Computer-Based) Examination General and Radiation Oncology This examination is designed to assess your understanding of the entire

More information

ACR TXIT TM EXAM OUTLINE

ACR TXIT TM EXAM OUTLINE ACR TXIT TM EXAM OUTLINE Major Domain Sub-Domain 1 Statistics 1.1 Study design 1.2 Definitions of statistical terms 1.3 General interpretation & analysis 1.4 Survival curves 1.5 Specificity/sensitivity

More information

Cancer in Colorado Incidence, Mortality, and Survival

Cancer in Colorado Incidence, Mortality, and Survival Cancer in Colorado 1998-2003 Incidence, Mortality, and Survival Jack L. Finch, M.S. Statistical Analyst III Kieu O. Vu, M.S.P.H. Statistical Analyst II 2007 Colorado Central Cancer Registry Randi K. Rycroft,

More information

Comprehensive cancer cover

Comprehensive cancer cover Retirement Investments Insurance Health Comprehensive cancer cover Life Insurance+ with critical illness and Critical Illness+ Cancer is one of the biggest fears for the British public This is why our

More information

Greater Manchester and Cheshire HPB Unit Guidelines for the Assessment & Management of Hepatobiliary and Pancreatic Disease Chapter 14

Greater Manchester and Cheshire HPB Unit Guidelines for the Assessment & Management of Hepatobiliary and Pancreatic Disease Chapter 14 Greater Manchester and Cheshire HPB Unit Guidelines for the Assessment & Management of Hepatobiliary and Pancreatic Disease Chapter 14 Contents 14. Neuroendocrine Tumours 161 14.1. Diagnostic algorithm

More information

Case Scenario 1. 4/19/13 Bone Scan: No scintigraphic findings to suggest skeletal metastases.

Case Scenario 1. 4/19/13 Bone Scan: No scintigraphic findings to suggest skeletal metastases. Case Scenario 1 3/8/13 H&P 68 YR W/M presents w/elevated PSA. Patient is a non-smoker, current alcohol use. Physical Exam: On digital rectal exam the sphincter tone is normal and there is a 1 cm nodule

More information

THE BURDEN OF CANCER IN NEBRASKA: RECENT INCIDENCE AND MORTALITY DATA

THE BURDEN OF CANCER IN NEBRASKA: RECENT INCIDENCE AND MORTALITY DATA THE BURDEN OF CANCER IN NEBRASKA: RECENT INCIDENCE AND MORTALITY DATA Presented by: Bryan Rettig, MS Nebraska Dept. of Health & Human Services Division of Public Health May 31, 2017 Nebraska Cancer Registry

More information

NAACCR Webinar Series 1

NAACCR Webinar Series 1 NAACCR 2009 2010 Webinar Series Collecting Cancer Data: Kidney 1 Questions Please use the Q&A panel to submit your questions Send questions to All Panelist 2 Fabulous Prizes 3 NAACCR 2009 2010 Webinar

More information

Presentation material is for education purposes only. All rights reserved URMC Radiology Page 1 of 98

Presentation material is for education purposes only. All rights reserved URMC Radiology Page 1 of 98 Presentation material is for education purposes only. All rights reserved. 2011 URMC Radiology Page 1 of 98 Radiology / Pathology Conference February 2011 Brooke Koltz, Cytopathology Resident Presentation

More information

Procedures Needle Biopsy Transurethral Prostatic Resection Suprapubic or Retropubic Enucleation (Subtotal Prostatectomy) Radical Prostatectomy

Procedures Needle Biopsy Transurethral Prostatic Resection Suprapubic or Retropubic Enucleation (Subtotal Prostatectomy) Radical Prostatectomy Prostate Gland Protocol applies to invasive carcinomas of the prostate gland. Protocol web posting date: July 2006 Protocol effective date: April 2007 Based on AJCC/UICC TNM, 6 th edition Procedures Needle

More information

Early Cancer Care FAQ

Early Cancer Care FAQ If you need more information, you can call 6722 2293 (Mon-Fri, 9am-5pm), email our Financial Protection Specialists at financial2@ocbc.com or visit any of our OCBC branches. Q1. What is this Early Cancer

More information

Oncology Centre Research Unit TUMOR REGISTRY

Oncology Centre Research Unit TUMOR REGISTRY 1 Oncology Centre Research Unit TUMOR REGISTRY ANNUAL REPORT 2013 1 Annual Report Prepared by the Staff of the Tumor Registry Research Unit, Oncology Centre King Faisal Specialist Hospital and Research

More information

MT09 - Normal Human Tissue Microarray, FDA

MT09 - Normal Human Tissue Microarray, FDA Reveal Biosciences offers Histochemical Staining, Immunohistochemistry (IHC), In Situ Hybridization (ISH), Whole Slide Imaging, and Quantitative Image Analysis on any TMA MT09 - Normal Human Tissue Microarray,

More information

Tumor Comparison. NAACCR Death Clearance Manual Update. Bobbi Jo Matt, BS RHIT CTR NAACCR 2013 Conference, Austin, TX June 12, 2013

Tumor Comparison. NAACCR Death Clearance Manual Update. Bobbi Jo Matt, BS RHIT CTR NAACCR 2013 Conference, Austin, TX June 12, 2013 Tumor Comparison NAACCR Death Clearance Manual Update Bobbi Jo Matt, BS RHIT CTR NAACCR 2013 Conference, Austin, TX June 12, 2013 Tumor Comparison The process of comparing the registry s tumors to the

More information

SEER Summary Stage Still Here!

SEER Summary Stage Still Here! SEER Summary Stage Still Here! CCRA NORTHERN REGION STAGING SYMPOSIUM SEPTEMBER 20, 2017 SEER Summary Stage Timeframe: includes all information available through completion of surgery(ies) in the first

More information

Tumor Markers Yesterday, Today & Tomorrow. Steven E. Zimmerman M.D. Vice President & Chief Medical Director

Tumor Markers Yesterday, Today & Tomorrow. Steven E. Zimmerman M.D. Vice President & Chief Medical Director Tumor Markers Yesterday, Today & Tomorrow Steven E. Zimmerman M.D. Vice President & Chief Medical Director Tumor Marker - Definition Substances produced by cancer cells or other cells in response to cancer

More information

UICC TNM 8 th Edition Errata

UICC TNM 8 th Edition Errata UICC TNM 8 th Edition Errata ions are in italics Head and Neck Tumours Pages 20, p27, p34, p38, p41, and p49 ly pn2a Metastasis in a single ipsilateral lymph node, less than 3cm in greatest dimension with

More information

CDC & Florida DOH Attribution

CDC & Florida DOH Attribution FCDS Annual Educational Conference Tampa, Florida July 19, 2018 Steven Peace, CTR 1 CDC & Florida DOH Attribution We acknowledge the Centers for Disease Control and Prevention, for its support of the Florida

More information

MALIGNANT NEOPLASMS OF THE BREAST MALIGNANT NEOPLASMS OF FEMALE GENITAL ORGANS

MALIGNANT NEOPLASMS OF THE BREAST MALIGNANT NEOPLASMS OF FEMALE GENITAL ORGANS MALIGNANT NEOPLASMS OF THE (INC. PAGET S DISEASE) 0 - Nipple and areola 1 - Central portion 2 - Upper-inner quadrant 3 - Lower-inner quadrant 4 - Upper-outer quadrant 5 - Lower-outer quadrant 6 - Axillary

More information

MPH Quiz. 1. How many primaries are present based on this pathology report? 2. What rule is this based on?

MPH Quiz. 1. How many primaries are present based on this pathology report? 2. What rule is this based on? MPH Quiz Case 1 Surgical Pathology from hysterectomy performed July 11, 2007 Final Diagnosis: Uterus, resection: Endometrioid adenocarcinoma, Grade 1 involving most of endometrium, myometrial invasion

More information

Epidemiology in Texas 2006 Annual Report. Cancer

Epidemiology in Texas 2006 Annual Report. Cancer Epidemiology in Texas 2006 Annual Report Cancer Epidemiology in Texas 2006 Annual Report Page 94 Cancer Incidence and Mortality in Texas, 2000-2004 The Texas Department of State Health Services Texas Cancer

More information

Instructions for Coding Grade for 2014+

Instructions for Coding Grade for 2014+ Instructions for Coding for 2014+ GRADE, DIFFERENTIATION OR CELL INDICATOR Item Length: 1 NAACCR Item #: 440 NAACCR Name:, Differentiation for solid tumors (Codes 1, 2, 3, 4, 9) and Cell Indicator for

More information

6/5/2010. Renal vein invasion & Capsule Penetration (T3a) Adrenal Gland involvement (T4 vs. M1) Beyond Gerota s Fascia? (?T4).

6/5/2010. Renal vein invasion & Capsule Penetration (T3a) Adrenal Gland involvement (T4 vs. M1) Beyond Gerota s Fascia? (?T4). GU Cancer Staging: Updates and Challenging Areas 13 th Current Issues in Surgical Pathology San Francisco, CA June 5, 2010 Jeffry P. Simko, PhD, MD Associate Professor Departments of Urology and Anatomic

More information

There is a Reason for Everything including Changes

There is a Reason for Everything including Changes There is a Reason for Everything including Changes What & Why Who & When Overview A Closer look Introduction & Overview of Site-Specific Data Items A.K.A. SSDIs Let me introduce myself Colleen M. Grosso,

More information

CANCER FACTS & FIGURES For African Americans

CANCER FACTS & FIGURES For African Americans CANCER FACTS & FIGURES For African Americans Pennsylvania, 2006 Pennsylvania Cancer Registry Bureau of Health Statistics and Research Contents Data Hightlights...1 Pennsylvania and U.S. Comparison...5

More information

came from a carcinoma and in 12 from a sarcoma. Ninety lesions were intrapulmonary and the as the chest wall and pleura. Details of the primary

came from a carcinoma and in 12 from a sarcoma. Ninety lesions were intrapulmonary and the as the chest wall and pleura. Details of the primary Thorax 1982;37:366-370 Thoracic metastases MARY P SHEPHERD From the Thoracic Surgical Unit, Harefield Hospital, Harefield ABSTRACI One hundred and four patients are reviewed who were found to have thoracic

More information

National Cancer Statistics in Korea, 2014

National Cancer Statistics in Korea, 2014 National Cancer Statistics in Korea, 2014 2016. 12. 20. Korea Central Cancer Registry Cancer Incidence in Korea, 2014 National Cancer Incidence, 2014 Trends in Cancer Incidence by Sex and Year * Dark colored

More information

Uterine Cervix. Protocol applies to all invasive carcinomas of the cervix.

Uterine Cervix. Protocol applies to all invasive carcinomas of the cervix. Uterine Cervix Protocol applies to all invasive carcinomas of the cervix. Protocol revision date: January 2005 Based on AJCC/UICC TNM, 6 th edition and FIGO 2001 Annual Report Procedures Cytology (No Accompanying

More information

2018 Grade PEGGY ADAMO, RHIT, CTR OCTOBER 11, 2018

2018 Grade PEGGY ADAMO, RHIT, CTR OCTOBER 11, 2018 1 2018 Grade PEGGY ADAMO, RHIT, CTR ADAMOM@MAIL.NIH.GOV OCTOBER 11, 2018 2 Acknowledgements Donna Hansen, CCR Jennifer Ruhl, NCI SEER Introduction 3 Histologic Type vs. Grade Credit: Dr. Kay Washington

More information

CASEFINDING. KCR Abstractor s Training

CASEFINDING. KCR Abstractor s Training CASEFINDING KCR Abstractor s Training 1 Introduction Casefinding Definition Purpose Methods Sources vs Resources Reportable Cancer Conditions Non-Reportable Conditions Ambiguous Terminology 2 https://www.google.com/search?q=puzzle+pieces&client=firefox-a&hs=mdc&rls=org.mozilla

More information

The main credit of this work would go to the team of cancer epidemiology department without them this report would have never come into light.

The main credit of this work would go to the team of cancer epidemiology department without them this report would have never come into light. Acknowledgment The main credit of this work would go to the team of cancer epidemiology department without them this report would have never come into light. Special appreciation goes to: Prof Amal Samy

More information

A215- Urinary bladder cancer tissues

A215- Urinary bladder cancer tissues A215- Urinary bladder cancer tissues (formalin fixed) For research use only Specifications: No. of cases: 45 Tissue type: Urinary bladder cancer tissues No. of spots: 2 spots from each cancer case (90

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

Question: If in a particular case, there is doubt about the correct T, N or M category, what do you do?

Question: If in a particular case, there is doubt about the correct T, N or M category, what do you do? Exercise 1 Question: If in a particular case, there is doubt about the correct T, N or M category, what do you do? : 1. I mention both categories that are in consideration, e.g. pt1-2 2. I classify as

More information

This form may provide more data elements than required for collection by standard setters such as NCI SEER, CDC NPCR, and CoC NCDB.

This form may provide more data elements than required for collection by standard setters such as NCI SEER, CDC NPCR, and CoC NCDB. 1 Terms of Use The cancer staging form is a specific document in the patient record; it is not a substitute for documentation of history, physical examination, and staging evaluation, or for documenting

More information

CONSULTATION DURING SURGERY / NOT A FINAL DIAGNOSIS. FROZEN SECTION DIAGNOSIS: - A. High grade sarcoma. Wait for paraffin sections results.

CONSULTATION DURING SURGERY / NOT A FINAL DIAGNOSIS. FROZEN SECTION DIAGNOSIS: - A. High grade sarcoma. Wait for paraffin sections results. Pathology Report Date: 3/5/02 A, B. Biopsy right distal femur- high grade spindle cell sarcoma Immunohistochemistry studies are pending to further classify the nature of the tumor. CONSULTATION DURING

More information

Outcomes Report: Accountability Measures and Quality Improvements

Outcomes Report: Accountability Measures and Quality Improvements Outcomes Report: Accountability Measures and Quality Improvements The s Cancer Committee ensures that patients with cancer are treated according to the nationally accepted measures. Because we are an accredited

More information

FINALIZED SEER SINQ S MAY 2012

FINALIZED SEER SINQ S MAY 2012 FINALIZED SEER SINQ S MAY 2012 : 20120039 Primary site/heme & Lymphoid Neoplasms: What site do I code this to and what rule applies? How did you arrive at this? Please advise. See discussion. Patient with

More information

Cancer Association of South Africa (CANSA)

Cancer Association of South Africa (CANSA) Cancer Association of South Africa (CANSA) Fact Sheet on ICD-10 Coding of Neoplasms Introduction The International Statistical Classification of Diseases and Related Health Problems, 10 th Revision (ICD-10)

More information

A Time- and Resource-Efficient Method for Annually Auditing All Reporting Hospitals in Your State: the Inpatient & Outpatient Hospital Discharge Files

A Time- and Resource-Efficient Method for Annually Auditing All Reporting Hospitals in Your State: the Inpatient & Outpatient Hospital Discharge Files A Time- and Resource-Efficient Method for Annually Auditing All Reporting Hospitals in Your State: the Inpatient & Outpatient Hospital Discharge Files By Dr. Martin A. Whiteside Director, Office of Cancer

More information

What s New for 8 th Edition

What s New for 8 th Edition What s New for 8 th Edition KCR 2018 SPRING TRAINING Overview What s New New Chapters for 8 th Editions Chapters That Split in 8 th Edition Merged 8 th Edition Chapters Blanks vs Xs How to Navigate Through

More information

Outcomes Report: Accountability Measures and Quality Improvements

Outcomes Report: Accountability Measures and Quality Improvements Outcomes Report: Accountability Measures and Quality Improvements The FH Memorial Medical Center s Cancer Committee ensures that patients with cancer are treated according to the nationally accepted measures.

More information

Guidelines for Assigning Summary Stage 2000

Guidelines for Assigning Summary Stage 2000 Guidelines for Assigning Summary Stage 2000 Mary Lewis, CTR National Program of Cancer Registries 2014 NCRA Annual Meeting May 17, 2014 National Center for Chronic Disease Prevention and Health Promotion

More information

A301 VI- Various cancer tissues with corresponding normal tissues

A301 VI- Various cancer tissues with corresponding normal tissues A301 VI- Various cancer tissues with (formalin fixed) For research use only Specifications: No. of cases: 28 Tissue type: Various cancer tissues with No. of spots: 2 spots from each cancer case (56 spots)

More information

Urinary Bladder, Ureter, and Renal Pelvis

Urinary Bladder, Ureter, and Renal Pelvis Urinary Bladder, Ureter, and Renal Pelvis Protocol applies to all carcinomas of the urinary bladder, ureter, and renal pelvis. Protocol revision date: January 2005 Based on AJCC/UICC TNM, 6th edition Procedures

More information

BIO 137 Human Anatomy & Physiology I. Laboratory Manual. Laboratory #1: Measurements, Body Organization and Anatomical Systems

BIO 137 Human Anatomy & Physiology I. Laboratory Manual. Laboratory #1: Measurements, Body Organization and Anatomical Systems BIO 137 Human Anatomy & Physiology I Laboratory Manual Laboratory #1: Measurements, Body Organization and Anatomical Systems Lab Exercise 1 Measurements Body Organization Body Systems What you need to

More information

UICC TNM 8 th Edition Errata

UICC TNM 8 th Edition Errata UICC TNM 8 th Edition Errata ions are in italics Page 28 Oropharynx p16 positive Pathological Stage II,T2 N2 M0 T3 N0,N1 M0 Stage II,T2 N2 M0 T3,T4 N0,N1 M0 Page 61 Oesophagus Adenocarcinoma Pathological

More information

The European Commission s science and knowledge service. Joint Research Centre

The European Commission s science and knowledge service. Joint Research Centre The European Commission s science and knowledge service Joint Research Centre Coding Primary Site and Tumour Morphology JRC-ENCR training course Copenhagen, 25 September 2018 Nadya Dimitrova Outline What

More information

Cancer A Superficial Introduction

Cancer A Superficial Introduction Cancer A Superficial Introduction Gabor Fichtinger, Queen s University Cancer some definitions Medical term: malignant neoplasm Class of diseases in which a group of cells display: uncontrolled growth

More information

Case Scenario 1: Breast

Case Scenario 1: Breast Case Scenario 1: Breast A 63 year old white female presents with a large mass in her left breast. 4/15/13 Mammogram/US: 1. Left breast mammographic and sonographic at 3:00 measuring 7.1 cm highly suggestive

More information

Q&A Session NAACCR Webinar Series Collecting Cancer Data: Pancreas January 05, 2012

Q&A Session NAACCR Webinar Series Collecting Cancer Data: Pancreas January 05, 2012 Q&A Session NAACCR Webinar Series Collecting Cancer Data: Pancreas January 05, 2012 Q: Will sticky notes be transferrable from the previous electronic version of CS to the updated version? A: It is our

More information

Multiple Primary and Histology Site Specific Coding Rules URINARY. FLORIDA CANCER DATA SYSTEM MPH Urinary Site Specific Coding Rules

Multiple Primary and Histology Site Specific Coding Rules URINARY. FLORIDA CANCER DATA SYSTEM MPH Urinary Site Specific Coding Rules Multiple Primary and Histology Site Specific Coding Rules URINARY 1 Prerequisites 2 Completion of Multiple Primary and Histology General Coding Rules 3 There are many ways to view the Multiple l Primary/Histology

More information