GET PlanCare2Api/MedicalBarthelIndex/{id}

Gets MedicalBarthelIndex by id.

Requires 'Read' permission for function MedicalBarthelIndex {77800AE9-2567-4931-AC77-ED41328172F9}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the MedicalBarthelIndex.

integer

Required

Body Parameters

None.

Response Information

Resource Description

MedicalBarthelIndex.

MedicalBarthelIndex
NameDescriptionTypeAdditional information
MedicalCodeBathId

Id of MedicalCodeBath (MedicalCodeListType.BarthelIndexBath).

globally unique identifier

None

MedicalCodeClimbId

Id of MedicalCodeClimb (MedicalCodeListType.BarthelIndexClimb).

globally unique identifier

None

MedicalCodeDressId

Id of MedicalCodeDress (MedicalCodeListType.BarthelIndexDress).

globally unique identifier

None

MedicalCodeFecalId

Id of MedicalCodeFecal (MedicalCodeListType.BarthelIndexFecal).

globally unique identifier

None

MedicalCodeFeedId

Id of MedicalCodeFeed (MedicalCodeListType.BarthelIndexFeed).

globally unique identifier

None

MedicalCodeGroomId

Id of MedicalCodeGroom (MedicalCodeListType.BarthelIndexGroom).

globally unique identifier

None

MedicalCodeMobilityId

Id of MedicalCodeMobility (MedicalCodeListType.BarthelIndexMobility).

globally unique identifier

None

MedicalCodeToiletId

Id of MedicalCodeToilet (MedicalCodeListType.BarthelIndexToilet).

globally unique identifier

None

MedicalCodeTransferId

Id of MedicalCodeTransfer (MedicalCodeListType.BarthelIndexTransfers).

globally unique identifier

None

MedicalCodeUrineId

Id of MedicalCodeUrine (MedicalCodeListType.BarthelIndexUrine).

globally unique identifier

None

Id

Id of the registration.

integer

None

RelationId

Id of the relation which the registration belongs to.

integer

Required

RegistrationDateTime

DateTime of measurement.

date

Required

Source

Source of registration (example: name of the questionnaire).

string

None

Response Formats

application/json, text/json

Sample:
{
  "MedicalCodeBathId": "014c24b5-0117-4c08-b8a3-25cb2b36686e",
  "MedicalCodeClimbId": "b429c7e9-6141-47ab-af9a-61c38d807622",
  "MedicalCodeDressId": "0243723f-615d-4975-8341-8075a2fed2ef",
  "MedicalCodeFecalId": "07725e3b-43bf-488c-8240-55c39bbc0cd0",
  "MedicalCodeFeedId": "b7b6feda-ae6d-42a0-8fd3-f9df9d65560a",
  "MedicalCodeGroomId": "c61d8a14-0cfb-4a42-a253-21f9c60f56ac",
  "MedicalCodeMobilityId": "967eabfc-3ffc-48e6-b0ef-fc46b564e43c",
  "MedicalCodeToiletId": "2cbd96c5-1b63-41de-93ef-4e5bc8dda5e6",
  "MedicalCodeTransferId": "8b6c59e1-9f4b-45d5-9789-1321f2088cea",
  "MedicalCodeUrineId": "af4e829c-9791-4456-af1c-b7839393b771",
  "Id": 11,
  "RelationId": 12,
  "RegistrationDateTime": "2026-05-26T21:11:59.0925001+02:00",
  "Source": "sample string 14"
}

application/xml, text/xml

Sample:
<MedicalBarthelIndex xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical">
  <Id>11</Id>
  <RegistrationDateTime>2026-05-26T21:11:59.0925001+02:00</RegistrationDateTime>
  <RelationId>12</RelationId>
  <Source>sample string 14</Source>
  <MedicalCodeBathId>014c24b5-0117-4c08-b8a3-25cb2b36686e</MedicalCodeBathId>
  <MedicalCodeClimbId>b429c7e9-6141-47ab-af9a-61c38d807622</MedicalCodeClimbId>
  <MedicalCodeDressId>0243723f-615d-4975-8341-8075a2fed2ef</MedicalCodeDressId>
  <MedicalCodeFecalId>07725e3b-43bf-488c-8240-55c39bbc0cd0</MedicalCodeFecalId>
  <MedicalCodeFeedId>b7b6feda-ae6d-42a0-8fd3-f9df9d65560a</MedicalCodeFeedId>
  <MedicalCodeGroomId>c61d8a14-0cfb-4a42-a253-21f9c60f56ac</MedicalCodeGroomId>
  <MedicalCodeMobilityId>967eabfc-3ffc-48e6-b0ef-fc46b564e43c</MedicalCodeMobilityId>
  <MedicalCodeToiletId>2cbd96c5-1b63-41de-93ef-4e5bc8dda5e6</MedicalCodeToiletId>
  <MedicalCodeTransferId>8b6c59e1-9f4b-45d5-9789-1321f2088cea</MedicalCodeTransferId>
  <MedicalCodeUrineId>af4e829c-9791-4456-af1c-b7839393b771</MedicalCodeUrineId>
</MedicalBarthelIndex>