POST PlanCare2Api/MedicalBarthelIndex
Insert MedicalBarthelIndex.
Relation(s) can be of the following types: Client, Prospect
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 |
- |
| MedicalCodeClimbId |
Id of MedicalCodeClimb (MedicalCodeListType.BarthelIndexClimb). |
globally unique identifier |
- |
| MedicalCodeDressId |
Id of MedicalCodeDress (MedicalCodeListType.BarthelIndexDress). |
globally unique identifier |
- |
| MedicalCodeFecalId |
Id of MedicalCodeFecal (MedicalCodeListType.BarthelIndexFecal). |
globally unique identifier |
- |
| MedicalCodeFeedId |
Id of MedicalCodeFeed (MedicalCodeListType.BarthelIndexFeed). |
globally unique identifier |
- |
| MedicalCodeGroomId |
Id of MedicalCodeGroom (MedicalCodeListType.BarthelIndexGroom). |
globally unique identifier |
- |
| MedicalCodeMobilityId |
Id of MedicalCodeMobility (MedicalCodeListType.BarthelIndexMobility). |
globally unique identifier |
- |
| MedicalCodeToiletId |
Id of MedicalCodeToilet (MedicalCodeListType.BarthelIndexToilet). |
globally unique identifier |
- |
| MedicalCodeTransferId |
Id of MedicalCodeTransfer (MedicalCodeListType.BarthelIndexTransfers). |
globally unique identifier |
- |
| MedicalCodeUrineId |
Id of MedicalCodeUrine (MedicalCodeListType.BarthelIndexUrine). |
globally unique identifier |
- |
| Id |
Id of the registration. |
integer |
- |
| 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 |
- |
Request Formats
application/json, text/json
{
"MedicalCodeBathId": "679f582e-78b2-4181-80ac-1b12faf97169",
"MedicalCodeClimbId": "e6d591e9-5619-4b78-af3a-5f8b68c0e5bc",
"MedicalCodeDressId": "3fdabb62-4236-40e9-97a4-6076f9271d2f",
"MedicalCodeFecalId": "484609f9-64a6-411b-801e-15e00883d728",
"MedicalCodeFeedId": "ac3f413b-c1dd-4d4b-ab97-ad11f73e93e7",
"MedicalCodeGroomId": "e8ee1a6c-d6e7-4590-86f1-8fb25b835495",
"MedicalCodeMobilityId": "975c4ce3-04af-4216-bbd9-20fd55c07cb8",
"MedicalCodeToiletId": "d837d9af-f639-4f92-8255-40d4248ec5aa",
"MedicalCodeTransferId": "61f8e7bd-f0f5-420f-b46a-73e1e334dee8",
"MedicalCodeUrineId": "9fad0d81-f130-4a1c-92b9-23273ddd4631",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T22:08:52.5247218+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-26T22:08:52.5247218+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>679f582e-78b2-4181-80ac-1b12faf97169</MedicalCodeBathId> <MedicalCodeClimbId>e6d591e9-5619-4b78-af3a-5f8b68c0e5bc</MedicalCodeClimbId> <MedicalCodeDressId>3fdabb62-4236-40e9-97a4-6076f9271d2f</MedicalCodeDressId> <MedicalCodeFecalId>484609f9-64a6-411b-801e-15e00883d728</MedicalCodeFecalId> <MedicalCodeFeedId>ac3f413b-c1dd-4d4b-ab97-ad11f73e93e7</MedicalCodeFeedId> <MedicalCodeGroomId>e8ee1a6c-d6e7-4590-86f1-8fb25b835495</MedicalCodeGroomId> <MedicalCodeMobilityId>975c4ce3-04af-4216-bbd9-20fd55c07cb8</MedicalCodeMobilityId> <MedicalCodeToiletId>d837d9af-f639-4f92-8255-40d4248ec5aa</MedicalCodeToiletId> <MedicalCodeTransferId>61f8e7bd-f0f5-420f-b46a-73e1e334dee8</MedicalCodeTransferId> <MedicalCodeUrineId>9fad0d81-f130-4a1c-92b9-23273ddd4631</MedicalCodeUrineId> </MedicalBarthelIndex>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
- |
|
| Content | HttpContent |
- |
|
| StatusCode | HttpStatusCode |
- |
|
| ReasonPhrase | string |
- |
|
| Headers | Collection of Object |
- |
|
| RequestMessage | HttpRequestMessage |
- |
|
| IsSuccessStatusCode | boolean |
- |