Data Management and Health Care Technology Flashcards
Describe some less commonly used peripherals.
Some less commonly used peripherals include:
Light pen: A light pen can highlight information and send data to the computer by touching a specially designed monitor that recognizes the pen.
Touch screens: Touch screens allow the user to physically tap the screen with their finger or a plastic pen device in order to make choices.
Optical character recognition (OCR): OCR allows data to be read by a special device directly from the source. This technology is used in grocery store checkouts and standardized test grading. A similar form of input reader is the magnetic-ink character recognition (MICR). Banks use MICR to read the routing and account numbers of checks.
Computer enhanced imaging: Computer enhanced imaging is of particular importance to the medical field. Two examples include CAT scans (computerized axial tomography) and MRI (magnetic resonance imaging).
Discuss generating reports to identify trends and respond to quality measures: Control chart.
The control chart is similar to the run chart, but it has a mean line (the average of the data points) as well as upper and lower control limit lines, based on normal distribution. With any process, there is some normal variation (common cause or random variation) so the line values may vary; however, when the line crosses the control limits, this suggests that there is a specific cause (special cause variation) that requires investigation. The control limits are usually set at 2-3 standard deviations from the mean. Thus, the line shows the normal variations and excessive variations. The control chart can include horizontal lines, indicating each standard deviation for more precise information, dividing the graph into zones. Zone C is 1 standard deviation from the mean; zone B is 2 standard deviations from the mean; and zone A is 3 standard deviations from the mean. Positive values are above the mean line, and negative values are below. The data can be analyzed for specific trending, depending on the number of data points in each zone.
Explain the things that can go wrong with disaster recovery planning.
Many things can go wrong with a disaster recovery plan after a disaster. Unfortunately, many organizations fail to provide adequate support for operating under extreme situations. Some common areas that are sometimes found to be deficient include:
- Documentation: Critical documents should be stored in several locations (both digitally and in paper format).
- Equipment: As new equipment is purchased, it needs to be added to the plan.
- Data storage: Design the plan to allow quick recovery of critical information without needing to open an archive (or recover a database).
- Keeping the plan updated: Failing to keep the plan updated and failing to test the plan are two very common errors. Plans should be updated frequently and tested after each update
Define the term: electronic health record (EHR) and discuss its related guidelines.
The Healthcare Information and Management Systems Society (HIMSS) define the electronic health record (EHR) as a “secure, real-time, point-of-care, patient-centric information resource for clinicians.” HIMSS has also published a series of guidelines for EHR known as the HIMSS Electronic Health Record Definitional Model. According to the model, the EHR should record and manage information for both the short- and long-term. The EHR should be the healthcare professional’s main resource when taking care of patients. Evidence-based care can be planned using the EHR on both the individual and community level. Another important job of the EHR is its use in continuous quality improvement, performance anagement, risk management, utilization review, and resource-planning. The EHR aids in the billing process as well. Finally, the EHR is a boon to evidence-based research, clinical research, and public health reporting. Since it is computerized, clinicians are assured that the EHR information is up to date and relevant for patients and research protocols.
Discuss data representation: Binary code.
Data representation can be verbal (e.g., spoken/written representations), analog (e.g., television, radio, telephone, recorded), or digital (e.g., coded). Analog representation uses continuous waveform signals varying in intensity. Computerized representation of data uses codes (usually numeric), such as the binary code (base 2) to represent values. The binary code is comprised of strings of 1s and 0s with Is stored in magnetized areas of disks and 0s stored in nonmagnetized areas; thus, 1 represents “on,” and 0 represents “off.” Each representation (0 or 1) is referred to as a bit (binary digit). Data are converted into bits for digital transmission:
- 8 bits = 1 byte (can represent 256 characters).
- 1,000 b5d:es = 1 kilob)d:e.
- 1 million bytes = 1 megabyte.
- 1 billion bytes = 1 gigabyte.
- 1 trillion bytes = 1 terab5d:e.
The coding scheme is the pattern of 0s and 1s used to represent characters. For coding of English and European languages, the most common binary coding scheme is that of the American Standard Code for Information Interchange.
Describe read only memory (ROM) and random access memory (RAM).
Read only memory (ROM) and random access memory (RAM) are the two types of memory accessed in a computer. Read only memory (ROM) is a permanent type of memory that is preprogrammed and never written to (or replaced) by computer instructions. The advantage of ROM is that it cannot be changed (or erased) and will not be lost when the computer is turned off. Programming that is necessary for start up and other functions (such as those that must occur repeatedly and quickly) are generally stored in ROM.
Random access memory (RAM) is the computer’s working memory used for data storage. RAM stores the application programs that allow user controlled tasks to be carried out by the CPU. RAM may be stored on computer chips, the computer’s hard drive, floppy disks, or CD/DVDs (or any combination thereof). RAM is what most users think of when they store information on a computer.
Explain data presentation: Dashboard.
A dashboard (also called a digital dashboard), like the dashboard in a car, is an easy-to-read computer program that integrates a variety of performance measures or key indicators into one display (usually with graphs or charts) to provide an overview of an organization. It can include data regarding patient satisfaction, infection rates, financial status, or any other measurement that is important to assess performance. The dashboard provides a running picture of the status of a department or organization at any point in time and may be updated as needed—daily, weekly, or monthly. An organization-wide dashboard provides numerous benefits:
- Broad involvement of all departments
- A consistent and easy to understand visual representation of data
- Identification of negative findings or trends so that they can be corrected
- Availability of detailed reports
- Effective measurements that demonstrate the degree of efficiency
- Assistance with making informed decisions
Describe the three major parts of a data warehouse and the storage of data.
There are three major parts of a data warehouse:
- Infrastructure: The infrastructure (sometimes referred to as the technology perspective] refers to the hardware and software used in the system.
- Data: Data are diagram representations of the structures that send and store information and how they relate to one another.
- Process: Process is defined by how information gets from one place to another or how it is dealt with.
Most data warehouses use the Codd rules of normalization, which breaks data down into a table in order to show the relationships between the various parts. Two widely used designs are:
- Dimensional: The dimensional approach breaks data down into numerical facts and reference information. Dimensionally based databases are easy to use and operate quickly. However, their structures are difficult to modify.
- Normalized: The normalized approach saves information in the “third normal form” and groups the information into tables according to their subjects. These databases can be slow and difficult to use.
Describe the terms: decision support systems, expert systems, artificial intelligence systems, and natural language systems.
Healthcare facilities may utilize a number of different systems:
- Decision Support Systems
- Help people make judgments.
- Take all available data for a problem, generate results, implement the results in a simulation, and choose the optimum solution.
- Often used to make staffing decisions.
- Expert Systems
- Similar to decision support systems, but using logic derived from specific task experts.
- Operate using “If, then” type logic drawing from a database of knowledge in the problem area.
- Artificial Intelligence Systems
- Work using a model of human reasoning processes.
- Use the rules of inference such as “If A>B and B>C, then A must be greater than C.”
- Attempt to find new ways to represent abstract ideas.
- Actually learn by trial and error.
- Natural Language Systems
- Understand and process information in human language rather than programming language.
- Enable speech and handwriting recognition.
Discuss types of data: Qualitative, quantitative, primary, and secondary data.
Both qualitative and quantitative data are used for analysis, but the focus is quite different:
Qualitative data—Data are described verbally or graphically, and the results are subjective, depending on observers to provide information. Interviews may be used as a tool to gather information, and the researcher’s interpretation of data is important Gathering these data can be time-intensive and usually cannot be generalized to a large population. This information gathering is often useful at the beginning of the design process for data collection.
Quantitative data—Data are described in terms of numbers within a statistical format. This information gathering is done after the design of data collection is outlined, usually in later stages. Tools may include surveys, questionnaires, or other methods of obtaining numerical data. The researcher’s role is objective.
Primary data—Original data are collected for a particular purpose.
Secondary data—Data were originally collected for another purpose.
Discuss telecommunications: Radio-frequency identification.
Radio-frequency identification (RFID) is an automatic system for identification that employs embedded digital memory chips with unique codes to track patients, medical devices, medications, and staff. A chip can carry multiple types of data, such as expiration dates, patient’s allergies, and blood types. A chip/tag may, for example, be embedded in the identification bracelet of the patient, and all medications for the patient are tagged with the same chip. Chips have the ability to both read and write data, so they are more flexible than bar coding. The data on the chips can be read by sensors from a distance or through materials, such as clothes, although tags do not apply or read well on metal or in fluids. There are two types of RFID:
- Active: Continuous signals are transmitted between the chips and sensors.
- Passive: Signals are transmitted when in proximity to a sensor.
Thus, a passive system may be adequate for administration of medications, but an active system would be needed to track movements of staff, equipment, or patients.
Describe the three major classes of computers.
There are three major classes of computers:
- Analog: Analog computers measure specific continuous data and do not break the information down any further, They may measure temperature, pressure, heart rate, voltage, or current, The fetal monitor is one example of an analog computer used by nurses.
- Digital: Digital computers use binary code to represent datal This is the most common type of computer used at home and in businesses, Networked computers also communicate using binary code.
- Hybrid: Hybrid computers have elements of both analog and digital computersa These computers are produced and used for highly specific tasks which are often based on physics and engineering, The ECG and EEG are two Wpes of hybrid computers, They take analog inputs (brain waves in the case of the EEG) and transcribe them into binary data so that they can be studied and compared using a digital computer,
Outline the three classification systems used in nursing informatics: NANDA-I, Nursing Interventions Classification, and Nursing Outcomes Classification systems.
Outlined below are three classification systems used in nursing informatics:
-
NANDA-I (North American Diagnosis Association-International)
- There are 167 classified diagnoses defined and characterized in this system.
-
Nursing Interventions Classification (NIC)
- There are 514 treatments performed by nurses.
- System also provides links to NANDA diagnoses.
- System is categorized by 44 specialty practice areas.
-
Nursing Outcomes Classification (NOC)
- Provides expected outcomes for patients, caregivers, family members, and community members for 330 disease states.
- System includes definitions, indicators, measurement tools, and references.
Using these in designing information systems ensures that terms and conditions follow established standards that can be compared across a wide swath of healthcare organizations. Consistent information is also helpful when publishing results.
Discuss the personal health records: Patient use.
The personal health record (PHR) presents an opportunity for patient use, allowing patients to participate in their own health care in a number of ways:
- Data entry: Most PHRs allow patients to enter some types of data, although this varies. A typical data entry includes personal and family health history, use of complementary therapy, and health behaviors (e.g., diet, exercise). Some also allow entry of health data, such as blood pressure readings, daily blood sugar, and weight.
- Delegation: PHRs usually allow the patient to assign a delegate or proxy (e.g., caregiver, immediate family member) to access the PHR. In most systems, parents can access information for a child until age 13; the child may assign a parent as proxy after that age, although selected information (e.g., sexual history, treatment) may be blocked.
- Messaging: Many systems allow patients to send secure messages to health care providers, in some cases routing them through a triage team.
Define the terms architecture and topology as they apply to computers.
The terms architecture and topology are defined as follows:
- Architecture: In the field of informatics, architecture is defined by the type of computer system used. Network architecture is the form of communication used between the computers involved. Broadcast communication, typically used in local area networks (LANs), involves sending the same data to every computer in the network. For example, a connection to the Internet consists of point-to-point communication where one computer sends information to only the specified computer.
- Topology: The way that computers are interconnected in a LAN is known as topology. When computers are connected to the network by a direct line, this is called bus topology. Star topology relies on a central computer (called a server) to relay information to each separate computer. Early local area networks were built on a ring topology (all computers were directly connected with one another).
Explain data presentation: Scattergram
A scattergram is a graphic display of the relationship between two variables with one variable plotted on the x axis and the other on the y axis. For example, the x axis may indicate age, and the y axis, admission to the emergency department. A data point is then entered for each admission, correlating with age. Analysis of the scattergram would then indicate the most common age distributions of patients. The scattergram can be used to test for possible cause-effect relationships, although this type of relationship is not required, and the scattergram is not proof of a correlation between data. As the data are plotted, repeat values are circled. With enough input, the data may begin to form a pattern. If this pattern is a straight line, there is evidence that there is a correlation between the two variables.
Describe the two primary data entry systems used in healthcare informatics: Clinical Care Classification system and the Omaha System.
Outlined below is the Clinical Care Classification system and the Omaha System used for data entry in the medical field:
Clinical Care Classification (CCC):
- This system was formerly known as Home Health Care Classification (HHCC).
- The system uses two major subsets of information:
- Diagnoses and outcomes: The terms used in the specific diagnosis and outcomes of a disease state.
- Interventions and actions: For a given disease state, the appropriate interventions and actions.
- There are 21 “Care Components” which classify care over a wide range of factors such as functional, physiological, and psychological.
Omaha System:
- Uses a Problem Classification Scheme (assessment). This scheme allows for evaluating the condition of the patient.
- Intervention Scheme. The intervention scheme prescribes the appropriate interventions to treat the problem (or disease state).
- Problem Rating Scale for Outcomes (in terms of knowledge, behavior, and status). The scale ranges from 1 to 5 (a Likert type scale)
Outline the primary patient benefits of using telehealth for healthcare needs.
There are many patient benefits associated with the use of telehealth. Several are outlined below:
- The patient does not have to travel to seek the advice of specialists who may be located many miles away.
- Electronic healthcare records can be accessed anywhere and at anytime. This access must be balanced with the privacy needs of individual patients and regulations (e.g., HIPAA).
- The patient becomes an active member in his or her own healthcare.
- Healthcare professionals from many different disciplines are able to collaborate and decide on the most appropriate course of action for the patient.
- Patients and family members have access to educational materials that are useful in helping the patient manage their condition.
- More patients have access to a specialist.
- Reduces or eliminates the cost of travel and thereby lowers the overall cost of healthcare.
- Digital records are easily accessible by healthcare providers.
Explain data presentation: Charts and graphs, such as line graphs, bar graphs, and pie charts.
Presenting data in the form of charts and graphs provides a visual representation of the data that is easy to comprehend. There are basically three types of graphs: line graphs, bar graphs, and pie charts.
- Line graphs have an x andy axis; they are used to show how an independent variable affects a dependent variable. A line graph can be used to show the number of infections that occur each week, month, or year.
- Bar graphs are used to compare the relationship between two or more groups. The graphs can show quantifiable data as bars that extend horizontally, vertically, or stacked. Bar graphs can be used to show comparison data of different populations or data from one time period to another.
- Pie charts are used to show the percentage of an item as compared to the whole. A pie chart can show, for example, the distribution of infection-control resources.
Define the terms: bits and bytes.
Computers use binary code to store data. Binary code has only two conditions: zero (off) and one (on). This is because early computers used physical relay switches with an on or off switch. A bit (binary digit) is defined as a single symbol of the binary code (its value equals zero or one). These bits are arranged into an eight-symbol unit (called a byte) to code meaningful information such as letters of the alphabet or numbers. From a series of eight bits, 255 different combinations of bytes can be formed. The cost of computer memory has come down in recent years and most home computers come with a minimum of 512 mega-bytes (MB) of main (active) memory, and a hard drive that can store 60 gigabytes (GB) of data.
Discuss data representation: Unicode standard coding scheme.
The Unicode standard coding scheme, used with the Universal Character Set, is a standardized coding system that has a large capacity and can be used to represent text for most languages, including Asian languages. Coding is available to represent technical characters, punctuation, and mathematic symbols. Unicode provides a specific numeric value for each character and can be used across multiple platforms. Unicode comprises approximately 110,000 characters, representing all alphabets of the world languages, ideographic sets, symbols, and 100 scripts, and is particularly valuable for making coding accessible internationally. Unicode is used in many technologies and operating systems. Unicode is promoted and supported by the Unicode Consortium. Unicode also allows private codes so users can assign values as needed.
Discuss hardware technical specifications: Limitations.
Technical specifications or requirements are usually described in detail, including operational characteristics and limitations. Technical specifications may include operations, operating system, version, display requirements, software requirements, capacities, features, devices, connections, supported environments, and data sources. Understanding the limitations of hardware is necessary for installation and use. Limitations may relate to the equipment (e.g., an inability to do some functions, standards, nonpermitted devices, limited number of slave devices), requirements (e.g., operating system, software packages that must be installed, type of power supply, environmental temperature), system managers (e.g., support not provided if operating system or equipment is modified, types of reports that can and cannot be generated), and users (e.g., help function limited to specific criteria, limits in access, sequence of key strokes for specific actions).
Discuss the display of patient data for clinical decision-making.
The effective display of patient data for clinical decision-making requires that information be rapidly available with minimal cognitive effort. The decision tree is a common presentation with potential options, consequences, and expected outcomes. Other types of presentations include tables, various types of graphs, and icons. In most cases, multiple modes of data presentation provide the best information. For example, if a health care provider wants to know a patient’s trend in blood sugars, a line graph is effective; however, if the provider wants the exact numbers to determine insulin dosage, getting this information is easier from a table. Patient data should be integrated in a meaningful manner. For example, a change in heparin dosage should automatically display the latest prothrombin time/international normalized ratio for the patient. Visual indicators, such as different colors, may be used to highlight information, such as abnormal laboratory results. Pictorial displays can be effective, but multiple displays on one screen are distracting and slow the cognitive processing of data.
Explain the National Institutes of Health (NIH) push for standards in information storage, creation, analysis, and retrieval.
The National Institutes of Health (NIH) is working toward implementing standards in the area of medical informatics. They recently began a push for standards in information storage, creation, analysis, and retrieval (ISCAR). Huge amounts of medical data are being created eveiy year. In order for this information to be compiled effectively, international standards are necessary. The creation of interoperational databases is essential. There is far too much information produced each year to fit into a single database. As an example, one research laboratory can produce enough information to fill one million encyclopedias in the course of one year’s work. In addition, key to this process is the importance of software that can analyze data taken from different databases. The rationale for this whole scheme is to allow for more comparative studies, make peer review simpler, and lend ease to verification of results.
Discuss disaster recovery plans.
Disaster recovery plans are designed to make sure that the organization’s operations can continue to function (at some level) throughout a disaster and return to full function once the disaster is over. Disaster recovery planning should be an ongoing process covering every conceivable scenario and involving all of the organization. It may be helpful to break a disaster recovery plan into modules (or sub-plans). Specific modules may include plans covering tests, maintenance, emergency, backup, and recovery. A test plan outlines ways that the organization can perform disaster recovery drills before they are actually needed. A maintenance plan outlines the steps needed to keep the whole disaster recovery plan up to date. An emergency plan is created to guide the organization during and right after a disaster. A backup plan lists all personnel who can be called in, alternate locations of data, and places that can be used to conduct business if the primary facility becomes unusable.
Define the term: data transformation
Data transformation is the process of changing information from a given source (such as a data entry terminal) into information that can be understood by a destination point (such as a large database). Data transformation is performed in two steps:
- Data mapping. This process develops a map of how information flows from one place to another and figures out which parts of the information needs to be transformed.
- Code generation. This is when the actual transformation occurs and the data is converted into a form compatible with its destination.
Following any transformation of data, it is important to conduct a test of data integrity. This confirmatory test will allow the user to check that no information was lost or incorrectly transformed during the process. Once a data transformation system has been created and proven sound, random tests for data integrity should still be performed on a regular basis.
Describe several online resources for healthcare needs.
The following online resources are an extension of modern telehealth:
- Access to published guidelines of current standards of care. This includes news and discussions by medical experts.
- Critical pathways for help in deciding a patient’s course of care. A patient can research their condition and receive information from many different sources.
- Information on drugs including: cost, effectiveness, and side effects. Patients can also research generic equivalent drugs (or drug combinations) that can help with the high cost of brand name prescription drugs.
- Electronic prescriptions, which lower the incidence of fraud and help with insurance claims. This also allows the prescription to be delivered to the patient’s door.
- Patients may also search for journal articles and relevant medical literature related to their condition.
- Bulletin boards and discussion groups are active on many healthcare related subjects.
Provide an overview of the hardware required for a computer network.
Computers that are linked to a server or network must have a network adapter (or network interface card) and some way to connect to the server or network. The most common network interface card (NIC) is called an ethernet card. An ethernet card (or alternative network adapter) is installed onto a networked computer and allows full time access to the local area network (LAN). The next step is to physically connect the computer to the network. This can be accomplished in any of the following ways:
- Telephone: This is a dial-up connection using a modem.
- Coaxial cable: This is similar to the cable that cable TV providers use.
- Fiber Optic Cable: A very speedy connection using digital communication.
- Wireless: A wireless router is installed that allows wireless communication between networked computers and hardware (such as printers).
Discuss the personal health records (PHRs): Networked PHRs.
Basic principles for networked personal health records (PHRs) include:
- Transparency: Individuals should know the type of information that can be gathered about them, purpose, data location, who has access, and how individuals gain access.
- Purpose: The purpose of data collection should be provided when collected, and individuals should be apprised of change in purpose.
- Consent limitations: Individuals should consent to collection of information, and information should be limited to that necessary to fulfill the purpose of collection. Data should not be disclosed, distributed, or accessed for nonspecified purposes.
- Control: Individuals should control access to PHRs and know who stores information about them and for what purpose. They should also be able to review the method in which their information is used or stored.
- Quality: All information should be up-to-date and accurate.
- Privacy and security: Data should be safeguarded against unauthorized access, use, destruction, or alterations.
- Oversight: Those in control of data are responsible for implementing and maintaining principles.
- Troubleshooting: Methods must be readily available to address any breaches of security or privacy.
List some advantages of using the World Wide Web as part of an organization’s information system.
The following is a list of advantages of using the World Wide Web as part of an organization’s information system:
- End users only need a basic computer with World Wide Web connectivity to use the information system.
- Web browser software is readily available and is free (in most cases).
- Maintenance and upgrades occur at a central location, elevating the need to upgrade everyone’s individual computer.
- Web access is becoming broadly available, faster, and more dependable.
- The Web connection can also be used for webcasts, email, and voice communications.
- Access to the web allows users to conduct independent research and troubleshoot problems.
Describe how telehealth can be used for home-based healthcare.
There are a number of ways that telehealth can be used for home healthcare:
• A home health nurse can transmit important information (such as wound photos) to a specialized nurse instead of requiring the specialist to visit the patient in the home. This type of practice reduces costs and allows more patients to be cared for
appropriately.
- Family members who are struggling with caring for their ill loved ones can use the Internet to find information and support, easing their fears and lowering their stress levels.
- Round the clock monitoring of diabetics, post-operative patients, and women with high-risk pregnancies can be achieved while the patients remain in the comfort of their own home thanks to the technology that allows biometric measurements to be sent directly to their healthcare facility.
- Geriatric patients can have regular videoconferences with any number of healthcare professionals allowing them to remain in their own home instead of moving into a long-term facility.
Discuss health information exchanges and regional health information organizations.
Health information exchanges (HIEs) have been developed to allow exchange of helath information among different health care providers in a specified area, region, or system. Information is shared electronically, saving costs and speeding access. Health Information Technology for Economic and Clinical Health included grants through the National Coordinator of Health Information Technology for the establishment of organizations, known as regional health information organizations (RHIOs), to facilitate HIEs. According to federal guidelines, an RHIO is a neutral organization that complies with the structure of participating organizations. RHIOs vary in structure, but basic functions include facilitating connectivity that allows data to be effectively and securely exchanged across local, regional, or state HIEs. RHIOs provide management services and oversigt of HIEs. RHIOs provide management services and oversight of HIEs. Other services provided by RHIOs include: improvied patient care, avoidance of service duplication, improved administrative efficiency, integration of preventive care, improved response times, facilitated interchanges with public health departments, and education.
Discuss types of health care-related data: Medical/clinical, knowledge-based, comparison, and aggregate data.
There are basically four types of health care-related data:
Medical/clinical data: This information is patient-specific and includes information regarding the patient, diagnosis, treatment, laboratory findings, consultations, care plans, physician orders, informed consent, and advance directives. The medical record includes all procedures, discharge summary, and emergency care.
Knowledge-based data: This information includes methods to ensure that staff is provided training, support, research, library services or other access to information, and good practice guidelines.
Comparison data: These data may relate to internal comparisons or external comparisons to benchmarks or best-practice guidelines.
Aggregate data: These data include pharmacy transactions, required reports, demographic information, financial information, hazard and safety practices, and any data not included in the clinical record.
Describe the industry standards associated with nursing informatics.
There are two major standards associated with nursing informatics:
- The Institute of Electrical and Electronic Engineers (IEEE) developed the P1073 Medical Information Bus (MlB) standards to aid in the transfer of information between patient medical devices and the hospital’s mainframe computer system. Patient medical devices are updated in real-time as they are used in emergency rooms, intensive care units, and operating rooms. These standards are built into all such devices universally to avoid problems with data communication. The latest series of standards, 802.11 also known as Wi-Fi, allow for computers and medical devices to communicate wirelessly.
2 . The National Electrical Manufacturers Association and the American College of Radiologists created Digital Imaging and Communications in Medicine (DlCOM) Digital Imaging and Communications in Medicine is used in association with biomedical images and image-related information. While not the only standard of its kind, it is the primary one used in North America.
Discuss logging and data logging.
Logging is an automatic process to record actions and events occurring in an information system in system log files, which contain a record of events for various components of the information system. Different systems have different log files, but they commonly provide information about devices, changes, and operations. Logs should be reviewed on a routine basis with reviews documented. Log files are used for auditing and are especially useful to evaluate applications, such as server applications, that have little end-user interaction. Log analysis software is available to assist in the evaluation of a log.
Data logging allows the user to collect data, analyze, save, output results, and control the type of information collected, essentially as a method of computerized research. Data loggers are stand-alone devices that are used to acquire data, such as temperature and humidity in a server room.
Describe the term: hospital information systems (HIS).
Information systems dedicated to medical facilities are known as Hospital Information Systems (HIS). Typically, HIS use a mainframe computer (server) with satellite terminals (or workstations) located throughout the facility. These terminals may be hardwired together (or linked using a local area network (LAN)) to communicate with the central server. There are three broad types of HIS: administrative, semiclinical, and clinical. They are described below:
- Administrative: handle non-medical management issues such as payroll.
- Semi-clinical: partly administrative and partly medical.
- Tracks the flow of patients into and out of the hospital.
- Performs order-entry results reporting.
3 . Clinical: handles medical issues.
- Point-of-Service (POS): information is entered directly into the system at the patient’s bedside rather than having the information transcribed from written notes.
- Specialty Support Programs: there are many systems currently available that support healthcare facility issues such as laboratory, pharmacy, and radiology.
Describe mHealth.
As computers become more prevalent, smaller, and more powerful, they can be used in more facets of everyday life. This advance of technology has allowed for a new sector in healthcare known as mHealth. Mobile computers and wireless communication technology work together to improve the way healthcare is delivered. This trend has grown as mobile systems have become less expensive and wireless communication becomes more wide spread. Devices used in mHealth include diabetes monitors, IV delivery systems, and fetal dopplers. These intelligent devices are networked into mHealth systems. The way these devices communicate is to use standard computer communication standards. The standards that are at the forefront of this technology include digitized voice, third-generation broadband, and packet-based transmission. This technology allows patients to have real time control and monitoring of their medical conditions.
Explain definitions used in data analysis.
Definitions used in data analysis must be based on a solid understanding of statistical analysis and epidemiological concepts. Specific issues that must be addressed include the following:
- Sensitivity: The data include all positive cases, taking into account variables and decreasing the number of false- negatives.
- Specificity: The data include only those cases specific to the needs of the measurement, excluding those from a different population thereby decreasing the number of false-positives.
- Stratification: Data are classified according to subsets, taking variables into consideration.
- Recordability: The tool/indicator collects and measures the necessary data.
- Reliability: Results should be reproducible.
- Usability: The tool or indicator should be easy to use and understand.
- Validity: Collection measures the target adequately, so that the results have predictive value
Discuss the use of standardized terminology: International Classification of Disease Codes.
The International Classification of Disease (ICD) codes, developed by the World Health Organization to acquire worldwide morbidity and mortality data, are used to code for diagnoses. ICD-IO (2010) is the current version, and adoption is required by 2013 because version 10 contains codes to implement electronic health records (EHRs) and other electronic transactions. Version 11, which can be used with health information systems, is in development and will facilitate Web-based editing. ICD-9 diagnoses were used by all providers, but ICD-9 procedures were used only for inpatients; however, use is expanding with ICD-IO, which is much more specific. ICD-IO contains twenty-two chapters with numerous subcategories; for example, Chapter I, “Certain Infectious and Parasitic Diseases”(A00-B99) lists inclusions, exclusions, and twenty-one subcategories, such as viral hepatitis (B15—B19). These subcategories have further divisions; for example, viral hepatitis B15 includes hepatitis with hepatic coma (B15-O) and without (B15-09). An electronic training tool is available on the Internet. ICD-IO is consistent with the Diagnostic and Statistical Manual of Mental Disorders, 4th edition, text revision; cancer registry codes; and nursing classifications.
Describe the advantages of telehealth.
One of the most valuable trends in medicine today is telehealth. Compared to telemedicine, telehealth includes prevention and promotion of healthier lifestyles in addition to the curative focus of telemedicine. Thanks to the prevalence of personal computers and internet access, doctors can consult with one another, share information in real-time, or make “virtual house calls” in which they are able to both speak to and view the patient over an internet connection. Virtual house calls can help patients with many illnesses. For example, clients with diabetes can be coached to manage their diet and exercise regime at home.
One way that doctors can consult is through the use of intraoperative monitoring (lOM) during surgery. Intraoperative monitoring allows a specially trained surgeon to constantly monitor a patient remotely during the operation. Using lOM, surgery can be performed in one location while the lOM specialist monitors the patient from afar. This reduces the risk of patient death or complications.
Discuss the personal health records: Types.
Paper/personal files: Patient-maintained paper records can include booklets, files, notebooks, medication records, and handwritten notations. While data can be aggregated from various sources, this method is time-consuming; quality varies widely, and data cannot always be easily retrieved.
Non-tethered: Nontethered PHRs are stand-alone and not connected to a particular system or electronic health record (EHR). Information may be carried on a smart card, flash card, compact disc, or DVD. These pose more security risks than tethered PHRs and require more input from the individual to maintain accurate records.
Tethered: Data are tied to a particular system and EHR and are often Web-based. A secure patient portal is provided so the individual can access all or parts of the records, including lists of medications and laboratory results. Examples include Kaiser’s HealthConnect and the Veterans Administration’s My HealthVet. Interactivity varies but may include health diaries and logs.
Networked: Data are derived from multiple sources in a network rather than one system. This allows for more flexibility.