obstetric_summary

Summary or persistent information about the numbers of key obstetric events.

Summary or persistent information about the numbers of key obstetric events.

Purpose. To record summary or persistent information about the numbers of key obstetric events that may impact risk assessment or decision support.

Source

ModelLegRole
openEHR-EHR-EVALUATION.obstetric_summary.v1openEHRdefines 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.
descriptiontextyesDescription/data[at0001]/items[at0025]
gravidityintegeryesGravidity/data[at0001]/items[at0002]
parityintegeryesParity/data[at0001]/items[at0003]
term_birthsintegeryesTerm births/data[at0001]/items[at0015]
preterm_birthsintegeryesPreterm births/data[at0001]/items[at0016]
abortionsintegeryesAbortions/data[at0001]/items[at0017]
miscarriagesintegeryesMiscarriages/data[at0001]/items[at0004]
terminationsintegeryesTerminations/data[at0001]/items[at0005]
ectopic_pregnanciesintegeryesEctopic pregnancies/data[at0001]/items[at0011]
live_birthsintegeryesLive births/data[at0001]/items[at0006]
multiple_birthsintegeryesMultiple births/data[at0001]/items[at0018]
stillbirthsintegeryesStillbirths/data[at0001]/items[at0012]
neonatal_deathsintegeryesNeonatal deaths/data[at0001]/items[at0028]
caesarean_sectionsintegeryesCaesarean sections/data[at0001]/items[at0027]
commenttextyesComment/data[at0001]/items[at0026]
last_updatedtimestamptzyesLast updated/protocol[at0008]/items[at0009]
definition_of_viability_duration
definition_of_viability_quantity_magnitude
definition_of_viability_quantity_units
quantity
interval, numeric, text
yesDefinition of viability/protocol[at0008]/items[at0021]

Constraints

check (gravidity is null or gravidity between 0 and 100)
check (parity is null or parity between 0 and 100)
check (term_births is null or term_births between 0 and 100)
check (preterm_births is null or preterm_births between 0 and 100)
check (abortions is null or abortions between 0 and 100)
check (miscarriages is null or miscarriages between 0 and 100)
check (terminations is null or terminations between 0 and 100)
check (ectopic_pregnancies is null or ectopic_pregnancies between 0 and 100)
check (live_births is null or live_births between 0 and 100)
check (multiple_births is null or multiple_births between 0 and 100)
check (stillbirths is null or stillbirths between 0 and 100)
check ((definition_of_viability_quantity_magnitude is null and definition_of_viability_quantity_units is null) or (definition_of_viability_quantity_magnitude is not null and definition_of_viability_quantity_units is not null))
check (num_nonnulls(definition_of_viability_duration, definition_of_viability_quantity_magnitude) <= 1)

Unique

References

ColumnsTargetOn delete
form_idformcascade
form_id, form_block_idform_blockcascade

Indexes