Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| FirstName | varchar | 50 | √ | null |
|
|
Patient first name - First name of the patient |
|
| MiddleName | varchar | 50 | √ | null |
|
|
Patient middle name - Middle name of the patient |
|
| LastName | varchar | 50 | √ | null |
|
|
Patient last name - Last name of the patient |
|
| Sex | varchar | 20 | √ | null |
|
|
Patient gender - Gender of the patient |
|
| DateOfBirth | datetime | 16,3 | √ | null |
|
|
Patient birth date - Date of birth of the patient |
|
| Address | varchar | 50 | √ | null |
|
|
Patient address - Primary address of the patient |
|
| State | varchar | 50 | √ | null |
|
|
Patient state - State of residence for the patient |
|
| City | varchar | 50 | √ | null |
|
|
Patient city - City of residence for the patient |
|
| Address2 | varchar | 50 | √ | null |
|
|
Patient address 2 - Secondary address line for the patient |
|
| fkSourceID | varchar | 30 | √ | null |
|
|
Payment source ID - Payment source identifier from PaysourceInCase |
|
| IDvalue | varchar | 30 | √ | null |
|
|
Patient ID value - Patient identification value from PatientIDList |
|
| IDTypeID | int | 4 | √ | null |
|
|
Patient ID type - Type of patient identification from PatientIDList |
|
| siteID | int | 4 | √ | null |
|
|
Site identifier - Site ID from CaseSite table |
|
| fkCaseID | int | 4 | √ | null |
|
|
Payment case reference - Case reference from PaysourceInCase |
|
| caseID | int | 4 | √ | null |
|
|
Case identifier - Case ID from CaseSite table |
|
| CreatedBy | int | 4 | √ | null |
|
|
Created by user - UserID who created the patient administration record |
|
| DateCreated | smalldatetime | 16 | √ | null |
|
|
Creation date - Date when patient administration record was created |
|
| DateUpdated | smalldatetime | 16 | √ | null |
|
|
Last update date - Date when patient administration was last updated |
|
| UpdatedBy | int | 4 | √ | null |
|
|
Updated by user - UserID who last updated the patient administration |
|
| ProgramTypeID | int | 4 | √ | null |
|
|
Program type reference - Links to program type configuration |
|
| groupingID | int | 4 | √ | null |
|
|
Grouping identifier - Grouping ID for patient administration |
|
| PatientID | int | 4 | √ | null |
|
|
Patient reference - Links to Patient table |
|
| AdmitID | int | 4 | null |
|
|
Admission identifier - Primary key from PatientAdministration table |
||
| DateAgingOut | datetime | 16,3 | √ | null |
|
|
Aging out date - Date when patient ages out of the program |
|
| CaseName | varchar | 255 | √ | null |
|
|
Case name - Name assigned to the case |
|
| FullName | varchar | 101 | √ | null |
|
|
Patient full name - Concatenated last name and first name |
|
| ProgramName | varchar | 255 | √ | null |
|
|
Program name - Name of the program from getProgramTypes function |
|
| ProgramID | int | 4 | null |
|
|
Program identifier - Program ID from getProgramTypes function |
||
| ZipCode | varchar | 10 | √ | null |
|
|
Patient zip code - Zip code for the patient’s address |
|
| patientStatus | varchar | 30 | √ | null |
|
|
Patient status - Current status of the patient |
|
| pkID | int | 4 | null |
|
|
Primary key - AdmitID used as primary key for the view |
||
| Status | int | 4 | √ | null |
|
|
Administration status - Status of the patient administration record |
|
| DateDischarge | smalldatetime | 16 | √ | null |
|
|
Discharge date - Date when patient was discharged |
|
| DistrictId | int | 4 | √ | null |
|
|
School district ID - School district identifier from PatientInOutsideSource |
|
| SchoolDistrict | varchar | 50 | √ | null |
|
|
School district name - Name of the school district from OutsideSource |
|
| YearsOld | numeric | 20 | √ | null |
|
|
Patient age - Calculated age in years based on date of birth |
|
| ThirdBirthDay | datetime | 16,3 | √ | null |
|
|
Third birthday - Date of patient’s third birthday |
|
| DateReferral | smalldatetime | 16 | √ | null |
|
|
Referral date - Date of referral from PatientReferral |
|
| DateEIReferral | smalldatetime | 16 | √ | null |
|
|
EI referral date - Date of Early Intervention referral from PatientReferral |
|
| CaseSite | varchar | 50 | √ | null |
|
|
Case site name - Name of the site from CaseSite and AgencySite tables |
|
| fkRateTypeId | int | 4 | √ | null |
|
|
Rate type reference - Links to rate type configuration |
|
| Comments | varchar | 1000 | √ | null |
|
|
Administration comments - Comments about the patient administration |
|
| CaseCoordID | int | 4 | √ | null |
|
|
Case coordinator ID - Identifier for the case coordinator |
