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": "1f5b6ba5-f0b2-40b5-a189-9254381e5bb2",
"MedicalCodeClimbId": "6b0d067d-2bb8-4dd8-bc66-a0abb973c045",
"MedicalCodeDressId": "e9ead12e-fb6e-4412-a69c-2f7d691067df",
"MedicalCodeFecalId": "f9031115-e0f0-4dbd-92c2-873de787afbe",
"MedicalCodeFeedId": "07a00afe-867e-4bae-ae6e-f56613386763",
"MedicalCodeGroomId": "0f629f27-6224-471e-9f51-31e738567c8e",
"MedicalCodeMobilityId": "2dd73928-756b-4854-910a-46fdfeb73aad",
"MedicalCodeToiletId": "63811c98-68c9-47ab-aa19-54d1f29efb52",
"MedicalCodeTransferId": "24120821-8fc8-40a4-8cd0-21b660fc7fdb",
"MedicalCodeUrineId": "d20f77c6-df83-4a68-b05f-be8ce94b1ba0",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T23:13:54.6816866+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:54.6816866+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>1f5b6ba5-f0b2-40b5-a189-9254381e5bb2</MedicalCodeBathId> <MedicalCodeClimbId>6b0d067d-2bb8-4dd8-bc66-a0abb973c045</MedicalCodeClimbId> <MedicalCodeDressId>e9ead12e-fb6e-4412-a69c-2f7d691067df</MedicalCodeDressId> <MedicalCodeFecalId>f9031115-e0f0-4dbd-92c2-873de787afbe</MedicalCodeFecalId> <MedicalCodeFeedId>07a00afe-867e-4bae-ae6e-f56613386763</MedicalCodeFeedId> <MedicalCodeGroomId>0f629f27-6224-471e-9f51-31e738567c8e</MedicalCodeGroomId> <MedicalCodeMobilityId>2dd73928-756b-4854-910a-46fdfeb73aad</MedicalCodeMobilityId> <MedicalCodeToiletId>63811c98-68c9-47ab-aa19-54d1f29efb52</MedicalCodeToiletId> <MedicalCodeTransferId>24120821-8fc8-40a4-8cd0-21b660fc7fdb</MedicalCodeTransferId> <MedicalCodeUrineId>d20f77c6-df83-4a68-b05f-be8ce94b1ba0</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 |