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.BarthelIndexUrnine). |
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": "58558241-b751-49db-8010-0f28ab6687b0",
"MedicalCodeClimbId": "7d4fd4a0-ceb7-4ab6-a013-66383457463c",
"MedicalCodeDressId": "8ea0123d-f5f0-4e35-a47d-9cc00eea77eb",
"MedicalCodeFecalId": "8a09b5a4-2099-4833-902d-13a3337c842d",
"MedicalCodeFeedId": "d1060c96-e18a-41d4-879a-f9ed3594bfa7",
"MedicalCodeGroomId": "f476b12d-f5ab-401c-93e5-9ddac7a97f83",
"MedicalCodeMobilityId": "f3358a87-d394-4ecd-a1ee-8ebf466f2c4a",
"MedicalCodeToiletId": "25a620e0-210c-4826-9169-7f721f12e8b9",
"MedicalCodeTransferId": "0960983d-fa14-4296-b337-5d889a8971ef",
"MedicalCodeUrineId": "c428db94-ed83-40f4-b429-9a362f2106bf",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T22:10:07.9788813+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-26T22:10:07.9788813+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>58558241-b751-49db-8010-0f28ab6687b0</MedicalCodeBathId> <MedicalCodeClimbId>7d4fd4a0-ceb7-4ab6-a013-66383457463c</MedicalCodeClimbId> <MedicalCodeDressId>8ea0123d-f5f0-4e35-a47d-9cc00eea77eb</MedicalCodeDressId> <MedicalCodeFecalId>8a09b5a4-2099-4833-902d-13a3337c842d</MedicalCodeFecalId> <MedicalCodeFeedId>d1060c96-e18a-41d4-879a-f9ed3594bfa7</MedicalCodeFeedId> <MedicalCodeGroomId>f476b12d-f5ab-401c-93e5-9ddac7a97f83</MedicalCodeGroomId> <MedicalCodeMobilityId>f3358a87-d394-4ecd-a1ee-8ebf466f2c4a</MedicalCodeMobilityId> <MedicalCodeToiletId>25a620e0-210c-4826-9169-7f721f12e8b9</MedicalCodeToiletId> <MedicalCodeTransferId>0960983d-fa14-4296-b337-5d889a8971ef</MedicalCodeTransferId> <MedicalCodeUrineId>c428db94-ed83-40f4-b429-9a362f2106bf</MedicalCodeUrineId> </MedicalBarthelIndex>