Docus CDS API (Labs)
    Docus CDS API (Labs)
    • Getting Started
    • Submit Lab Results
      POST
    • Generate Interpretation
      POST
    • Access URL Delivery
      POST

      Generate Interpretation

      POST
      {{docus_endpoint_url}}
      Use this endpoint when all lab results associated with the given visit or order have been submitted to Docus.
      This request triggers the report generation process for the specified patient_id and reference_id.

      Request

      Header Params

      Body Params application/jsonRequired

      Examples

      Responses

      đŸŸ¢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request POST '{{docus_endpoint_url}}' \
      --header 'x-api-key;' \
      --header 'x-team-id;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
        "patient_id": "pt_123456",
        "reference_id": "C1234",
      }'
      Response Response Example
      {}
      Previous
      Submit Lab Results
      Next
      Access URL Delivery
      Built with