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": "f0734cb1-52a8-4ed4-a0ea-7cf4c1757d67",
"MedicalCodeClimbId": "358ebf34-469b-4b83-9187-026fa16b8d27",
"MedicalCodeDressId": "544d9280-b8a4-4b46-b217-411bb8a7d511",
"MedicalCodeFecalId": "41265da4-5010-4be7-9433-8727f8c32068",
"MedicalCodeFeedId": "9f665581-523b-4e57-821a-04c6337bb4a6",
"MedicalCodeGroomId": "b5d7d242-0b0e-4335-adf0-8477ee8303db",
"MedicalCodeMobilityId": "6d58b808-65fe-45f7-82c6-42cc0269f849",
"MedicalCodeToiletId": "22f435ab-3430-4d75-be90-a880928f38f6",
"MedicalCodeTransferId": "db0a92c5-9c0c-4c9a-9507-3415d652b310",
"MedicalCodeUrineId": "83b30185-71d4-46b4-a133-f79a91eb5b53",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:12:00.0851788+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:00.0851788+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>f0734cb1-52a8-4ed4-a0ea-7cf4c1757d67</MedicalCodeBathId> <MedicalCodeClimbId>358ebf34-469b-4b83-9187-026fa16b8d27</MedicalCodeClimbId> <MedicalCodeDressId>544d9280-b8a4-4b46-b217-411bb8a7d511</MedicalCodeDressId> <MedicalCodeFecalId>41265da4-5010-4be7-9433-8727f8c32068</MedicalCodeFecalId> <MedicalCodeFeedId>9f665581-523b-4e57-821a-04c6337bb4a6</MedicalCodeFeedId> <MedicalCodeGroomId>b5d7d242-0b0e-4335-adf0-8477ee8303db</MedicalCodeGroomId> <MedicalCodeMobilityId>6d58b808-65fe-45f7-82c6-42cc0269f849</MedicalCodeMobilityId> <MedicalCodeToiletId>22f435ab-3430-4d75-be90-a880928f38f6</MedicalCodeToiletId> <MedicalCodeTransferId>db0a92c5-9c0c-4c9a-9507-3415d652b310</MedicalCodeTransferId> <MedicalCodeUrineId>83b30185-71d4-46b4-a133-f79a91eb5b53</MedicalCodeUrineId> </MedicalBarthelIndex>