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

Sample:
{
  "MedicalCodeBathId": "d96d9e18-a983-4dc8-bca5-8c2ef1223efe",
  "MedicalCodeClimbId": "ed249603-d688-40e4-b6ba-2cc914855fc8",
  "MedicalCodeDressId": "0af5eeb5-6bb9-45ba-a7dc-dd543ac94a41",
  "MedicalCodeFecalId": "dc503211-aa3e-4c2d-b761-d0c68f1a54b9",
  "MedicalCodeFeedId": "da1f7dc9-5065-4083-972e-23932db3467d",
  "MedicalCodeGroomId": "2bdcd069-abe5-4b19-81c7-76ff9ff8a14d",
  "MedicalCodeMobilityId": "f977364e-9afe-4299-9af4-de3d3433bdd4",
  "MedicalCodeToiletId": "3e415a51-20ce-410d-9ed8-3d03dfc5c6c2",
  "MedicalCodeTransferId": "53b50cd2-f600-4e1d-b362-5d6e2eb7b6c0",
  "MedicalCodeUrineId": "8cbeaf56-fb03-441a-b2d5-231934c986b2",
  "Id": 11,
  "RelationId": 12,
  "RegistrationDateTime": "2026-06-10T12:39:26.3494631+02:00",
  "Source": "sample string 14"
}

application/xml, text/xml

Sample:
<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:39:26.3494631+02:00</RegistrationDateTime>
  <RelationId>12</RelationId>
  <Source>sample string 14</Source>
  <MedicalCodeBathId>d96d9e18-a983-4dc8-bca5-8c2ef1223efe</MedicalCodeBathId>
  <MedicalCodeClimbId>ed249603-d688-40e4-b6ba-2cc914855fc8</MedicalCodeClimbId>
  <MedicalCodeDressId>0af5eeb5-6bb9-45ba-a7dc-dd543ac94a41</MedicalCodeDressId>
  <MedicalCodeFecalId>dc503211-aa3e-4c2d-b761-d0c68f1a54b9</MedicalCodeFecalId>
  <MedicalCodeFeedId>da1f7dc9-5065-4083-972e-23932db3467d</MedicalCodeFeedId>
  <MedicalCodeGroomId>2bdcd069-abe5-4b19-81c7-76ff9ff8a14d</MedicalCodeGroomId>
  <MedicalCodeMobilityId>f977364e-9afe-4299-9af4-de3d3433bdd4</MedicalCodeMobilityId>
  <MedicalCodeToiletId>3e415a51-20ce-410d-9ed8-3d03dfc5c6c2</MedicalCodeToiletId>
  <MedicalCodeTransferId>53b50cd2-f600-4e1d-b362-5d6e2eb7b6c0</MedicalCodeTransferId>
  <MedicalCodeUrineId>8cbeaf56-fb03-441a-b2d5-231934c986b2</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

-