POST PlanCare2Api/MedicalBloodPressure
Insert MedicalBloodPressure.
Relation(s) can be of the following types: Client, Prospect
Requires 'Insert' permission for function MedicalBloodPressure {4D31A282-1816-486C-8525-3F9D14BB6445}
Request Information
URI Parameters
None.
Body Parameters
MedicalBloodPressure.
MedicalBloodPressure| Name | Description | Type | Additional information |
|---|---|---|---|
| Systolic |
Systolic. |
integer |
- |
| Diastolic |
Diastolic. |
integer |
- |
| MedicalCodeMeasurementMethodId |
Id of MedicalCodeMeasurementMethod (MedicalCodeListType.BloodPressureMeasurementMethod). |
globally unique identifier |
Nullable |
| MedicalCodeCuffTypeId |
Id of MedicalCodeCuffType (MedicalCodeListType.BloodPressureCuffType). |
globally unique identifier |
Nullable |
| MedicalCodeMeasurementLocationId |
Id of MedicalCodeMeasurementLocation (MedicalCodeListType.BloodPressureMeasurementLocation). |
globally unique identifier |
Nullable |
| MedicalCodeDiastolicEndpointId |
Id of MedicalCodeDiastolicEndpoint (MedicalCodeListType.BloodPressureDiastolicEndpoint). |
globally unique identifier |
Nullable |
| MedicalCodeContextPositionId |
Id of MedicalCodeContextPosition (MedicalCodeListType.BloodPressureContextPosition). |
globally unique identifier |
Nullable |
| Remarks |
Remarks. |
string |
- |
| 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
{
"Systolic": 1,
"Diastolic": 2,
"MedicalCodeMeasurementMethodId": "ad501aae-35a2-4d4a-9ea0-2b7ad64c2da9",
"MedicalCodeCuffTypeId": "ea9e1488-a391-4858-9649-5fec09761134",
"MedicalCodeMeasurementLocationId": "b536cda2-2a90-4f9a-af28-d4df048f787e",
"MedicalCodeDiastolicEndpointId": "9826ccbd-6211-4af0-af24-f0a8b6d508bf",
"MedicalCodeContextPositionId": "cd7ec193-72f4-4df6-99e5-a7bf0c3621df",
"Remarks": "sample string 3",
"Id": 4,
"RelationId": 5,
"RegistrationDateTime": "2026-06-10T12:37:16.3531199+02:00",
"Source": "sample string 7"
}
application/xml, text/xml
<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-06-10T12:37:16.3531199+02:00</RegistrationDateTime> <RelationId>5</RelationId> <Source>sample string 7</Source> <Diastolic>2</Diastolic> <MedicalCodeContextPositionId>cd7ec193-72f4-4df6-99e5-a7bf0c3621df</MedicalCodeContextPositionId> <MedicalCodeCuffTypeId>ea9e1488-a391-4858-9649-5fec09761134</MedicalCodeCuffTypeId> <MedicalCodeDiastolicEndpointId>9826ccbd-6211-4af0-af24-f0a8b6d508bf</MedicalCodeDiastolicEndpointId> <MedicalCodeMeasurementLocationId>b536cda2-2a90-4f9a-af28-d4df048f787e</MedicalCodeMeasurementLocationId> <MedicalCodeMeasurementMethodId>ad501aae-35a2-4d4a-9ea0-2b7ad64c2da9</MedicalCodeMeasurementMethodId> <Remarks>sample string 3</Remarks> <Systolic>1</Systolic> </MedicalBloodPressure>
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 |
- |