CMS104v8 Global Hospitalization With Observation Query

XMLWordPrintable

    • Type: Question
    • Resolution: Done
    • Priority: Moderate
    • Component/s: None
    • EH
    • Discharged on Antithrombotic Therapy

      Hi Team,

      We have a query related to new function ‘Global.Hospitalization with Observation’

      The definition of the function is defined as:
      Global.HospitalizationWithObservation(Encounter "Encounter, Performed")
      Encounter Visit
      let ObsVisit: Last(["Encounter, Performed": "Observation Services"] LastObs
      where LastObs.relevantPeriod ends 1 hour or less on or before start of Visit.relevantPeriod
      sort by
      end of relevantPeriod
      ),
      VisitStart: Coalesce(start of ObsVisit.relevantPeriod, start of Visit.relevantPeriod),
      EDVisit: Last(["Encounter, Performed": "Emergency Department Visit"] LastED
      where LastED.relevantPeriod ends 1 hour or less on or before VisitStart
      sort by
      end of relevantPeriod
      )
      return Interval[Coalesce(start of EDVisit.relevantPeriod, VisitStart),
      end of Visit.relevantPeriod]

      For the above function please confirm if our understanding is correct or not:

      1. Intervention comfort measure should be between start date of ED & end date of IP

      2. Intervention comfort measure should be between start date of Observation Services OR end date of IP

      3. Intervention comfort measure should be between start date of IP and end date of IP

      In case if we have missed / misstated, please let us know

            Assignee:
            Bryn Rhodes
            Reporter:
            Vinay (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: