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 |
- |
| MedicalCodeClimbId |
Id of MedicalCodeClimb (MedicalCodeListType.BarthelIndexClimb). |
globally unique identifier |
- |
| MedicalCodeDressId |
Id of MedicalCodeDress (MedicalCodeListType.BarthelIndexDress). |
globally unique identifier |
- |
| MedicalCodeFecalId |
Id of MedicalCodeFecal (MedicalCodeListType.BarthelIndexFecal). |
globally unique identifier |
- |
| MedicalCodeFeedId |
Id of MedicalCodeFeed (MedicalCodeListType.BarthelIndexFeed). |
globally unique identifier |
- |
| MedicalCodeGroomId |
Id of MedicalCodeGroom (MedicalCodeListType.BarthelIndexGroom). |
globally unique identifier |
- |
| MedicalCodeMobilityId |
Id of MedicalCodeMobility (MedicalCodeListType.BarthelIndexMobility). |
globally unique identifier |
- |
| MedicalCodeToiletId |
Id of MedicalCodeToilet (MedicalCodeListType.BarthelIndexToilet). |
globally unique identifier |
- |
| MedicalCodeTransferId |
Id of MedicalCodeTransfer (MedicalCodeListType.BarthelIndexTransfers). |
globally unique identifier |
- |
| MedicalCodeUrineId |
Id of MedicalCodeUrine (MedicalCodeListType.BarthelIndexUrine). |
globally unique identifier |
- |
| Id |
Id of the registration. |
integer |
- |
| 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 |
- |
Response Formats
application/json, text/json
{
"MedicalCodeBathId": "078a601c-f3bb-4441-ad10-9f0244bf5629",
"MedicalCodeClimbId": "3bac10a0-23a1-4429-864f-cf8dd2de6e91",
"MedicalCodeDressId": "0a6efad0-d762-431a-8add-b940e49eec28",
"MedicalCodeFecalId": "97939264-f157-4550-8a6e-1e92735525c4",
"MedicalCodeFeedId": "6e2b6f99-ce4e-47c5-be58-96661b7d4c78",
"MedicalCodeGroomId": "a5c2db1b-30f8-473d-bd3d-6bf731ba08dd",
"MedicalCodeMobilityId": "7882f4db-01db-4420-98a7-0843cbca6f63",
"MedicalCodeToiletId": "d279a8c0-5d33-4629-8e14-241bd93f074d",
"MedicalCodeTransferId": "84de4df4-a6b2-45b7-b954-cc4e534edb71",
"MedicalCodeUrineId": "a37634fb-cf1e-4e2e-9036-897da9ea5af7",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T23:19:47.7326249+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-26T23:19:47.7326249+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>078a601c-f3bb-4441-ad10-9f0244bf5629</MedicalCodeBathId> <MedicalCodeClimbId>3bac10a0-23a1-4429-864f-cf8dd2de6e91</MedicalCodeClimbId> <MedicalCodeDressId>0a6efad0-d762-431a-8add-b940e49eec28</MedicalCodeDressId> <MedicalCodeFecalId>97939264-f157-4550-8a6e-1e92735525c4</MedicalCodeFecalId> <MedicalCodeFeedId>6e2b6f99-ce4e-47c5-be58-96661b7d4c78</MedicalCodeFeedId> <MedicalCodeGroomId>a5c2db1b-30f8-473d-bd3d-6bf731ba08dd</MedicalCodeGroomId> <MedicalCodeMobilityId>7882f4db-01db-4420-98a7-0843cbca6f63</MedicalCodeMobilityId> <MedicalCodeToiletId>d279a8c0-5d33-4629-8e14-241bd93f074d</MedicalCodeToiletId> <MedicalCodeTransferId>84de4df4-a6b2-45b7-b954-cc4e534edb71</MedicalCodeTransferId> <MedicalCodeUrineId>a37634fb-cf1e-4e2e-9036-897da9ea5af7</MedicalCodeUrineId> </MedicalBarthelIndex>