GET PlanCare2Api/MedicalBarthelIndex/{id}
Gets MedicalBarthelIndex by id.
Requires 'Read' permission for function MedicalBarthelIndex {77800AE9-2567-4931-AC77-ED41328172F9}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the MedicalBarthelIndex. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MedicalBarthelIndex.
MedicalBarthelIndex| Name | Description | Type | Additional 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
{
"MedicalCodeBathId": "4cb764e0-b15b-4003-a5e1-fee1102855e8",
"MedicalCodeClimbId": "c82aeb78-a50c-462a-90e2-ebaa0c00e436",
"MedicalCodeDressId": "b1830573-4a35-4497-bf8c-2d59aab27782",
"MedicalCodeFecalId": "005c0235-f249-44dc-a884-66d1dc18b570",
"MedicalCodeFeedId": "46470767-78f0-4a6f-bed4-57e3ccb2a41a",
"MedicalCodeGroomId": "ded99bbf-8511-4db7-96a6-0366a1aeb146",
"MedicalCodeMobilityId": "db6f3448-bd64-4123-b1e2-3bb4ad4e9837",
"MedicalCodeToiletId": "1300242c-8cde-42af-b734-0aa1c214929f",
"MedicalCodeTransferId": "33ee1849-fff8-43e8-bc95-d4c804b363ac",
"MedicalCodeUrineId": "ff6ea6fd-eacb-483e-9430-8a9b9e64c57d",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:12:20.000072+02:00",
"Source": "sample string 14"
}
application/xml, text/xml
<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:12:20.000072+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>4cb764e0-b15b-4003-a5e1-fee1102855e8</MedicalCodeBathId> <MedicalCodeClimbId>c82aeb78-a50c-462a-90e2-ebaa0c00e436</MedicalCodeClimbId> <MedicalCodeDressId>b1830573-4a35-4497-bf8c-2d59aab27782</MedicalCodeDressId> <MedicalCodeFecalId>005c0235-f249-44dc-a884-66d1dc18b570</MedicalCodeFecalId> <MedicalCodeFeedId>46470767-78f0-4a6f-bed4-57e3ccb2a41a</MedicalCodeFeedId> <MedicalCodeGroomId>ded99bbf-8511-4db7-96a6-0366a1aeb146</MedicalCodeGroomId> <MedicalCodeMobilityId>db6f3448-bd64-4123-b1e2-3bb4ad4e9837</MedicalCodeMobilityId> <MedicalCodeToiletId>1300242c-8cde-42af-b734-0aa1c214929f</MedicalCodeToiletId> <MedicalCodeTransferId>33ee1849-fff8-43e8-bc95-d4c804b363ac</MedicalCodeTransferId> <MedicalCodeUrineId>ff6ea6fd-eacb-483e-9430-8a9b9e64c57d</MedicalCodeUrineId> </MedicalBarthelIndex>