MediRecords has designed a comprehensive set of FHIR API’s that allows third party developers to build applications by creating, modifying, and querying patient and clinical data stored in MediRecords EHR.
The API’s returns JSON responses that are formatted according to FHIR standards . FHIR is a HL7 specification for seamless transfer of healthcare information electronically. The standardized resource types make application development simpler.
Note an account is required to access this feature. Contact Us to create a customer account.
MediRecords supports the following FHIR® API covering the Patient’s demographic and clinical details.
The table below will be updated periodically as MediRecords publishes new APIs:
Legend: C - Create, R - Read, U - Update, D - Delete, S - Search
The MediRecords API uses OAuth 2.0 bearer token authentication to authenticate requests. To use your OAuth bearer token, you need to assign it to your request header as an authentication value.
Example. If your OAuth bearer token is db3efb4e-82bb-4bbb-997b-b5a3c39ce7e2
, send this token in each request in your request header.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Contact Us to create a customer account.
For Prod, API_URL is: https://api.medirecords.com/fhir