Total admissions ICU/Med: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 13: Line 13:
|-  valign="bottom"
|-  valign="bottom"
|style="font-weight:bold" height="14" | Critical Care
|style="font-weight:bold" height="14" | Critical Care
|style="font-size:11pt" | 125,002
|style="font-size:11pt" | 126,876
|style="font-size:11pt" | 2019-06-24
|style="font-size:11pt" | 2019-09-14
|-  valign="bottom"
|-  valign="bottom"
|style="font-weight:bold" height="14" | Medicine
|style="font-weight:bold" height="14" | Medicine
|style="font-size:11pt" | 177,645
|style="font-size:11pt" | 180,894
|style="font-size:11pt" | 2019-06-24
|style="font-size:11pt" | 2019-09-17
|-  valign="bottom"
|-  valign="bottom"
|style="font-weight:bold" height="14" | TOTAL
|style="font-weight:bold" height="14" | TOTAL
|style="font-size:11pt" | 302,647
|style="font-size:11pt" | 307,770
|style="font-size:11pt" | 2019-06-24
|style="font-size:11pt" | 2019-09-17
|}
|}



Revision as of 16:10, 2019 September 20

Total number of encounters in the ICU and Medicine in Database: CCMDB.

This article is tagged to be reviewed periodically. The next scheduled review is on 2019-09-01.

Database Total Records current to date
Critical Care 126,876 2019-09-14
Medicine 180,894 2019-09-17
TOTAL 307,770 2019-09-17

Data Collection Start Dates for each Hospital in Region Go to: Site and Location table

SQL

To generate a per-unit count in Access paste the following:

SELECT Count(L_Log.D_ID) AS CountOfD_ID, s_dispo.program
FROM L_Log INNER JOIN s_dispo ON L_Log.Service_Location = s_dispo.dispo_ID
GROUP BY s_dispo.program;