GET
/
public
/
v1
/
patient-plans
/
{patient_plan_id}
curl --request GET \
  --url https://api.silnahealth.com/public/v1/patient-plans/{patient_plan_id} \
  --header 'Authorization: Bearer <token>'
{
  "member_number": "<string>",
  "group_number": null,
  "start_date": null,
  "end_date": null,
  "payor_entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "insurance_type": null,
  "source_id": null,
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "patient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "provider_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "plan_order_number": 123,
  "plan_eligibility_status": "ACTIVE",
  "insurance_card_file_id": null,
  "insurance_card_back_file_id": null,
  "archived_at": null,
  "latest_eligibility_check": null,
  "latest_benefits_check": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

patient_plan_id
string
required

Response

200
application/json
Response schema for patient plan

Response schema for patient plan