---
title: "Get Policies"
method: GET
path: "/patients/{patient_id}/policies"
tags: ["INSURANCE POLICIES"]
---

# Get Policies

`GET /patients/{patient_id}/policies`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `active_only` boolean

## Response `200`

Successful Response

- PoliciesResponse
  - `current_page_num` integer, nullable
  - `next_page_url` string, nullable
  - `page_first_item_num` integer, nullable
  - `page_last_item_num` integer, nullable
  - `previous_page_url` string, nullable
  - `results` PolicyResponse[], required
    - `address` string, nullable
    - `back_image_path` string, nullable — Path to the back image of the insurance card
    - `can_check_eligibility` boolean, nullable — Indicates whether eligibility can be checked for this policy
    - `carrier_id` integer, nullable
    - `carrier_name` string, nullable
    - `city` string, nullable
    - `copay` string, nullable
    - `county_code` string, nullable
    - `deductible` string, nullable
    - `end_date` string, date, nullable
    - `extension` string, nullable
    - `front_image_path` string, nullable — Path to the front image of the insurance card
    - `group_id` string, nullable
    - `hippospace` string, required
    - `id` integer, required
    - `insured_person_address` string, nullable
    - `insured_person_city` string, nullable
    - `insured_person_dob` string, date, nullable
    - `insured_person_first_name` string, nullable
    - `insured_person_id` string, nullable
    - `insured_person_last_name` string, nullable
    - `insured_person_sex_at_birth` string, nullable
    - `insured_person_ssn` string, nullable
    - `insured_person_state` string, nullable
    - `insured_person_zip` string, nullable
    - `is_legacy_insurance` boolean
    - `medicare_secondary_code` string, nullable
    - `member_id` string, nullable
    - `patient_dob` string, date, required
    - `patient_first_name` string, required
    - `patient_id` integer, required
    - `patient_last_name` string, required
    - `payment_program` 'medicare_part_b' | 'medicare_advantage' | 'medicaid' | 'commercial_hmsa' | 'commercial_sfhp' | 'commercial_other' | 'workers_compensation'
    - `phone` string, nullable
    - `plan_id` integer, nullable
    - `plan_name` string, nullable
    - `practice_id` integer, required
    - `rank` integer, nullable
    - `relationship_to_insured` 'self' | 'child' | 'spouse' | 'other'
    - `start_date` string, date, nullable
    - `state` string, nullable
    - `status` 'active' | 'inactive', required
    - `suite` string, nullable
    - `vendor_company_id` integer, nullable
    - `vendor_external_id` string, nullable
    - `zip` string, nullable
  - `total_item_count` integer, nullable
  - `total_page_count` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
