Medical Document Parsing
Retrieve Parsed Report
Use this api with the identifier which you have recieved in webhook events to fetch results. This endpoint returns a FHIR response.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The unique identifier for the health record is care_context_id.
Response
200
application/json
Successful retrieval of health records.
Please refer to FHIR bundle response https://hl7.org/fhir/R4/bundle.html