Medical Document Parsing
Introduction
EkaCare’s Medical Document Parsing API offers a comprehensive solution for extracting and structuring data from diverse medical documents, including lab reports, prescriptions, and insurance policies. Explore our APIs here to see how they can add value to your healthcare ecosystem. Learn more about our advanced parsing capabilities, accuracy benchmarks, and detailed technology insights here.
Steps to Use Medical Document Parsing APIs:
- Authorization: Use the Client Login API to generate an access token. Use this token for authorization in all API requests.
- Upload Medical Records: Upload image or PDF files of medical record following the specified document specs. Upon successful upload, you will receive a
document_id
. - Parsed Report: Two distinct formats are available to obtain parsed results. Use the document_id along with the required query parameter to fetch the results. The same API can be utilized to check the parsing status, and a webhook is also available for this purpose.
- Retrieve Parsed Report The response is returned in a structured FHIR format.
- Parsed Report Result API This endpoint returns a JSON response that includes additional data such as normalized values, document page numbers, eka_ranges, and other pertinent details not captured in the FHIR object due to its limitations.
- Delete Medical Report: Instantly remove an uploaded document from our system using the Delete Report API by providing its unique
document_id
Let’s start your journey! If you have any questions or need assistance, please feel free to reach out to our support team at ekaconnect@eka.care. We’re here to help!
- Download Postman Collection
- Download Python Notebook