GET PlanCare2Api/MedicalBloodPressure/{id}
Gets MedicalBloodPressure by id.
Requires 'Read' permission for function MedicalBloodPressure {4D31A282-1816-486C-8525-3F9D14BB6445}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the MedicalBloodPressure. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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 |
Response Formats
application/json, text/json
{
"Systolic": 1,
"Diastolic": 2,
"MedicalCodeMeasurementMethodId": "4c4f8585-12cd-4b79-a41d-2fca725dfd0f",
"MedicalCodeCuffTypeId": "ec36b69c-77e5-4a2c-9b6c-a8d323c63037",
"MedicalCodeMeasurementLocationId": "838df8c8-6902-4a82-8557-dee2b35b13a7",
"MedicalCodeDiastolicEndpointId": "29ae718e-9677-4b91-bb6e-3e1a65904a89",
"MedicalCodeContextPositionId": "7c477d4b-acb9-47fa-8f13-e14b5ab452d1",
"Remarks": "sample string 3",
"Id": 4,
"RelationId": 5,
"RegistrationDateTime": "2026-05-26T23:13:58.9942702+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-26T23:13:58.9942702+02:00</RegistrationDateTime> <RelationId>5</RelationId> <Source>sample string 7</Source> <Diastolic>2</Diastolic> <MedicalCodeContextPositionId>7c477d4b-acb9-47fa-8f13-e14b5ab452d1</MedicalCodeContextPositionId> <MedicalCodeCuffTypeId>ec36b69c-77e5-4a2c-9b6c-a8d323c63037</MedicalCodeCuffTypeId> <MedicalCodeDiastolicEndpointId>29ae718e-9677-4b91-bb6e-3e1a65904a89</MedicalCodeDiastolicEndpointId> <MedicalCodeMeasurementLocationId>838df8c8-6902-4a82-8557-dee2b35b13a7</MedicalCodeMeasurementLocationId> <MedicalCodeMeasurementMethodId>4c4f8585-12cd-4b79-a41d-2fca725dfd0f</MedicalCodeMeasurementMethodId> <Remarks>sample string 3</Remarks> <Systolic>1</Systolic> </MedicalBloodPressure>