To support a FHIR integration, we need a census of the emergency room. This can be in the format of a full ADT feed, or it can be a simple export provided every 5-15 minutes.
The output should contain the following data elements:
Field | Definition | Format |
MRN | The medical record number used to identify the patient within your system. | String |
Encounter | The number used to identify the patient's visit/encounter within your system. | String |
VisitDateTime | The date and time of the patient's visit/encounter. | mm/dd/yyyy HH:MM:ss |
Additional Details
Runs every 5 - 15 minutes
Each filename should be unique
Should include any emergency patient registered within the past 30 minutes
Output should be a comma-separated values list, or .csv
Individual values should be surrounded by quotation marks (")
Individual values should be separated by commas (,)
All leading and trailing spaces should be eliminated
All records should be separated by a new line character
The first row in the file should be the header row
Sample Output
A sample output can be found in our Integration Helpers repository.
