---
title: "Patient Responsibility"
method: POST
path: "/forms/estimate"
tags: ["provider", "forms"]
---

# Patient Responsibility

`POST /forms/estimate`

## Query parameters

- `verbose` boolean

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- PatientResponsibilityRequest
  - `patient_id` string, required
  - `provider_id` string, required
  - `payer_code` string, nullable
  - `member_id` string, nullable
  - `cpt_codes` string[], required

## Response `200`

Successful Response

- PatientResponsibilityResponse
  - `amount` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
