Stream: eCR Now FHIR App
Topic: Help with Generating EICR From Positive Trigger Mode Matches
AJ Stangl (Jun 24 2020 at 12:45):
Hello, I work for an HIE and we have been evaluating this application for our needs. I was wondering if anyone could share a resource of even a snippet for a Trigger match on a Condition that would result in ecir data being written.
I have a test patient, encounter, observation, and conditions set-up on https://launch.smarthealthit.org/v/r4/fhir and can verify that the application is working after stepping through the code. I am at a loss for what would trigger a report and was hoping someone could help
Nagesh Bashyam (Jul 16 2020 at 04:58):
Sorry for the delayed response, The reports can be triggered in two ways:
- For COVID-19 there are specific codes in the value sets specified in the ersd bundle, so the codes that would trigger them could be observation codes, condition codes, diagnostic report codes etc. These value sets have limited set of values and it has to match them.
- For Full eCR Reporting in general, the value sets are large and the codes that could be used for testing are many more. So you could use any of them to test.
There are test data scenarios in the https://github.com/drajer-health/eCRNow/tree/master/documents folder.
(Connectathon Data.pdf).
You could create your test data based on that and excercise the entire flow.
If you need any help, please let us know and we would be happy to help.
Last updated: Apr 12 2022 at 19:14 UTC