FHIR Chat · NCQA Connectathon - Follow-Up · cql

Stream: cql

Topic: NCQA Connectathon - Follow-Up


view this post on Zulip Michael Ryan (May 19 2021 at 20:13):

Thank you to those of you who attended the NCQA Review of Breast Cancer Screening Measure session earlier today!

We are excited to share one of our new FHIR measures with the public, and would like to continue the conversation in the near future. We are working hard to set up a public follow-up session. Stay tuned here for details!

As a reminder, the materials for BCS-E can be found here:
https://github.com/cqframework/ecqm-content-r4-2021/tree/master/bundles/ncqa/BCSE_HEDIS_MY2022-1.0.0>

view this post on Zulip Vasyl Herman (Jun 04 2021 at 21:35):

Thank You! I am very excited!

view this post on Zulip Vasyl Herman (Jun 05 2021 at 18:49):

@Michael Ryan
Do we have any chances NCQA releases FHIR version of the Sample/Test decks?

view this post on Zulip Michael Ryan (Jun 07 2021 at 11:37):

@Vasil Herman

We have not yet released a formal test deck for this measure, but will consider it for the future. In the meantime, we have included 66 sample test patients in the measure package linked above. The subfolder "sampleData" contains a series of FHIR bundles corresponding to individual test patients.

Thanks!

view this post on Zulip Vasyl Herman (Jun 07 2021 at 12:35):

Thank you, Michael! I appreciate your efforts. Thanks a lot!

view this post on Zulip Vasyl Herman (Jun 12 2021 at 20:34):

Hi, Has anybody seen this issue?
https://github.com/cqframework/ecqm-content-r4-2021/issues/2
I am wondering on how it could be resolved?
Thanks!

view this post on Zulip Vasyl Herman (Jun 12 2021 at 21:03):

Screenshot-2021-06-13-at-00.02.39.png
Screenshot-2021-06-13-at-00.01.33.png

view this post on Zulip Vasyl Herman (Jun 13 2021 at 11:13):

I was able to get translating successfully with

define function "VS Cast Function"(VSet System.ValueSet):
  ( ( cast { "VSet", 1 }[0]as Tuple {
      codes List<System.Code>,
      oid System.String,
      version System.String
    }
  ).codes ) VSetCodes
    return System.Code { code: VSetCodes.code, system: VSetCodes.system }

However, I feel like it significantly impacts performance; x20 times during execution time.
Not sure.

view this post on Zulip Michael Ryan (Jun 14 2021 at 12:11):

Vasyl,

This is a known issue documented in this thread:
https://chat.fhir.org/#narrow/stream/179220-cql/topic/ValueSet.20Typing

Hope that helps,
Michael


Last updated: Apr 12 2022 at 19:14 UTC