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.BarthelIndexUrnine). |
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": "8eab38ef-9354-4b51-9295-c003c8804a3f",
"MedicalCodeClimbId": "5bf3255e-bf93-4f1c-a636-f4341d618ba5",
"MedicalCodeDressId": "f520e9a2-e7a7-4d6a-9339-bb7951408d72",
"MedicalCodeFecalId": "0db3c769-1584-4577-9546-2b6b856b8cfa",
"MedicalCodeFeedId": "0040ce40-d8d1-402a-89a8-158494f26298",
"MedicalCodeGroomId": "2faa8593-2552-4439-9a53-d7dac9eee6a7",
"MedicalCodeMobilityId": "80ccf0c5-b332-477e-8137-ca6388b1b070",
"MedicalCodeToiletId": "e0410db9-103e-4234-89ad-a6fb9a852d9d",
"MedicalCodeTransferId": "896e6cf9-a311-4d5f-bce4-b8777e30bec4",
"MedicalCodeUrineId": "ceb6c9c9-39b1-4674-9c17-11b8b6910267",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T22:10:17.6222745+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-26T22:10:17.6222745+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>8eab38ef-9354-4b51-9295-c003c8804a3f</MedicalCodeBathId> <MedicalCodeClimbId>5bf3255e-bf93-4f1c-a636-f4341d618ba5</MedicalCodeClimbId> <MedicalCodeDressId>f520e9a2-e7a7-4d6a-9339-bb7951408d72</MedicalCodeDressId> <MedicalCodeFecalId>0db3c769-1584-4577-9546-2b6b856b8cfa</MedicalCodeFecalId> <MedicalCodeFeedId>0040ce40-d8d1-402a-89a8-158494f26298</MedicalCodeFeedId> <MedicalCodeGroomId>2faa8593-2552-4439-9a53-d7dac9eee6a7</MedicalCodeGroomId> <MedicalCodeMobilityId>80ccf0c5-b332-477e-8137-ca6388b1b070</MedicalCodeMobilityId> <MedicalCodeToiletId>e0410db9-103e-4234-89ad-a6fb9a852d9d</MedicalCodeToiletId> <MedicalCodeTransferId>896e6cf9-a311-4d5f-bce4-b8777e30bec4</MedicalCodeTransferId> <MedicalCodeUrineId>ceb6c9c9-39b1-4674-9c17-11b8b6910267</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. |