GET api/members/{memberid}/patientplans

Gets a collection of PatientPlan resources for a member

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberid

Member identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of patientPlan details

Collection of PatientPlanModel
NameDescriptionTypeAdditional 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-05-30T21:40:20.1204138-05:00",
    "effectiveEndDate": "2025-05-30T21:40:20.1204138-05:00",
    "suspended": true,
    "deleted": true,
    "termedByAbsence": true,
    "termedFutureDate": true
  },
  {
    "url": "sample string 7",
    "id": 8,
    "memberID": 1,
    "memberUrl": "sample string 2",
    "facilityARTypeID": 4,
    "facilityARTypeUrl": "sample string 5",
    "inactive": true,
    "effectiveStartDate": "2025-05-30T21:40:20.1204138-05:00",
    "effectiveEndDate": "2025-05-30T21:40:20.1204138-05:00",
    "suspended": true,
    "deleted": true,
    "termedByAbsence": true,
    "termedFutureDate": true
  }
]