Stream: cds hooks
Topic: May 2018 Connectathon
Kevin Shekleton (May 12 2018 at 06:43):
Hi everyone and welcome to Köln! We can use this topic for Connectathon discussions here. If you haven't already, please add yourself to our track sheet here: https://bit.ly/cds-hooks-connectathon-tracking
Nikolai Schwertner (May 12 2018 at 13:48):
At the last connectathon the error
card indicator was added to the CDS harness. However, I don't see it in http://cds-hooks.org/specification/1.0 Has it been dropped from the spec?
Kevin Shekleton (May 12 2018 at 14:15):
It wasn't dropped - we just didn't add it in officially yet. I did submit a ballot comment on this as I think error cards would be useful
Kevin Shekleton (May 12 2018 at 14:19):
@Nikolai Schwertner - Are you interested in using error cards?
Chris Courville (May 12 2018 at 15:05):
Lantana Card from test
Chris Courville (May 12 2018 at 15:05):
<Card>
<summary>Initiating Case Reporting Service on https://connectathon.epic.com/Interconnect-HL7-May18/api/FHIR/STU3 for patient e63wRTbPfr1p8UW81d8Seiw3</summary>
<indicator>info</indicator>
<detail />
<source>
<label>Case Reporting Service Example</label>
<url />
</source>
<suggestions />
<links />
</Card>
Rick Geimer (May 12 2018 at 15:24):
Here is how you parse a JSON string with HAPI
IParser jsonParser = ctx.newJsonParser();
IBaseResource res = jsonParser.parseResource(jsonStr);
Kevin Shekleton (May 13 2018 at 07:06):
We have a CDS Hooks breakout scheduled today at 11am in Salon 3 for anyone interested. We'll be discussing how things have been going during the Connectathon, any hot topics of interest, and our ballot reconciliation schedule this week
Kevin Shekleton (May 13 2018 at 08:12):
We noticed that the CDS Hooks Sandbox was sending prefetch data as FHIR Bundles. This was old behavior that we changed in the specification back in Jan 2018 at the New Orleans WGM. However, we forgot to get this changed in the Sandbox. I've got a PR that fixes this and will merge it shortly. Thanks @Sam Nicolary for finding this!
Once this PR is merged in, your CDS Service may have issues parsing the prefetch data if you were relying upon this old, pre-1.0 spec behavior. I'll reply back here once the PR is merged and deployed.
Kevin Shekleton (May 13 2018 at 08:16):
:coffee: is outside now! :tada:
Rick Geimer (May 13 2018 at 08:18):
Here is an example reportable condition (Zika)
http://fhirtest.uhn.ca/baseDstu3/Condition/3531746
Kevin Shekleton (May 13 2018 at 08:28):
The CDS Hooks Sandbox has been updated with that prefetch bug fixed
Rick Geimer (May 13 2018 at 08:40):
Kevin Shekleton (May 13 2018 at 09:01):
CDS Hooks breakout right now in Salon 3 from 11a-12p!
Nikolai Schwertner (May 13 2018 at 09:04):
@Nikolai Schwertner - Are you interested in using error cards?
Possibly. Was just wondering it if is still part of the spec
Isaac Vetter (May 13 2018 at 10:15):
Hey everybody, for the billing_code / tenant discussion that we just had, I went ahead and created CDS Hooks gh issue #205. @Nikolai Schwertner , @Grahame Grieve , @Kevin Olbrich - your feedback on this issue in github would be really valuable.
Last updated: Apr 12 2022 at 19:14 UTC