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": "091cc7b0-6be9-43ce-97db-b5c72895156e",
"MedicalCodeClimbId": "9bb997de-acb5-416a-9b27-5949bfa11da6",
"MedicalCodeDressId": "b578ef04-f213-43f0-ba1e-e4cbc123cb08",
"MedicalCodeFecalId": "305b7c51-369e-43d7-90d0-f37ce74a268e",
"MedicalCodeFeedId": "6e272c79-22fb-4a6a-934f-0aea494b5198",
"MedicalCodeGroomId": "061e9ff2-0932-4d68-9264-03b36a25c80f",
"MedicalCodeMobilityId": "079c642f-cf65-49ad-bd81-97e0e29e8dcc",
"MedicalCodeToiletId": "c284193f-d62a-4f0b-9464-21c50e419754",
"MedicalCodeTransferId": "1d67e87f-00fb-4b3f-b8f5-d200dce3bec0",
"MedicalCodeUrineId": "f3e7a97e-6ec4-404f-a397-003f553cc0c0",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:03:06.6082511+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-26T21:03:06.6082511+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>091cc7b0-6be9-43ce-97db-b5c72895156e</MedicalCodeBathId> <MedicalCodeClimbId>9bb997de-acb5-416a-9b27-5949bfa11da6</MedicalCodeClimbId> <MedicalCodeDressId>b578ef04-f213-43f0-ba1e-e4cbc123cb08</MedicalCodeDressId> <MedicalCodeFecalId>305b7c51-369e-43d7-90d0-f37ce74a268e</MedicalCodeFecalId> <MedicalCodeFeedId>6e272c79-22fb-4a6a-934f-0aea494b5198</MedicalCodeFeedId> <MedicalCodeGroomId>061e9ff2-0932-4d68-9264-03b36a25c80f</MedicalCodeGroomId> <MedicalCodeMobilityId>079c642f-cf65-49ad-bd81-97e0e29e8dcc</MedicalCodeMobilityId> <MedicalCodeToiletId>c284193f-d62a-4f0b-9464-21c50e419754</MedicalCodeToiletId> <MedicalCodeTransferId>1d67e87f-00fb-4b3f-b8f5-d200dce3bec0</MedicalCodeTransferId> <MedicalCodeUrineId>f3e7a97e-6ec4-404f-a397-003f553cc0c0</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. |