GET PlanCare2Api/ClientplansV2/{clientplanId}/Careplans/{clientplanPartId}/CareDemands

Retrieve all care demands V2 for the selected clientplan.

Requires 'Start' permission for function ClientPlanOverview {7757BB23-A132-438A-9601-28E6BF9E4CA7}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientplanPartId

The client planpart V2 ID.

integer

Required

clientplanId

The client plan V2 ID.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of care demands V2

Collection of CareDemand
NameDescriptionTypeAdditional information
Id

The id of the CareDemand.

integer

None

TemplateCareDemandId

The id of the template CareDemand.

integer

None

DomainId

The id of the Domain.

integer

None

Name

The name of the CareDemand.

string

None

Goals

The Goals of the CareDemand.

Collection of GoalV2

None

DomainName

The name of the Domain.

string

None

Explanation

The explanation of the CareDemand.

string

None

QuestionnaireCareDemandId

The id of the Questionnaire CareDemand.

integer

None

QuestionnaireName

The name of the questionnaire.

string

None

QuestionnaireStatusDescription

The status description of the questionnaire.

string

None

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "TemplateCareDemandId": 1,
    "DomainId": 2,
    "Name": "sample string 3",
    "Goals": [
      {
        "$id": "2",
        "Id": 1,
        "AggregateId": "f3e4925d-ad19-464e-bc27-6cd033c7fc28",
        "CareDemandName": "sample string 3",
        "CareDemandId": 4,
        "CareDemandExplanation": "sample string 5",
        "TemplateGoalId": 1,
        "PreviousGoalId": 1,
        "QuestionnaireGoalId": 1,
        "StartDate": "2026-05-26T22:09:04.4412017+02:00",
        "EndDate": "2026-05-26T22:09:04.4412017+02:00",
        "Name": "sample string 6",
        "Status": 0,
        "StatusDescription": "sample string 7",
        "StatusDate": "2026-05-26T22:09:04.4412017+02:00",
        "InitialSituation": "sample string 9",
        "TargetSituation": "sample string 10",
        "DisciplineIds": [
          1,
          2
        ],
        "DisciplineGroupIds": [
          1,
          2
        ],
        "LatestScore": {
          "$id": "3",
          "Color": 1,
          "Description": "sample string 2",
          "Value": 3,
          "Rank": 4,
          "Name": "sample string 5"
        },
        "MainGoalId": "d380943d-9495-46b6-8816-91de9e64d2ea",
        "MainGoal": "sample string 11"
      },
      {
        "$ref": "2"
      }
    ],
    "DomainName": "sample string 4",
    "Explanation": "sample string 5",
    "QuestionnaireCareDemandId": 1,
    "QuestionnaireName": "sample string 6",
    "QuestionnaireStatusDescription": "sample string 7"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCareDemand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan">
  <CareDemand>
    <DomainId>2</DomainId>
    <DomainName>sample string 4</DomainName>
    <Explanation>sample string 5</Explanation>
    <Goals>
      <GoalV2>
        <AggregateId>f3e4925d-ad19-464e-bc27-6cd033c7fc28</AggregateId>
        <CareDemandExplanation>sample string 5</CareDemandExplanation>
        <CareDemandId>4</CareDemandId>
        <CareDemandName>sample string 3</CareDemandName>
        <DisciplineGroupIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </DisciplineGroupIds>
        <DisciplineIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </DisciplineIds>
        <EndDate>2026-05-26T22:09:04.4412017+02:00</EndDate>
        <Id>1</Id>
        <InitialSituation>sample string 9</InitialSituation>
        <LatestScore>
          <Color>1</Color>
          <Description>sample string 2</Description>
          <Name>sample string 5</Name>
          <Rank>4</Rank>
          <Value>3</Value>
        </LatestScore>
        <MainGoal>sample string 11</MainGoal>
        <MainGoalId>d380943d-9495-46b6-8816-91de9e64d2ea</MainGoalId>
        <Name>sample string 6</Name>
        <PreviousGoalId>1</PreviousGoalId>
        <QuestionnaireGoalId>1</QuestionnaireGoalId>
        <StartDate>2026-05-26T22:09:04.4412017+02:00</StartDate>
        <Status>Concept</Status>
        <StatusDate>2026-05-26T22:09:04.4412017+02:00</StatusDate>
        <StatusDescription>sample string 7</StatusDescription>
        <TargetSituation>sample string 10</TargetSituation>
        <TemplateGoalId>1</TemplateGoalId>
      </GoalV2>
      <GoalV2>
        <AggregateId>f3e4925d-ad19-464e-bc27-6cd033c7fc28</AggregateId>
        <CareDemandExplanation>sample string 5</CareDemandExplanation>
        <CareDemandId>4</CareDemandId>
        <CareDemandName>sample string 3</CareDemandName>
        <DisciplineGroupIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </DisciplineGroupIds>
        <DisciplineIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </DisciplineIds>
        <EndDate>2026-05-26T22:09:04.4412017+02:00</EndDate>
        <Id>1</Id>
        <InitialSituation>sample string 9</InitialSituation>
        <LatestScore>
          <Color>1</Color>
          <Description>sample string 2</Description>
          <Name>sample string 5</Name>
          <Rank>4</Rank>
          <Value>3</Value>
        </LatestScore>
        <MainGoal>sample string 11</MainGoal>
        <MainGoalId>d380943d-9495-46b6-8816-91de9e64d2ea</MainGoalId>
        <Name>sample string 6</Name>
        <PreviousGoalId>1</PreviousGoalId>
        <QuestionnaireGoalId>1</QuestionnaireGoalId>
        <StartDate>2026-05-26T22:09:04.4412017+02:00</StartDate>
        <Status>Concept</Status>
        <StatusDate>2026-05-26T22:09:04.4412017+02:00</StatusDate>
        <StatusDescription>sample string 7</StatusDescription>
        <TargetSituation>sample string 10</TargetSituation>
        <TemplateGoalId>1</TemplateGoalId>
      </GoalV2>
    </Goals>
    <Id>1</Id>
    <Name>sample string 3</Name>
    <QuestionnaireCareDemandId>1</QuestionnaireCareDemandId>
    <QuestionnaireName>sample string 6</QuestionnaireName>
    <QuestionnaireStatusDescription>sample string 7</QuestionnaireStatusDescription>
    <TemplateCareDemandId>1</TemplateCareDemandId>
  </CareDemand>
  <CareDemand>
    <DomainId>2</DomainId>
    <DomainName>sample string 4</DomainName>
    <Explanation>sample string 5</Explanation>
    <Goals>
      <GoalV2>
        <AggregateId>f3e4925d-ad19-464e-bc27-6cd033c7fc28</AggregateId>
        <CareDemandExplanation>sample string 5</CareDemandExplanation>
        <CareDemandId>4</CareDemandId>
        <CareDemandName>sample string 3</CareDemandName>
        <DisciplineGroupIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </DisciplineGroupIds>
        <DisciplineIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </DisciplineIds>
        <EndDate>2026-05-26T22:09:04.4412017+02:00</EndDate>
        <Id>1</Id>
        <InitialSituation>sample string 9</InitialSituation>
        <LatestScore>
          <Color>1</Color>
          <Description>sample string 2</Description>
          <Name>sample string 5</Name>
          <Rank>4</Rank>
          <Value>3</Value>
        </LatestScore>
        <MainGoal>sample string 11</MainGoal>
        <MainGoalId>d380943d-9495-46b6-8816-91de9e64d2ea</MainGoalId>
        <Name>sample string 6</Name>
        <PreviousGoalId>1</PreviousGoalId>
        <QuestionnaireGoalId>1</QuestionnaireGoalId>
        <StartDate>2026-05-26T22:09:04.4412017+02:00</StartDate>
        <Status>Concept</Status>
        <StatusDate>2026-05-26T22:09:04.4412017+02:00</StatusDate>
        <StatusDescription>sample string 7</StatusDescription>
        <TargetSituation>sample string 10</TargetSituation>
        <TemplateGoalId>1</TemplateGoalId>
      </GoalV2>
      <GoalV2>
        <AggregateId>f3e4925d-ad19-464e-bc27-6cd033c7fc28</AggregateId>
        <CareDemandExplanation>sample string 5</CareDemandExplanation>
        <CareDemandId>4</CareDemandId>
        <CareDemandName>sample string 3</CareDemandName>
        <DisciplineGroupIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </DisciplineGroupIds>
        <DisciplineIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:long>1</d5p1:long>
          <d5p1:long>2</d5p1:long>
        </DisciplineIds>
        <EndDate>2026-05-26T22:09:04.4412017+02:00</EndDate>
        <Id>1</Id>
        <InitialSituation>sample string 9</InitialSituation>
        <LatestScore>
          <Color>1</Color>
          <Description>sample string 2</Description>
          <Name>sample string 5</Name>
          <Rank>4</Rank>
          <Value>3</Value>
        </LatestScore>
        <MainGoal>sample string 11</MainGoal>
        <MainGoalId>d380943d-9495-46b6-8816-91de9e64d2ea</MainGoalId>
        <Name>sample string 6</Name>
        <PreviousGoalId>1</PreviousGoalId>
        <QuestionnaireGoalId>1</QuestionnaireGoalId>
        <StartDate>2026-05-26T22:09:04.4412017+02:00</StartDate>
        <Status>Concept</Status>
        <StatusDate>2026-05-26T22:09:04.4412017+02:00</StatusDate>
        <StatusDescription>sample string 7</StatusDescription>
        <TargetSituation>sample string 10</TargetSituation>
        <TemplateGoalId>1</TemplateGoalId>
      </GoalV2>
    </Goals>
    <Id>1</Id>
    <Name>sample string 3</Name>
    <QuestionnaireCareDemandId>1</QuestionnaireCareDemandId>
    <QuestionnaireName>sample string 6</QuestionnaireName>
    <QuestionnaireStatusDescription>sample string 7</QuestionnaireStatusDescription>
    <TemplateCareDemandId>1</TemplateCareDemandId>
  </CareDemand>
</ArrayOfCareDemand>