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": "8ab09efe-b8ea-42e7-a90e-e196a579059b",
"MedicalCodeClimbId": "869d2ac4-b1d4-4ef1-a07d-302f0751d980",
"MedicalCodeDressId": "b4888c04-6088-458c-8ead-eeb4cba0912e",
"MedicalCodeFecalId": "d8133627-a497-4311-a54c-fafdc844bab9",
"MedicalCodeFeedId": "e82ec6ca-7b17-43b3-828e-3005265fc447",
"MedicalCodeGroomId": "af3e7c7c-ff4e-44ae-97af-6959191f0053",
"MedicalCodeMobilityId": "e4e986ab-425d-4ddf-85a5-bb2fb794c953",
"MedicalCodeToiletId": "cac142cb-467b-44ad-9c18-26d189e08414",
"MedicalCodeTransferId": "5156ab09-e9ee-499f-88c2-1c2fc446aac6",
"MedicalCodeUrineId": "3ab65ee4-fe57-40b3-991a-d7a4414adc39",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-06-10T12:40:56.9985389+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:40:56.9985389+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>8ab09efe-b8ea-42e7-a90e-e196a579059b</MedicalCodeBathId> <MedicalCodeClimbId>869d2ac4-b1d4-4ef1-a07d-302f0751d980</MedicalCodeClimbId> <MedicalCodeDressId>b4888c04-6088-458c-8ead-eeb4cba0912e</MedicalCodeDressId> <MedicalCodeFecalId>d8133627-a497-4311-a54c-fafdc844bab9</MedicalCodeFecalId> <MedicalCodeFeedId>e82ec6ca-7b17-43b3-828e-3005265fc447</MedicalCodeFeedId> <MedicalCodeGroomId>af3e7c7c-ff4e-44ae-97af-6959191f0053</MedicalCodeGroomId> <MedicalCodeMobilityId>e4e986ab-425d-4ddf-85a5-bb2fb794c953</MedicalCodeMobilityId> <MedicalCodeToiletId>cac142cb-467b-44ad-9c18-26d189e08414</MedicalCodeToiletId> <MedicalCodeTransferId>5156ab09-e9ee-499f-88c2-1c2fc446aac6</MedicalCodeTransferId> <MedicalCodeUrineId>3ab65ee4-fe57-40b3-991a-d7a4414adc39</MedicalCodeUrineId> </MedicalBarthelIndex>