top of page

Tele-medicine Integration

This describes all the API methods to redirect diagnostic test review process through a custom tele-medicine command centre.

Base URL

https://api.bifrost.health/api

Methods

Retrieve Diagnostic Test Results

This method will retrieve all test results from Bifrost-powered diagnostics systems that have been marked for review.

Path

/telemedicine/review

Method

POST

Request

Content-Type

application/json

Body

Retrieve Results
Response

Code: 200

List of all data for review

Content returned:

Contents of json objects in array

Code: 400

Failed to retrieve results marked for review

Code: 401

Invalid tenant ID provided

Upload Final Reports

This method can be used to save final PDF reports in a format of your choice. This step is essential to allow patients to see final reports and electronic health record systems to sync final diagnostic reports.

Path

/results/save

Method

POST

Request

Content-Type

application/json

Body

Upload Reports
Response

Code: 200

PDF report saved successfully

Code: 400

Failed to upload the PDF report

Code: 401

Invalid tenant ID provided

Suggested Workflow

Telemedicine.png
bottom of page