Stork Flashcards
Gravida
The number of times the patient has been pregnant, including the current pregnancy.
Para
Pregnancies the patient has delivered after 20 weeks of gestation.
Term
Deliveries after 37 weeks of gestation.
Preterm
Deliveries between 20 and 36 weeks.
Abortions
Pregnancies that did not reach 20 weeks of gestation, whether they were spontaneous or therapeutic.
Ectopic
Pregnancies where the embryo implants somewhere other than the mother’s uterus, typically inside a Fallopian tube.
Multiple
Pregnancies where the mother carries more than one fetus. This field counts the number of Pregnancies… not babies.
Living - Neonatal Demise - Stillbirth
Children living. Delivered alive but died shortly thereafter. Baby died in uteri.
How many result (RES) records will exist for each ultrasound order (ORD)?
One for the mother and one for each fetus.
Where can you find the estimated GA based on a measurement?
RES_COMPONENT_LRR . RESULT_COMMENT
T/F: Delivery signing information is stored on the pregnancy episode and not on the delivery record.
True
T/F: The child’s living status is stored on the pregnancy episode.
False. The living status is stored in the delivery record.
Smartdata element data associated with a delivery record will have a context of _____?
EPISODE
T/F: The column EPISODE . PAT_LINK_ID will link to mom when looking at a delivery record.
False, when in the context of the delivery record, the PAT_LINK_ID will link to the baby. OB_DELIVERY_BABY_ID can also be used.
To ensure that you are only reporting on delivery records, what column in OB_HSB_DELIVERY should you filter on?
OB_DEL_EPIS_TYPE_C = 10 (Delivery)
What column in the EPISODE table can be used to link the delivery record to the pregnancy episode?
OB_DEL_PREG_EPI_ID
T/F: All babies who have been delivered through Stork will also have the Birth History information updated from the Delivery Summary Documentation.
True, once the Delivery Summary has been signed.
What is the difference between the records that show up in HSP_LD_MOM_CHILD and HSP_LD_MOM_CH_PEND?
HSP_LD_MOM_CHILD contains the link from mom to baby for admitted newborns, while HSP_LD_MOM_CH_PEND contains only pended newborns.
What column can be used to link from a baby record back to the delivery record?
PATIENT_3 . NB_DEL_REC_ID
T/F: The number of rows in a patient’s OB History will always match the amount of rows that extract to OB_HISTORY for that patient.
True.
After running the 2014 conversion which rows in OB_HISTORY will have the OB_HX_PREG_EPIS_ID column populated?
All of them will be populated after the conversion. A historical pregnancy episode will be created for any pregnancy that is documented in a patient’s obstetric history that does not already have an associated pregnancy episode.
A patient is currently pregnant and has had two previous term deliveries and one miscarriage. What is her current Gravida and Para count?
4 Gravida, 2 Para. The gravidity is essentially a count of how many times the patient has been pregnant. Parity is the sum of term and preterm deliveries.
Pregnancy episodes can be created in three different ways. What are they?
Episode of Care activity, Episodes navigator section, and auto creation if built out at DH.
While columns exist in the EPISODE table for GTPAL data they are deprecated. What table should you use instead?
V_OB_HX_EPISODE_COUNTS
T/F: Gravida is the only obstetric status to increase on documentation of pregnancy. All others will increase after delivery is documented.
True.
T/F: Only encounters can be linked to the pregnancy episode, problem list diagnoses cannot.
False
T/F: You can see all encounters linked to the pregnancy episode from the Episodes activity.
False, they are displayed in the Episodes of Care activity.
What column in the EPISODE table would you use to display the working EDD and avoid using the OB_HSB_DATING table and complicated logic?
EPISODE . OB_WRK_EDD_DT
When you start with the Delivery Record how do you connect to mom’s pregnancy episode?
OB_HSB_DELIVERY.SUMMARY_BLOCK_ID –>
EPISODE_delivery_record.EPISODE_ID –>
edr.OB_DEL_PREG_EPI_ID –> EPISODE_preg.EPISODE_ID
From the OB_HSB_DELIVERY table which is better for reporting Delivery Date, OB_DEL_BIRTH_DTTM or OB_DELIVERY_DATE?
OB_DEL_BIRTH_DTTM
What column can be used to link from a baby record back to the delivery record?
PATIENT_3.NB_DEL_REC_ID
What does this special linking and the filter return for you? OB_TOTAL.PAT_ENC_DATE_REAL < OB_TOTAL_copy.PAT_ENC_DATE_REAL
filter: OB_TOTAL_copy.PAT_ENC_DATE_REAL is null
The highest, or most recent, date.
Simply entering the date of the LMP will not document your patient’s gestational age. What else do you need to do?
Select it as the Working EDD to make it ‘official.’