Stream: implementers
Topic: Can a ServiceRequest to be requested by SMART
Tim Berezny (Feb 27 2018 at 17:27):
I'm trying to determine the best way to launch a referral application using FHIR. One of the proposed methods is with a SMART on FHIR app.
The referral app will help select services, present a fillable form, etc... I know that i can request resources like /patient, and maybe the allergies etc... but would it make sense for a SMART app to pull an partially completed ServiceRequest?
For example, lets say i'm in an EMR, and using its referral module i want to start a referral, enter reason for referral, specify some of the data that i want to include in a referral, then launch a SMART app to open the form for the service i'm referring to and complete the remainder of the information.
This approach to this SMART app would only work in the context of making a referral (since i would need an active service request to pull from).
Is this something that philosophically makes sense from a SMART app perspective, or is it too narrow/specific?
Grahame Grieve (Feb 27 2018 at 18:07):
I think most EHR companies would prefer a less granular workflow, where it starts and finishes in the app - finishes with a service request being POSTed. But I suspect that life won't be so simple
Tim Berezny (Feb 27 2018 at 18:13):
I suspect this as well. A ServiceRequest being posted at the end is indeed the goal. I'm trying to narrow down the starting point. The way you phrase it, leans me to try and err on the side of ... generically launching an eReferral app from the patient context, rather than from a "referral" context.
Grahame Grieve (Feb 27 2018 at 18:31):
well, there's trial and error here to figure out what's best. Have you read this, btw?
Grahame Grieve (Feb 27 2018 at 18:31):
http://www.healthintersections.com.au/?p=2746
Grahame Grieve (Feb 27 2018 at 18:31):
not directly related, but possibly relevant
Last updated: Apr 12 2022 at 19:14 UTC