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": "45bf3692-945e-47d6-a818-220eafa77b8e",
"MedicalCodeClimbId": "47e8ff4f-e581-47ac-b791-7928b98edecf",
"MedicalCodeDressId": "a20d23a0-11b5-4ede-b9f1-4853ae471361",
"MedicalCodeFecalId": "2e4f9a1d-67ca-4948-bcc3-281684b27923",
"MedicalCodeFeedId": "f1c37bc1-9d1e-48fa-b473-7953aba7a21a",
"MedicalCodeGroomId": "71e0dcdf-00dc-444a-a8df-ac09c2a31e00",
"MedicalCodeMobilityId": "6de9f18a-7683-4fd0-b304-b889b80b606a",
"MedicalCodeToiletId": "3a04f194-ab4f-450b-ac0b-b2bd104c76c2",
"MedicalCodeTransferId": "3381665d-51e4-41fb-9216-3721f1bd316a",
"MedicalCodeUrineId": "b028f7b0-b03e-4c86-a9e2-3076f69dde52",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:03:31.0775445+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:03:31.0775445+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>45bf3692-945e-47d6-a818-220eafa77b8e</MedicalCodeBathId> <MedicalCodeClimbId>47e8ff4f-e581-47ac-b791-7928b98edecf</MedicalCodeClimbId> <MedicalCodeDressId>a20d23a0-11b5-4ede-b9f1-4853ae471361</MedicalCodeDressId> <MedicalCodeFecalId>2e4f9a1d-67ca-4948-bcc3-281684b27923</MedicalCodeFecalId> <MedicalCodeFeedId>f1c37bc1-9d1e-48fa-b473-7953aba7a21a</MedicalCodeFeedId> <MedicalCodeGroomId>71e0dcdf-00dc-444a-a8df-ac09c2a31e00</MedicalCodeGroomId> <MedicalCodeMobilityId>6de9f18a-7683-4fd0-b304-b889b80b606a</MedicalCodeMobilityId> <MedicalCodeToiletId>3a04f194-ab4f-450b-ac0b-b2bd104c76c2</MedicalCodeToiletId> <MedicalCodeTransferId>3381665d-51e4-41fb-9216-3721f1bd316a</MedicalCodeTransferId> <MedicalCodeUrineId>b028f7b0-b03e-4c86-a9e2-3076f69dde52</MedicalCodeUrineId> </MedicalBarthelIndex>