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": "c114fe7e-33c5-46d1-af09-b7b07718845a",
"MedicalCodeClimbId": "61bfc299-52d6-4e6e-8f74-eddc46072ac1",
"MedicalCodeDressId": "6285386d-de28-48c9-a82f-6cddd81c62b9",
"MedicalCodeFecalId": "8fdeb172-bfd8-44b4-9308-b72b401624d2",
"MedicalCodeFeedId": "b4b43447-bc2f-4158-940b-704478670195",
"MedicalCodeGroomId": "ac4ae8cc-4eda-486f-b7d8-522d8e22bfc2",
"MedicalCodeMobilityId": "cff1aff9-c64e-41a8-8d51-12aa4b2501e3",
"MedicalCodeToiletId": "c9583bec-8864-4b42-9efb-3b2a05aa6458",
"MedicalCodeTransferId": "cded6594-bc7c-43d4-a4ed-37cd34e24f41",
"MedicalCodeUrineId": "092e25be-d92e-4bb3-a828-0ee35910026c",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:12:11.5918147+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:11.5918147+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>c114fe7e-33c5-46d1-af09-b7b07718845a</MedicalCodeBathId> <MedicalCodeClimbId>61bfc299-52d6-4e6e-8f74-eddc46072ac1</MedicalCodeClimbId> <MedicalCodeDressId>6285386d-de28-48c9-a82f-6cddd81c62b9</MedicalCodeDressId> <MedicalCodeFecalId>8fdeb172-bfd8-44b4-9308-b72b401624d2</MedicalCodeFecalId> <MedicalCodeFeedId>b4b43447-bc2f-4158-940b-704478670195</MedicalCodeFeedId> <MedicalCodeGroomId>ac4ae8cc-4eda-486f-b7d8-522d8e22bfc2</MedicalCodeGroomId> <MedicalCodeMobilityId>cff1aff9-c64e-41a8-8d51-12aa4b2501e3</MedicalCodeMobilityId> <MedicalCodeToiletId>c9583bec-8864-4b42-9efb-3b2a05aa6458</MedicalCodeToiletId> <MedicalCodeTransferId>cded6594-bc7c-43d4-a4ed-37cd34e24f41</MedicalCodeTransferId> <MedicalCodeUrineId>092e25be-d92e-4bb3-a828-0ee35910026c</MedicalCodeUrineId> </MedicalBarthelIndex>