Stream: eCR Now FHIR App
Topic: Minimum required FHIR endpoints
Jay Rankin (Jan 26 2021 at 18:49):
Hi all,
I'm evaluating the eCRNow FHIR App and having trouble determining exactly what is the minimum set of R4 FHIR API endpoints required for this to work. I've looked through the mapping spreadsheets in the documents directory in github, but that doesn't seem to line up exactly with the code. We're in the process of implementing US-Core APIs and trying to determine what, if any, additional work beyond that would be required to satisfy eCRNow. Any thoughts or better documentation would be much appreciated. Thanks.
Santosh Jami (Feb 03 2021 at 10:28):
@Jay Rankin
- First step is to integrate the SMART on FHIR on your FHIR server
- Provide the right client credentials into the eCR Now App
- If you launch with only PatientId, eCR Now will review the Patient reosurce and retrieve all the relevant FHIR resources associated with that Patient namely: Encounter, DiagnosticReport, Observation, ServiceRequest, Immunization, Document, MedicationRequest, Pracitioner, Organization - all of these will be utilized to publish the eICR.
As mentioned, if the Step #1 and #2 are done the right way, we need not worry which FHIR resources eCR Now will be reviewing. Thanks
Jay Rankin (Feb 03 2021 at 14:33):
Thanks for the reply @Santosh Jami , unfortunately, that doesn't really answer my question. We're in the process of implementing FHIR APIs, but primarily focusing on the required US-Core profiles to satisfy USCDI/21st Century Cures regulatory requirements. What I'm trying to determine is if that set of 26 or so endpoints will be sufficient for the eCRNow app to produce a useful or valid eICR, or if we need to look at adding additional Resources to our API offering first. Thanks again.
Ilia Malkovitch (Dec 17 2021 at 21:49):
Was there an answer to this question? We are interested in the same thing - we're on track to build out the 27 main USCDI Cures-required endpoints, but looking for details on whether that will contain enough info to build out eCRs using the FHIR app. If not, it would be super helpful to have an exact list of the additional profiles/data items enumerated
Thank you (and apologize if already answered, but searching here I didn't find it)
Nagesh Bashyam (Jan 13 2022 at 18:55):
Ilia
USCDI gives most of the APIs and data elements for eICRs but does not have all of them.
Please refer to the following link to understand the FHIR R4 Queries and data elements captured in eICRs.
https://github.com/drajer-health/eCRNow/blob/master/documents/eCR_R1.1_FHIR_Mapping_R4_v2.xlsx
Bob McCarthy (Mar 07 2022 at 17:11):
Hi @Nagesh Bashyam , following up here...I think the outstanding question is whether -all- of these data elements need to be transmitted, or only a subset of them? Are some critical for eCR messages to be accepted, while others are nice-to-have elements?
Nagesh Bashyam (Mar 07 2022 at 18:09):
Bob,
An email detailing the specifications and the data elements should have been already sent out to your team.
Please let us know if you need anything else.
Last updated: Apr 12 2022 at 19:14 UTC