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": "3dd575b3-4884-456b-82f3-a818b26b517c",
"MedicalCodeClimbId": "e87516fc-8822-4e78-a890-2018b4a1f5d9",
"MedicalCodeDressId": "1c81e797-a081-4746-b7a1-2d0d5d19819c",
"MedicalCodeFecalId": "51191b4a-e27a-421f-8aaf-d7469e0ce75a",
"MedicalCodeFeedId": "2af9d061-8cfb-437b-ae22-a144b9948ee2",
"MedicalCodeGroomId": "a1adc5cc-99c0-413a-92c9-722c86ab8062",
"MedicalCodeMobilityId": "d3479a9e-7291-4f22-b292-d12f82ff552e",
"MedicalCodeToiletId": "5bd51519-46f7-4ca0-b6f3-f3c53f145f49",
"MedicalCodeTransferId": "012a68fa-7276-46c2-a989-fee559d0c653",
"MedicalCodeUrineId": "568bf59c-8e95-498d-9791-10ad3f1018d2",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-06-10T12:20:31.243759+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:20:31.243759+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>3dd575b3-4884-456b-82f3-a818b26b517c</MedicalCodeBathId> <MedicalCodeClimbId>e87516fc-8822-4e78-a890-2018b4a1f5d9</MedicalCodeClimbId> <MedicalCodeDressId>1c81e797-a081-4746-b7a1-2d0d5d19819c</MedicalCodeDressId> <MedicalCodeFecalId>51191b4a-e27a-421f-8aaf-d7469e0ce75a</MedicalCodeFecalId> <MedicalCodeFeedId>2af9d061-8cfb-437b-ae22-a144b9948ee2</MedicalCodeFeedId> <MedicalCodeGroomId>a1adc5cc-99c0-413a-92c9-722c86ab8062</MedicalCodeGroomId> <MedicalCodeMobilityId>d3479a9e-7291-4f22-b292-d12f82ff552e</MedicalCodeMobilityId> <MedicalCodeToiletId>5bd51519-46f7-4ca0-b6f3-f3c53f145f49</MedicalCodeToiletId> <MedicalCodeTransferId>012a68fa-7276-46c2-a989-fee559d0c653</MedicalCodeTransferId> <MedicalCodeUrineId>568bf59c-8e95-498d-9791-10ad3f1018d2</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 |
- |