computer technology (ct) (web; digital information)

21
Computer Technology (CT) (Web; Digital information) Medical Record (MR) Database System (DBS) Information Technology (IT) Electronic Medical Record (EMR) Data Mining (DM) Medical Informatics (MI) Evidence Based Medicine (EBM) Bio-informatics Knowledge Discovery Medical Informatics related disciplines

Upload: jacoba

Post on 12-Jan-2016

31 views

Category:

Documents


0 download

DESCRIPTION

Database System (DBS) Information Technology (IT). Medical Record (MR). Electronic Medical Record (EMR). Computer Technology (CT) (Web; Digital information). Medical Informatics (MI). Evidence Based Medicine (EBM). Data Mining (DM). Bio-informatics. Knowledge Discovery. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Computer Technology (CT) (Web; Digital information)

Computer Technology(CT)

(Web; Digital information)

Medical Record(MR)

Database System(DBS)

Information Technology(IT)

Electronic Medical Record(EMR)

Data Mining(DM)

Medical Informatics(MI)

Evidence Based Medicine(EBM)

Bio-informatics

Knowledge Discovery

Medical Informatics related disciplines

Page 2: Computer Technology (CT) (Web; Digital information)

Medical Information System

AutomatedMedicalRecord

ComputerizedMedicalRecord

ElectronicMedicalRecord

ElectronicPatientRecord

ElectronicHealthRecord

Paperbase

Scanningthe paperdocument

Computerformat

Wider scopeof personalinformation

Wellnessinformation

Time

AdmissionDischargeClinicDepartmentReporting

Financial mgmt.Decision makingData harmonizationData warehousingData miningNetwoking

World wide dataPublic health Research system

Knowledge System

User Driver

Technology Driver ............... Knowledge Discovery& Data Mining

2000s

Page 3: Computer Technology (CT) (Web; Digital information)

Four basic elements of a database system User: end user; casual user; practitioners Data: text; graph; image; sound; vedio Software: general; application Hardware: CPU; I/O; network

Types of current database system

Hierarchical database Network database Object-oriented database Relational database (DBASE III plus; Clipper; Foxpro; Access)

Advantages of integrated database

Data sharing Minimal data redundancy Data consistency Data standard improvement Data integrity improvement Data security Faster development of new application

Page 4: Computer Technology (CT) (Web; Digital information)

Normalization (best table design)

Separate the table until every fields

depend on the primary key only

Primary key (PK)

The group of attributes that uniquely

(no null, ) determines every other

attribute in the relation Candidate key

All candidate PK’s are candidate keys

Foreign key

A attribute value of reference table is

the PK of the home table

First normal form (1NF)

If and only if 1)all domains contain single values

only

Second normal form (2NF)

If and only if 1) it is in 1NF, and 2) every non-

key attributes in fully dependent on the PK

Third normal form (3NF)

If and only if 1)it is in 2NF, and 2) every non-key

attributes is non-transitively dependent on the

PK

Further normalization

Boyce-Codd normal form (BCNF)

Forth normal form (4NF)

Fifth normal form (5NF)

Page 5: Computer Technology (CT) (Web; Digital information)

出院

病歷

掛號

健診 門診 急診

次專科藥局檢驗

X 光病理

心導管內視鏡細胞

血庫物理治療

營養

Page 6: Computer Technology (CT) (Web; Digital information)

出院

病歷

掛號

健診 門診 急診

次專科

麻醉住院 手術

護理照顧

藥局檢驗

X 光病理

心導管內視鏡細胞

血庫物理治療

營養

供繕

Page 7: Computer Technology (CT) (Web; Digital information)

出院

病歷

掛號

健診 門診 急診

次專科

麻醉住院 手術

護理照顧

藥局檢驗

X 光病理

心導管內視鏡細胞

血庫物理治療

營養

供繕

出納

財務會計

成本會計

人事管理

醫師績效

薪資

藥品庫存採購

財物料採購

Page 8: Computer Technology (CT) (Web; Digital information)

醫院資訊系統 1 門急診資訊系統 掛號系統 ; 醫令作業系統 ; 收費管理系統 ; 帳務管理系統 ; 健保申報系統 2 住院資訊系統 住院管理系統 ; 批價收費系統 ; 健保申報申復爭議系統 ; 單一劑量作業 護理站管理系統 ; 手術室管理系統 ; 住院醫囑作業系統 ; 帳務管理系統 ;

3 病歷管理系統 4 藥局連線系統 5 醫師績效作業系統 6 供繕系統 7 血庫作業系統 8 檢驗檢查報告系統 9 X 光片管理系統10 急診病患動態管理系統11 疾病分類統計作業系統12 藥品庫存採購作業作業系統13 材物料庫存採購作業作業系統14 人事管理系統15 薪資管理系統16 財務會計作業系統17 成本會計作業系統18 出納作業系統19 財產作業系統20 健檢系統

Page 9: Computer Technology (CT) (Web; Digital information)

次專科

急診門診健診

出院

病歷

掛號

麻醉住院 手術

護理照顧

藥局檢驗

X 光病理

心導管內視鏡細胞

血庫物理治療

營養

供繕

出納

財務會計

成本會計

人事管理

醫師績效

薪資

藥品庫存採購

財物料採購

Page 10: Computer Technology (CT) (Web; Digital information)

Knowledge discovery in databases (KDD)

An explosive growth in capabilities to both generate and collect data scientific data (e.g. remote sensors, space satellites) business data (e.g. bar codes for commercial products, credit card) human genome database (human genetic code) government transactions (e.g. tax returns) health care transactions (control costs, improve quality) advanced data storage technology (faster, higher capacity, cheaper) better database management systems and data warehousing technologyAllow us to transform this data deluge into “ mountains “ of stored dataSuch volumes of data overwhelm traditional manual methods of data analysis such as spreadsheets, ad-hoc queries can create informative reports from data can not analyze the contents of reports to focus on important knowledge A significant need exists for a new generation of techniques and tools with the ability to intelligently and automatically assist humans in analyzing the mountains of data for nuggets of useful knowledgeThese techniques and tools are the subject of the emerging field of KDD

Page 11: Computer Technology (CT) (Web; Digital information)

Knowledge Discovery and

Data Mining

Data preparation

Search for pattern

Knowledge evaluation

Knowledge interpretation

Knowledge Discovery

Model representationModel evaluationParameter search & model search

Methods Decision trees and rulesNeural networksRegression (linear and non-linear)Classification and ClusteringProbabilistic graphical dependency models (Baysian networks)Relational Learning models (autoregressive models)etc.

Components

Applications Business managementHealth care fraud detection & preventionAstronomyMolecular biologyGlobal climate change modelingMedicineetc.

Data Mining

Page 12: Computer Technology (CT) (Web; Digital information)

Definitions of KDD terms

Data is a set of facts (F; e.g. cases in a database) example: F is the collection of 23 cases with three fields each containing the values of debt, income, loan.Pattern is an expression E in a language describing facts in subset FE of F. E is called a pattern. example: “ If income <$t, then person has defaulted on the loan “. Knowledge A pattern is called knowledge if for some user specified threshold. It is purely user-oriented, and determined by whatever functions and thresholds the user chooses. By appropriate settings of thresholds, one can emphasize accurate predictors or useful patterns over others.Data mining is a step in the KDD process consisting of particular data mining algorithms that, under some acceptable computational efficiency limitations, produces a particular enumeration of patterns over F.KDD Process involves data preparation, search for patterns, knowledge evaluation, and refinement involving iteration after modification. is the process of using data mining methods ( algorithms) to extract (identify) what is deemed knowledge according to the specifications of measures and thresholds, using the database F. is interactive and iterative, involving numerous steps with many decisions being made by the user.

Page 13: Computer Technology (CT) (Web; Digital information)

Knowledge discovery in databases vs. data mining (KDD vs. DM)

KDD has been mostly used by artificial intelligence, machine learning researchers the overall process of discovering useful knowledge from dataDM has been commonly used by statisticians, data analysts, MIS community application of algorithms for extracting patterns from data without the additional steps of the KDD process (such as incorporating appropriate prior knowledge and proper interpretation of the results) blind application of DM methods can be a dangerous activityLinks between KDD (and DM) and related field machine learning pattern recognition databases statistics artificial intelligence knowledge acquisition for expert systems data visualization

Page 14: Computer Technology (CT) (Web; Digital information)

The National Health Insurance

Information System

Nine major systems:

Underwriting of insurance

Payments for medical fees

Management of medical affairs

Financial management

Administrative support

Decision support system

Exchange of information

Management of community-based insuring agencies

Safety control

Page 15: Computer Technology (CT) (Web; Digital information)

健保IC卡存放的資料

健保IC卡資料存放共分四區段,未來視實際需要增加存放內容。

一、「基本資料段」:主要功能係辨識身分用,存放內容包括:卡片號碼、姓名、身分證字號或身分證明文件號碼、出生日期、性別、發卡日期、照片、卡片註銷註記。

二、「健保資料段」:主要功能係紀錄就醫相關資料,包括:保險對象身分註記、卡片有效期限、重大傷病註記、就醫可用次數、最近一次就醫序號、新生兒依附註記、就醫資料登錄、就醫累計資料、醫療費用總累計、個人保險費、保健服務、最後月經開始日期、預產期、孕婦產前檢查。本段資料分階段上線。

三、「醫療專區」:主要存放門診處方箋、長期處方箋、重要醫令項目、過敏藥物等。本段資料將考慮院所適應情形,分階段上線。

四、「衛生行政專區」:主要存放預防接種資料、器官捐贈資料等。

Page 16: Computer Technology (CT) (Web; Digital information)

Medical Informatics as a Discipline  (http://www.cpmc.columbia.edu/edu/textbook)

 medical informatics = study and use of computers and information in health care purpose of this lecture is to further define the field definition by Asso. of American Medical Colleges (AAMC) 1986 "Medical informatics is a developing body of knowledge and a set of techniques concerning the organizational management of information in support of medical research, education, and patient care.... Medical informatics combines medical science with several technologies and disciplines in the information and computer sciences and provides methodologies by which these can contribute to better use of the medical knowledge base and ultimately to better medical care."

Page 17: Computer Technology (CT) (Web; Digital information)

history of computers 1800s - Charles Babbage's logic engine 1890 - Herman Holleriths's punch cards for census 1940s - early programmable digital computers (Eniac) 1950s - commercially available (Univac) 1960s - faster, more memory 1970s - minicomputers 1980s - microcomputers, networks 1990s - RISC, workstations, growth of networks 

appearance of computers in medicine 1960s - practical = early departmental and monolithic research = early ECG and diagnosis 1970s - practical = monolithic administrative & departmental, imaging (CT), early bibliographic retrieval research = alerts, Mycin (early successes) 1980s - practical = results reporting, outpatient, growth of clinical systems and databases research = AI, IR 1990s - practical = integration, communication research = vocab, interfaces, coding, evaluation

Page 18: Computer Technology (CT) (Web; Digital information)

factors in lack of use of computers in clinical care involves complex organisms (unlike physical processes) if over-simplify, not useful (vs bank transaction) therefore need sophisticated abstraction + detail technology for gathering complex info. just emerging eg low use of QMR or DXplain therefore providers have not entered info. reimbursement has not been linked to clinical info. therefore many admin. systems but few clinical health care administered by individuals, small groups less need for coordination inertia fear ignorance money security, integrity lack of standards language previous failures rapid turnover of technology

Page 19: Computer Technology (CT) (Web; Digital information)

factors in recent increase of medical informatics

increase in use of technology - more data generated mobility of population - need to communicate specialization - need to communicate managed care systems - need to communicate rise in health care costs - attempt to control care improved hardware - faster and more memory improved methods - acquisition, transfer, retrieval reduced computer costs increased awareness

Page 20: Computer Technology (CT) (Web; Digital information)

related fields:

biomedical engineering - ECG, devices MI higher level of abstractionelectrical engineering - hardwarecomputer science - algorithms, closer to mathematics MI specific to health domainmedical computer science – subdivision of comp scicognitive science - AI and psychology not concerned with studying human braininformation theory - physics of communicationinformation (library) science – manage aper/elec info MI is close to this but MI not limited to info. storage and retrievalsoftware industry - producing products MI stresses evaulation MI not dependent on selling every roduct

makeup of med- info groups

MDs, RNs, dentists, other health care workersPhDs, esp computer science (also physics, ...) administrators, policy plannersmasters, PhD programs in medical informaticsindustry

Page 21: Computer Technology (CT) (Web; Digital information)

current issues in clinical care cost accessibility of health care coordinating care and setting policy acquisition and retrieval of data (eg across inst.) acquisition and sharing of knowledge (eg specialist) medical informatics research mirrors clinical issues data acquisition - GUI, nlp data storage - databases, modeling vocabularies - format, content organization of data - Larry Weed POMR 1969 machine interfaces - standards like HL7, security data retrieval - query languages knowledge acquisition knowledge representation - Arden application of knowledge when needed - decision analysis, alerts, diagnosis education care plans and practice guidelines