-
Type:
Hosp Inpt eCQMs - Hospital Inpatient eCQMs
-
Resolution: Answered
-
Priority:
Moderate
-
Component/s: None
-
None
-
-
CMS0832v1
-
Unsure of meaning of Hospitalization Period
This logic goes around and around. I believe for the Initial Population and Denominator it means: Creatinine Laboratory Test Performed Where Relevant Date/Time (If Null Use Relevant Period) Start is From the Start of the Inpatient Encounter + 48 Hours to the End of the Inpatient Encounter.
Can you please clarify the intent of the following logic?
This is the logic that is confusing. Elsewhere the Encounter48Hours is defined as an Inpatient Encounter with length of stay > 48 Hours. But then the Hosptialization Period, I cannot find a clear definition for.
| ["Laboratory Test, Performed": "Creatinine Mass Per Volume"] CreatinineTest |
| let HospitalizationPeriod: Global."HospitalizationWithObservation" ( Encounter48Hours ), |
| CreatinineTestTime: Global."EarliestOf" ( CreatinineTest.relevantDatetime, CreatinineTest.relevantPeriod ) |
| where CreatinineTest.result is not null |
| and CreatinineTestTime during Interval[start of HospitalizationPeriod + 48 hours, end of HospitalizationPeriod] |
| return Encounter48Hours |