Hello everyone,
We are building a SMART on FHIR app that will launch from Cerner. We observed that most people would search through an EHR for specific data (e.g., dentistry, ASD, ECG/EKG, EEG, ENT, etc.) using code systems like LOINC or SNOMED CT. We want to query specific data from Cerner, and we wonder what recommendations you have for us to fetch that information. We also wonder if there is any test data set we can use containing the information above or tools to create the data.
We drafted an approach to query the information below. We would appreciate it if you could give us feedback on that.
An Approach to Fetch Data:
We plan to do the following step in order. If one returns no data, move on and search for the next step:
- Search through the list of LOINC codes
- Search through the list of SNOMED CT codes
- Search through the title and body of the FHIR data using a list of keywords like “ASD”, “ECG”, “EEG”, etc.
Thanks