Pregnancy outcomes are accessible using Stork data. Stork provides information about pregnancy outcomes (membrane rupture time, birth weight, Apgar scores, etc) by linking data from the mother’s and newborn’s electronic health records. Most Stork data is available starting in 2012.
Stork Data Dictionaries
Data Model
Stork Data Views
StorkPregnancies
Information about a patient’s pregnancy, including dates pregnancy starts and ends, number of pregnancies and number of fetuses.
StorkPregnancyEvents
Information about the patient’s labor and delivery process, including status changes (Triage, Labor, Induction, etc) and the date/time associated with status changes.
StorkPregnancyOutcomes
Information about the type of delivery (VBAC, C-Section, etc); the baby’s weight and length; APGAR scores and other vital signs.
How to connect the baby’s data to the mother’s data
- Pull the mother cohort’s health data for the desired time period
- Pull the baby cohort’s health data for the desired time period.
- Pull data from the StorkPregnancyOutcomes view, which contains unique IDs for the mother (DeID PatientID) and the baby(DeIDPatient_Baby). Match the unique IDs for mother and babywith theunique IDs in the mother cohort’s and baby cohort’s data.
