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": "c2169864-f28d-47b4-9e5e-7a660d2034bf",
"MedicalCodeClimbId": "86d02e34-f712-430d-b381-fe7a56ff4b09",
"MedicalCodeDressId": "42b7a192-a4d4-459e-89d1-a8b5ca7ee4e5",
"MedicalCodeFecalId": "948908f2-aa44-4803-963b-ccd152f66f3d",
"MedicalCodeFeedId": "92e120e2-4f37-4a5f-8f13-be305e9325f6",
"MedicalCodeGroomId": "e3f962c9-0d4b-4a96-9a65-71fd2cea60a4",
"MedicalCodeMobilityId": "0c7f7a07-18b7-432d-819e-c226eec226fe",
"MedicalCodeToiletId": "068de98d-4ae3-4e13-8d96-1d85451cfc9d",
"MedicalCodeTransferId": "e8031b3e-468f-407f-a674-6340a4755af6",
"MedicalCodeUrineId": "d1572002-e0fa-4439-8129-9f9a514a9614",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-06-10T12:17:42.4077104+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-06-10T12:17:42.4077104+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>c2169864-f28d-47b4-9e5e-7a660d2034bf</MedicalCodeBathId> <MedicalCodeClimbId>86d02e34-f712-430d-b381-fe7a56ff4b09</MedicalCodeClimbId> <MedicalCodeDressId>42b7a192-a4d4-459e-89d1-a8b5ca7ee4e5</MedicalCodeDressId> <MedicalCodeFecalId>948908f2-aa44-4803-963b-ccd152f66f3d</MedicalCodeFecalId> <MedicalCodeFeedId>92e120e2-4f37-4a5f-8f13-be305e9325f6</MedicalCodeFeedId> <MedicalCodeGroomId>e3f962c9-0d4b-4a96-9a65-71fd2cea60a4</MedicalCodeGroomId> <MedicalCodeMobilityId>0c7f7a07-18b7-432d-819e-c226eec226fe</MedicalCodeMobilityId> <MedicalCodeToiletId>068de98d-4ae3-4e13-8d96-1d85451cfc9d</MedicalCodeToiletId> <MedicalCodeTransferId>e8031b3e-468f-407f-a674-6340a4755af6</MedicalCodeTransferId> <MedicalCodeUrineId>d1572002-e0fa-4439-8129-9f9a514a9614</MedicalCodeUrineId> </MedicalBarthelIndex>