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": "bfe30dc7-465e-4ade-8dda-ef94a1038193",
"MedicalCodeClimbId": "58aeb57f-33b1-4a8a-97ab-80d140ab4df3",
"MedicalCodeDressId": "6ab15cb7-f94c-4734-b877-5c0c51137ca7",
"MedicalCodeFecalId": "75bfe8b8-5c54-4ac4-a2be-7ed4b57dbc86",
"MedicalCodeFeedId": "3c1ed8de-9cd2-4d90-8511-812eeaf377bf",
"MedicalCodeGroomId": "e5add9a6-d281-4da9-8cda-86cdc2090c02",
"MedicalCodeMobilityId": "0ed07a18-676f-46f9-9b60-3d423d688e2a",
"MedicalCodeToiletId": "eb4c7093-ae28-47c2-b49f-784e8f530f96",
"MedicalCodeTransferId": "4b64217d-af66-49c1-9a22-6cd1e2713c1c",
"MedicalCodeUrineId": "53a8644b-a6c3-4342-b53a-61b63769a298",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-06-10T12:21:00.0470989+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:21:00.0470989+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>bfe30dc7-465e-4ade-8dda-ef94a1038193</MedicalCodeBathId> <MedicalCodeClimbId>58aeb57f-33b1-4a8a-97ab-80d140ab4df3</MedicalCodeClimbId> <MedicalCodeDressId>6ab15cb7-f94c-4734-b877-5c0c51137ca7</MedicalCodeDressId> <MedicalCodeFecalId>75bfe8b8-5c54-4ac4-a2be-7ed4b57dbc86</MedicalCodeFecalId> <MedicalCodeFeedId>3c1ed8de-9cd2-4d90-8511-812eeaf377bf</MedicalCodeFeedId> <MedicalCodeGroomId>e5add9a6-d281-4da9-8cda-86cdc2090c02</MedicalCodeGroomId> <MedicalCodeMobilityId>0ed07a18-676f-46f9-9b60-3d423d688e2a</MedicalCodeMobilityId> <MedicalCodeToiletId>eb4c7093-ae28-47c2-b49f-784e8f530f96</MedicalCodeToiletId> <MedicalCodeTransferId>4b64217d-af66-49c1-9a22-6cd1e2713c1c</MedicalCodeTransferId> <MedicalCodeUrineId>53a8644b-a6c3-4342-b53a-61b63769a298</MedicalCodeUrineId> </MedicalBarthelIndex>