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": "33fe5362-10a8-4823-8a8f-e979583f4d7e",
"MedicalCodeClimbId": "e1e4f57f-8ccb-433c-bf4b-8577ccd44019",
"MedicalCodeDressId": "0df9b20d-e485-4601-b798-5d3c1cbdee5e",
"MedicalCodeFecalId": "58a556cc-a57b-4ad9-9d3a-a0f2524a7347",
"MedicalCodeFeedId": "84c68982-8bce-4085-b636-29409b595356",
"MedicalCodeGroomId": "9bede16c-45a3-4f5e-b760-eb4a76bb607a",
"MedicalCodeMobilityId": "2cf47760-e639-4b97-9d70-50a61b186bb5",
"MedicalCodeToiletId": "d20aaf89-4c9f-46f9-aa4f-2d7f58cee7fc",
"MedicalCodeTransferId": "5b0f947f-47f3-4feb-9449-2095eddc1280",
"MedicalCodeUrineId": "bb20159e-bd4d-41d1-8df6-f9a3b58ce737",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:12:20.3907141+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:20.3907141+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>33fe5362-10a8-4823-8a8f-e979583f4d7e</MedicalCodeBathId> <MedicalCodeClimbId>e1e4f57f-8ccb-433c-bf4b-8577ccd44019</MedicalCodeClimbId> <MedicalCodeDressId>0df9b20d-e485-4601-b798-5d3c1cbdee5e</MedicalCodeDressId> <MedicalCodeFecalId>58a556cc-a57b-4ad9-9d3a-a0f2524a7347</MedicalCodeFecalId> <MedicalCodeFeedId>84c68982-8bce-4085-b636-29409b595356</MedicalCodeFeedId> <MedicalCodeGroomId>9bede16c-45a3-4f5e-b760-eb4a76bb607a</MedicalCodeGroomId> <MedicalCodeMobilityId>2cf47760-e639-4b97-9d70-50a61b186bb5</MedicalCodeMobilityId> <MedicalCodeToiletId>d20aaf89-4c9f-46f9-aa4f-2d7f58cee7fc</MedicalCodeToiletId> <MedicalCodeTransferId>5b0f947f-47f3-4feb-9449-2095eddc1280</MedicalCodeTransferId> <MedicalCodeUrineId>bb20159e-bd4d-41d1-8df6-f9a3b58ce737</MedicalCodeUrineId> </MedicalBarthelIndex>