Use this API with the document_id to fetch results. This endpoint returns a JSON response that includes a detailed and structured parsed report.
test_name
: Verbatim as written in the lab report
test_eka_id
: Eka identifier for the test
loinc_id
: LOINC identifier for the test
data
)value
: value of the test as given in the reportunit
: unit of the test as given in the report, parsed by OCR (Non post processed). NOTE: at times OCR reads 10^3 u/ml as 103u/mlunit_processed
: unit of the test as given in the report, parsed by OCR and then processed by eka. In the above example 103u/ml is converted back to 10*3u/ml after applying post processingnormal_range_report
: normal range parsed object basis the low-high values given in the reportnormal_range_eka
: normal range parsed object basis EkaCare’s database considering age / gender information of the person from the report.unit_eka_id
: Eka id for unitdisplay_range
: Verbatim range display text (string) parsed from the report.normalised_data
)display_range
and unit_processed
since that is verbatim and normalisation does not make sense.
<unique_file_path>
: A unique identifier representing the file path is utilized to group related PII information. Each file path is mapped to a collection of PII data for different pages in the document..
PageNum
: Represents the page number within the document where relevant PII data is found.DocumentDate
: Captures the document date in Unix timestamp format for consistent time-related operations.Name
: Verbatim representation of the patient’s name as found in the document.Age
: The patient’s age is detailed in years, months, and days, providing a comprehensive age identification.Gender
: Captures the patient’s gender, e.g., “male” or “female”.SampleCollectionDate
: (only for Lab-reports) The date and time when the sample was collected, in “dd/mm/yyyy hh:mm:ss” format.SampleReceivedDate
: (only for Lab-reports) The date and time when the sample was received, in “dd/mm/yyyy hh:mm:ss” format.GeneratedDate
: (only for Lab-reports) The report generation date and time in “dd/mm/yyyy hh:mm:ss” format.Doctor
: The doctor’s name, if available.Facility
: The name of the facility or laboratory where the test was conducted, e.g., “LalPath Labs”.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
eka user id (OID)
Document ID to update the document details.
"2df9e795-d368-4ceb-be9d-b44281703827"
Successful response
The response is of type object
.