LOS Medicine per hospital admission: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
JMojica (talk | contribs)
m cleanup, links, removed report users since those are documented in the report itself
Line 1: Line 1:
{{Reporting Indicators
{{Reporting Indicators
| description = '''[[LOS | LENGTH OF STAY]] in all medicine wards per [[Site and Location table | HOSPITAL]] ADMISSION'''
| description = '''[[LOS | Length of stay]] in all medicine wards per [[Site and Location table | HOSPITAL]] ADMISSION'''
| indicator_name = {{PAGENAME}}
| indicator_name = {{PAGENAME}}
| created_raw = Created
| created_raw = Created
Line 7: Line 7:
| indicator_end_date =
| indicator_end_date =
}}
}}
Usually used in aggregate form as "per location" and/or "per timeframe", e.g. month/quarter/year x Ward/Unit x Hospital.  
 
Usually used in aggregate form as "per location" and/or "per reporting timeframe", e.g. month/quarter/year x Ward/Unit x Hospital.
 
==Significance==
==Significance==
Length of stay (LOS) is influenced by many factors, but safe and effective care should result in shorter [[:Category: Length of stay | length of stay]].
Length of stay (LOS) is influenced by many factors, but safe and effective care should result in shorter [[:Category: Length of stay | length of stay]].
Line 13: Line 15:
==Start Dates==
==Start Dates==
*Oct 2003 to Sept 2020 - each record is per ward stay. A hospital stay may have one or more individual ward stay (or records).
*Oct 2003 to Sept 2020 - each record is per ward stay. A hospital stay may have one or more individual ward stay (or records).
*Starting Oct 2020- each record is a continuous stay in any locations under Medicine service (or one Medicine episode) - see [[Definition of a Medicine Laptop Admission]]. If the patient is transferred to another service and comes back to Medicine service, this is a new record. A hospital stay may have one or more Medicine episodes.
*Starting Oct 2020- each record is a continuous stay in any locations under Medicine service (or one Medicine episode) - see [[Definition of a Medicine Laptop Admission]]. If the patient is transferred to another service and comes back to Medicine service, this is a new record. A hospital stay may have one or more Medicine episodes.


==Sampling Plan / Procedure==
==Sampling Plan / Procedure==
===Inclusion Criteria===
===Inclusion Criteria===
All Medicine admissions - see Definition of a Medicine Laptop Admission
All Medicine admissions - see [[Definition of a Medicine Laptop Admission]]
===Exclusion Criteria===
===Exclusion Criteria===
None  
None
===Frequency===
===Frequency===
*Reported when patient had been discharged out of Medicine.
* Reported the admission to the Medicine [[Service tmp entry|Service]] ends, ie when there is a [[Dispo DtTm]](Discharge Date)
*Monthly, quarterly, year based on discharged date of Dispo DtTm
* Monthly, quarterly, year based on discharged date of [[Dispo DtTm]]


==Definition and Derivation==
==Definition and Derivation==
* Calculate the LOS for each record - refer to [[LOS Per Record]]  
* Calculate the LOS for each record - refer to [[LOS Per Record]]
* Per patient, identify the records having the same [[Visit Admit DtTm]]. This implies same hospital stay or hospitalization.
* Per patient, identify the records having the same [[Visit Admit DtTm]]. This implies same hospital stay or hospitalization.
* Per patient per hospitalization, sum up all the [[LOS Per Record]]
* Per patient per hospitalization, sum up all the [[LOS Per Record]]
** It is possible that the same patient may have one or more hospitalization within the same time frame.
** It is possible that the same patient may have one or more hospitalization within the same reporting time frame.


==Data Source==
==Data Source==
*For dates refer to [[LOS Per Record]]
* For dates refer to [[LOS Per Record]]
*For hospitalization date - use [[Visit Admit DtTm]]
* For hospitalization date - use [[Visit Admit DtTm]]
*For patient identifier - use either [[Person ID]], [[Chart]], [[PHIN]]
* For patient identifier - use either [[Person ID]], [[Chart]], [[PHIN]]
 
== Reported as==
== Reported as==
* Mean, median, sum, minimum, maximum (in days) per site and/or time frame
* Mean, median, sum, minimum, maximum (in days) per site and/or time frame
* N is the number of patient's hospitalizations
* N is the number of patient's hospitalizations
* Counts and % of N based on LOS groups (<1,1-5,6-10,11-15-16-20,>20) for a given time frame and/or site
* Counts and % of N based on LOS groups (<1,1-5,6-10,11-15-16-20,>20) for a given reporting time frame and/or site


==SAS Program==
==SAS Program==
S:\MED\MED_CCMED\Julie\SAS_CFE\Med_reports\1_prepMed_startingJan2021_26Aug2021.sas S:\MED\MED_CCMED\Julie\SAS_CFE\Med_reports\3_CFE_MedReportPart1_startingJan2021_16aug2021.sas  
S:\MED\MED_CCMED\Julie\SAS_CFE\Med_reports\1_prepMed_startingJan2021_26Aug2021.sas S:\MED\MED_CCMED\Julie\SAS_CFE\Med_reports\3_CFE_MedReportPart1_startingJan2021_16aug2021.sas
 
==Report Users==
Internal Medicine Directors and Ward Managers


== Related Articles ==
== Related Articles ==

Revision as of 14:35, 15 December 2021

Length of stay in all medicine wards per HOSPITAL ADMISSION

Indicators
Indicator: LOS Medicine per hospital admission
Created/Raw: Created
Program: Medicine
Start Date:
End Date:
Reports: Directors Quarterly and Annual Report (Medicine)


  • Cargo


  • SMW:
  • Categories
  • Default form:

Usually used in aggregate form as "per location" and/or "per reporting timeframe", e.g. month/quarter/year x Ward/Unit x Hospital.

Significance

Length of stay (LOS) is influenced by many factors, but safe and effective care should result in shorter length of stay.

Start Dates

  • Oct 2003 to Sept 2020 - each record is per ward stay. A hospital stay may have one or more individual ward stay (or records).
  • Starting Oct 2020- each record is a continuous stay in any locations under Medicine service (or one Medicine episode) - see Definition of a Medicine Laptop Admission. If the patient is transferred to another service and comes back to Medicine service, this is a new record. A hospital stay may have one or more Medicine episodes.

Sampling Plan / Procedure

Inclusion Criteria

All Medicine admissions - see Definition of a Medicine Laptop Admission

Exclusion Criteria

None

Frequency

  • Reported the admission to the Medicine Service ends, ie when there is a Dispo DtTm(Discharge Date)
  • Monthly, quarterly, year based on discharged date of Dispo DtTm

Definition and Derivation

  • Calculate the LOS for each record - refer to LOS Per Record
  • Per patient, identify the records having the same Visit Admit DtTm. This implies same hospital stay or hospitalization.
  • Per patient per hospitalization, sum up all the LOS Per Record
    • It is possible that the same patient may have one or more hospitalization within the same reporting time frame.

Data Source

Reported as

  • Mean, median, sum, minimum, maximum (in days) per site and/or time frame
  • N is the number of patient's hospitalizations
  • Counts and % of N based on LOS groups (<1,1-5,6-10,11-15-16-20,>20) for a given reporting time frame and/or site

SAS Program

S:\MED\MED_CCMED\Julie\SAS_CFE\Med_reports\1_prepMed_startingJan2021_26Aug2021.sas S:\MED\MED_CCMED\Julie\SAS_CFE\Med_reports\3_CFE_MedReportPart1_startingJan2021_16aug2021.sas

Related Articles

Related articles: