i2b2 tranSMART Foundation User Group Meeting June 20, 2017

Slides posted: KUMC

Biomedical Informatics Presentations

Using the NAACCR Cancer Registry in i2b2 with HERON ETL Dan Connolly Biomedical Informatics Software Engineer

Division of Medical Informatics

KUMC Medical Informatics ● Russ Waitman, Director of Medical Informatics ● Software Engineers: Dan Connolly, Nathan Graham, Bhargav Adagarla, Matt Hoag, Mike Prittie, Lav Patel, Nazma Kotcherla ● Analysts, Honest Brokers: Tamara McMahon, Sravani Chandaka, Li Huang, Rachel Gyore, Maren Wennberg, Vince Leonardo ● Project Management: Steve Fennel, Brittany Zschoche, Hillary Sandoval

Kansas Cancer Registry (KCR) ● ● ● ● ● ●

> 50,000 cancer records Population-based source of incidence info Survival, subpopulations Demographics Clinical Information The Incidence of Breast Cancer among Disabled Kansans Vital Status with Medicare Rogers, Austin R; Lai, Sue-Min; Keighley, John; Jungk, Jessica URI: http://hdl.handle.net/2271/1364 Date: 2015-08-05

NAACCR Data Interchange Standard Sites submit NAACCR format files to central (state) registries. Thornton M, (ed). ​DATA STANDARDS AND DATA DICTIONARY Standards for Cancer Registries Volume II: Data Standards and Data Dictionary, Record Layout Version 12.1, 15th ed. Springfield, Ill.: North American Association of Central Cancer Registries, June 2010.

Greater Plains Collaborative 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

The University of Kansas Medical Center (KUMC) Children's Mercy Hospital CMH Indiana / Regenstrief (IU) University of Iowa Healthcare (UIOWA) The University of Wisconsin-Madison (WISC) The Medical College of Wisconsin (MCW) Marshfield Clinic (Wisconsin) (MCRF) The University of Minnesota Academic Health Center (UMN) The University of Missouri (MU) The University of Nebraska Medical Center (UNMC) The University of Texas Health Sciences Center at San Antonio (UTHSCSA) The University of Texas Southwestern Medical Center (UTSW)

GPC Breast Cancer Survey: 8 sites 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

The University of Kansas Medical Center (KUMC) Children's Mercy Hospital CMH Indiana / Regenstrief (IU) University of Iowa Healthcare (UIOWA) The University of Wisconsin-Madison (WISC) The Medical College of Wisconsin (MCW) Marshfield Clinic (Wisconsin) (MCRF) The University of Minnesota Academic Health Center (UMN) The University of Missouri (MU) The University of Nebraska Medical Center (UNMC) The University of Texas Health Sciences Center at San Antonio (UTHSCSA) The University of Texas Southwestern Medical Center (UTSW)

Share Thoughts on Breast Cancer Study Principal Investigators Coordinating Site University of Iowa Holden Comprehensive Cancer Center: ❖ ❖

Elizabeth Chrischilles, PhD Ingrid Lizarraga, MBBS

Participating Sites Marshfield Clinic: ● ●

Robert Greenlee, PhD, MPH Adedayo A. Onitilo, MD, PhD, MSCR, FACP

Medical College of Wisconsin: ●

Joan Neuner, MD, MPH

University of Kansas Medical Center: ● ●

Jennifer Klemp, PhD, MPH Priyanka Sharma, MD

University of Minnesota: ●

Anne Blaes, MD

University of Nebraska Medical Center: ●

Ann Berger, PhD

University of Texas Southwestern Medical Center: ●

Barbara Haley, MD

University of Texas San Antonio Medical Center: ●

Amelie G. Ramirez, Ph.D., MPH

University of Wisconsin Carbone Cancer Center: ● ●

Amy Trentham-Dietz, PhD Lee Gravatt Wilke, MD, FACS

Survey Prep From a background cohort of 1000s per site, we* select a survey cohort of 100s. *joined by Wendy He from KUMC Biostatistics

Survey Data Integration For subjects that consent, we link registry and EHR data into a limited data set.

Breast Cancer Background Cohort Inclusion Criteria ● Site: Breast ● Class of case: Analytic ● ...

Background Cohort: Variables

NAACCR Record: 100s of Items Original approach: ● 2011 bid for NCI Desgnation ● Clues from: ● Jack London from Kimmel Cancer Center in Philadelphia ● Dustin Key from Group Health Cooperative in Seattle

Fixed Width Fields

Staging: Oracle sqlldr .ctl file LOAD DATA TRUNCATE INTO TABLE "NAACR"."EXTRACT_INCR" ( "Record Type" position(1:1) CHAR, "Registry Type" position(2:2) CHAR, … "Sex" position(192:192) CHAR, "Age at Diagnosis" position(193:195) CHAR, "Date of Birth" position(196:203) CHAR, …

NAACCR Items Grouped by Section

Each Section is a Folder in i2b2

Items Inside Section Folders

Coded Fields

Code Values are Leaves in i2b2

De-identification in HERON ● No names, MRNs, ...identifiers ● No free-text ● Dates are shifted 0-364 days per patient

Not all Primary Site=C50 is Breast Cancer Excludes lymphoma and leukemia M9590-9989 and Kaposi sarcoma M9140

SEER Site Recode

SEER Site Recode seer_recode.sql case /* Lip */ when (site between 'C000' and 'C009') and not (histology between '9590' and '9989' or histology between '9050' and '9055' or histology = '9140') then '20010' ... /* Melanoma of the Skin */ when (site between 'C440' and 'C449') and (histology between '8720' and '8790') then '25010' ...

seer_recode.py

/* Cranial Nerves Other Nervous System */ when (site between 'C710' and 'C719') and (histology between '9530' and '9539') then '31040' /* ... */ when (site between 'C700' and 'C709' or site between 'C720' and 'C729') and not (histology between '9590' and '9989' or histology between '9050' and '9055' or histology = '9140') then '31040'

SEER Site Recode

ER/PR status hidden in Site-Specific Factors

CS Site-Specific Factors

CS Site-Specific Factors

Exhaustive NAACCR Ontology

Demographics - Usable

Staging - Overwhelming

Class of Case: Tedious Main distinction: ● Analytic ● Non-Analytic

Edited NAACCR Ontology

HERON NAACCR Approach ● At KUMC: >50K cases from the 1960’s ○ Updated monthly since 2011

● Exhaustive ETL, Ontology ● Supported 8-site GPC Breast Cancer Survey ● Refinements: ○ Edited Ontology ○ SEER Site Summary recode ○ Site-specific factors

Abstract

Not a real slide

The NAACCR tumor registry is an important data source for cancer research. Data are aggregated at state levels from many academic medical centers using a standardized record format. KUMC integrated its NAACCR tumor registry into its enterprise clinical data repository, HERON, in 2011 as part of its bid for NCI designation. In 2015, our approach was adopted at 8 sites in our PCORNet CDRN, the Greater Plains Collaborative, and was used to support a survey of hundreds of breast cancer patients from several states. The initial approach exhaustively exposed the NAACCR records via the i2b2 query tool but overwhelmed most users with its ontology, limiting the utility to those with expert knowledge of both the NAACCR and i2b2 data representations. The current approach addresses a number of problems with the original approach by: ● promoting a subset of the ontology that is most often relevant ● synthesizing SEER site summary from primary site and morphology ● addressing limitations of the original approach for site-specific factors

Using the NAACCR Tumor Registry in i2b2 with HERON ETL (1).pdf ...

There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Using the ...

3MB Sizes 1 Downloads 135 Views

Recommend Documents

Heron Quadrilaterals with Sides in Arithmetic or ...
mn = 0, and since n = 0 this yields only r = 0 in the geometric progression. .... A calculation using APECS shows the rank of this curve to be 0 and so ±P.

Heron Quadrilaterals with Sides in Arithmetic or Geometric ... - CiteSeerX
Page 1 ... We study triangles and cyclic quadrilaterals which have rational area and ... to search for triangles with rational area which have rational sides in geo-.

Tumor burden evaluation in NF1 patients with plexiform ...
Mar 14, 2015 - erase operations, it has a Smart Draw operation: instantly segmenting bright ... For illustration clip please refer to http:// ... 50. 0. 0.05. 0.1. (a). (b). (c). (d). Fig. 1 Stages of the segmentation algorithm. a Learning phase: Ima

Brain Tumor Segmentation Using K-Means Approach - IJRIT
A pathologist looks at the tissue wireless phones under a microscope to check for .... of Computer Science and Engineering, University of California, San Diego.

Efficient Method for Brain Tumor Segmentation using ...
Apr 13, 2007 - This paper works on the concept of segmentation based on grey levels. It proposes a new entropy method for MRI images. The segmentation is done using ABC algorithm and the method is used to search the value in continuous gray scale int

Brain Tumor Segmentation Using K-Means Approach - IJRIT
medical experts see the body's third dimension magnetic resonance imaging protons and neutrons of the small group of an atom has a ... certain segmentation on two dimensional MRI data 32. in addition, sensed tumors 5 are represented in 3-dimensional

Brain Tumor Detection Using Neural Network ieee.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Brain Tumor ...

talend etl tutorial pdf
Whoops! There was a problem loading more pages. Retrying... Whoops! There was a problem previewing this document. Retrying... Download. Connect more ...

A White Heron
“A White Heron” by Sarah Orne Jewett. I. The woods were already filled with shadows one June evening, just before eight o'clock, though a bright sunset still glimmered faintly among the trunks of the trees. A little girl was driving home her cow,

i2b2 AUG 2017-Loriv2_apgv2_cdh7.pdf
Aug 2, 2017 - Multiple Fact Tables. Lori Phillips MS. Whoops! There was a problem loading this page. Retrying... i2b2 AUG 2017-Loriv2_apgv2_cdh7.pdf.

ab initio etl pdf
Whoops! There was a problem loading more pages. ab initio etl pdf. ab initio etl pdf. Open. Extract. Open with. Sign In. Main menu. Displaying ab initio etl pdf.

The emergence of tumor metastases
Phone: 617 496 5543. Fax: 617 496 4629. Email: [email protected] ... and interactions with the immune system. 14 . Mathematical ..... of metastases from primary and locally recurrent tumors: comparison with a clinical data base for ...

Comprehensively characterize the tumor ... -
All rights reserved. Fluidigm, the Fluidigm logo, CyTOF, Hyperion and Imaging Mass Cytometry are trademarks or registered trademarks of Fluidigm Corporation ...

ICANN Registry Request Service
May 18, 2009 - TRAVEL Single and Two-Character Names Registration Service ... domain names are not presently available for registration in accordance ...

Minna Registry
WHEREAS, Registry Operator has entered into a Registry Agreement with the Internet Corporation for. Assigned ... protocols, reference implementation and documentation, and functional and interface specifications, ... 1.5 “EPP” means the protocol

Minna Registry
CONFIDENTIAL - Page 1 of 18 - CRR RRA-v5-MonNov11-CLEAN.doc .Minna (.みんな) .... software or interface, made available to Registrar by Registry Operator under this Agreement for the purpose of ..... name registration into a Registry database, the

Google Registry Branding Guidelines
HTML and javascript it's good to go. A basic Apache ... 1. To preview the template: dev.method.com/goog-49. 2. Download or clone the repository from Github:.

ICANN Registry Request Service
Jun 25, 2009 - registrars and domain name hijacking involving compromised account credentials. The proposed Registry-Registrar. Two-Factor Authentication ...

i2b2 tS Membership overview dk.pdf
Discuss how members can support the foundation ... ETL with Business Intelligence Development Studio (BIDS) ... i2b2 tS Membership overview dk.pdf.