Age: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
JMojica (talk | contribs)
No edit summary
Line 17: Line 17:
}}
}}


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


Age is part of the [[APACHE_Scoring_table#Age_Points|APACHE II score]] for Critical Care and [[ALERT Scale]] used in Medicine.
Age is part of the [[APACHE_Scoring_table#Age_Points|APACHE II score]] for Critical Care and [[ALERT Scale]] used in Medicine.
Line 33: Line 34:


== Reported as ==
== Reported as ==
* Mean, Median, Minimum, Maximum in years per period of time
* Mean Age, Median Age, Minimum Age, Maximum Age for a given time-frame and/or location
* Counts or scores based on age ranges  per period of time
* Counts or scores based on age ranges  for a given time frame and/or location
== Frequency ==
* Time frame can be monthly, quarterly, yearly and can be  based on admission dates or discharge dates


== Frequency ==
* monthly, quarterly, yearly based on admission dates or discharge dates
* by site and by ward/unit
{{DJ|
* Is that the frequency at which the report goes out, or the group size of aggregation within the report? If reporting frequency, that should be part of the report's data, not the indicator's data. If aggregation step, is there a better term for it? [[User:Ttenbergen|Ttenbergen]] 19:00, 2021 December 9 (CST)
}}


== Related fields ==
== Related fields ==

Revision as of 09:26, 10 December 2021

See page

Indicators
Indicator: Age
Created/Raw: not stated
Program: Critical Care and Medicine
Start Date: 1988-07-11
End Date:
Reports: Critical Care Program Quality Indicator Report, Directors Quarterly and Annual Report (Medicine), STB ICCS Mortality


  • Cargo


  • SMW:
    • "not stated" is not in the list (Created, Raw) of allowed values for the "IndicatorCreatedRaw" property.
  • Categories
  • Default form:
Data Element (edit)
Field Name: age
CCMDB Label: not stated
CCMDB tab: not stated
Table: Created_Variables_Common table, Created_Variables_CC table
Data type: number
Length:
Program: Med and CC
Created/Raw: Created
Start Date: 1988-07-11
End Date: 2300-01-01
Sort Index: 3

The number of years between Date of Birth and the last birthday prior to or on (Accept DtTm if applicable, Arrive DtTm otherwise).

  • SMW

Legacy implementation right in the table

  • Cargo


  • Categories
  • Forms


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

Age is part of the APACHE II score for Critical Care and ALERT Scale used in Medicine.

Function to calculate Age

  • Both formula yields the same AGE values.

ACCESS

  • CCMDB_Age = excel.WorksheetFunction.Floor(CInt(DateDiff("yyyy", DOB, Adm)) + Int(Format(Adm, "mmdd") < Format(DOB, "mmdd")), 1)

SAS

  • Age=floor((intck('month',Birth,R_Adm) - (day(R_Adm) < day(Birth))) / 12)
    • where Birth = Date of Birth and R_Adm = (Accept DtTm if available, Arrive DtTm otherwise)

Reported as

  • Mean Age, Median Age, Minimum Age, Maximum Age for a given time-frame and/or location
  • Counts or scores based on age ranges for a given time frame and/or location

Frequency

  • Time frame can be monthly, quarterly, yearly and can be based on admission dates or discharge dates


Related fields

Related articles

Related articles: