GET CarePlans/Item
Get carePlanItems from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
IncludeError |
Include records where RecordState == RecordState.Error |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
CarePlanItemIDs |
Filter by CarePlanItemIDs |
Collection of integer |
None. |
CarePlanItemCategoryID |
Filter by CarePlanItemCategoryID |
integer |
None. |
CarePlanItemName |
Filter by CarePlanItemName |
string |
None. |
Type |
Filter by Type |
CarePlanItemType |
None. |
AnswerType |
Filter by AnswerType |
CarePlanItemAnswerType |
None. |
Caption |
Filter by Caption |
string |
None. |
IsCustom |
Filter by IsCustom |
boolean |
None. |
ClientCarePlanID |
Filter by ClientCarePlanID |
integer |
None. |
IsCustom_ClientCarePlanID |
Filter by ClientCarePlanID (when looking at IsCustom) |
integer |
None. |
ClientCarePlanEntryID |
Filter by ClientCarePlanEntryID |
integer |
None. |
Props |
Filter by Props |
Collection of Object |
None. |
CreatedByUserID |
Filter by CreatedByUserID |
integer |
None. |
LastUpdatedByUserID |
Filter by LastUpdatedByUserID |
integer |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
CarePlanID |
Filter by CarePlanID |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of CarePlanItemDTOs
Collection of CarePlanItemDTOName | Description | Type | Additional information |
---|---|---|---|
CarePlanItemID |
Care Plan Item ID |
integer |
None. |
CarePlanItemCategoryID |
Care Plan Item Category ID |
integer |
None. |
CarePlanItemName |
Care Plan Item Name |
string |
None. |
Type |
Type |
CarePlanItemType |
None. |
AnswerType |
Answer Type |
CarePlanItemAnswerType |
None. |
Caption |
Caption |
string |
None. |
IsCustom |
Is Custom |
boolean |
None. |
ClientCarePlanID |
Client Care Plan ID |
integer |
None. |
Props |
Props |
Collection of Object |
None. |
RecordState |
Record State |
ClinicalRecordState |
None. |
CreatedByUserID |
Created By User ID |
integer |
None. |
LastUpdatedByUserID |
Last Updated By User ID |
integer |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
CategoryName |
Category Name |
string |
None. |
CategoryDescription |
Category Description |
string |
None. |
CarePlanItemLinks |
Care Plan Item Links |
Collection of CarePlanItemLinkDTO |
None. |
Summary |
Summary |
string |
None. |