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| Name | Description | Type | Additional 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
{
"Systolic": 1,
"Diastolic": 2,
"MedicalCodeMeasurementMethodId": "b812533e-29c5-468d-931d-ca1e088622dd",
"MedicalCodeCuffTypeId": "655c6ce8-a763-41d9-9236-8305ad5eb282",
"MedicalCodeMeasurementLocationId": "07862f1d-b551-4f98-9fda-413004225374",
"MedicalCodeDiastolicEndpointId": "47ddaffc-060d-4c9d-ba28-cfcbc7abf095",
"MedicalCodeContextPositionId": "8e6a2b3e-9d44-4689-87e7-1335621cfc8f",
"Remarks": "sample string 3",
"Id": 4,
"RelationId": 5,
"RegistrationDateTime": "2026-05-26T22:09:34.9201173+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-05-26T22:09:34.9201173+02:00</RegistrationDateTime> <RelationId>5</RelationId> <Source>sample string 7</Source> <Diastolic>2</Diastolic> <MedicalCodeContextPositionId>8e6a2b3e-9d44-4689-87e7-1335621cfc8f</MedicalCodeContextPositionId> <MedicalCodeCuffTypeId>655c6ce8-a763-41d9-9236-8305ad5eb282</MedicalCodeCuffTypeId> <MedicalCodeDiastolicEndpointId>47ddaffc-060d-4c9d-ba28-cfcbc7abf095</MedicalCodeDiastolicEndpointId> <MedicalCodeMeasurementLocationId>07862f1d-b551-4f98-9fda-413004225374</MedicalCodeMeasurementLocationId> <MedicalCodeMeasurementMethodId>b812533e-29c5-468d-931d-ca1e088622dd</MedicalCodeMeasurementMethodId> <Remarks>sample string 3</Remarks> <Systolic>1</Systolic> </MedicalBloodPressure>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |