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": "acb75bad-7de5-49fa-a47a-f34f3fafe775",
"MedicalCodeClimbId": "7da496e4-57e5-4152-a9d2-7dd764e4a0cd",
"MedicalCodeDressId": "37f6d13a-cd8e-40a3-bb12-640b96f68aa9",
"MedicalCodeFecalId": "d9c0c83c-b662-4359-b27a-69493dd91581",
"MedicalCodeFeedId": "5beff6bf-728e-42f4-9981-ab97ffeccbd7",
"MedicalCodeGroomId": "b25c6dd7-f741-4226-bd19-408a86739981",
"MedicalCodeMobilityId": "984c8880-55c0-4866-9187-9d58501390e0",
"MedicalCodeToiletId": "907127fb-675a-4908-a317-2dea4bf820ec",
"MedicalCodeTransferId": "5eb15bfd-6e0b-4d9d-a1ea-4618cf8d6bdc",
"MedicalCodeUrineId": "f754f54c-67cf-4eae-8532-8e80564b16b2",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T23:13:08.7437478+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:08.7437478+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>acb75bad-7de5-49fa-a47a-f34f3fafe775</MedicalCodeBathId> <MedicalCodeClimbId>7da496e4-57e5-4152-a9d2-7dd764e4a0cd</MedicalCodeClimbId> <MedicalCodeDressId>37f6d13a-cd8e-40a3-bb12-640b96f68aa9</MedicalCodeDressId> <MedicalCodeFecalId>d9c0c83c-b662-4359-b27a-69493dd91581</MedicalCodeFecalId> <MedicalCodeFeedId>5beff6bf-728e-42f4-9981-ab97ffeccbd7</MedicalCodeFeedId> <MedicalCodeGroomId>b25c6dd7-f741-4226-bd19-408a86739981</MedicalCodeGroomId> <MedicalCodeMobilityId>984c8880-55c0-4866-9187-9d58501390e0</MedicalCodeMobilityId> <MedicalCodeToiletId>907127fb-675a-4908-a317-2dea4bf820ec</MedicalCodeToiletId> <MedicalCodeTransferId>5eb15bfd-6e0b-4d9d-a1ea-4618cf8d6bdc</MedicalCodeTransferId> <MedicalCodeUrineId>f754f54c-67cf-4eae-8532-8e80564b16b2</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 |