Minimal Data Set

From CCMDB Wiki
Jump to navigation Jump to search

The Minimal Data Set is the least amount of data that needs to be collected for a new patient when they are first added to the database. This data is sent every week for all patients, not just those you are sending. This data needs to be entered for all newly admitted patients during every data collection shift. With the exception of special requests from the main office, it is more important to collect this data than to complete collection for existing patients, especially for incomplete files.

If you try to send with any of the Minimal Data Set Elements incomplete for any patient (even ones you are not sending), the CCMDB.mdb will give an "incomplete minimal data set" error and list the patient, and you will not be able to send any patients.

Minimal Data Set Elements-Primary

For all new patients at every shift enter and check against the addressograph the following:


Other data that is required early-Secondary

Data for patients that have not yet been sent is still used for reporting and in the Transfer Tracker.mdb, so please add it as soon as it becomes available. During every shift, please review and try to ensure that the following data is as complete as possible, even for unsent patients:

The absence of these items in Part B, will not stop the CCMDB from sending files. These items are allowed to be empty since they may not be available initially, but they should be filled in as soon as available. Admit From Location, Discharge Date is most important to enter into data ASAP.

Reason why data is required for patients that are not complete yet

Data in the minimal data set is sent for all patients as soon as available, even before the patient's RecordStatus field is set to "complete". This allows us to include longer-stay patients who have not yet been discharged in our statistics and reporting.

Data from patients who are not yet complete is used for the following:

  • to generate occupancy statistics
  • to be able to finalize temporary studies before long-stay patients are eventually discharged
  • to monitor the number of outstanding patients
  • to link the movements of patient from one ward/service to another ward/service
  • to calculate the median and mean LOS of patients for the Medicine Overstay Project

Template:CCMDB Data Integrity Checks

  • If the elements of the Minimal Data Set aren't complete, you can't send (even the complete ones).
  • If discharge date is available, the discharge date must not be before the admit date.

Additional checks requested: Run at entry or later edit for affected fields:

  • admit date should be at most one month before today; soft check, can click past this one
  • discharge date should not be after today date; hard check, must correct to send anything
  • validate DOB as usually done at send time, hard check, must correct to send anything
  • emailed Julie and Allan to validate above. Ttenbergen 10:10, 2014 March 10 (CDT)

implementation

Check is done as part of module "tmp_checker" calling query "minimal_data_set_incomplete".