Top Banner
DATA PROCESSING CHAPTER 7 NURSING INFORMATICS
34

DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems Data - raw uninterrupted facts that are without.

Apr 01, 2015

Download

Documents

Sadie Oakland
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

DATA PROCESSING

CHAPTER 7

NURSING INFORMATICS

Page 2: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems

Data - raw uninterrupted facts that are without meaning

e.g. a patient’s weight is recorded as 140 lb

When data is interpreted , information is produced. While data are meaningless, information by definition is meaningful.

For data to be interpreted and information produced, the data must be processed.

This means that the data are organized so that patterns and relationship between the data can be identified.

NURSING INFORMATICS

Page 3: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Approaches to organizing data:

◌Sorting◌Classifying◌Summarizing◌Calculating

e.g. students notes & handouts, checkbook

NURSING INFORMATICS

Page 4: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

What is a database?Database is an organized collection of related data.

e.g. placing notes in folders and folders in file cabinets & phonebook

Four factors in finding information in the database: how the data are named (indexed) and organized the size and complexity of the database the type of data within the database the methodology or tools used to research the database

NURSING INFORMATICS

Page 5: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Information systems are used to process data and produce information.

The systematic approach used to name, organize & store data in a database has a major impact on how easy it is to find information in the database.

NURSING INFORMATICS

Page 6: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Types of Data

Two primary approaches in classifying data in a database system:

classified in terms of how these data will be used by the user

e.g. financial data, patient data or human resource data

classified by their computerized data typee.g. data can be numbers or letters or combination of both

NURSING INFORMATICS

Page 7: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Computer-Based Data Types alphanumeric data – includes letters & numbers in

any combinatione.g. address, social security number, memo – a specific type of alphanumeric data

numeric data are used to perform numeric functions

format options – the number of digits after the decimal or the presence of commas in a number

- it can be long integer, currency, scientificdate & time are special types of numeric data

NURSING INFORMATICS

Page 8: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

logic data are limited to two optionse.g. YES or NO, TRUE or FALSE, 1 or 2, and ON or OFF

Conceptual Data Types- reflect how users view data- based on the source of the data- based on the event that the data are

attempting to capture.e.g. image data from x-ray, lab data, assessment data,

intervention data and outcome data

NURSING INFORMATICS

Page 9: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Database Management Systems (DBMS)- computer programs used to input, store, modify, process, and access data in a database.

Before a DBMS can be used, a DBM software must first be configured to manage the data specific to the project.

This process of configuring the database software is called database system design.

NURSING INFORMATICS

Page 10: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

DBMS interacting partsDataDBMS configured software programQuery language used to access the data

Advantages of Automated DBMSDecrease data redundancyIncrease data consistencyImprove access to all data

NURSING INFORMATICS

Page 11: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Fields, Records, and Files

NURSING INFORMATICS

ID FNAME LNAME ADDRESS 1 ADDRESS 2 CITY ST

01 Betty Smith SRU School 20 North St. Texas TX

02 Leslie Brown DBMS College 408 Same St. NY NY

03 Doris Jones Party Place 5093 Butler St.

LA LA

04 Glenn Clark ICI Institute 987 Red St. PH PHrecord field

attribute

field

Page 12: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Field attribute is the specific datum for that field for that record.

Each row represents a record. Each row is assigned a primary identifier. A primary identifier is unique to that record. A file is defined as a set of related records that

have the same data fields.To summary, a database is made up of files, files are

made up of records, records are made up of fields, and fields contain data.

NURSING INFORMATICS

Page 13: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Types of Files Processing Files - executable files consists of a

computer program or set of instructions that, when executed, causes the computer to open or start a specific computer program or function- these are the files that tell a computer what actions a computer should perform when running a program.

NURSING INFORMATICS

Page 14: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Command files are a set of instructions that perform a set of functions as opposed to running a whole program.

A batch file contains a set of operating system commands.e.g. SET UP. EXE, AUTOEXEC.BAT,CONFIG.SYS

Data Files - contain data that have been captured and stored on a computer using a software program

e.g. document created in MS Word with the extension .DOC

NURSING INFORMATICS

Page 15: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Database ModelsA database system provides access to both

the data in the database and to the interrelationship within and between the various data elements.

Conceptual Models- includes diagram and narrative description of

the data elements, their attributes and the relationships between the data.

NURSING INFORMATICS

Page 16: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Dose 2

Amoxicillin 500 mg q 8hrs. Times 10 days

Dose 1

Dose 3 Dose

4

Dose 5

Dose 6

Dose30

Defining Data, Databases, Information & Information Systems (continued)

Conceptual Models-it defines the structure of the whole database in terms of the attributes of the entities (data elements) relationships, constraints and operations.

NURSING INFORMATICS

Page 17: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Examples:

One-to-one relationship

Medication Order Medication Administration

One-to-many relationship

Individual medication

order

Individual patient

Medication NameDoseFrequencyRoute

Medication NameDoseTimeRoute

Defining Data, Databases, Information & Information Systems (continued)

NURSING INFORMATICS

Page 18: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Structural or Physical Data Models

There are four primary approaches: Hierarchical Network Relational Database Models Object-Oriented Model

NURSING INFORMATICS

Page 19: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Hierarchical-have been compared to inverted trees.

All access to data starts at the top of the hierarchy or at the root. The table at the root will have pointers called branches that will point to tables with data that relate hierarchically to the root.

NURSING INFORMATICS

Page 20: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Network -developed from hierarchical models,

the child note is not limited to one parent making it possible for a network model to represent many-to-many relationships.

NURSING INFORMATICS

Page 21: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Relational Database Models-consists of a series of files set up as

tables. Each column represents an attribute , and each row is a record. The intersection of the row and the column is a cell.

NURSING INFORMATICS

Page 22: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Defining Data, Databases, Information & Information Systems (continued)

Object-Oriented Model- developed because the relational

model has a limited ability to deal with binary large objects or BLOBS, these are complex data types such as images, sounds, spreadsheets, or text messages. The entity and the attributes are stored within an object.

NURSING INFORMATICS

Page 23: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Database Life Cycle

The development and use of a DBMS follow a systematic process called the life cycle of a database system.

Initiation - occurs when a need or problem is identified and the development of a DBMS is seen as a potential solution

NURSING INFORMATICS

Page 24: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Planning And Analysis

The step begins with an assessment of the users view and the development of the conceptual model.

what information…?how does…?

Diagrams and narrative reports will be used to describe the data elements, their attributes, and the overall ideal information flow in the conceptual model

NURSING INFORMATICS

Page 25: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Detailed Systems Design

- It begins with the selection of the physical model.• Data entry screens & the format for all output

reports will be carefully designed.• Revisions are to be expected.

Implementation

- includes training the users, testing the system, developing a procedure manual for use of the system

NURSING INFORMATICS

Page 26: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Detailed Systems Design(continued)

Evaluation and MaintenanceThe 1st evaluations should be informal & focus more on troubleshooting specific problems.

Common Database Operationsi. Data inputii. Data processingiii. Data output

NURSING INFORMATICS

Page 27: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Detailed Systems Design(continued)

Data Input Operations- used to enter new data, update data in the

system, or change/modify data in the DBMSo common errors involves inconsistent data entry format

Data Processing Processes- DBMS directed actions that the computer performs on the data once entered into the systeme.g. OLTP( Online transaction processing) that supports day-to-day operation of the institution.

NURSING INFORMATICS

Page 28: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Detailed Systems Design(continued)

Data Output Operations- includes online and written reports

Reports that are clear and concise help the reader see the information in the data. On the other hand, poorly designed reports can mislead and confuse the reader.

The development of a database system within a department serves 2 important purposes:

a. Both the developers & the users create a new level of knowledge and skills

b.As individual departments develop databases, institutional data are being created

NURSING INFORMATICS

Page 29: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

The Development of Data Warehouses

Data Warehouse- is defined as a large collection of data imported

from several different systems within one database. -smaller collections of data are referred to as data marts.- Bill Immon, the father of the data warehouse concept, defined a data warehouse as a subject-oriented, integrated, time variant, nonvolatile collection of data used to support the management decision-making process.

NURSING INFORMATICS

Page 30: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Purposes of a Data Warehouse

A data warehouse makes it possible to separate the analytical and operational processing.

With this separation the architectural design of the data warehouse is designed to support decisional information needs.

NURSING INFORMATICS

Page 31: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Functions of a Data Warehouse

i. Must be able to extract data from various computer systems and import that data into the data warehouse.

ii. Must function as a database able to store and process all of the data in the database.

iii. Must be able to deliver the data in the warehouse back to the users on the form of information.

NURSING INFORMATICS

Page 32: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Functions of a Data Warehouse (continued)

It support a number of activities:

1.Decision support for caregivers at the point of care2.Outcome measurements and quality improvement3.Clinical research and professional education4.Reporting to external agencies 5.Market trend analysis and strategic planning 6.Health services management and process

reengineering7.Targeted outreach to patients, professionals, and

other community groups

NURSING INFORMATICS

Page 33: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Data to Knowledge (D2K)

The process of extracting information and knowledge from large-scale databases has been referred to as knowledge discovery and data mining (KDD) or D2K applications.

The CRISP-DM model describes the life cycle of a data mining project in six phases:

Understanding the business Understanding the data Data preparation Modeling Evaluation Deployment

NURSING INFORMATICS

Page 34: DATA PROCESSING CHAPTER 7 NURSING INFORMATICS. Defining Data, Databases, Information & Information Systems  Data - raw uninterrupted facts that are without.

Incr

easi

ng

com

ple

xity

DataNaming,

Collecting and organizing

InformationOrganizing,Interpreting

KnowledgeInterpreting,Integrating,

understanding

WisdomUnderstanding,

Applying, applying with

compassion

Increasing interactions and inter-relationships

The Nursing Context

NURSING INFORMATICS