FHIR Chat · SMART data flow into EHR? · argonaut

Stream: argonaut

Topic: SMART data flow into EHR?


view this post on Zulip Fred Sieling (Aug 21 2016 at 17:26):

Hi- I'm working a data collection use case for public health. To avoid double data entry, we want to collect telephone interview data using the Questionnaire Response (QR) Resource and flow data to state dept. public health and also to hospital EHR. We can control the state DPH, but I want to know if/how Argonaut allows SMART data flows into EHR systems, e.g., can I upload a QR resource? What about an observation resource with patient-reported blood pressure? Any help wonderful :)

view this post on Zulip Brian Postlethwaite (Aug 21 2016 at 23:45):

Do you have any drafts of the questionnaire(s) that you are going to be using?
(I'd like to try it out with our SmartQ renderer)

view this post on Zulip Fred Sieling (Aug 22 2016 at 19:23):

No draft yet. We are firming up our use case. Likely will be a couple months before we go ahead and write up the questionnaire. I can share at that point :)

view this post on Zulip Eric Haas (Aug 23 2016 at 22:20):

We have not looked at the Questionniare resource in Argo or how to update or create resources in EHRs. Only use case is provider and patient access to EHR data.
That said what is your specific use case? I am interested in rationale for using Questionnaire vs Resources/Profiles for PH surveillance and reporting purposes.

view this post on Zulip Fred Sieling (Aug 24 2016 at 18:05):

OK. Thanks for your response :) In brief, we are collecting post-discharge data via telephone interview. In one question, we ask if the patient has taken their blood pressure and then ask for the measurements. I understand it's incorrect to create an observation resource to contain the patient-reported blood pressure because the measurements were not observed directly. One way to faithfully record the concept is using the Questionnaire and Questionnaire Response resources, where we can explicitly capture the questions and answers. I'm not sure the best approach to enable the hospital EHR system to see this data going forward. More complete information found on the FHIR resources pages: https://www.hl7.org/fhir/questionnaire.html and https://www.hl7.org/fhir/questionnaireresponse.html

view this post on Zulip Richard Townley-O'Neill (Aug 24 2016 at 23:20):

Can the patient-reported blood pressure be recorded in an observation resource with the patient as the performer?

view this post on Zulip Eric Haas (Aug 24 2016 at 23:25):

I moved this conversation to the Implementors stream here With my response

view this post on Zulip Fred Sieling (Aug 30 2016 at 15:49):

Cross posted from implementers/Questionnaire v Observation: https://chat.fhir.org/#narrow/near/35203/stream/implementers/topic/Questionnaire.20v.20Observation

It leaves open a practical or policy question: in terms of real-world use, which FHIR- or SMART-compliant systems will allow resources (Observation/Encounter/Procedure/Etc.) to flow into their systems and when? My understanding is at this time, no implementers are working on a generic feature to allow data to flow in. Is that fairly stated?

view this post on Zulip Grahame Grieve (Aug 30 2016 at 20:18):

yes, no one is working on that. Some of the argonaut implementers have done specific inwards data flow, for some reasons. And it is a commonly requested feature

view this post on Zulip Josh Mandel (Aug 30 2016 at 22:49):

I think that's accurate: the specifications are clear enough for writing data in a general-purpose way, but most real-world EHR systems aren't going to support such a general write API anytime soon. There are specific places (e.g. adding a new problem to the problem list, or creating a new free-text note) where vendors have built support.

view this post on Zulip Kevin Shekleton (Aug 31 2016 at 18:57):

EHR systems do not support generic reads either because they are resulting in internal API/service/db calls + business logic for _each resource_. EHR systems are not treating FHIR resources as simple documents (which is really the only way in which you can support general purpose reads/writes)

view this post on Zulip John Moehrke (Aug 31 2016 at 19:06):

I suspect this is a case of being able to crawl before trying to walk, skip, run, sprint, jump, ... A write API has issues of data Provenance, Authority, versioning, and verification. Also much harder to prevent malicious attack or misuse. All requiring a very different policy discussion. I would expect, as Josh indicated, there will be a much smaller set of objects open for write, and they will likely go into an 'inbox' to be reviewed by a human before acceptance. Experience will create some automated flows, like from authorized and well-behaved devices and services.

view this post on Zulip Fred Sieling (Sep 06 2016 at 14:52):

All-- This helps me put our prototyping activity in context. Thank you for your responses :) For now, I'll limit my ambition to writing a free-text note with data from Questionnaire Responses. I heard there is already a SMART app that does this and it seems like the lowest common denominator.

EDIT: maybe the The 'EnrG | Rheum' SMART app? see https://chat.fhir.org/#narrow/near/24132/stream/smart/topic/Smart.20App.20that.20writes.20back.20into.20the.20EHR

view this post on Zulip Mat Coolidge (Sep 06 2016 at 18:27):

Hey sorry I missed lots of this discussion. My team is currently using Questionnaires and observations to file nursing documentation into the EMR (in production)

view this post on Zulip Mat Coolidge (Sep 06 2016 at 18:27):

We are using it for compliance purposes for timely documentation requirements

view this post on Zulip Mat Coolidge (Sep 06 2016 at 18:28):

We also partially support questionnaire=>response=>observation workflows with another app likely seeking production implementation by end of year

view this post on Zulip Pascal Pfiffner (Sep 06 2016 at 20:27):

(deleted)

view this post on Zulip Kevin Shekleton (Sep 07 2016 at 16:27):

@Fred Sieling - Our production FHIR server here at Cerner supports several writes already. You check them all out at http://fhir.cerner.com/dstu2/
The EnrG|Rheum SMART app was the first SMART app to take advantage of our FHIR server's write capabilities


Last updated: Apr 12 2022 at 19:14 UTC