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": "a86dabfb-8cfc-44a7-a4e7-68cd5fede2a2",
  "MedicalCodeClimbId": "6bfd783e-c89e-4338-bdcf-d318488ee8f9",
  "MedicalCodeDressId": "8741265a-53a6-4235-bc4f-166edf041281",
  "MedicalCodeFecalId": "0392a239-2e98-47b4-8422-d53fe2ba1a15",
  "MedicalCodeFeedId": "d97cae8a-9d09-401e-9107-156846b16028",
  "MedicalCodeGroomId": "f4f362bd-d5d1-4955-96b5-c00c80f79f75",
  "MedicalCodeMobilityId": "429c858c-c726-4d30-80dc-f026f4b25845",
  "MedicalCodeToiletId": "f8e616da-2255-4022-80af-409d9bb64e35",
  "MedicalCodeTransferId": "562948de-6e4c-404c-8266-d393d308ce7e",
  "MedicalCodeUrineId": "26e792e9-a98f-4416-abcc-669a312eb990",
  "Id": 11,
  "RelationId": 12,
  "RegistrationDateTime": "2026-05-26T23:19:05.5000975+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-05-26T23:19:05.5000975+02:00</RegistrationDateTime>
  <RelationId>12</RelationId>
  <Source>sample string 14</Source>
  <MedicalCodeBathId>a86dabfb-8cfc-44a7-a4e7-68cd5fede2a2</MedicalCodeBathId>
  <MedicalCodeClimbId>6bfd783e-c89e-4338-bdcf-d318488ee8f9</MedicalCodeClimbId>
  <MedicalCodeDressId>8741265a-53a6-4235-bc4f-166edf041281</MedicalCodeDressId>
  <MedicalCodeFecalId>0392a239-2e98-47b4-8422-d53fe2ba1a15</MedicalCodeFecalId>
  <MedicalCodeFeedId>d97cae8a-9d09-401e-9107-156846b16028</MedicalCodeFeedId>
  <MedicalCodeGroomId>f4f362bd-d5d1-4955-96b5-c00c80f79f75</MedicalCodeGroomId>
  <MedicalCodeMobilityId>429c858c-c726-4d30-80dc-f026f4b25845</MedicalCodeMobilityId>
  <MedicalCodeToiletId>f8e616da-2255-4022-80af-409d9bb64e35</MedicalCodeToiletId>
  <MedicalCodeTransferId>562948de-6e4c-404c-8266-d393d308ce7e</MedicalCodeTransferId>
  <MedicalCodeUrineId>26e792e9-a98f-4416-abcc-669a312eb990</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

-