Stream: implementers
Topic: Drug Duplicate Therapy - FHIR
Nathan Hall (Nov 01 2018 at 14:58):
If I am a user of a FHIR server, and I want to hit an endpoint to get Duplicate Drug Therapy (sending a payload of medications and potentially patient conditions) , what endpoint would I hit? As the server, what resources might I send back?
Lloyd McKenzie (Nov 01 2018 at 15:41):
A few options. You could define a custom operation. The endpoint would be whatever name you define for your operation. E.g. [base]/Patient/foo/$dupdrugs
or something like that. The response could be a Bundle of DetectedIssue instances. Alternatively, you could use CDSHooks with their medication-prescribe hook and you'd get back a bunch of cards (and possibly DetectedIssue instances too, though not sure how many EHRs support those).
Nathan Hall (Nov 01 2018 at 15:46):
DetectedIssue looks great, thanks
Grahame Grieve (Nov 01 2018 at 18:17):
PDDI: http://hl7.org/fhir/uv/pddi/2018Sep/index.html
Brian Kaney (Apr 15 2021 at 14:27):
Is there a chat stream about PDDI? I was wondering if there was any commercial vendors (FDB, etc) that have implemented this.
Lloyd McKenzie (Apr 16 2021 at 16:34):
#Medication I think? @Melva Peters
Melva Peters (Apr 19 2021 at 12:51):
@Bryn Rhodes
Last updated: Apr 12 2022 at 19:14 UTC