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": "68bf4314-6548-4578-8335-227fe490de8a",
"MedicalCodeCuffTypeId": "7580a5a7-6d3f-4cb7-b117-0350f6f4a9eb",
"MedicalCodeMeasurementLocationId": "11cc782f-143e-45f5-ab75-25078573a050",
"MedicalCodeDiastolicEndpointId": "2d91e6d2-606d-4a81-bbb6-a0192efe7b04",
"MedicalCodeContextPositionId": "a8fe416f-2a2e-4cbb-a56a-e6b7ad37af56",
"Remarks": "sample string 3",
"Id": 4,
"RelationId": 5,
"RegistrationDateTime": "2026-05-26T23:13:06.1672117+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:06.1672117+02:00</RegistrationDateTime> <RelationId>5</RelationId> <Source>sample string 7</Source> <Diastolic>2</Diastolic> <MedicalCodeContextPositionId>a8fe416f-2a2e-4cbb-a56a-e6b7ad37af56</MedicalCodeContextPositionId> <MedicalCodeCuffTypeId>7580a5a7-6d3f-4cb7-b117-0350f6f4a9eb</MedicalCodeCuffTypeId> <MedicalCodeDiastolicEndpointId>2d91e6d2-606d-4a81-bbb6-a0192efe7b04</MedicalCodeDiastolicEndpointId> <MedicalCodeMeasurementLocationId>11cc782f-143e-45f5-ab75-25078573a050</MedicalCodeMeasurementLocationId> <MedicalCodeMeasurementMethodId>68bf4314-6548-4578-8335-227fe490de8a</MedicalCodeMeasurementMethodId> <Remarks>sample string 3</Remarks> <Systolic>1</Systolic> </MedicalBloodPressure>