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": "57728ccd-d0ad-4ebd-bdfc-875bd86463e2",
"MedicalCodeClimbId": "567c0cce-b0b4-46ae-a69e-adda13c8008a",
"MedicalCodeDressId": "92479f75-0037-4164-aa5c-6a66145b18de",
"MedicalCodeFecalId": "e44e6ec4-9645-46b0-b8d6-39c60612ba46",
"MedicalCodeFeedId": "7f65b828-5307-42bf-9947-fc0a1ff263ea",
"MedicalCodeGroomId": "32c07128-5afd-412e-8a66-5bde24623aef",
"MedicalCodeMobilityId": "308b3d4c-811d-4bfb-a099-f1d46e43ad4d",
"MedicalCodeToiletId": "ab11a4fb-bff6-4c83-a9d2-0fd3b939903f",
"MedicalCodeTransferId": "5aa14071-fa20-4348-8b55-cb23689602fc",
"MedicalCodeUrineId": "cda54101-724a-4f36-814d-544dcb3de460",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-06-10T12:14:13.0845779+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-06-10T12:14:13.0845779+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>57728ccd-d0ad-4ebd-bdfc-875bd86463e2</MedicalCodeBathId> <MedicalCodeClimbId>567c0cce-b0b4-46ae-a69e-adda13c8008a</MedicalCodeClimbId> <MedicalCodeDressId>92479f75-0037-4164-aa5c-6a66145b18de</MedicalCodeDressId> <MedicalCodeFecalId>e44e6ec4-9645-46b0-b8d6-39c60612ba46</MedicalCodeFecalId> <MedicalCodeFeedId>7f65b828-5307-42bf-9947-fc0a1ff263ea</MedicalCodeFeedId> <MedicalCodeGroomId>32c07128-5afd-412e-8a66-5bde24623aef</MedicalCodeGroomId> <MedicalCodeMobilityId>308b3d4c-811d-4bfb-a099-f1d46e43ad4d</MedicalCodeMobilityId> <MedicalCodeToiletId>ab11a4fb-bff6-4c83-a9d2-0fd3b939903f</MedicalCodeToiletId> <MedicalCodeTransferId>5aa14071-fa20-4348-8b55-cb23689602fc</MedicalCodeTransferId> <MedicalCodeUrineId>cda54101-724a-4f36-814d-544dcb3de460</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 |