FHIR Chat · Sanity check on CDS Hooks and Da Vinci CRD IG · cds hooks

Stream: cds hooks

Topic: Sanity check on CDS Hooks and Da Vinci CRD IG


view this post on Zulip Diederik Muylwyk (Mar 21 2022 at 16:24):

Ref: http://build.fhir.org/ig/HL7/davinci-crd/

The Da Vinci Coverage Requirements Discovery IG - in combination with the DTR and PAS IGs - describe a workflow to support prior authorization for US payers.

My understanding of CDS Hooks and my interpretation of these IGs suggest a single clinical action in an EMR could trigger a hook resulting in many CDS Hooks client requests (i.e. at least one for each configured CDS Hooks payer service supporting that hook). Each service would have to evaluate each request for eligibility before proceeding.

This strikes me as really expensive when in reality only one or two payers will actually be applicable for a given patient.

Questions:

  1. Am I misundertanding this?
  2. Does CDS Hooks support some mechanism for targeting a specific service for a given hook with respect to some context? For example, we already know this patient is a member with this payer, so don't send requests to other payer services.

It's worth noting that the FHIR payloads for the CRD CDS Hooks client requests do not appear to include any profiles that identify the patient's payer.

Any help with this is greatly appreciated. Thanks!

view this post on Zulip Lloyd McKenzie (Mar 21 2022 at 16:41):

There's a rule that says that EHRs are only allowed to invoke payer services where the patient has active coverage with that payer. We had explored using a formal mechanism of doing that generically, but it was the preference of the EHRs to do it as a custom rule. So the EHR will need to check the patient's coverage before sending the data.

There is a prefetch defined to retrieve the patient's Coverage. The Coverage will indicate the payer.

view this post on Zulip Diederik Muylwyk (Mar 21 2022 at 17:01):

Thanks, @Lloyd McKenzie. That's really helpful.

Could you please share links directly to this rule as well as the prefetch you mentioned? I haven't been able to find either but I must be looking with my nose.

view this post on Zulip Diederik Muylwyk (Mar 21 2022 at 17:08):

I think I've found the Coverage prefetch here. It's New Content under 4.3.5.1.

http://build.fhir.org/ig/HL7/davinci-crd/hooks.html#prefetch


Last updated: Apr 12 2022 at 19:14 UTC