POST PlanCare2Api/MedicalBloodPressure

Insert MedicalBloodPressure.

Relation(s) must be of the following type: Client

Requires 'Insert' permission for function MedicalBloodPressure {4D31A282-1816-486C-8525-3F9D14BB6445}

Request Information

URI Parameters

None.

Body Parameters

MedicalBloodPressure.

MedicalBloodPressure
NameDescriptionTypeAdditional information
Systolic

Systolic.

integer

None

Diastolic

Diastolic.

integer

None

MedicalCodeMeasurementMethodId

Id of MedicalCodeMeasurementMethod (MedicalCodeListType.BloodPressureMeasurementMethod).

globally unique identifier

None

MedicalCodeCuffTypeId

Id of MedicalCodeCuffType (MedicalCodeListType.BloodPressureCuffType).

globally unique identifier

None

MedicalCodeMeasurementLocationId

Id of MedicalCodeMeasurementLocation (MedicalCodeListType.BloodPressureMeasurementLocation).

globally unique identifier

None

MedicalCodeDiastolicEndpointId

Id of MedicalCodeDiastolicEndpoint (MedicalCodeListType.BloodPressureDiastolicEndpoint).

globally unique identifier

None

MedicalCodeContextPositionId

Id of MedicalCodeContextPosition (MedicalCodeListType.BloodPressureContextPosition).

globally unique identifier

None

Remarks

Remarks.

string

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

Sample:
{
  "Systolic": 1,
  "Diastolic": 2,
  "MedicalCodeMeasurementMethodId": "4a1343f5-15f6-4714-9108-2b3e3642b5f4",
  "MedicalCodeCuffTypeId": "793c70be-e369-4801-993f-d62b7a5de53f",
  "MedicalCodeMeasurementLocationId": "55f6e930-9f44-4cd3-a6a8-c0ae19faeb76",
  "MedicalCodeDiastolicEndpointId": "1ec2f2a2-6445-43c6-ace6-f1b2ebbae923",
  "MedicalCodeContextPositionId": "3c18091c-3288-4d7e-a1f1-2662ef15d69c",
  "Remarks": "sample string 3",
  "Id": 4,
  "RelationId": 5,
  "RegistrationDateTime": "2026-05-26T21:11:55.1176066+02:00",
  "Source": "sample string 7"
}

application/xml, text/xml

Sample:
<MedicalBloodPressure xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical">
  <Id>4</Id>
  <RegistrationDateTime>2026-05-26T21:11:55.1176066+02:00</RegistrationDateTime>
  <RelationId>5</RelationId>
  <Source>sample string 7</Source>
  <Diastolic>2</Diastolic>
  <MedicalCodeContextPositionId>3c18091c-3288-4d7e-a1f1-2662ef15d69c</MedicalCodeContextPositionId>
  <MedicalCodeCuffTypeId>793c70be-e369-4801-993f-d62b7a5de53f</MedicalCodeCuffTypeId>
  <MedicalCodeDiastolicEndpointId>1ec2f2a2-6445-43c6-ace6-f1b2ebbae923</MedicalCodeDiastolicEndpointId>
  <MedicalCodeMeasurementLocationId>55f6e930-9f44-4cd3-a6a8-c0ae19faeb76</MedicalCodeMeasurementLocationId>
  <MedicalCodeMeasurementMethodId>4a1343f5-15f6-4714-9108-2b3e3642b5f4</MedicalCodeMeasurementMethodId>
  <Remarks>sample string 3</Remarks>
  <Systolic>1</Systolic>
</MedicalBloodPressure>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None

Content

HttpContent

None

StatusCode

HttpStatusCode

None

ReasonPhrase

string

None

Headers

Collection of Object

None

RequestMessage

HttpRequestMessage

None

IsSuccessStatusCode

boolean

None