FHIR Chat · Links to various artifacts · eCR Now FHIR App

Stream: eCR Now FHIR App

Topic: Links to various artifacts


view this post on Zulip Nagesh Bashyam (May 04 2020 at 20:18):

The source code repository is at https://github.com/drajer-health/eCRNow

The ERSD file can be downloaded by registering for an account at : http://ersd.aimsplatform.org Currently this link only works state-side and if you are out of country, please contact us to figure out how we can get you a copy of it through the right means.

The schematron file can be downloaded from https://gforge.hl7.org/gf/project/pher/scmsvn/?action=browse&path=%2Ftrunk%2FPHCASERPT_eICR%2Fschematron%2F with the appropriate HL7 authorization.

view this post on Zulip Eric Marriott (May 05 2020 at 18:31):

Is there a way to download the ERSD file as json instead of XML?

view this post on Zulip Tim Morris (May 05 2020 at 20:52):

Retrieving JSON eRSD bundle.

The only format available for download from the eRSD application main page currently is XML. However, there are two mechanisms for getting JSON (not option 1 is not relevant if you need the distribution between release notifications):

1. On the subscription page you can select to receive JSON format and make sure to check "include changed artifacts".  When new versions are released, you will receive an email with the bundle.

2. On the main page click on polling management, on this page you can create an API key to use in the GET on the REST api.
URL for GET:  https://ersd.aimsplatform.org/api/fhir/Bundle?_sort=-_lastUpdated&_count=1&api-key=<api key from ersd site>

view this post on Zulip Michael McCune (May 06 2020 at 19:52):

Hi Nagesh,
Can you explain a few common scenarios for invoking the SMART on FHIR component of the eCR Now app? For example, do some EHR vendors invoke the eCR Now app without direct user involvement? For example, a patient encounter record is generated within their system and they automatically invoke wthe eCR Now app? Or, do all of the use cases involve a user accessing a patient record in the EHR portal and invoking eCR Now when they create an encounter within the portal?
Thanks,
Mike

view this post on Zulip Michael McCune (May 06 2020 at 20:04):

Nagesh,
As I am involved with the eHealth Exchange, I'm wondering if we could scan documents transmitted over the exchange (CCDAs) and invoke eCR Now when a recent encounter record is detected? eCR Now would make FHIR calls back to the document sender to gather the data for an eCR and send it on to AIMS (assuming that there is enough to "trigger" an eCR). We would need additional code so that we don't duplicate requests back to the provider (document sender) by verifying whether the encounter has been acted on already or not. Of course, we would also need "buy in" from the eHealth Exchange community.
Thanks,
Mike

view this post on Zulip Nagesh Bashyam (May 06 2020 at 20:42):

Michael
We are exploring the app invocation without user involvement and that would be the desired outcome and the preferred method. The big challenge has been obtaining the patient and encounter context information to query the EHR for data subsequently. Some methods that have been discussed previously is the use of ADTs to build the patient/encounter list and work from there. There also have been discussions about creating an API to pass the context and take it from there. So this is an area that will have to be addressed more deeply and may require customization by the vendors based on their preferences. I have to think about the eHealth Exchange scenario that you outlined, maybe we can discuss during our connectathon sessions.

view this post on Zulip Michael McCune (May 07 2020 at 00:59):

Hi Nagesh,
Thanks for the feedback. The approach that I proposed within the eHealth Exchange is a long-term consideration. We cannot move forward quickly on that approach.
Thanks,
Mike


Last updated: Apr 12 2022 at 19:14 UTC