MEDITECH Conversions

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search

What to convert

Anytime an organization looks to perform a data conversion, a common question is "What do we want to convert?" Keep in mind although it might be easy to just say "everything" you should really take inventory on the quality of your existing data. This is a good time to do some housekeeping. Another decision point is how many years of history do you want to convert? You might chose to only bring over patient data for the past 3 years or, depending on the specialty, it might be necessary to bring over 10 years of history. Also, how long with the legacy system be available for view only access?

Converted Lab Results Display in MEDITECH

Converted lab results are displayed in the result history as comment callouts. When the callout is selected, the user will get a separate popup with the result listed.

Converted Lab Results Display in EMR.jpg

Converted Lab Result Display1.jpg

APR Batch Import Interface

Your organization might decide not to perform data mapping on some items. If so there is the ability to batch import some items. Imported items might look a little different when referencing them within the patient record. This method requires a thorough review to prevent duplication with existing documents in MEDITECH.

Below are examples of the data message, sample files and the MEDITECH batch import screen.

APR Batch Import Interface 1.jpg


APR Batch Import Interface 2.jpg


APR Batch Import Interface MT3.jpg

Display in MEDITECH

Images that are imported will display as in the example below. By clicking on the camera icon a report will open for viewing.

Imported Reports.jpg

Imported Reports Display 2.jpg

CCD Documents

Continuity of Care Documents (CCDs) also called clinical summary of care, have become a necessity and important role in patient continuity of care. Depending on the version of MEDITECH, organizations can receive an external CCD from either DIRECT messages, interface or imported manually. After a CCD is successfully imported and accepted by designated users, the system will "consume" data contained in the CCD such as medications, medical problems and allergies and will prompt the user to view this data. Once viewed and reconciled with the existing data in the chart the user can choose to add it to the record. The first screen shot below is the Import Utility for CCD, screenshot of where the document will reside in the other reports section of the chart and an example CCD document.

MEDITECH APR Batch CCD Import consume.jpg

MEDITECH APR Batch CCD Import consume2.jpg

MEDITECH APR Batch other reports.jpg

Allergies Reconciliation

To review imported allergies, click on the button titled Process External Allergies at the top of the allergies viewing window.

MT CCD Import Allergy Reconciliation.jpg

MT CCD Import Allergy Reconciliation 2.jpg

Problems Reconciliation

MEDITECH CCD Import Problem List Reconciliation.jpg

MEDITECH CCD Import Problem Reconciliation 2.jpg

Medication Reconciliation

MEDITECH CCD Import Medication List Reconciliation.jpg

MEDITECH CCD Import Medication Reconciliation 2.jpg

Lessons Learned

  • When creating an index file for bulk import, it is important to note that the individual line should not be equal to or greater than 255 characters. When using a higher character count it can causes issues. An example of line in file; |seq|mri|Pt name|Pt gender|Pt DOB|Pt SSN|Form mnemonic|Form Desc|Doc Date|file name|admit location|attending phys|facility|
    • col 1 = sequence number
    • col 2 = mri (MAX LENGTH OF 10)
    • col 3 = Pt name (MAX LENGTH OF 40)
    • col 4 = Pt gender (MAX LENGTH OF 1)
    • col 5 = Pt DOB (MAX LENGTH OF 8)
    • col 6 = Pt SSN (MAX LENGTH OF 11)
    • col 7 = Form Mnemonic (MAX LENGTH OF 15)
    • col 8 = Form Desc (MAX LENGTH OF 40)
    • col 9 = Doc Date (MAX LENGTH OF 8)
    • col 10 = file name (MAX LENGTH OF 80)
    • col 11 = admit location (MAX LENGTH OF 10)
    • col 12 = attending phys (MAX LENGTH OF 10)
    • col 13 = facility (MAX LENGTH OF 10)