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": "705ce686-2351-40a2-9081-f7094ace051f",
"MedicalCodeClimbId": "ad86e4c0-014c-4ecf-be18-9bc9faa2ea22",
"MedicalCodeDressId": "5f210304-2895-43b2-80bb-8db42b9fc137",
"MedicalCodeFecalId": "88876725-07c4-4a4c-8382-e8cf1ae6d622",
"MedicalCodeFeedId": "cb8bd1f1-d7b2-4867-871b-8758dd895aad",
"MedicalCodeGroomId": "28c0db06-3ced-459c-bfb4-05275dbfc1f0",
"MedicalCodeMobilityId": "589c4b5f-4eb5-4838-a785-1db9fd813d89",
"MedicalCodeToiletId": "87ac3a94-f690-4975-b220-c778eff8ea5b",
"MedicalCodeTransferId": "d45b9835-58aa-4968-90b2-976ae05eedf0",
"MedicalCodeUrineId": "871b9c75-50a0-411c-a771-77468f0fb8ed",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:12:26.1532751+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:26.1532751+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>705ce686-2351-40a2-9081-f7094ace051f</MedicalCodeBathId> <MedicalCodeClimbId>ad86e4c0-014c-4ecf-be18-9bc9faa2ea22</MedicalCodeClimbId> <MedicalCodeDressId>5f210304-2895-43b2-80bb-8db42b9fc137</MedicalCodeDressId> <MedicalCodeFecalId>88876725-07c4-4a4c-8382-e8cf1ae6d622</MedicalCodeFecalId> <MedicalCodeFeedId>cb8bd1f1-d7b2-4867-871b-8758dd895aad</MedicalCodeFeedId> <MedicalCodeGroomId>28c0db06-3ced-459c-bfb4-05275dbfc1f0</MedicalCodeGroomId> <MedicalCodeMobilityId>589c4b5f-4eb5-4838-a785-1db9fd813d89</MedicalCodeMobilityId> <MedicalCodeToiletId>87ac3a94-f690-4975-b220-c778eff8ea5b</MedicalCodeToiletId> <MedicalCodeTransferId>d45b9835-58aa-4968-90b2-976ae05eedf0</MedicalCodeTransferId> <MedicalCodeUrineId>871b9c75-50a0-411c-a771-77468f0fb8ed</MedicalCodeUrineId> </MedicalBarthelIndex>