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": "0707e993-5d49-4f4e-b153-58a786d3eb09",
"MedicalCodeClimbId": "bcd4e2cf-6180-46d1-a110-8fbcba56d9c3",
"MedicalCodeDressId": "aa151a11-2f77-476a-a7ac-5ea260acd4be",
"MedicalCodeFecalId": "39b61418-6771-46ac-b228-64a0572acfb7",
"MedicalCodeFeedId": "0963ca8e-00a8-40e7-b193-8ab40c1779df",
"MedicalCodeGroomId": "b1a4980d-b52e-4b00-81d5-2b8bfdd6d2cf",
"MedicalCodeMobilityId": "4f72a935-10ef-427e-8780-7170eb26f1a1",
"MedicalCodeToiletId": "6bc6f08b-987c-4c59-b3f4-359b2d7d660a",
"MedicalCodeTransferId": "746a50d5-6fba-4d21-a7b4-13d4dfbe7a2a",
"MedicalCodeUrineId": "517c4840-6d67-4cc1-bafd-86cb062dc14f",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T23:13:02.1827539+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:13:02.1827539+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>0707e993-5d49-4f4e-b153-58a786d3eb09</MedicalCodeBathId> <MedicalCodeClimbId>bcd4e2cf-6180-46d1-a110-8fbcba56d9c3</MedicalCodeClimbId> <MedicalCodeDressId>aa151a11-2f77-476a-a7ac-5ea260acd4be</MedicalCodeDressId> <MedicalCodeFecalId>39b61418-6771-46ac-b228-64a0572acfb7</MedicalCodeFecalId> <MedicalCodeFeedId>0963ca8e-00a8-40e7-b193-8ab40c1779df</MedicalCodeFeedId> <MedicalCodeGroomId>b1a4980d-b52e-4b00-81d5-2b8bfdd6d2cf</MedicalCodeGroomId> <MedicalCodeMobilityId>4f72a935-10ef-427e-8780-7170eb26f1a1</MedicalCodeMobilityId> <MedicalCodeToiletId>6bc6f08b-987c-4c59-b3f4-359b2d7d660a</MedicalCodeToiletId> <MedicalCodeTransferId>746a50d5-6fba-4d21-a7b4-13d4dfbe7a2a</MedicalCodeTransferId> <MedicalCodeUrineId>517c4840-6d67-4cc1-bafd-86cb062dc14f</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 |