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": "5ca9c394-9d3a-4eaa-8ec9-721f0ee35040",
"MedicalCodeClimbId": "c51ae8ca-4eb4-455c-a87e-b546d8208823",
"MedicalCodeDressId": "719fe0ca-14c3-4c8d-9fe1-013f224952ac",
"MedicalCodeFecalId": "62a2a0b3-c624-4465-bc2f-45f0cd690f99",
"MedicalCodeFeedId": "1c4012d8-81e2-4744-9850-ef0f4e515956",
"MedicalCodeGroomId": "1f742f62-5645-4522-9148-552859d3a93f",
"MedicalCodeMobilityId": "399ac73f-fbcd-4d50-9a3b-f29d50409df1",
"MedicalCodeToiletId": "e8876398-00cd-40c6-b393-228739a8266f",
"MedicalCodeTransferId": "609cb2ae-af1a-45d5-a0d6-05dfa78f6e4b",
"MedicalCodeUrineId": "f5fab802-b670-48a5-b83f-1deec213bb1e",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T23:12:57.6044532+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:12:57.6044532+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>5ca9c394-9d3a-4eaa-8ec9-721f0ee35040</MedicalCodeBathId> <MedicalCodeClimbId>c51ae8ca-4eb4-455c-a87e-b546d8208823</MedicalCodeClimbId> <MedicalCodeDressId>719fe0ca-14c3-4c8d-9fe1-013f224952ac</MedicalCodeDressId> <MedicalCodeFecalId>62a2a0b3-c624-4465-bc2f-45f0cd690f99</MedicalCodeFecalId> <MedicalCodeFeedId>1c4012d8-81e2-4744-9850-ef0f4e515956</MedicalCodeFeedId> <MedicalCodeGroomId>1f742f62-5645-4522-9148-552859d3a93f</MedicalCodeGroomId> <MedicalCodeMobilityId>399ac73f-fbcd-4d50-9a3b-f29d50409df1</MedicalCodeMobilityId> <MedicalCodeToiletId>e8876398-00cd-40c6-b393-228739a8266f</MedicalCodeToiletId> <MedicalCodeTransferId>609cb2ae-af1a-45d5-a0d6-05dfa78f6e4b</MedicalCodeTransferId> <MedicalCodeUrineId>f5fab802-b670-48a5-b83f-1deec213bb1e</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 |