ObstetricsDeliveryMembraneRuptureDateT
The OB_HSB_DEL_RP_DTTM table contains membrane rupture date and time information recorded from the OB Delivery Summary. It uses the list of rupture dates and times stored in the patient's delivery record and combines them to create a list of date/time values. If a rupture time was recorded with no corresponding date, it is considered incomplete documentation and the line is thrown out.
| Column Name | Type | Description |
|---|---|---|
| EpisodeIdentifier | NUMERIC | The unique ID assigned to the episode record (HSB .1). |
| RuptureTimePresentIndicator | VARCHAR | This column denotes whether a rupture time was present in HSB 35151. If there was no rupture time present, OB_DEL_RUP_DTTM stores midnight as a default time. |
| SequenceNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| RecordSourceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| DeliveryRuptureDateTime | DATETIME | This column extracts the date and time of rupture for a delivery record. It uses the list of rupture dates and times stored in the patient's delivery record and concatenates them to create a list of correlated date/time values. If no time value was recorded, the default is midnight (use RUPT_TM_PRESENT_YN to determine if a midnight value is entered by the user or defaulted in). |