chapter 8. gain a basic understanding of the core technologies behind health care information...

44
Information Architecture and Technologies that Support Health Care Information Systems Chapter 8

Post on 20-Dec-2015

215 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Information Architecture and Technologies that

Support Health Care Information Systems

Chapter 8

Page 2: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Health Care Information Systems: A Practical Approach for Health Care Management 2nd Edition Wager ~ Lee ~ Glaser

Learning ObjectivesGain a basic understanding of the core technologies

behind health care information systems: System software Data management Networks and data communications Information processing distribution schemes Internet, intranets, and extranets Clinical and managerial decision support

Discuss emerging trends in information technology (such as mobility, Web services, Internet, wireless).

Identify some of the major issues in the adoption of information technologies in health care organizations.

Discuss why it is important for a health care organization to adopt an overall information systems architecture.

Page 3: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Health Care Information Systems: A Practical Approach for Health Care Management 2nd Edition Wager ~ Lee ~ Glaser

Why IT/IS: Error Rates • World-class competitiveness in

Manufacturing < 230 errors per million opportunities

• Financial services < 5 errors per million• Healthcare: 6000 –300,000 errors per million

–Healthcare errors are likely under reported• malpractice threats• practitioner confidentiality

concerns

Error rates in healthcare are orders of magnitude higher than in other

industries

Page 4: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

OutlineCore Technologies

System Software Data management and access Networks and data communications Information processing distribution schemes Internet, intranets, and extranets Clinical and managerial decision support Trends in user interactions with systems

System Architecture

Page 5: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

System SoftwareA series of programs that carry out basic computing functions Manage user interface, files and

memory Operates peripherals Allows development of applications

without have to include basic computer instructions

Page 6: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

System SoftwareOperating Sytems (Personal Systems)

Proprietary Windows Mac OS

Open source Linux

Production SystemsMVSUNIX

Page 7: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

System SoftwareInterface Engine—a software program designed to simplify the creation of management of interfaces between applications systems (Altis, 2004)

Page 8: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Data Management and Access

Relational Databases Relational Database Management

System (RDMS) Applications have three layers Interface Data manipulation Tables

Page 9: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Data Management and Access

Object-oriented Database Object-oriented database

management system (OODBMS) Object-Relational Database

management system (ORDBMS)

Page 10: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Data Management and Access

Data dictionaries—document data definitions

Clinical data repositories—large databases that include data from a variety of sources

Page 11: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Data Management and Access

Data Warehouse and Data Mart

Non-relational structure to facilitate “drill down” retrieval

Data mining—discovering patterns in data

Page 12: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Networks and Data Communications

Network Communication protocolsNetwork Types and ConfigurationsNetwork Media and BandwidthsNetwork Communication Devices

Page 13: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network Communication protocols

Needed for communication among networked computers an devices

Open Standards Interconnection (OSI) Seven Layers Conceptual model, not a set of actual

specifications

Page 14: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network Communication protocols

Internet Model—Transmission Control Protocol/Internet Protocol (TCP/IP) Layered model Represents a set of actual protocol

specifications at each layer

Page 15: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network Communication protocols

Other protocols Ethernet—Local Area Networks Asynchronous Transfer Mode (ATM)—

fast transmission speeds Bluetooth—wireless devices IEEE 802.11 (Wi-Fi)—popular for

wireless computers

Page 16: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network Types & Configurations

Local Area Network (LAN) vs. Wide Area Network (WAN) LAN—devices are under the control of

one organization in the same geographic area

WAN—an network that extends beyond a LAN

Page 17: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network Types & Configurations

Topology Physical or Logical Example of Ethernet is a Physical “Star” and

Logical “Bus”

Page 18: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network MediaCommon Types

Twisted pair wire (Category 5 most common)

Coaxial cable (older) Fiber optic cable Microwave Spread spectrum

Page 19: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network MediaCommunications across WAN require a service carrier POTS Leased line Integrated services digital network

(ISDN) Purchased T-1 (or other) line

Page 20: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network BandwidthBandwidth = Capacity of the transmission med1a

Greater capacity = greater speed

Rates expressed as bits per second (bps)

Page 21: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network Communication Devices

Hub—device in which data from the network come together

Bridge—connects neworks at the data link layer; networks with the same protocols

Router—operates at the network layer; help determine the destination of data

Page 22: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Network Communication Devices

Gateway—connects networks with different protocols; operates at or above the transport level

Switch—may be a gateway or a router; all switches rout data to their destinations

Page 23: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Distribution SchemesTerminal to Host—dumb terminal interacts with host computer

File Server—application and database are on one computer; user’s computer gets data files from file server

Client/server—multiple servers with specialized functions; client runs application & server has data

Page 24: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

InternetEvery computer or device has a unique Internet Protocol (IP) address

Use changed dramatically with the introduction of Hypertext Transfer Protocol (http) and the World Wide Web (www)

Page 25: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

InternetWWW

Uniform Resource Locator (URL)

Example-- http://www.josseybass.com

Web Browser Plug-ins Mark up languages HTML XML

Page 26: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

InternetOther Protocols

E-mail (smtp, pop3, imap)File Transfer (ftp) Internet telephoning (VoIP)

Page 27: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Intranets & ExtranetsIntranets

Secure computer network that uses Internet technologies, but is internal to an organization

Extranets Similar to intranets, but includes

business partners or the organization

Page 28: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Health Care Information Systems: A Practical Approach for Health Care Management 2nd Edition Wager ~ Lee ~ Glaser

Web 2.0Web 2.0 is a range of Web-based

communities, services, and technologies, including social-networking sites, wikis, blogs, and messaging capabilities.

The “2.0”reflects the view that this collection represents the second generation of Web technologies and capabilities.

Page 29: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Decision SupportDecision Support Systems (DSS)Artificial Intelligence

Page 30: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Decision SupportThree steps of Decision Making

Intelligence Design Choice

Problems are Structured Unstructured semistructured

Page 31: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Decision SupportTransaction based systems use for structured problems

DSS is needed for semi and un- structured problems

Page 32: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Decision Support System

Stand alone generally has three components Data Management Module—

database, data warehouse, clinical data repository

Model Management Module—user selects model to be applied to problem

Dialog Module—the user interface (Oz, 2004)

Page 33: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Artificial IntelligenceA branch of computer science that is devoted to emulating the human mind Example: Google Multiple types Expert systems Natural language processing Neural networks Fuzzy logic

Page 34: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

User InteractionsInput DevicesOutput DevicesExternal Storage DevicesMobile Personal Computing Devices

Page 35: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Input DevicesStandard—mouse & keyboardOther

Trackball or trackpad Touch screens Source data input devices, such as

bar coding Document Imaging Speech Recognition

Page 36: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Output DevicesComputer MonitorPrinterSpeech

Page 37: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

External Storage Devices

Sequential Magnetic tape

Direct Access Magnetic disks Floppy disks Zip drives RAID CDs & DVDs Optical tape Flash memory

Page 38: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Mobile Personal Computing

Personal Digital Assistants (PDAs)Pocket PCsLaptop computerTablet computerCellular phone combinations

Page 39: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Information System Architecture

The coming together of an information system is guided by the IS architecture

Consists of concepts, strategies, and principles

Platforms are specific vendors and technologies

Infrastructure generally refers to networks and network applications

Page 40: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Architecture Perspectives

Characteristics and Capabilities

Architecture ensures organizationally defined characteristics and capabilities

Application Integration Best of Breed Monolithic Visual integration

Page 41: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

ArchitectureIt is important for health care organizations to have thoughtful architecture discussions

Page 42: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

SummarySystem SoftwareData Management and AccessNetworks and Data Communications

Network Communication protocols Network Types & Configurations Network Media & Bandwidth Network Communication Devices

Page 43: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Summary (cont.)Distribution SchemesInternetIntranets & ExtranetsDecision Support

Decision Support System Artificial Intelligence

Page 44: Chapter 8. Gain a basic understanding of the core technologies behind health care information systems:  System software  Data management  Networks

Summary (cont.)User Interactions

Input Devices Output Devices External Storage Devices Mobile Personal Computing

Information System Architecture