Stream: cds hooks
Topic: May Connectathon Testing
Isaac Vetter (May 08 2018 at 16:05):
Hi everybody - are there any CDS Services that have a patient-view service available over the internet for testing already? We're hoping to validate some of our setup before Saturday.
Bryn Rhodes (May 08 2018 at 16:22):
http://measure.eval.kanvix.com/cqf-ruler/cds-services
Bryn Rhodes (May 08 2018 at 16:22):
bcs-decision-support and col-decision-support are patient-view hooks.
Isaac Vetter (May 08 2018 at 17:44):
Hey @Bryn Rhodes ! Those are quite the pre-fetches. Will the service still do something interesting without them?
Bryn Rhodes (May 08 2018 at 17:48):
Here are test bundles for patients that will trigger them: https://github.com/cqframework/hedis-ig/tree/master/resources/bundle/cds
Bryn Rhodes (May 08 2018 at 17:51):
They are basic screening points, so if you have, for example, a male aged 60 with no history of colorectal cancer screening, it should trigger.
Isaac Vetter (May 08 2018 at 19:38):
Hey @Bryn Rhodes
It does look like the prefetch fields are required. Do any of your patient-view services not require pre-fetch?
{ "cards": [ { "summary": "InvalidPrefetchException encountered during execution", "indicator": "hard-stop", "detail": "Expecting 19 fields in the prefetch. Found 2 fields", "source": {} } ] }
Isaac Vetter (May 08 2018 at 19:45):
Hey @Raj M , @Kalyani Yerra - are you going to be at the connectathon, happen to have a cds service available on the internet for testing?
Christopher Schuler (May 08 2018 at 19:47):
Hi @Isaac Vetter . Could you share the request you're issuing to the service?
Kalyani Yerra (May 09 2018 at 02:15):
Hi Issac I am not planning to be in person at this connectathon. But I may participate remotely depending on what we are planning at the connectathons.
I will try to activate my AWS server in a day or two and make my service available. What specific functionality are you looking for @Isaac Vetter
Raj M (May 09 2018 at 02:30):
@Isaac Vetter No I am not attending this connectathon. Unfortunately we don't have 1.0 version of hooks service running. We are working supporting 1.0 spec and hopefully we will have something ready for fhirdev days
Isaac Vetter (May 09 2018 at 11:07):
Well, darn. Raj, I'll see you at FHIR DevDays.
Isaac Vetter (May 09 2018 at 11:09):
@Kalyani Yerra , we're bringing a limited CDS Hooks client that only support the patient-view hook. If you're interested in us testing against your service, we'd be happy to do so.
Isaac Vetter (May 09 2018 at 14:30):
Hey @Christopher Schuler , we noticed that your cds card response doesn't include a Content-type header, is this intentional? (We're currently throwing an error because of this)
Christopher Schuler (May 11 2018 at 01:59):
@Isaac Vetter , sorry for the delay. I had to make some substantial changes to the service for prefetch resolution. I added the Content-Type header as well. Also, if you come across any issues please raise them here: https://github.com/DBCG/cqf-ruler. Thanks!
Last updated: Apr 12 2022 at 19:14 UTC