FHIR Chat · Resources and cards · cds hooks

Stream: cds hooks

Topic: Resources and cards


view this post on Zulip Elon Danziger (Jan 03 2018 at 22:12):

Hi, there's no CDS Hooks model for enriching FHIR resources, is there? For example, suppose an app allows a Practitioner to create a MedicationRequest proposal for a patient; the CDS service could do dosage calculations for the patient and return a MedicationRequest plan with details filled out (which the Practitioner could then choose to turn into an order, or not). In the Card model, that's not possible, correct? Also, out of curiosity, why aren't Cards FHIR Resources?

view this post on Zulip Kevin Shekleton (Jan 04 2018 at 16:38):

Hi Elon. CDS Hooks uses FHIR data but is not part of FHIR nor is the technical underpinnings of CDS Hooks FHIR. This answers why cards (or any data structure defined by CDS Hooks) is not a FHIR type.

view this post on Zulip Kevin Shekleton (Jan 04 2018 at 16:40):

With your example of a dose calculator, I suppose you could write a CDS Service that returns back suggestion(s) with the modified MedicationRequest


Last updated: Apr 12 2022 at 19:14 UTC