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": "42a7e4d8-81fa-4d62-a62d-1e30981f0745",
"MedicalCodeClimbId": "20bf51c5-11c1-4d25-adef-65e47f14ead2",
"MedicalCodeDressId": "f7bb6084-0257-4b49-b47b-615e096569d4",
"MedicalCodeFecalId": "14fa5bb4-26b6-44cf-91b5-117c0c5060e5",
"MedicalCodeFeedId": "0074ff0e-17d4-4c9f-92c8-2680079b40e2",
"MedicalCodeGroomId": "8b09ae9b-cb79-4874-b456-9976e9b71498",
"MedicalCodeMobilityId": "b5992fff-a436-4fdd-80eb-e063138ed766",
"MedicalCodeToiletId": "3bdbc781-5b67-4d07-b1c9-6ee0b1799dd6",
"MedicalCodeTransferId": "bfa5637d-b0b8-4ec5-9abc-203c7d1f11db",
"MedicalCodeUrineId": "fe47ade9-d3aa-4a00-afaa-b2ec089c4ba4",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T23:13:53.1347813+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:53.1347813+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>42a7e4d8-81fa-4d62-a62d-1e30981f0745</MedicalCodeBathId> <MedicalCodeClimbId>20bf51c5-11c1-4d25-adef-65e47f14ead2</MedicalCodeClimbId> <MedicalCodeDressId>f7bb6084-0257-4b49-b47b-615e096569d4</MedicalCodeDressId> <MedicalCodeFecalId>14fa5bb4-26b6-44cf-91b5-117c0c5060e5</MedicalCodeFecalId> <MedicalCodeFeedId>0074ff0e-17d4-4c9f-92c8-2680079b40e2</MedicalCodeFeedId> <MedicalCodeGroomId>8b09ae9b-cb79-4874-b456-9976e9b71498</MedicalCodeGroomId> <MedicalCodeMobilityId>b5992fff-a436-4fdd-80eb-e063138ed766</MedicalCodeMobilityId> <MedicalCodeToiletId>3bdbc781-5b67-4d07-b1c9-6ee0b1799dd6</MedicalCodeToiletId> <MedicalCodeTransferId>bfa5637d-b0b8-4ec5-9abc-203c7d1f11db</MedicalCodeTransferId> <MedicalCodeUrineId>fe47ade9-d3aa-4a00-afaa-b2ec089c4ba4</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 |