POST PlanCare2Api/MedicalBarthelIndex
Insert MedicalBarthelIndex.
Relation(s) must be of the following type: Client
Requires 'Insert' permission for function MedicalBarthelIndex {77800AE9-2567-4931-AC77-ED41328172F9}
Request Information
URI Parameters
None.
Body Parameters
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 |
Request Formats
application/json, text/json
{
"MedicalCodeBathId": "ed5d19a3-b7db-4b28-aae8-29f9a1b16200",
"MedicalCodeClimbId": "67e73659-34e4-4884-b946-83e98f0a4cc2",
"MedicalCodeDressId": "80f19b71-0120-45fa-bc1d-e097d45bfa45",
"MedicalCodeFecalId": "e907a4e5-0429-4472-9a9b-ab64decb4d97",
"MedicalCodeFeedId": "9b382c3f-2869-4d16-b0b2-dcd7b4c8e11b",
"MedicalCodeGroomId": "d1d81f78-349d-49a1-9a7e-b75288dd71ed",
"MedicalCodeMobilityId": "e5fbcca6-c2cd-4a42-9cd4-53945f96ad41",
"MedicalCodeToiletId": "9066d413-49d6-463d-b731-d43ed41e137a",
"MedicalCodeTransferId": "2a6e2010-0170-4e36-a35f-28f2159ac929",
"MedicalCodeUrineId": "7f698fa3-168a-487c-bcd1-0eda7b24a10f",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T23:12:57.3856985+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-26T23:12:57.3856985+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>ed5d19a3-b7db-4b28-aae8-29f9a1b16200</MedicalCodeBathId> <MedicalCodeClimbId>67e73659-34e4-4884-b946-83e98f0a4cc2</MedicalCodeClimbId> <MedicalCodeDressId>80f19b71-0120-45fa-bc1d-e097d45bfa45</MedicalCodeDressId> <MedicalCodeFecalId>e907a4e5-0429-4472-9a9b-ab64decb4d97</MedicalCodeFecalId> <MedicalCodeFeedId>9b382c3f-2869-4d16-b0b2-dcd7b4c8e11b</MedicalCodeFeedId> <MedicalCodeGroomId>d1d81f78-349d-49a1-9a7e-b75288dd71ed</MedicalCodeGroomId> <MedicalCodeMobilityId>e5fbcca6-c2cd-4a42-9cd4-53945f96ad41</MedicalCodeMobilityId> <MedicalCodeToiletId>9066d413-49d6-463d-b731-d43ed41e137a</MedicalCodeToiletId> <MedicalCodeTransferId>2a6e2010-0170-4e36-a35f-28f2159ac929</MedicalCodeTransferId> <MedicalCodeUrineId>7f698fa3-168a-487c-bcd1-0eda7b24a10f</MedicalCodeUrineId> </MedicalBarthelIndex>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |