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": "2430e6bc-2464-45bf-a0d1-051ff116bbb8",
"MedicalCodeClimbId": "aa92644c-b790-4ae7-94d6-0b4620e2972c",
"MedicalCodeDressId": "cdaa81b2-65ad-4fbe-942c-cf1e19cfcbc1",
"MedicalCodeFecalId": "5a261450-36dc-4cdd-9267-39608dc07cc9",
"MedicalCodeFeedId": "171acb74-9631-48d0-8d9b-27b02834e847",
"MedicalCodeGroomId": "54bd2386-df6b-4c03-951d-c2487d98869b",
"MedicalCodeMobilityId": "4d198be3-72da-4bd8-8483-64c121894f14",
"MedicalCodeToiletId": "e838c7df-1fff-425c-9837-3b25c5ab7a0d",
"MedicalCodeTransferId": "7cfb2dad-9c89-4231-9a64-d0ea423241cd",
"MedicalCodeUrineId": "53bdcb07-9722-4112-ab50-1f39c3d4a8ac",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:12:24.7754508+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:24.7754508+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>2430e6bc-2464-45bf-a0d1-051ff116bbb8</MedicalCodeBathId> <MedicalCodeClimbId>aa92644c-b790-4ae7-94d6-0b4620e2972c</MedicalCodeClimbId> <MedicalCodeDressId>cdaa81b2-65ad-4fbe-942c-cf1e19cfcbc1</MedicalCodeDressId> <MedicalCodeFecalId>5a261450-36dc-4cdd-9267-39608dc07cc9</MedicalCodeFecalId> <MedicalCodeFeedId>171acb74-9631-48d0-8d9b-27b02834e847</MedicalCodeFeedId> <MedicalCodeGroomId>54bd2386-df6b-4c03-951d-c2487d98869b</MedicalCodeGroomId> <MedicalCodeMobilityId>4d198be3-72da-4bd8-8483-64c121894f14</MedicalCodeMobilityId> <MedicalCodeToiletId>e838c7df-1fff-425c-9837-3b25c5ab7a0d</MedicalCodeToiletId> <MedicalCodeTransferId>7cfb2dad-9c89-4231-9a64-d0ea423241cd</MedicalCodeTransferId> <MedicalCodeUrineId>53bdcb07-9722-4112-ab50-1f39c3d4a8ac</MedicalCodeUrineId> </MedicalBarthelIndex>