ER Delay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Ttenbergen (talk | contribs) m Text replacement - "S:\MED\CCMED" to "S:\MED\MED_CCMED" |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 31: | Line 31: | ||
:::: [Arrive_dttm]),Nz([created_FirstNonER_BoardingLoc].[dttm],[Dispo_DtTm])-[created_FirstER_BoardingLoc].[dttm]) | :::: [Arrive_dttm]),Nz([created_FirstNonER_BoardingLoc].[dttm],[Dispo_DtTm])-[created_FirstER_BoardingLoc].[dttm]) | ||
=== Outliers === | |||
==== ED stays in mid-hospitalization ==== | |||
* there are occasions where pts go back to the ED while under the care of ICU; we do not include these in ER Delays; discussed at [[JALT_Meeting_-_Rolling_Agenda_and_Minutes_2023#JALT_Meeting_%E2%80%93_October_31,_2024 | JALT 2024-10-31]]... | |||
==== Moves for Medicine ==== | |||
{{DJ | | {{DJ | | ||
* This data is problematic before 2011-Q2,the only reason there are any is because it derives them for EMIPs. Some data may be available in [[Moves for Medicine]], but that would still leave a gap. [[User:Ttenbergen|Ttenbergen]] 23:09, 2024 November 16 (CST) | * This data is problematic before 2011-Q2,the only reason there are any is because it derives them for EMIPs. Some data may be available in [[Moves for Medicine]], but that would still leave a gap. [[User:Ttenbergen|Ttenbergen]] 23:09, 2024 November 16 (CST) | ||
| Line 53: | Line 58: | ||
== Reporting and Analysis == | == Reporting and Analysis == | ||
The SAS Program to read the data is in | The SAS Program to read the data is in {{S:\MED\MED_CCMED}}Julie\SAS_CFE\CFE_macros\datetimes.sas | ||
{{DJ| | {{DJ| | ||
Latest revision as of 00:12, 30 June 2025
| Data Element (edit) | |
| Field Name: | ER Delay |
| CCMDB Label: | not stated |
| CCMDB tab: | not stated |
| Table: | Created_Variables_Common_2021 table |
| Data type: | date |
| Length: | n/a |
| Program: | Med and CC |
| Created/Raw: | Created |
| Start Date: | 1988-07-11 |
| End Date: | 2300-01-01 |
| Sort Index: | 8 |
| Data Dependencies(Reports/Indicators/Data Elements): | No results |
The ER Delay is the difference between the pre-ER Boarding Loc and first post-ER Boarding Loc, for patients arriving from the ER.
It's is calculated by Created_Variables_Common_maker_2021 query and stored in Created_Variables_Common_2021 table in CFE. It is related to one of our Indicators, Length_of_Time_for_Transfer_from_ED_to_ICU_within_same_facility.
Data use
- Measure the time spent using ER bed/facilities/staff while already accepted under a Medicine or Critical Care Service.
- Measure the delay of movement of patient from ER bed to Medicine or Critical Care bed.
ER Delay Calculation
- Before Oct 2020 : If Previous Location is own ER
- Non-EMIP / Non-ECIP : Arrive DtTm - Accept DtTm and Accept DtTm missing is not marked
- if Accept DtTm missing is marked then ER Delay is missing.
- EMIP/ECIP: Dispo DtTm - Accept DtTm
- Non-EMIP / Non-ECIP : Arrive DtTm - Accept DtTm and Accept DtTm missing is not marked
- Starting Oct 2020 : if first Boarding Loc is own ER
- Only one ER Boarding Loc: Dispo DtTm - first ER Boarding Loc start Dttm
- At least two Boarding Loc: First NonER Boarding Loc start Dttm - first ER Boarding Loc start Dttm
Implemented as
- ER_Delay:
- IIf(Not [PatientFollow],
- IIf([location_name] Like "*EMIP*",[Dispo_DtTm],[Arrive_DtTm])-Nz([Accept_dttm],
- [Arrive_dttm]),Nz([created_FirstNonER_BoardingLoc].[dttm],[Dispo_DtTm])-[created_FirstER_BoardingLoc].[dttm])
- IIf(Not [PatientFollow],
- ER_Delay:
Outliers
ED stays in mid-hospitalization
- there are occasions where pts go back to the ED while under the care of ICU; we do not include these in ER Delays; discussed at JALT 2024-10-31...
Moves for Medicine
|
Log
|
|
- 2022-06-28 - previous change got lost somehow, re-applied it; updated query to use query created_PatientFollow rather than in-query definition
- 2022-06-09 - updated Created_Variables_Common_maker_2021 query with the new definition.
Data Integrity Checks (automatic list)
| App | Status | |
|---|---|---|
| Query s tmp Boarding Loc ER delay reasonable | CCMDB.accdb | implemented |
- Boarding Loc DtTms
- LOS
- Transfer Delay
Reporting and Analysis
The SAS Program to read the data is in S:\MED\Med_CCMED\S:\MED\Med_CCMED\Julie\SAS_CFE\CFE_macros\datetimes.sas
|
Legacy
- Used to be just the difference between the Accept DtTm and Arrive_DtTm for patients arriving from the ER.
- Used to be collected as ER Wait and before that as Moves for Medicine.
