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": "a0acd33f-8423-49d7-9c21-7439e3540e15",
"MedicalCodeClimbId": "7863b049-6ea3-4e79-810f-bd0a3a5213fb",
"MedicalCodeDressId": "1c1386ce-e923-414e-8467-8c1876e3416b",
"MedicalCodeFecalId": "0539d76c-06dc-43d1-bc56-0029bb2505ad",
"MedicalCodeFeedId": "b2027ee1-872b-4b9c-a1d3-84e8176435ce",
"MedicalCodeGroomId": "7dea7382-68da-4f1c-822b-14b44e689597",
"MedicalCodeMobilityId": "0338cac4-ce38-4940-a4c0-81950a427b0e",
"MedicalCodeToiletId": "92ace4d1-30c9-4fd0-a31d-36292e211381",
"MedicalCodeTransferId": "dbb4fb1c-90f6-4cfd-9fa8-11b0bc2e316d",
"MedicalCodeUrineId": "48907e45-9b2c-40f8-8d65-2c0e89742715",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:12:26.6313529+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:26.6313529+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>a0acd33f-8423-49d7-9c21-7439e3540e15</MedicalCodeBathId> <MedicalCodeClimbId>7863b049-6ea3-4e79-810f-bd0a3a5213fb</MedicalCodeClimbId> <MedicalCodeDressId>1c1386ce-e923-414e-8467-8c1876e3416b</MedicalCodeDressId> <MedicalCodeFecalId>0539d76c-06dc-43d1-bc56-0029bb2505ad</MedicalCodeFecalId> <MedicalCodeFeedId>b2027ee1-872b-4b9c-a1d3-84e8176435ce</MedicalCodeFeedId> <MedicalCodeGroomId>7dea7382-68da-4f1c-822b-14b44e689597</MedicalCodeGroomId> <MedicalCodeMobilityId>0338cac4-ce38-4940-a4c0-81950a427b0e</MedicalCodeMobilityId> <MedicalCodeToiletId>92ace4d1-30c9-4fd0-a31d-36292e211381</MedicalCodeToiletId> <MedicalCodeTransferId>dbb4fb1c-90f6-4cfd-9fa8-11b0bc2e316d</MedicalCodeTransferId> <MedicalCodeUrineId>48907e45-9b2c-40f8-8d65-2c0e89742715</MedicalCodeUrineId> </MedicalBarthelIndex>