Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
OBPostpartumVisit
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| EncounterSID | INTEGER | ?   | MANDATORY | System generated unique id using Encounter sequence. |
| RecordStatus | CHARACTER(1) |   | MANDATORY | Record Status: Active (A), Inactive (I) |
| TubalLigationDesired | CHAR(1) |   | OPTIONAL | Tubal Ligation Flag (Y/N/X). |
| BreastFeeding | CHAR(1) |   | OPTIONAL | Breast Feeding Flag (Y/N). |
| BottleFeeding | CHAR(1) |   | OPTIONAL | Bottle Feeding Flag (Y/N). |
| DoingWell | CHAR(1) |   | OPTIONAL | Doing Well Flag (Y/N). |
| SymptomComment | CHAR(5000) |   | OPTIONAL | Symptom Comment: Free text entered by user. |
| BreastNormal | CHAR(1) |   | OPTIONAL | Breast Normal Flag (Y/N) |
| BreastComment | CHAR(5000) |   | OPTIONAL | Breast Comment: Free text entered by user. |
| AbdExamNonTender | CHAR(1) |   | OPTIONAL | Abdomen Exam: Not Tender Flag (Y/N). |
| AbdExamIncisionNormal | CHAR(1) |   | OPTIONAL | Abdomen Incision Well-approximated Flag (Y/N). |
| AbdExamComment | CHAR(5000) |   | OPTIONAL | Abdomen Exam Comment: Free text entered by user. |
| UterusNonTender | CHAR(1) |   | OPTIONAL | Uterus Exam: Not Tender Flag (Y/N). |
| EpisiotomyHealed | CHAR(1) |   | OPTIONAL | Episiotomy Healed Flag (Y/N). |
| PelvicExamComment | CHAR(5000) |   | OPTIONAL | Pelvic Exam Comment: Free text entered by user. |
| PostpartumExamNormal | CHAR(1) |   | OPTIONAL | Postpartum Exam Normal Flag (Y/N). |
| CSectionExamNormal | CHAR(1) |   | OPTIONAL | C-Section Exam Normal Flag (Y/N). |
| AssessmentComment | CHAR(5000) |   | OPTIONAL | Assessment Comment: Free text entered by user. |
| PostpartumDepression | CHAR(1) |   | OPTIONAL | Postpartum Depression flag (Y/N). |
| OtherComment | CHAR(5000) |   | OPTIONAL | Other Comments: Free text entered by user. |
| Contraception | CHAR(6) |   | OPTIONAL | Contraception: Lookup code. |
| PlanComment | CHAR(5000) |   | OPTIONAL | Contraception Plan Comment: Free text entered by user. |
| 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. |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| OBEncounter | OBPostpartumVisit.EncounterSID = OBEncounter.EncounterSID | CASCADE if OBPostpartumVisit exists |
| Child Table | Join Phrase | When deleting OBPostpartumVisit record... |
|---|