FHIR Chat · eCR · eCR Now FHIR App

Stream: eCR Now FHIR App

Topic: eCR


view this post on Zulip Ozlem Kurt (May 12 2020 at 17:23):

Hi,
If we already have the CDA type of document for eICR in the EHR, how can we send it to CDC without using the eCR Now app? Is there any endpoint we can send to using Direct or XDR?
Thanks,
Ozlem

view this post on Zulip John Loonsk (May 12 2020 at 17:59):

Yes! There is an on-boarding process for health systems that have EHRs that can do CDA electronic case reporting. Case reporting in the US goes to state and local public heath agencies and then they send some data on to the CDC. You can connect-up to the on-boarding process via Rob Brown the eCR on-boarding manager (Brown, Rob <robbrown5@deloitte.com>). I will pass your information on to him as well.

view this post on Zulip Philip Su (May 14 2020 at 19:43):

Apologies for the super-newbie question, but this is my first time learning about eCR Now... I spent a few hours during the Connectathon reading through the eCR Now FHIR App materials and source code. Is it accurate to say that eCR Now ultimately uses SMTP as its only supported protocol (whether through Direct Secure Messaging or XDR)?

As a complete novice to this space, SMTP as a chosen protocol is surprising, in that it's much more onerous than modern secure-connection technologies. I'm guessing this is for historical reasons to not need to upgrade existing EHR systems that have been in place for years. But are there plans to support a more modern API (e.g. REST, etc)?

I'm specifically asking because I'm working with the Gates Foundation to push a bit on enabling smartphone-based at-home COVID rapid diagnostic tests. I'd like to be able to have the smartphone app be able to report COVID positivity through eCR Now, but it appears with the current design that I'd need to instead implement an entire SMTP server (both outbound to send the report, as well as inbound to receive the response) as well as to parse emails as the main interface to electronic reporting. Is this a correct understanding of how this is supposed to work? I suspect I'm likely missing some fundamental method that's much easier to integrate with.

Thank you for your help and guidance!

view this post on Zulip Vassil Peytchev (May 14 2020 at 20:24):

I don't know if the eCR Now app uses SMTP, but if it does, it is probably part of the Direct protocol. The Direct protocol has two incarnations, one is SMTP based, secured via S-MIME, and the other is WS-I based SOAP Web Service (XDR).

I am sure you will get more specific comments on your specific use case, home based rapid diagnostic tests...

view this post on Zulip Nagesh Bashyam (May 14 2020 at 20:25):

Philip,
Currently the infrastructure that is used to receive electronic case reports support XDR and Direct. Direct is based on Email/SMTP protocols and XDR uses SOAP based protocols. The App currently is trying to leverage this existing infrastructure and hence it is build to work with the existing infrastructure. As the infrastructure evolves to use other methods like FHIR, the app could evolve.

view this post on Zulip Vassil Peytchev (May 14 2020 at 20:27):

I think part of the question is whether at-home rapid diagnostic test results are appropriate to report via eCR...

view this post on Zulip Grahame Grieve (May 14 2020 at 20:28):

if it's at all appropriate to report at home diagnostic tests, then how would it be appropriate to report them?

view this post on Zulip Grahame Grieve (May 14 2020 at 20:29):

I think that reporting by direct is the least of the problems - it's all the identifiers that are the problem

view this post on Zulip Philip Su (May 15 2020 at 02:19):

Thanks, everyone - I'll look into XDR a bit more!

view this post on Zulip Mashallah Behbehani (May 15 2020 at 20:03):

Beginner question, I'm working through the setup of eCRNow on my dev machine. In the readme for FHIR configuration and transport configuration, are there some test server values that I could use to try this out? For example, following the configuration guide on Transport Configuration, it shows an example ett.healthit.gov setup. Could I reuse this one, and if so, what would the password be for the test instance? cc: @Nagesh Bashyam , @John Loonsk

view this post on Zulip Greg Johnson (Jun 18 2020 at 23:53):

I'm also trying to install the app. Does anyone know if there is a Docker container for the eCR Now App?

view this post on Zulip Nagesh Bashyam (Jun 19 2020 at 18:32):

Docker Files will be available shortly.


Last updated: Apr 12 2022 at 19:14 UTC