Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| Patient_PatientID | int | 4 | null |
|
|
Patient identifier - Unique identifier for each patient/client in the system |
||
| Patient_FirstName | varchar | 50 | √ | null |
|
|
Patient first name - Patient’s given name for identification and communication |
|
| Patient_MiddleName | varchar | 50 | √ | null |
|
|
Patient middle name - Patient’s middle name or initial for complete identification |
|
| Patient_LastName | varchar | 50 | √ | null |
|
|
Patient last name - Patient’s surname for identification and alphabetical sorting |
|
| Patient_Sex | varchar | 20 | √ | null |
|
|
Patient gender - Patient’s gender for demographic reporting and appropriate care matching |
|
| Patient_DateOfBirth | datetime | 16,3 | √ | null |
|
|
Patient birth date - Patient’s date of birth for age calculations and eligibility determination |
|
| Patient_Address | varchar | 50 | √ | null |
|
|
Patient primary address - Patient’s street address for service delivery and communication |
|
| Patient_City | varchar | 50 | √ | null |
|
|
Patient city - City of patient’s primary residence |
|
| Patient_State | varchar | 50 | √ | null |
|
|
Patient state - State/province of patient’s primary residence |
|
| Patient_ZipCode | varchar | 10 | √ | null |
|
|
Patient postal code - ZIP/postal code for patient’s address |
|
| Patient_Telephone | varchar | 30 | √ | null |
|
|
Patient phone number - Primary telephone number for patient contact |
|
| Patient_Ethnicity | varchar | 20 | √ | null |
|
|
Patient ethnicity - Patient’s ethnic background for demographic reporting and cultural considerations |
|
| Patient_InsuranceID | int | 4 | √ | null |
|
|
Patient insurance reference - Links to Insurance table for primary insurance coverage |
|
| Patient_DateEntered | datetime | 16,3 | √ | null |
|
|
Patient enrollment date - Date when patient was first entered into the system |
|
| Patient_DatePrescription | datetime | 16,3 | √ | null |
|
|
Patient prescription date - Date of medical prescription or referral for services |
|
| Patient_AgencyID | int | 4 | √ | null |
|
|
Patient agency reference - Links to Agency table for the healthcare provider serving this patient |
|
| Patient_ForestCareID | int | 4 | √ | null |
|
|
ForestCare identifier - External system identifier for ForestCare integration |
|
| Patient_Comments | varchar | 500 | √ | null |
|
|
Patient comments - General comments and notes about the patient |
|
| Patient_District | int | 4 | √ | null |
|
|
Patient district - School or administrative district for the patient |
|
| Patient_Borough | char | 20 | √ | null |
|
|
Patient borough - Borough or administrative region for the patient |
|
| Patient_RxDate | datetime | 16,3 | √ | null |
|
|
Prescription date - Date of medical prescription or referral |
|
| Patient_BillingType | int | 4 | √ | null |
|
|
Patient billing type - Type of billing arrangement for the patient |
|
| Patient_DateAnnualMedical | datetime | 16,3 | √ | null |
|
|
Annual medical date - Date of annual medical examination |
|
| Patient_DateAudiological | datetime | 16,3 | √ | null |
|
|
Audiological assessment date - Date of hearing/audiological evaluation |
|
| Patient_DateVisionTest | datetime | 16,3 | √ | null |
|
|
Vision test date - Date of vision screening or examination |
|
| Patient_DateSCConsent | datetime | 16,3 | √ | null |
|
|
Service coordination consent date - Date when service coordination consent was obtained |
|
| Patient_DateReleaseInfoConsent | datetime | 16,3 | √ | null |
|
|
Information release consent date - Date when consent to release information was obtained |
|
| Patient_DateEvalConsent | datetime | 16,3 | √ | null |
|
|
Evaluation consent date - Date when evaluation consent was obtained |
|
| Patient_DateFamilyInfoWorksheet | datetime | 16,3 | √ | null |
|
|
Family information worksheet date - Date when family information worksheet was completed |
|
| Patient_DateMedicalInfoWorksheet | datetime | 16,3 | √ | null |
|
|
Medical information worksheet date - Date when medical information worksheet was completed |
|
| Patient_Date45DayLimit | datetime | 16,3 | √ | null |
|
|
45-day timeline date - Date related to 45-day service timeline requirements |
|
| Patient_DateChildInfoChange | datetime | 16,3 | √ | null |
|
|
Child information change date - Date when child information was last changed |
|
| Patient_DateSurrogacyForm | datetime | 16,3 | √ | null |
|
|
Surrogacy form date - Date when surrogacy form was completed |
|
| Patient_DateClosureForm | datetime | 16,3 | √ | null |
|
|
Closure form date - Date when case closure form was completed |
|
| Patient_OtherInsurance | char | 5 | √ | null |
|
|
Other insurance flag - Indicates if patient has additional insurance coverage |
|
| Patient_MedicalID | varchar | 50 | √ | null |
|
|
Medical record ID - Medical record number or identifier |
|
| Patient_DateHIPAAPrivacyReceived | datetime | 16,3 | √ | null |
|
|
HIPAA privacy notice date - Date when HIPAA privacy notice was received |
|
| Patient_SignatureOnFile | varchar | 1 | √ | null |
|
|
Signature on file flag - Indicates if patient signature is on file |
|
| Patient_DateSigned | datetime | 16,3 | √ | null |
|
|
Signature date - Date when consent forms were signed |
|
| Patient_Age | int | 4 | √ | null |
|
|
Patient current age - Patient’s current age (calculated field) |
|
| Patient_MaritalStatus | varchar | 3 | √ | null |
|
|
Patient marital status - Patient’s marital status (for adult patients) |
|
| Patient_DateOfDeath | datetime | 16,3 | √ | null |
|
|
Patient death date - Date of death if applicable |
|
| Patient_EmploymentStatus | varchar | 3 | √ | null |
|
|
Patient employment status - Employment status (for adult patients) |
|
| Patient_CreatedBy | int | 4 | √ | null |
|
|
Patient record created by - UserID of the person who created this patient record |
|
| Patient_DateUpdated | smalldatetime | 16 | √ | null |
|
|
Patient record last update date - Timestamp of the most recent patient record update |
|
| Patient_UpdatedBy | int | 4 | √ | null |
|
|
Patient record updated by - UserID of the person who last modified this patient record |
|
| Patient_Pregnancy | varchar | 1 | √ | null |
|
|
Patient pregnancy status - Pregnancy status indicator |
|
| Patient_SiteID | int | 4 | √ | null |
|
|
Patient site reference - Links to AgencySite table for primary service location |
|
| Patient_patientStatus | varchar | 30 | √ | null |
|
|
Patient status - Current status of the patient in the system |
|
| Patient_source | varchar | 2 | √ | null |
|
|
Patient data source - Source of patient data entry |
|
| Patient_Address2 | varchar | 50 | √ | null |
|
|
Patient address line 2 - Additional address information (apartment, suite, etc.) |
|
| Patient_InternalID | int | 4 | √ | null |
|
|
Patient internal ID - Internal system identifier |
|
| Patient_Email | varchar | 100 | √ | null |
|
|
Patient email address - Patient or guardian email for communication |
|
| Patient_ImportID | int | 4 | √ | null |
|
|
Patient import identifier - Reference ID for data migration and import tracking |
|
| PatientCustom_pkID | int | 4 | null |
|
|
Patient custom primary key - Unique identifier for each custom patient record |
||
| PatientCustom_fkPatientID | int | 4 | null |
|
|
Patient custom reference - Links to Patient table for the associated patient |
||
| PatientCustom_SchoolDistrict | nvarchar | 200 | √ | null |
|
|
School district - School district where the patient attends or is enrolled |
|
| PatientCustom_MedicalDiagnosis | nvarchar | 1073741823 | √ | null |
|
|
Medical diagnosis - Detailed medical diagnosis information for the patient |
|
| PatientCustom_Allergies | nvarchar | 1073741823 | √ | null |
|
|
Patient allergies - Known allergies and allergic reactions |
|
| PatientCustom_ChildsMedications | nvarchar | 1073741823 | √ | null |
|
|
Child’s medications - Current medications the child is taking |
|
| PatientCustom_RegularCheckUps | nvarchar | 6 | √ | null |
|
|
Regular check-ups - Information about regular medical check-ups |
|
| PatientCustom_LastCheckUp | datetime | 16,3 | √ | null |
|
|
Last check-up date - Date of the most recent medical check-up |
|
| PatientCustom_BirthLocation | nvarchar | 1073741823 | √ | null |
|
|
Birth location - Location where the patient was born |
|
| PatientCustom_CountyOfBirth | nvarchar | 1073741823 | √ | null |
|
|
County of birth - County where the patient was born |
|
| PatientCustom_HospitalOfBirth | nvarchar | 1073741823 | √ | null |
|
|
Hospital of birth - Hospital where the patient was born |
|
| PatientCustom_HospitalOfDischarge | nvarchar | 1073741823 | √ | null |
|
|
Hospital of discharge - Hospital from which the patient was discharged |
|
| PatientCustom_WeeksGestation | nvarchar | 1073741823 | √ | null |
|
|
Weeks gestation - Number of weeks of gestation at birth |
|
| PatientCustom_BirthWeight | decimal | 20 | √ | null |
|
|
Birth weight - Patient’s weight at birth |
|
| PatientCustom_DaysSpentInNICU | nvarchar | 100 | √ | null |
|
|
Days in NICU - Number of days spent in Neonatal Intensive Care Unit |
|
| PatientCustom_Race | nvarchar | 500 | √ | null |
|
|
Patient race - Patient’s racial background for demographic reporting |
|
| PatientCustom_Ethnicity | nvarchar | 200 | √ | null |
|
|
Patient ethnicity - Patient’s ethnic background (custom field) |
|
| PatientCustom_DescribeTheClient | nvarchar | 1073741823 | √ | null |
|
|
Client description - Detailed description of the client/patient |
|
| PatientCustom_GoWellOnMostDays | nvarchar | 1073741823 | √ | null |
|
|
What goes well on most days - Family assessment of positive daily experiences |
|
| PatientCustom_DifficultOnMostDays | nvarchar | 1073741823 | √ | null |
|
|
What is difficult on most days - Family assessment of daily challenges |
|
| PatientCustom_WhatMakeYourLikeEasier | nvarchar | 1073741823 | √ | null |
|
|
What would make life easier - Family input on needed support or resources |
|
| PatientCustom_MedicalHistory | nvarchar | 1073741823 | √ | null |
|
|
Medical history - Comprehensive medical history information |
|
| PatientCustom_Comments | nvarchar | 1073741823 | √ | null |
|
|
Custom comments - Additional comments and notes about the patient |
|
| PatientCustom_DateCreated | datetime | 16,3 | √ | null |
|
|
Custom record creation date - Date when custom patient record was created |
|
| PatientCustom_CreatedBy | int | 4 | √ | null |
|
|
Custom record created by - UserID of the person who created this custom record |
|
| PatientCustom_DateUpdated | datetime | 16,3 | √ | null |
|
|
Custom record update date - Date when custom patient record was last updated |
|
| PatientCustom_UpdatedBy | int | 4 | √ | null |
|
|
Custom record updated by - UserID of the person who last updated this custom record |
|
| PatientCustom_DeletedDate | datetime | 16,3 | √ | null |
|
|
Custom record deletion date - Soft delete timestamp for audit trail purposes |
|
| PatientCustom_LeadDate | datetime | 16,3 | √ | null |
|
|
Lead date - Date related to lead or referral tracking |
|
| PatientCustom_Market | nvarchar | 510 | √ | null |
|
|
Market - Market or service area designation |
|
| PatientCustom_Notes | nvarchar | 1073741823 | √ | null |
|
|
Custom notes - Additional notes and observations about the patient |
|
| PatientCustom_NumberOfUsers | nvarchar | 510 | √ | null |
|
|
Number of users - Number of users or family members involved |
|
| PatientCustom_TestSignature | nvarchar | 1073741823 | √ | null |
|
|
Test signature - Test signature or signature verification information |
|
| PatientCustom_Findingsplan | nvarchar | 510 | √ | null |
|
|
Findings plan - Assessment findings and service plan information |
