GET api/members/{memberid}/patientplans/{id}
Gets a patient plan resource
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberid |
Member identifier |
integer |
Required |
| id |
Patient Plan identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A patient plan (AR status history) resource
PatientPlanModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID |
Gets or sets the Member ID |
integer |
None. |
| MemberUrl |
Gets or sets the Member Url |
string |
None. |
| FacilityARTypeID |
Gets or sets the Facility AR Type ID |
integer |
None. |
| FacilityARTypeUrl |
Gets or sets the Facility AR Type Url |
string |
None. |
| Inactive |
Gets or sets the Inactive indicator |
boolean |
None. |
| EffectiveStartDate |
Gets or sets the Effective Start Date |
date |
None. |
| EffectiveEndDate |
Gets or sets the Effective End Date |
date |
None. |
| Suspended |
Gets or sets the Suspended indicator |
boolean |
None. |
| Deleted |
Gets or sets the Deleted indicator |
boolean |
None. |
| TermedByAbsence |
Gets or sets the Termed By Absence indicator |
boolean |
None. |
| TermedFutureDate |
Gets or sets the Termed Future Date indicator |
boolean |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
{
"url": "sample string 7",
"id": 8,
"memberID": 1,
"memberUrl": "sample string 2",
"facilityARTypeID": 4,
"facilityARTypeUrl": "sample string 5",
"inactive": true,
"effectiveStartDate": "2025-12-09T20:12:14.6072782-06:00",
"effectiveEndDate": "2025-12-09T20:12:14.6072782-06:00",
"suspended": true,
"deleted": true,
"termedByAbsence": true,
"termedFutureDate": true
}