Total admissions ICU/Med: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
TOstryzniuk (talk | contribs)
m New page: Total number of admission in ICU Database. *updated intermittently. [{{stub}} Category: Reporting Category: Statistical Analysis
 
m Text replacement - "[[Category: " to "[[Category:"
 
(50 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Total number of admission in ICU Database.
Total number of encounters in the ICU and Medicine in Database: [[CCMDB]].
*updated intermittently.


[{{stub}}
{{Article needing periodic review
| NextReviewDate = 2026-01-01
}}


[[Category: Reporting]]
As of 2024-12-31:
[[Category: Statistical Analysis]]
{| class="wikitable"
|-
||
|| Number of profiles
 
|-  valign="bottom"
|| [[Definition of a Critical Care Program Admission|Critical Care]]
|| {{formatnum: {{N CC}} }}
 
|-  valign="bottom"
|| [[Definition of a Medicine Program Admission|Medicine]]
|| {{formatnum: {{N Med}} }}
 
|-  valign="bottom"
|| Total
|| {{N Tot}}
 
|}
 
==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:
<pre>
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;
</pre>
 
== Related articles ==
{{Related Articles}}
 
[[Category:Reporting]]
[[Category:Statistical Analysis]]
[[Category:About]]

Latest revision as of 12:01, 30 July 2025

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 2026-01-01.

As of 2024-12-31:

Number of profiles
Critical Care 153,300
Medicine 243,573
Total 396,873

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;

Related articles

Related articles: