blood_pressure

The local measurement of arterial blood pressure which is a surrogate for arterial pressure in the systemic circulation.

The local measurement of arterial blood pressure which is a surrogate for arterial pressure in the systemic circulation.

Purpose. To record the systemic arterial blood pressure of an individual.

Source

ModelLegRole
openEHR-EHR-OBSERVATION.blood_pressure.v2openEHRdefines this table

Columns

ColumnTypeNullDescriptionSource
iduuid primary keynoPrimary key.
form_iduuidformnoThe form this entry was recorded on.
form_block_iduuidyesThe block within the form, when the entry is bound to one.
event_typetextyesnull represents any_event
systolic_magnitude
systolic_units
quantity
numeric, text
yesSystolic/data[at0001]/events[at0006]/data[at0003]/items[at0004]
diastolic_magnitude
diastolic_units
quantity
numeric, text
yesDiastolic/data[at0001]/events[at0006]/data[at0003]/items[at0005]
mean_arterial_pressure_magnitude
mean_arterial_pressure_units
quantity
numeric, text
yesMean arterial pressure/data[at0001]/events[at0006]/data[at0003]/items[at1006]
pulse_pressure_magnitude
pulse_pressure_units
quantity
numeric, text
yesPulse pressure/data[at0001]/events[at0006]/data[at0003]/items[at1007]
clinical_interpretation
clinical_interpretation_code
clinical_interpretation_system
clinical_interpretation_valueset_id
coded text
text, text, text, text
yesClinical interpretation/data[at0001]/events[at0006]/data[at0003]/items[at1059]
commenttextyesComment/data[at0001]/events[at0006]/data[at0003]/items[at0033]
position
position_code
position_system
position_valueset_id
coded text
text, text, text, text
yesPosition/data[at0001]/events[at0006]/state[at0007]/items[at0008]
confounding_factorstextyesConfounding factors/data[at0001]/events[at0006]/state[at0007]/items[at1052]
sleep_status
sleep_status_code
sleep_status_system
sleep_status_valueset_id
coded text
text, text, text, text
yesSleep status/data[at0001]/events[at0006]/state[at0007]/items[at1043]
tilt_magnitude
tilt_units
quantity
numeric, text
yesTilt/data[at0001]/events[at0006]/state[at0007]/items[at1005]
cuff_size
cuff_size_code
cuff_size_system
cuff_size_valueset_id
coded text
text, text, text, text
yesCuff size/protocol[at0011]/items[at0013]
location_of_measurement
location_of_measurement_code
location_of_measurement_system
location_of_measurement_valueset_id
coded text
text, text, text, text
yesLocation of measurement/protocol[at0011]/items[at0014]
method
method_code
method_system
method_valueset_id
coded text
text, text, text, text
yesMethod/protocol[at0011]/items[at1035]
mean_arterial_pressure_formulatextyesMean arterial pressure formula/protocol[at0011]/items[at1038]
systolic_pressure_formulatextyesSystolic pressure formula/protocol[at0011]/items[at1054]
diastolic_pressure_formulatextyesDiastolic pressure formula/protocol[at0011]/items[at1055]
diastolic_endpoint
diastolic_endpoint_code
diastolic_endpoint_system
diastolic_endpoint_valueset_id
coded text
text, text, text, text
yesDiastolic endpoint/protocol[at0011]/items[at1010]
deviceuuidyesDevice/protocol[at0011]/items[at1025]

Constraints

check ((systolic_magnitude is null and systolic_units is null) or (systolic_magnitude is not null and systolic_units is not null))
check (systolic_magnitude is null or (systolic_units = 'mm[Hg]' and systolic_magnitude between 0 and 1000))
check ((diastolic_magnitude is null and diastolic_units is null) or (diastolic_magnitude is not null and diastolic_units is not null))
check (diastolic_magnitude is null or (diastolic_units = 'mm[Hg]' and diastolic_magnitude between 0 and 1000))
check ((mean_arterial_pressure_magnitude is null and mean_arterial_pressure_units is null) or (mean_arterial_pressure_magnitude is not null and mean_arterial_pressure_units is not null))
check (mean_arterial_pressure_magnitude is null or (mean_arterial_pressure_units = 'mm[Hg]' and mean_arterial_pressure_magnitude between 0 and 1000))
check ((pulse_pressure_magnitude is null and pulse_pressure_units is null) or (pulse_pressure_magnitude is not null and pulse_pressure_units is not null))
check (pulse_pressure_magnitude is null or (pulse_pressure_units = 'mm[Hg]' and pulse_pressure_magnitude between 0 and 1000))
check ((clinical_interpretation_code is null and clinical_interpretation_system is null and clinical_interpretation_valueset_id is null) or (clinical_interpretation is not null and clinical_interpretation_code is not null and clinical_interpretation_system is not null and clinical_interpretation_valueset_id is not null))
check ((position_code is null and position_system is null and position_valueset_id is null and position is null) or (position is not null and position_code is not null and position_system is not null and position_valueset_id is not null))
check ((sleep_status_code is null and sleep_status_system is null and sleep_status_valueset_id is null and sleep_status is null) or (sleep_status is not null and sleep_status_code is not null and sleep_status_system is not null and sleep_status_valueset_id is not null))
check ((tilt_magnitude is null and tilt_units is null) or (tilt_magnitude is not null and tilt_units is not null))
check (tilt_magnitude is null or (tilt_units = 'deg' and tilt_magnitude between -90 and 90))
check ((cuff_size_code is null and cuff_size_system is null and cuff_size_valueset_id is null and cuff_size is null) or (cuff_size is not null and cuff_size_code is not null and cuff_size_system is not null and cuff_size_valueset_id is not null))
check ((location_of_measurement_code is null and location_of_measurement_system is null and location_of_measurement_valueset_id is null) or (location_of_measurement is not null and location_of_measurement_code is not null and location_of_measurement_system is not null and location_of_measurement_valueset_id is not null))
check ((method_code is null and method_system is null and method_valueset_id is null and method is null) or (method is not null and method_code is not null and method_system is not null and method_valueset_id is not null))
check ((diastolic_endpoint_code is null and diastolic_endpoint_system is null and diastolic_endpoint_valueset_id is null and diastolic_endpoint is null) or (diastolic_endpoint is not null and diastolic_endpoint_code is not null and diastolic_endpoint_system is not null and diastolic_endpoint_valueset_id is not null))

Unique

References

ColumnsTargetOn delete
form_idformcascade
form_id, form_block_idform_blockcascade
clinical_interpretation_valueset_id, clinical_interpretation_code, clinical_interpretation_system, clinical_interpretationvalueset_coderestrict
position_valueset_id, position_code, position_system, positionvalueset_coderestrict
sleep_status_valueset_id, sleep_status_code, sleep_status_system, sleep_statusvalueset_coderestrict
cuff_size_valueset_id, cuff_size_code, cuff_size_system, cuff_sizevalueset_coderestrict
location_of_measurement_valueset_id, location_of_measurement_code, location_of_measurement_system, location_of_measurementvalueset_coderestrict
method_valueset_id, method_code, method_system, methodvalueset_coderestrict
diastolic_endpoint_valueset_id, diastolic_endpoint_code, diastolic_endpoint_system, diastolic_endpointvalueset_coderestrict
devicedeviceno action

Referenced by

Indexes

Child tables

1 table hang off blood_pressure, one row per repetition.

blood_pressure_structured_measurement_location

Child table — one row per repetition, deleted with its parent.

ColumnTypeNullDescriptionSource
iduuid primary keynoPrimary key.
blood_pressure_iduuidblood_pressureno
positionintegernoOrder of this row within its parent, from zero.
anatomical_location_iduuidnoStructured measurement location/protocol[at0011]/items[at1057]

Unique

References

ColumnsTargetOn delete
blood_pressure_idblood_pressurecascade
anatomical_location_idanatomical_locationno action

Indexes

Value sets

Value setCodes
org.openehr::openEHR-EHR-OBSERVATION.blood_pressure.v2/cuff_size7
org.openehr::openEHR-EHR-OBSERVATION.blood_pressure.v2/diastolic_endpoint2
org.openehr::openEHR-EHR-OBSERVATION.blood_pressure.v2/location_of_measurement12
org.openehr::openEHR-EHR-OBSERVATION.blood_pressure.v2/method4
org.openehr::openEHR-EHR-OBSERVATION.blood_pressure.v2/position5
org.openehr::openEHR-EHR-OBSERVATION.blood_pressure.v2/sleep_status2