LAB NPR Report Writing Level I

Size: px
Start display at page:

Download "LAB NPR Report Writing Level I"

Transcription

1 LAB NPR Report Writing Level I Module Introduction C opyright NPR Training & Technology Inc

2 Course Overview 1. Meditech System Overview 2. Lab Module Overview 3. Data Structures 4. Identifying Patients 5. Indexes in Lab

3 Meditech System Perspective

4 Actual System Configuration Independent Systems

5 Actual System Configuration Independent Systems

6 Module-to-Module Connections use Link

7 Module Information

8 Lab Module Information

9 Lab Module Information

10 Lab Module Information

11 Lab Module Information

12 Lab Module Information

13 Lab Module Information

14 Lab Module Information

15 Data Procedure Module (DPM) Group of programs and related data Each Group Contains Segments: Logical Groups of Fields Indexes: Sets of records in different orders

16 Data Processing LAB.PAT LAB.C.REQ LAB.L.SPEC LAB MODULE LAB.C.RPT LAB.C.METH LAB.L.TEST Modules (DPM s)

17 Data Processing LAB.PAT LAB.C.REQ DATA LAB.L.SPEC LAB LAB.C.RPT DICTIONARY LAB.C.METH LAB.L.TEST Modules (DPM s)

18 Data Definitions

19 Select LAB Module

20 Select DPM (Data Procedure Modules) Only.C. and.l. DPMS included with standard LAB For Report Writers!

21 DPM Data Storage All DPM s store data in arrays This means all Meditech application data is stored in arrays. This means you need to learn something about them!

22 Array Data Storage Definition Data structure consisting of elements accessed by indexing

23 Array Data Storage Technical Definition of Array Data structure consisting of elements accessed by indexing Data Structure Storage method for data (Record). Elements Discrete pieces of data (Fields). Indexing Pointers to the records.

24 Non-Technical Definition of Array Records consisting of fields accessed by pointers

25 Array Example: Spreadsheet

26 Array Fields Cell is the equivalent of a field.

27 Pointers One of the main reasons for dictionaries in the Meditech system is to build custom pointers to your data.

28 Array Pointer Names: Subscripts Column (Subscript) Row (Subscript)

29 Required for Fields to Work Column (Subscript) Row (Subscript) All subscripts (pointers) All in the right sequence [COLUMN, ROW] [D, 10]

30 Where s the Records? Column (Subscript) Row (Subscript) [COLUMN, ROW] [D, 10]

31 First Subscript Identifies the Record So far all we have looked at is a field value. Fields (Subscript) The Meditech system stores all data in arrays so how do we find the records? Record (Subscript) [Record, Field] [10, D ]

32 Adding Subscripts

33 Three Subscript Data Structure (LAB.L.SPEC) mul.results (Subscript) test (Subscript) urn (Subscript) [1, , 10] [urn, test, mul.results]

34 Meditech Arrays N-Dimensional Arrays Arrays do not have a fixed number of dimensions (Subscripts). Segments have different numbers of subscripts based on their requirements.

35 LAB.L.SPEC Data Record Subscripts: Left of the equals sign Data: Right of the equals sign

36 [ Subscripts] = Access Requirements 1 4 4

37 Packed Data Pieces Fields separated by special character ( )

38 DPM s & Data Definitions Contain Segments: Logical groups of fields Fields: Data elements connected to subscripts (pointers) Indexes: Subscripts that point to sets of records

39 Segments Logical Group of Fields Logically groups records. i.e. Facility Patients Insurances Insurance Queries C A B D Hierarchical structure E F G

40 Segment Hierarchy & Subscripts [Subscripts]

41 Lab Application Modules Lab Application Standard Lab Microbiology Pathology Blood Bank LAB MIC PTH BB or BBK Optional

42 Common Components LAB Standard Lab MIC Microbiology Patients Requisitions Sites Reports BB Blood Bank PTH Pathology

43 Specimen Data Structures LAB LAB.L.SPEC MIC LAB.M.SPEC Patients Requisitions Sites Reports BB LAB.B.SPEC PTH LAB.P.SPEC

44 Common Component Data Structures LAB.C.PAT Patient specific information LAB.C.REQ Requisition information. LAB.C.SIB Site batch specific information LAB.C.RB Report batch information

45 LAB.C.PAT Patient demographic information Main Segment: lab.c.patient.file Common Fields: account number, unit number, age, sex, address, patient status, room and location Primary R/W Indexes lab.c.pat.location.index (when selecting on location and/or patient)

46 LAB.C.PAT Main Segment:?

47 Not Main Segment!

48 LAB.C.PAT Main Segment

49 Main Segment

50 What s Different About This Segment? HINT!

51 Data Field Types Review Offset - Packed data (Disk) Local - Local variable (Memory) VAL - Computed value (Run Time)

52 A Normal Data Segment Local / Memory Offset / Disk Run Time VAL: Magic Code

53 What is Different?

54 There is no data stored in this data segment! All are field pointers to other data segments

55 Indicates Which Prefixes (Modules) Available MIS.PAT ADM.PAT & LAB.PARAM You are not restricted to these fields. Similar Magic code can be pasted in your fields.

56 LAB.C.PAT Main Segment Subscript Magic Client Server

57 LAB.C.PAT Main Segment Subscript Magic Client Server LAB LAB ADM ADM

58 Different Data Segments Same Subscript LAB.C.PAT ADM.PAT MIS.PAT

59 Clinical Modules LAB RAD PHA ADM.PAT MIS.PAT [aa] NUR OE EDM Same Patient Subscript

60 Patient Identification Modules ADM.PAT Admissions Module Main patient data segment Full Data Set Current & Recent Visits MIS.PAT MIS Module Patient Data Backup for clinical modules Partial Data Set Contains ADM Purged Visits MRI - Medical Records Module MRI.PAT - Master visit history for system Never Purges MRI.DRC Last copy of demographic data

61 ADM.PAT (Admissions Module) Prefix Always Open Direct Reference (ADM.PAT.field.name) Complete Data Set & Demographics Records Purged Based on ADM parameter setting Can be as short as 30 days

62 MIS.PAT (MIS Module) Prefix Always Open Direct Reference (MIS.PAT.field.name) Partial Demographics Data Set Records Purged Based on LAB purge parameters. Usually much longer purge period.

63 MRI.PAT (Medical Records Module) Prefix Not Open Fragment or open prefix required Complete Demographics Latest Demographic Data Including insurance subscriber data Complete Visit History

64 ADM Access Direct Access Main Segment All Child Segments Subscript Access Parallel Segments No Access Indexes Main Parallel Segments Main Segment is access start point Child Segments

65 Linking to Patient Data ADM.PAT Subscript (child segment) VAL=ADM.PAT.ccdqr.response[ query.mnemonic (main) VAL=@MIS.PAT.triage.level

66 ADM Module & Clinical Queries Responses to Queries in OE & NUR OE Administrative data screen queries NUR Last response from intervention queries Date & Time Stamps for Query Responses ccdqr.date ccdqr.time

67 No Index Access Different Prefix Open

68 LAB Module Connections

69 LAB.C.PAT Common Fields Main Segment: lab.c.patient.file

70 Main Segment Fields

71 LAB.C.PAT Parallel Segment: Index??

72 Segment Index for Patient Master Log Subscripts

73 Indexes LAB.C.PAT

74 LAB.C.REQ Requisition information. Main Segment: lab.c.requisition.file Fields collected.by.req, order.site, subm.doctor, status, order.source, Indexes lab.c.req.doctor.index (selecting on submitting doctor) lab.c.req.number.index (selecting on requisition number) lab.c.req.patient.index (selecting on patient and/or number)

75 Segments - LAB.C.REQ Main Segment: lab.c.requisition.file

76 Module Related Segments LAB.C.REQ BBK 2 LAB 3 MIC 4 PTH

77 Common Fields LAB.C.REQ

78 Indexes LAB.C.REQ

79 LAB.C.SIB Site batch specific information Main Segment: lab.c.site.batch.file Fields site batch temperature, site batch type, received site, site batch specimens, site batch units, comments and queries Indexes lab.c.site.batch.number.index (selecting on date or number) lab.c.site.batch.spec.index (selecting on module and/or specimen.urn

80 Segments - LAB.C.SIB Main Segment: lab.c.site.batch.file

81 Fields - LAB.C.SIB

82 Indexes - LAB.C.SIB

83 LAB.C.RB Report batch information Main Segment: lab.c.report.batch Fields: report batch number, batch doctor ranges, sort criteria and batch header information Indexes None

84 Segments - LAB.C.RB

85 Fields - LAB.C.RB

86 Indexes - LAB.C.RB

MAGIC Syntax for NPR RW. Presented by: Joe Cocuzzo (978)

MAGIC Syntax for NPR RW. Presented by: Joe Cocuzzo (978) MAGIC Syntax for NPR RW Presented by: Joe Cocuzzo (978) 805-4115 Joe.Cocuzzo@iatric.com About MAGIC Proprietary offshoot of MUMPS, aka M Developed by Dr. Octo Barnet with help from A. Neil Papalardo at

More information

Soup to Nuts: Data Repository MUSE International Session #701 Tuesday May 26 th 9:30am 12:00pm Presenter: Ian Proffer

Soup to Nuts: Data Repository MUSE International Session #701 Tuesday May 26 th 9:30am 12:00pm Presenter: Ian Proffer Soup to Nuts: Data Repository 101 2015 MUSE International Session #701 Tuesday May 26 th 9:30am 12:00pm Presenter: Ian Proffer Today s Agenda Data Repository Overview Operational Management Data Validation

More information

HIE Clinical Portal Non-Provider Manual 1 Last update: 2016/08/30 Alaska ehealth Network

HIE Clinical Portal Non-Provider Manual 1 Last update: 2016/08/30 Alaska ehealth Network HIE Clinical Portal Non-Provider Manual 1 Last update: 2016/08/30 Alaska ehealth Network Table of Contents Overview... 2 Patient Privacy Policy & Access... 3 User Levels... 5 User Homepage... 7 Common...

More information

Rev. 7/9/2013. Improved Access to Patient Information from Rutland Regional Medical Center

Rev. 7/9/2013. Improved Access to Patient Information from Rutland Regional Medical Center Rev. 7/9/2013 Improved Access to Patient Information from Rutland Regional Medical Center 1. Accessing RRMC Web EMR 2. Finding Your Patient 3. The Ambulatory Summary Page 4. Viewing Lab Result Details

More information

University of Minnesota Oral Pathology Laboratory. Introduction to Outreach Features & Instructions for Submitting a Biopsy and Getting Results

University of Minnesota Oral Pathology Laboratory. Introduction to Outreach Features & Instructions for Submitting a Biopsy and Getting Results University of Minnesota Oral Pathology Laboratory Introduction to Outreach Features & Instructions for and Getting Results Welcome! Thank you for choosing the University of Minnesota Oral Pathology Laboratory!

More information

Recording Vital Signs and Test Results in Med-Center

Recording Vital Signs and Test Results in Med-Center Recording Vital Signs and Test Results in Med-Center Introduction This technical note discusses Med-Center s ability to record and plot lab test results or patient vital signs. This capability is a new

More information

Module 2: Health Information Exchange Services

Module 2: Health Information Exchange Services Module 2: Health Information Exchange Services Introduction In this module, Health Information Exchange (HIE) will be introduced. This system is designed to provide patient information for THR facilities

More information

Online Services for Employers User Guide. Mayo Clinic Health Solutions

Online Services for Employers User Guide. Mayo Clinic Health Solutions Online Services for Employers User Guide Mayo Clinic Health Solutions Table of Contents 1.0 Registering and Signing In... 1 Registration... 1 User Definitions... 1 Signing In... 1 2.0 Enrollment... 3 3.0

More information

Hocus Pocus! The New Magic Behind FOCUS. Frank Fortner / David Reed Iatric Systems, Inc.

Hocus Pocus! The New Magic Behind FOCUS. Frank Fortner / David Reed Iatric Systems, Inc. Hocus Pocus! The New Magic Behind FOCUS Frank Fortner / David Reed Iatric Systems, Inc. Objectives Acquire a basic understanding of MEDITECH s newest proprietary technology platform called FOCUS. Contrast

More information

Order Entry (OE) Goals of Care Designation. Using Order Entry to Enter Goals of Care Designation. Ordering Goals of Care Designation via Order Entry

Order Entry (OE) Goals of Care Designation. Using Order Entry to Enter Goals of Care Designation. Ordering Goals of Care Designation via Order Entry Using Order Entry to Enter When the (GCD) has been entered into the Meditech Clinical Information System (CIS) the GCD status will display in the headers of the following modules/areas: Enterprise Medical

More information

Iowa EMS Patient Registry Web Entry. User Manual

Iowa EMS Patient Registry Web Entry. User Manual Iowa EMS Patient Registry Web Entry User Manual Table of Contents System Overview...2 Web Data Entry Login...2 Iowa WebCUR EMS Home Page...3 Print this Page...3 Date Range...3 Menu Bar...3 Data Entry...3

More information

To begin, click Lab Order on the top menu. Select Mater Hospital from the drop down list.

To begin, click Lab Order on the top menu. Select Mater Hospital from the drop down list. HEALTHLINK LAB ORDER USER GUIDE To begin, click Lab Order on the top menu. Select Mater Hospital from the drop down list. You will be presented with the Patient Search page where you can select the correct

More information

Medical Office System Chapter 5: Setting Up The Practice File

Medical Office System Chapter 5: Setting Up The Practice File Medical Office System Chapter 5: Setting Up The Practice File This chapter discusses customizing your Medical Office System. defining your practice. establishing security for financial functions. First

More information

Enterprise Medical Record (EMR) EMR- Printing. Printing Immunizations

Enterprise Medical Record (EMR) EMR- Printing. Printing Immunizations The EMR contains different types of client health information and methods of printing vary. This document will explain how to print the following information from the EMR in Meditech: 1. Immunizations

More information

Augusta University Health: Physician Portal User Guide. Improved Access to Patient Information from Augusta University Medical Center

Augusta University Health: Physician Portal User Guide. Improved Access to Patient Information from Augusta University Medical Center Augusta University Health: Physician Portal User Guide Improved Access to Patient Information from Augusta University Medical Center Rev. 7/06 User Guide Index. Accessing the AU Health Physician Portal.

More information

L Y R A U S E R M A N U A L R A I N O T E S M O D U L E

L Y R A U S E R M A N U A L R A I N O T E S M O D U L E L Y R A U S E R M A N U A L R A I N O T E S M O D U L E CONTENTS 1. RAI Summary View... 2 1.1. RAI status... 2 1.2. Rules in RAI Summary View... 3 1.3. Customize RAI Summary View... 3 1.3.1. Show/hide

More information

Instructions: DRDP Online Child Upload

Instructions: DRDP Online Child Upload Instructions: DRDP Online Child Upload Version 1.00 10/29/2018 Table of Contents Introduction... 2 Upload Roles... 2 Upload Template... 2 Entering Data into the Template... 3 Uploading to DRDP Online...

More information

Click anywhere to continue

Click anywhere to continue The Facility Table stores information about where your doctors provide patient services. The system uses this information when posting charges and generating insurance claims. You must configure at least

More information

Locate the compass Meditech 6.0 icon on the desktop. Double clicking on this icon will bring up a Citrix login window.

Locate the compass Meditech 6.0 icon on the desktop. Double clicking on this icon will bring up a Citrix login window. EDM Physician Training Manual Logging on to Meditech 6.0: Locate the compass Meditech 6.0 icon on the desktop. Double clicking on this icon will bring up a Citrix login window. Log in with your user name.

More information

Instructions for Preparing an RFP/RFI Using This Template

Instructions for Preparing an RFP/RFI Using This Template Instructions for Preparing an RFP/RFI Using This Template Note: This Sample RFP/RFI is designed for facilities who are in the market for a Laboratory Information System AND an Outreach software solution.

More information

AUSCARE - Manual Melbourne Health

AUSCARE - Manual Melbourne Health CONTENTS Navigation... 4 Search using Patient Demographics... 5 Search using Location Atributes... 5 Search using Doctor and / or Consultant... 6 Icon Status... 6 Investigations Tab... 7 Zoom in or out...

More information

Version 5. Quick Reference. Guide Option Industrial Way, Redwood City, CA / /

Version 5. Quick Reference. Guide Option Industrial Way, Redwood City, CA / / Version 5 Quick Reference Guide 800.800.5655 Option 1 1400 Industrial Way, Redwood City, CA 94063 / 800.800.5655 / www.aclab.com www.labcheck5.com SYSTEM REQUIREMENTS LabCheck 5 is a web-based application

More information

Welcome to MyChart. Your Home Page... 2 Messaging Visits... 4

Welcome to MyChart. Your Home Page... 2 Messaging Visits... 4 Welcome to MyChart This guide will give you an overview of MyChart s many features and how to use them. Click a topic below to learn more. Your Home Page... 2 Messaging... 2 View messages from or send

More information

Personal Information. New Profile Icon

Personal Information. New Profile Icon What is New in MyChart? On December 8th, we will be upgrading our MyChart patient portal site. We would like to make you aware of a few differences that you will see, when you sign into your MyChart account.

More information

PROVIDER WEBSITE SITE ADMINISTRATOR GUIDE » PATIENT INQUIRY» CLAIM CENTER» FIND A DOCTOR» CLAIMS EDITING SYSTEM (CES)

PROVIDER WEBSITE SITE ADMINISTRATOR GUIDE » PATIENT INQUIRY» CLAIM CENTER» FIND A DOCTOR» CLAIMS EDITING SYSTEM (CES) PROVIDER WEBSITE SITE ADMINISTRATOR GUIDE» PATIENT INQUIRY» CLAIM CENTER» FIND A DOCTOR» CLAIMS EDITING SYSTEM (CES) 2018 WPS Health Plan, Inc. 1 All rights reserved. JO7048 28898-085-1801 ADMINISTRATIVE

More information

CareDx Customer Web Portal User Guide Version 3.6.3

CareDx Customer Web Portal User Guide Version 3.6.3 CareDx Customer Web Portal User Guide Version 3.6.3 Copyright Notice CareDx, Inc, 3260 Bayshore Blvd, Brisbane, CA 94005 Copyright 2015 CareDx All rights reserved. This document is protected by the copyright

More information

CHAPTER 4: MULTIDIMENSIONAL ANALYSIS

CHAPTER 4: MULTIDIMENSIONAL ANALYSIS Chapter 4: Multidimensional Analysis CHAPTER 4: MULTIDIMENSIONAL ANALYSIS Training Objectives Actively participating during this chapter helps you to: Understand the function of Microsoft Dynamics GP Multidimensional

More information

Automating Unpredictable Processes:

Automating Unpredictable Processes: Automating Unpredictable Processes: Building Responsive Apps using Business Rules By Carl Hewitt, Chief Architect, Decisions and Heath Oderman, CTO, Decisions Copyright 2016 Building Responsive Apps: Comparing

More information

Title of Manual: Specimen Collection Document Number: GPA.SPC.52.0

Title of Manual: Specimen Collection Document Number: GPA.SPC.52.0 Page 1 of 17 I._PURPOSE This document is a guideline of procedures for Outreach 2.0 ordering and results application. It is intended to outline the features and functions of Outreach 2.0. All major functionality

More information

OLIS Report Identification Guidance

OLIS Report Identification Guidance OLIS Report Identification Guidance OLIS Business Delivery Document ID 2995 Version: 4.1 Copyright Notice Copyright 2012, ehealth Ontario All rights reserved No part of this document may be reproduced

More information

Getting Started Guide. Developed for DeKalb Medical

Getting Started Guide. Developed for DeKalb Medical Getting Started Guide Developed for DeKalb Medical June 2013 Table of Contents Copyright and Notice...1 Getting Started with DeKalb Physician Portal...2 Accessing the Portal... 2 Home Page... 3 Changing

More information

pathx pathx Laboratory Information System

pathx pathx Laboratory Information System A LETTER FROM THE PRESIDENT. At PathX, we fully understand that your lab is focused on more than just patient reports and information processing. For most pathology labs, primary concerns include responsible

More information

Maximizing Statistical Interactions Part II: Database Issues Provided by: The Biostatistics Collaboration Center (BCC) at Northwestern University

Maximizing Statistical Interactions Part II: Database Issues Provided by: The Biostatistics Collaboration Center (BCC) at Northwestern University Maximizing Statistical Interactions Part II: Database Issues Provided by: The Biostatistics Collaboration Center (BCC) at Northwestern University While your data tables or spreadsheets may look good to

More information

Introducing MOD-U-LIS. Flexibility - User Modifiability. Designed to Meet Quality Assurance Guidelines. Using Advanced Technologies.

Introducing MOD-U-LIS. Flexibility - User Modifiability. Designed to Meet Quality Assurance Guidelines. Using Advanced Technologies. Introducing MOD-U-LIS MODULUS tm LIS provides total solutions to the management of laboratory information, work, and quality. It is complete in its handling of specimen data from patient and order entry

More information

pdoc (PWM) Physician Desktop Manual Meditech 5.67 November 2016 Important: Currently pdoc is only implemented in Medicine Hat Regional Hospital

pdoc (PWM) Physician Desktop Manual Meditech 5.67 November 2016 Important: Currently pdoc is only implemented in Medicine Hat Regional Hospital pdoc (PWM) Physician Desktop Manual Meditech 5.67 November 2016 Important: Currently pdoc is only implemented in Medicine Hat Regional Hospital This guide has been designed to give you a basic overview

More information

IQA Cryopreservation Panel Procedure

IQA Cryopreservation Panel Procedure This document describes how to complete the IQA Cryopreservation and Viability Panel in the LDMS. It is divided into two sections, sending labs and IQA lab. Please follow the instructions below. For additional

More information

OrderSmart. April 21, Passport Health Communications, Inc. All Rights Reserved

OrderSmart. April 21, Passport Health Communications, Inc. All Rights Reserved OrderSmart P hysician Office userguide April 21, 2014 2014 Passport Health Communications, Inc. All Rights Reserved Table of Contents 1.0 General Information... 7 1.1 Product Overview... 7 1.2 Authorized

More information

IntraVet 4.55 New Features

IntraVet 4.55 New Features IntraVet 4.55 New Features Appointment Calendar Options A new Options item has been added to the right-click menu in the Appointment Calendar. Right-click in any open space and select Options. The Appointment

More information

Introduction to LOINC Code Mapping

Introduction to LOINC Code Mapping Introduction to LOINC Code Mapping What are they and why are they important? August 26, 2011 Tim Wilkins Senior Consultant Why are LOINC Codes Important? MEANINGFUL USE 8/26/2011 Introduction to LOINC

More information

16/06/56. Databases. Databases. Databases The McGraw-Hill Companies, Inc. All rights reserved.

16/06/56. Databases. Databases. Databases The McGraw-Hill Companies, Inc. All rights reserved. Distinguish between the physical and logical views of data. Describe how data is organized: characters, fields, records, tables, and databases. Define key fields and how they are used to integrate data

More information

Databases The McGraw-Hill Companies, Inc. All rights reserved.

Databases The McGraw-Hill Companies, Inc. All rights reserved. Distinguish between the physical and logical views of data. Describe how data is organized: characters, fields, records, tables, and databases. Define key fields and how they are used to integrate data

More information

e-library Tips Look over the e-library Search screen. Notice the three searches in the upper left-hand corner:

e-library Tips Look over the e-library Search screen. Notice the three searches in the upper left-hand corner: e-library Tips Introduction: e-library is now available through DealerNet at http://www.asdealernet.com. This document is intended to give a general overview of the e-library application. For more detailed

More information

User Guide. Version 3.0. Revision Date: 11-Feb Esoterix, Inc., All Rights Reserved

User Guide. Version 3.0. Revision Date: 11-Feb Esoterix, Inc., All Rights Reserved User Guide Version 3.0 Revision Date: 11-Feb-04 2004 Esoterix, Inc., All Rights Reserved Contact Us Contact us if you have any questions or comments. Client Services and Technical Support Phone Fax (800)

More information

SHARES 837P Companion Guide

SHARES 837P Companion Guide SHARES 837P Companion Guide Contents Introduction... 2 SHARES 837 Guidelines... 2 SHARES Interchange Requirements... 2 Transaction Segment Delimiters and Terminators... 2 Claim Matching... 2 Service Line

More information

Physician Care Manager Phase II Setup. Release 6.05 Priority Pack 7

Physician Care Manager Phase II Setup. Release 6.05 Priority Pack 7 E & M Coding- Physician Care Manager Documentation Release 6.05 pp7 Physician Care Manager Phase II Setup E&M Coding Release 6.05 Priority Pack 7 Copyright by MEDICAL INFORMATION TECHNOLOGY, INC. MEDITECH

More information

Research Data Browser UCSF ITS Academic Research Systems ACADEMIC RESEARCH SYSTEMS

Research Data Browser UCSF ITS Academic Research Systems ACADEMIC RESEARCH SYSTEMS Research Data Browser Research Data Browser UCSF ITS Academic Research Systems Research Data Browser (RDB) Overview The Research Data Browser allows you to view Epic Patient Data through the Cogito Data

More information

Table of Contents. I. Logging into Camden HIE... 3 II. Basic Home View... 4

Table of Contents. I. Logging into Camden HIE... 3 II. Basic Home View... 4 Clinical User Guide Revised April, 2018 Table of Contents HIE Basics I. Logging into Camden HIE..... 3 II. Basic Home View... 4 Applications Dashboard III. My Patients List... 5-7 IV. Inside a patient

More information

XII CS(EM) Minimum Question List N.KANNAN M.Sc., B.Ed COMPUTER SCIENCE IMPORTANT QUESTION (TWO MARKS) CHAPTER 1 TO 5 ( STAR OFFICE WRITER)

XII CS(EM) Minimum Question List N.KANNAN M.Sc., B.Ed COMPUTER SCIENCE IMPORTANT QUESTION (TWO MARKS) CHAPTER 1 TO 5 ( STAR OFFICE WRITER) COMPUTER SCIENCE IMPORTANT QUESTION (TWO MARKS) CHAPTER 1 TO 5 ( STAR OFFICE WRITER) 1. Selecting text with keyboard 2. Differ copying and moving 3. Text Editing 4. Creating a bulleted list 5. Creating

More information

Provider Secure Portal User Manual

Provider Secure Portal User Manual Provider Secure Portal User Manual Copyright 2011 Centene Corporation. All rights reserved. Operational Training 2 August 2011 Table of Contents Provider Secure Portal... 5 Registration... 6 Provider -

More information

Meditech 5.6 Upgrade Training

Meditech 5.6 Upgrade Training Meditech 5.6 Upgrade Training Desktop Functionality Groups similar functions together No more icons Indicates More Functions Allows movement to another area without going all the way back out. Opening

More information

Alberta Health Services. PCS Manual Provincial Manual

Alberta Health Services. PCS Manual Provincial Manual Alberta Health Services PCS Manual 5.67 Provincial Manual 3/10/2015 Contents Introduction... 4 Access & Navigation... 5 Logging into Meditech... 5 Accessing PCS... 6 PCS Navigation... 7 PCS Bottom Right

More information

Intelligent Automation

Intelligent Automation Intelligent Automation Using Automation, Middleware and Digital Imaging to Transform Hematology Workflow and Outcomes UTMB Major Academic Health Science Center 6 hospitals Level 1 trauma center 24-room

More information

Departmental Reports: Posted 48 Hours After the Report Reaches a Signed Status

Departmental Reports: Posted 48 Hours After the Report Reaches a Signed Status What is My Noyes HEALTH? My Noyes Health offers patients personalized and secure online access to portions of your Noyes HEALTH record. My Noyes HEALTH enables you to securely use the Internet to help

More information

DOWNLOADING YOUR BENEFICIARY SAMPLE Last Updated: 11/16/18. CMS Web Interface Excel Instructions

DOWNLOADING YOUR BENEFICIARY SAMPLE Last Updated: 11/16/18. CMS Web Interface Excel Instructions DOWNLOADING YOUR BENEFICIARY SAMPLE Last Updated: 11/16/18 CMS Web Interface Excel Instructions Last updated: 11/16/2018 1 Smarter reporting. Smarter care. CMS Web Interface file upload. Using the Excel

More information

AP Easy HL7 Interface

AP Easy HL7 Interface AP Easy HL7 Interface AP Easy signing out to HL7 interface for Easy Billing Professional In AP Easy select "Go To" (menu) and choose Reports Logs > General Query. Do a search for Dated Signed using yesterday

More information

Clinical Optimization

Clinical Optimization Clinical Optimization Learning Objectives Uses of the Alt Key User Preferences to customize Accuro for you Home Section Tips Shortcut Keys and their functions Virtual Chart tips Use of the ALT Key Alt+

More information

Alerts. Training Manual

Alerts. Training Manual Alerts Training Manual Alert notifications is a service provided by HealtheConnections to electronically inform healthcare providers about clinical events that their patients encounter. Providers must

More information

Results-Web Portal Manual DSHS Laboratory Services Section

Results-Web Portal Manual DSHS Laboratory Services Section . Results-Web Portal Manual DSHS Laboratory Services Section July 2014 July 2014 Results-Web Portal Manual Page 1 of 33 TABLE OF CONTENTS I. Introduction Page 3 II. Necessary Equipment/Supplies Page 4

More information

ehepqual- HCV Quality of Care Performance Measure Program

ehepqual- HCV Quality of Care Performance Measure Program NEW YORK STATE DEPARTMENT OF HEALTH AIDS INSTITUTE ehepqual- HCV Quality of Care Performance Measure Program USERS GUIDE A GUIDE FOR PRIMARY CARE AND HEPATITIS C CARE PROVIDERS * * For use with ehepqual,

More information

5. SQL Query Syntax 1. Select Statement. 6. CPS: Database Schema

5. SQL Query Syntax 1. Select Statement. 6. CPS: Database Schema 5. SQL Query Syntax 1. Select Statement 6. CPS: Database Schema Joined in 2016 Previously IT Manager at RSNWO in Northwest Ohio AAS in Computer Programming A+ Certification in 2012 Microsoft Certified

More information

What is New in MyChart? My Medical Record Health Preferences Settings Appointments and Visits Visits Schedule an Appointment Update Information

What is New in MyChart? My Medical Record Health Preferences Settings Appointments and Visits Visits Schedule an Appointment Update Information What is New in MyChart? On August 26th, we will be upgrading and changing the look and feel to our MyChart patient portal site. We would like to make you aware of a few differences that you will see, when

More information

Hocus, Pocus! Even MORE About FOCUS!! MUSE 2009 Vancouver, BC

Hocus, Pocus! Even MORE About FOCUS!! MUSE 2009 Vancouver, BC Hocus, Pocus! Even MORE About FOCUS!! MUSE 2009 Vancouver, BC Introductions Speaker Info: Frank Fortner Senior Vice President Application Software Division Objectives Acquire a basic understanding of MEDITECH

More information

LORD P.C.A.A Lions Mat.Hr.Sec School, Lions Nagar, Reserve Line, Sivakasi. 7.Data Base. PART A I. Choose the correct Answer : 15 X 1 = 15

LORD P.C.A.A Lions Mat.Hr.Sec School, Lions Nagar, Reserve Line, Sivakasi. 7.Data Base. PART A I. Choose the correct Answer : 15 X 1 = 15 7.Data Base PART A I. Choose the correct Answer : 15 X 1 = 15 1. Which of the following is not a valid data type in star office base? a) Text b) time c) project d) integer 2. Which field is used to uniquely

More information

Referral Submission and Inquiry Guide

Referral Submission and Inquiry Guide Referral Submission and Inquiry Guide Independence Blue Cross offers products directly, through Page its 1 subsidiaries of 10 Keystone Health Plan East and QCC Insurance Company, and with Highmark Blue

More information

Performing Electronic Pathology Requesting using EMIS LV Practice System. To request a Test when in EMIS LV Consultation Mode (CM)

Performing Electronic Pathology Requesting using EMIS LV Practice System. To request a Test when in EMIS LV Consultation Mode (CM) Performing Electronic Pathology Requesting using EMIS LV Practice System The following standard operational procedure details the use of the electronic pathology requesting system used by the Pathology

More information

Barnsley/Rotherham Integrated Laboratories Filename : Ice Training Manual for GP EMIS Web System. QMS No : SOP-IT-D-41

Barnsley/Rotherham Integrated Laboratories Filename : Ice Training Manual for GP EMIS Web System. QMS No : SOP-IT-D-41 Title: Ice Training Manual for GP EMIS Web System No. of copies : Q-pulse only Location of copies : 1. 2. Version : 2 Page 1 of 20 Department of Pathology Standard Operational Procedure for the use of

More information

Exchanging Patient Demographics Information using ANSI/HL7 v2.8.2

Exchanging Patient Demographics Information using ANSI/HL7 v2.8.2 Exchanging Patient Demographics Information using ANSI/HL7 v2.8.2 Created by: National Resource Centre for EHR Standards, Centre for Development of Advanced Computing (C-DAC), Pune, India Published: August

More information

Meditech 6.0: Report Queues

Meditech 6.0: Report Queues REPORT QUEUE MAINTENANCE now that your printers have been added to the Universe Printer Dictionary, you will need to create your Report Queues. Certain module, such as ITS and OM, use the assignment of

More information

Patient Portal- Instructions Overview

Patient Portal- Instructions Overview Patient Portal- Instructions Overview Your Healthcare Provider will now be able to send you results and other health information via our secure Patient Portal. When your Provider has sent something to

More information

KARL STORZ OR1 FUSION V1.4 HL7 Interface Description PRODUCT INFO OR1 OR /2018/PI-E 1/12

KARL STORZ OR1 FUSION V1.4 HL7 Interface Description PRODUCT INFO OR1 OR /2018/PI-E 1/12 HL7 Interface Description PRODUCT INFO OR1 OR1 105 1.1 02/2018/PI-E 1/12 Change History Version Date Changes Reason Editor BC-02 2017-03-09 Whole document Review findings TZ BC-01 2017-02-20 Whole document

More information

MDr PracticeManager Multiple Charge Entry

MDr PracticeManager Multiple Charge Entry MDr PracticeManager Multiple Charge Entry Access the Multiple Charge Entry screen. Access Multiple Charge Entry from the Data Entry Menu by keying MCE in the Cmd field on the Control bar and pressing Enter.

More information

Conversions, Reports, Interfaces for 6.16 Readiness. NMC s Data Management and Integration Plan Chris Giroux, DMIS Manager

Conversions, Reports, Interfaces for 6.16 Readiness. NMC s Data Management and Integration Plan Chris Giroux, DMIS Manager Conversions, Reports, Interfaces for 6.16 Readiness NMC s Data Management and Integration Plan Chris Giroux, DMIS Manager NPR to M-AT 6.07 to 6.1 NPR Application ABS - Abstracting ADM-Admissions BAR- Billing

More information

MERGE PAPERWORK DATA SERVICES. Definitions. 1 Customer ID 2 Customer ID 1 Prac. Name 2 Prac. Name 3 Customer ID 3 Prac. Name

MERGE PAPERWORK DATA SERVICES. Definitions. 1 Customer ID 2 Customer ID 1 Prac. Name 2 Prac. Name 3 Customer ID 3 Prac. Name MERGE PAPERWORK Master Database Practice Information Supplemental Databases Practice Information 1 Customer ID 2 Customer ID 1 Prac. Name 2 Prac. Name 3 Customer ID 3 Prac. Name How many databases are

More information

Provider Portal Information and Directions. Top 15 Health System

Provider Portal Information and Directions. Top 15 Health System Provider Portal Information and Directions Top 15 Health System The Provider Portal The Portal contains important patient information generated from the Clinical GCH system at discharge. The TOC (Transition

More information

The Middle of a MEDITECH Environment

The Middle of a MEDITECH Environment The Middle of a MEDITECH Environment Delivering Value with an Interface Engine About the Author: Jenny Gilberg Jenny Gilberg is an interface analyst for SISU Medical Systems, a consortium of Minnesota

More information

USER GUIDE. TABLE OF CONTENTS What is My Westmed? Registering for My Westmed

USER GUIDE. TABLE OF CONTENTS What is My Westmed? Registering for My Westmed USER GUIDE TABLE OF CONTENTS What is My Westmed? Registering for My Westmed Adult Patient 8+ Family Access for Adult Patient 8+ Family Access for Pediatric Adolescent Patient -7 Family Access for a Child

More information

List of Lifepoint Changes 9/1/16-2/17/17 Date Revision Case /

List of Lifepoint Changes 9/1/16-2/17/17 Date Revision Case / List of Lifepoint Changes 9/1/16-2/17/17 Date Revision Case / Description Project 9/2/2016 63424 SC24124 The message that displays on the User Mode / User Profile page when a user tries to enter a new

More information

The DICOM Standard. Miloš Šrámek Austrian Academy of Sciences

The DICOM Standard. Miloš Šrámek Austrian Academy of Sciences The DICOM Standard Miloš Šrámek Austrian Academy of Sciences Medical Image Formats Typical information present in a file: Image data (unmodified or compressed) Patient identification and demographics Technical

More information

HOW TO USE THE NEW FEATURES OF PATIENT FILES VERSION 5.0 About rmvisitlink and rmadmitlink:

HOW TO USE THE NEW FEATURES OF PATIENT FILES VERSION 5.0 About rmvisitlink and rmadmitlink: HOW TO USE THE NEW FEATURES OF PATIENT FILES VERSION 5.0 About rmvisitlink and rmadmitlink: You of course know that after clicking the Visits circle button at rmpatientfiles, you will be entering the rmvisitlink

More information

Cerner Scheduling (Level 1) QUICK GUIDE

Cerner Scheduling (Level 1) QUICK GUIDE Cerner Scheduling (Level 1) QUICK GUIDE Online Manual is located at: www.c3project.ca/epr_priv/education/index.htm Email training requests to: ehim Education@lhsc.on.ca 1 Completing a Proper Patient Search

More information

A catalogue of all supported messages and message interactions can be found in Volume 1.

A catalogue of all supported messages and message interactions can be found in Volume 1. R42 PHN Lookup 1 General Standards for messaging to and from Ministry of Health applications using HL7 are described in a series of business and technical volumes. Volumes 1, 2, 5, 6 and 7 are common for

More information

The Patient Communicator (Sending patient messages & reminders)

The Patient Communicator (Sending patient messages & reminders) The Patient Communicator (Sending patient messages & reminders) Overview The Patient Communicator is used for sending messages and reminders to patients. These messages may be automated and sent in batch

More information

BLUE CROSS AND BLUE SHIELD OF LOUISIANA PROFESSIONAL CLAIMS COMPANION GUIDE

BLUE CROSS AND BLUE SHIELD OF LOUISIANA PROFESSIONAL CLAIMS COMPANION GUIDE BLUE CROSS AND BLUE SHIELD OF LOUISIANA Table of Contents I. Introduction...3 II. General Specifications...4 III. Enveloping Specifications...5 IV. Loop and Data Element Specifications...7 V. Transaction

More information

Scheduling tests ordered from Flowsheets. There are two different ways to schedule lab tests from flowsheets. Use the notebook icon on the flowsheet

Scheduling tests ordered from Flowsheets. There are two different ways to schedule lab tests from flowsheets. Use the notebook icon on the flowsheet Flowsheet Quick Tips Scheduling tests ordered from Flowsheets There are two different ways to schedule lab tests from flowsheets. Use the notebook icon on the flowsheet 1. Open flowsheet and check off

More information

Copyright 2012 Pulse Systems, Inc. Page 1 of 56

Copyright 2012 Pulse Systems, Inc. Page 1 of 56 Scheduling Surgical Appointments replicates many of the processes for scheduling clinical appointments. The system requires input of such vital information as patient and appointment demographics. Additional

More information

KEEPING MEDITECH SYSTEMS RUNNING AS INTENDED - 24 / 7

KEEPING MEDITECH SYSTEMS RUNNING AS INTENDED - 24 / 7 KEEPING MEDITECH SYSTEMS RUNNING AS INTENDED - 24 / 7 By: Scott A. White - ret. Application Services Director with 22 years of hands on experience in Meditech & infrastructure development. A comprehensive

More information

Processing Superbills

Processing Superbills Processing Superbills Introduction Reviewing and processing superbills is a crucial part of the billing cycle. Within Aprima, superbills can be created in several different ways, but they all appear in

More information

Candelis, Inc. ImageGrid HL7 Conformance Statement Von Karman Ave. Newport Beach, CA Phone: Fax: Version 3.1.

Candelis, Inc. ImageGrid HL7 Conformance Statement Von Karman Ave. Newport Beach, CA Phone: Fax: Version 3.1. 4701 Von Karman Ave Newport Beach, CA 92660 Phone: 800.800.8600 Fax: 949.752.7317 Candelis, Inc. ImageGrid HL7 Conformance Statement Version 3.1.0 Copyright 2017 Candelis, Inc. Issued in U.S.A. http://www.candelis.com

More information

Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course Details Course Outline Module 1: Introduction to Microsoft SQL Server Analysis Services This module introduces

More information

User manual for OPD Module NIMS

User manual for OPD Module NIMS User manual for OPD Module NIMS User Manual for OPD Module 1 Contents Login Process:-... 3 HIS Services... 8 1.0 OPD Doctor Desk... 10 2.0 OPD Bay Desk... 29 3.0 Logout Process... 33 User Manual for OPD

More information

Managing Batch Academic Advisement Reports

Managing Batch Academic Advisement Reports Managing Batch Academic Advisement Reports Understanding Batch Academic Advisement Reports Your institution has several ways to generate report requests in batch. The Population Selection process provides

More information

MEDITECH 6.X RULES CHANGING WORKING AS DESIGNED TO WORKING AS DESIRED

MEDITECH 6.X RULES CHANGING WORKING AS DESIGNED TO WORKING AS DESIRED MEDITECH 6.X RULES CHANGING WORKING AS DESIGNED TO WORKING AS DESIRED SLIDE HEADLINE Your phone has been automatically muted. Please use the Q&A panel to ask questions during the presentation! SLIDE HEADLINE

More information

Please complete this colorectal cancer test kit! You do the kit in your own home.

Please complete this colorectal cancer test kit! You do the kit in your own home. Please complete this colorectal cancer test kit! You do the kit in your own home. What is Colorectal Cancer? Colorectal cancer is cancer in the colon or rectum. In most people, colon cancer develops slowly

More information

Guidance for building Study and CRF in OpenClinica

Guidance for building Study and CRF in OpenClinica Guidance for building Study and CRF in OpenClinica 1. Use of Patient Identifying information Patient Identifying Data (PID) is any data within clinical data that could potentially be used to identify subjects,

More information

Introduction to Transaction Editing System (TES) - Editing

Introduction to Transaction Editing System (TES) - Editing Introduction to Transaction Editing System (TES) - Editing Overview Introduction This module focuses on how to enter an additional transaction on an encounter and resolve an edit that appears when entering

More information

eschoolplus+ Medical Training Guide

eschoolplus+ Medical Training Guide eschoolplus+ Medical Training Guide Version 3.1 August 2016 Arkansas Public School Computer Network This page intentionally left blank Page 2 of 101 Table of Contents Student Medical Records Overview...

More information

Release Notes v9.0.20

Release Notes v9.0.20 Release Notes v9.0.20 Some exciting features in this release! EMR Features Redesigned Co-Sign and In-Progress Encounter modules Enhanced Group Appointments Ability to Copy Patient Details from Existing

More information

Title: Completing Rollbook Documentation Module : Student Records Activity : Data Entry. Work Instruction

Title: Completing Rollbook Documentation Module : Student Records Activity : Data Entry. Work Instruction Completing Rollbook Documentation Purpose Trigger Use this procedure to download a copy of a class roster to Microsoft Excel and complete the required documentation to support the final grade earned by

More information

Provider Portal Training Guide

Provider Portal Training Guide MyHealth Provider Portal Training Guide This document outlines how providers can expect to login and navigate the MyHealth provider portal. Acronym Description HIE RHM HIM Health Information Exchange Regional

More information

Staying FOCUSED In a MAD, MAD, MAD, MAD World!! MUSE Webcast

Staying FOCUSED In a MAD, MAD, MAD, MAD World!! MUSE Webcast Staying FOCUSED In a MAD, MAD, MAD, MAD World!! MUSE Webcast Introductions Speaker Info: Frank Fortner Senior Vice President Application Software Division Objectives Acquire a basic understanding of MEDITECH

More information