Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
OBBirth
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| OBBirthSID | INTEGER |   | MANDATORY | System generated unique number for each record in this table. SID is generated using the OBChart sequence. |
| RecordStatus | CHARACTER(1) |   | MANDATORY | Record Status: Active (A), Inactive (I) |
| ClinicalCaseSID | INTEGER | ?   | MANDATORY | System generated unique from ClinicalCase table. |
| APGAR1M | INTEGER | 0   | OPTIONAL | APGAR 1 Minute score. |
| APGAR5M | INTEGER | 0   | OPTIONAL | APGAR 5 Minute score. |
| APGAR10M | INTEGER | 0   | OPTIONAL | APGAR 10 Minute score. |
| BirthDate | DATE |   | OPTIONAL | Date of Birth of child. |
| BirthType | CHAR(15) |   | OPTIONAL | System defined. Field is supported by the lookup types:[BirthType]. Values are defined in the LookupCode table for the above lookup types. |
| BirthWeight | INTEGER | 0   | OPTIONAL | Birth weight converted to ounces. |
| DeliveryType | CHAR(15) |   | OPTIONAL | System defined. Field is supported by the lookup types:[OBDeliveryType]. Values are defined in the LookupCode table for the above lookup types. |
| LossType | CHAR(15) |   | OPTIONAL | System defined. Field is supported by the lookup types:[OBLossType]. Values are defined in the LookupCode table for the above lookup types. |
| Gender | CHAR(1) |   | OPTIONAL | Gender - lookup code. |
| TimeStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was last written. |
| LastUser | INTEGER | ?   | OPTIONAL | User ID of user that last wrote the record. |
| CreateStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was created. |
| CreateUser | INTEGER | ?   | OPTIONAL | User ID of user that created the record. |
| BirthTime | INTEGER | ?   | OPTIONAL | Birth time (seconds since midnight) |
| Ethnicity | CHAR(15) |   | OPTIONAL | Ethnicity - lookup code. |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| OBPregnancy | OBBirth.ClinicalCaseSID = OBPregnancy.ClinicalCaseSID | CASCADE if OBBirth exists |
| Child Table | Join Phrase | When deleting OBBirth record... |
|---|---|---|
| OBBirthRace | OBBirthRace.OBBirthSID = OBBirth.OBBirthSID | CASCADE if OBBirthRace exists |