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 | datetime | 16,3 | √ | 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 |
|
| Patient_ProfileImage | nvarchar | 1073741823 | √ | null |
|
|
Patient profile image - Patient profile photo or image |
|
| Patient_ListClassrooms | nvarchar | 1073741823 | √ | null |
|
|
Patient classroom list - List of classrooms associated with the patient |
|
| PatientCustom_pkID | int | 4 | √ | null |
|
|
Patient custom primary key - Unique identifier for each custom patient record |
|
| PatientCustom_fkPatientID | int | 4 | √ | null |
|
|
Patient custom patient reference - Links to Patient table for the associated patient |
|
| PatientCustom_DateCreated | datetime | 16,3 | √ | null |
|
|
Patient custom creation date - Timestamp when the custom record was created |
|
| PatientCustom_CreatedBy | int | 4 | √ | null |
|
|
Patient custom created by - UserID of the person who created this custom record |
|
| PatientCustom_DateUpdated | datetime | 16,3 | √ | null |
|
|
Patient custom last update date - Timestamp of the most recent custom record update |
|
| PatientCustom_UpdatedBy | int | 4 | √ | null |
|
|
Patient custom updated by - UserID of the person who last modified this custom record |
|
| PatientCustom_DeletedDate | datetime | 16,3 | √ | null |
|
|
Patient custom deletion date - Soft delete timestamp for audit trail purposes |
|
| PatientCustom_Allergies | nvarchar | 1073741823 | √ | null |
|
|
Patient allergies - Patient’s known allergies and adverse reactions |
|
| PatientCustom_BirthLocation | nvarchar | 1073741823 | √ | null |
|
|
Patient birth location - Location where patient was born |
|
| PatientCustom_BirthWeight | decimal | 20 | √ | null |
|
|
Patient birth weight - Patient’s weight at birth |
|
| PatientCustom_ChildsMedications | nvarchar | 1073741823 | √ | null |
|
|
Patient medications - Current medications the patient is taking |
|
| PatientCustom_Comments | nvarchar | 1073741823 | √ | null |
|
|
Patient custom comments - Additional clinical observations and notes |
|
| PatientCustom_CountyOfBirth | nvarchar | 1073741823 | √ | null |
|
|
Patient county of birth - County where patient was born |
|
| PatientCustom_DaysSpentInNICU | nvarchar | 100 | √ | null |
|
|
Patient NICU days - Number of days spent in Neonatal Intensive Care Unit |
|
| PatientCustom_DescribeTheClient | nvarchar | 1073741823 | √ | null |
|
|
Patient description - Detailed description of the patient/client |
|
| PatientCustom_DifficultOnMostDays | nvarchar | 1073741823 | √ | null |
|
|
Patient daily challenges - Description of difficulties experienced on most days |
|
| PatientCustom_Ethnicity | nvarchar | 200 | √ | null |
|
|
Patient custom ethnicity - Patient’s ethnic background (custom field) |
|
| PatientCustom_Findingsplan | nvarchar | 510 | √ | null |
|
|
Patient findings plan - Clinical findings and care plan |
|
| PatientCustom_GoWellOnMostDays | nvarchar | 1073741823 | √ | null |
|
|
Patient daily strengths - Description of what goes well on most days |
|
| PatientCustom_HospitalOfBirth | nvarchar | 1073741823 | √ | null |
|
|
Patient birth hospital - Hospital where patient was born |
|
| PatientCustom_HospitalOfDischarge | nvarchar | 1073741823 | √ | null |
|
|
Patient discharge hospital - Hospital from which patient was discharged |
|
| PatientCustom_LastCheckUp | datetime | 16,3 | √ | null |
|
|
Patient last checkup date - Date of most recent medical checkup |
|
| PatientCustom_LeadDate | datetime | 16,3 | √ | null |
|
|
Patient lead screening date - Date of lead exposure screening |
|
| PatientCustom_Market | nvarchar | 510 | √ | null |
|
|
Patient market - Market or service area designation |
|
| PatientCustom_MedicalDiagnosis | nvarchar | 1073741823 | √ | null |
|
|
Patient medical diagnosis - Primary medical diagnoses |
|
| PatientCustom_MedicalHistory | nvarchar | 1073741823 | √ | null |
|
|
Patient medical history - Comprehensive medical history |
|
| PatientCustom_Notes | nvarchar | 1073741823 | √ | null |
|
|
Patient custom notes - Additional clinical notes and observations |
|
| PatientCustom_NumberOfUsers | nvarchar | 510 | √ | null |
|
|
Patient care team size - Number of people involved in patient’s care |
|
| PatientCustom_Race | nvarchar | 500 | √ | null |
|
|
Patient race - Patient’s racial background |
|
| PatientCustom_RegularCheckUps | nvarchar | 6 | √ | null |
|
|
Patient regular checkups - Frequency of regular medical checkups |
|
| PatientCustom_SchoolDistrict | nvarchar | 200 | √ | null |
|
|
Patient school district - School district for educational coordination |
|
| PatientCustom_TestSignature | nvarchar | 1073741823 | √ | null |
|
|
Patient test signature - Digital signature for testing purposes |
|
| PatientCustom_WeeksGestation | nvarchar | 1073741823 | √ | null |
|
|
Patient gestational age - Gestational age at birth in weeks |
|
| PatientCustom_WhatMakeYourLikeEasier | nvarchar | 1073741823 | √ | null |
|
|
Patient life improvements - What would make patient’s life easier |
|
| PatientAdministrationCustom_pkID | int | 4 | √ | null |
|
|
Admin custom primary key - Unique identifier for each custom administration record |
|
| PatientAdministrationCustom_fkAdmitID | int | 4 | √ | null |
|
|
Admin custom case reference - Links to PatientAdministration table for the case |
|
| PatientAdministrationCustom_ReferralDate | datetime | 16,3 | √ | null |
|
|
Admin referral date - Date when patient was referred for services |
|
| PatientAdministrationCustom_ReferralSource | nvarchar | 200 | √ | null |
|
|
Admin referral source - Source of the referral (doctor, agency, etc.) |
|
| PatientAdministrationCustom_ReferralName | nvarchar | 500 | √ | null |
|
|
Admin referral contact name - Name of person making the referral |
|
| PatientAdministrationCustom_ReferralPhone | nvarchar | 40 | √ | null |
|
|
Admin referral phone - Phone number of referral source |
|
| PatientAdministrationCustom_DevelopmentalConcerns | nvarchar | 500 | √ | null |
|
|
Admin developmental concerns - Specific developmental concerns noted at referral |
|
| PatientAdministrationCustom_Status | nvarchar | 200 | √ | null |
|
|
Admin case status - Current status of the administrative case |
|
| PatientAdministrationCustom_45DayTimeline | datetime | 16,3 | √ | null |
|
|
Admin 45-day timeline - Date related to 45-day service timeline requirements |
|
| PatientAdministrationCustom_AgeOutDate | datetime | 16,3 | √ | null |
|
|
Admin age out date - Date when patient will age out of services |
|
| PatientAdministrationCustom_OtherProgramsInvolved | nvarchar | 200 | √ | null |
|
|
Admin other programs - Other programs or services the patient is involved with |
|
| PatientAdministrationCustom_ReferralConcerns | nvarchar | 1073741823 | √ | null |
|
|
Admin referral concerns - Detailed concerns noted in the referral |
|
| PatientAdministrationCustom_PaymentType | nvarchar | 200 | √ | null |
|
|
Admin payment type - Type of payment arrangement for services |
|
| PatientAdministrationCustom_DateCreated | datetime | 16,3 | √ | null |
|
|
Admin custom creation date - Timestamp when the custom administration record was created |
|
| PatientAdministrationCustom_CreatedBy | int | 4 | √ | null |
|
|
Admin custom created by - UserID of the person who created this administration record |
|
| PatientAdministrationCustom_DateUpdated | datetime | 16,3 | √ | null |
|
|
Admin custom last update date - Timestamp of the most recent administration record update |
|
| PatientAdministrationCustom_UpdatedBy | int | 4 | √ | null |
|
|
Admin custom updated by - UserID of the person who last modified this administration record |
|
| PatientAdministrationCustom_DeletedDate | datetime | 16,3 | √ | null |
|
|
Admin custom deletion date - Soft delete timestamp for audit trail purposes |
|
| PatientAdministrationCustom_Allergies | nvarchar | 1073741823 | √ | null |
|
|
Admin allergies - Patient’s known allergies (administration context) |
|
| PatientAdministrationCustom_BirthLocation | nvarchar | 1073741823 | √ | null |
|
|
Admin birth location - Location where patient was born (administration context) |
|
| PatientAdministrationCustom_BirthWeight | decimal | 20 | √ | null |
|
|
Admin birth weight - Patient’s weight at birth (administration context) |
|
| PatientAdministrationCustom_ChildsMedications | nvarchar | 1073741823 | √ | null |
|
|
Admin medications - Current medications (administration context) |
|
| PatientAdministrationCustom_Comments | nvarchar | 1073741823 | √ | null |
|
|
Admin comments - Administrative comments and notes |
|
| PatientAdministrationCustom_CountyOfBirth | nvarchar | 1073741823 | √ | null |
|
|
Admin county of birth - County where patient was born (administration context) |
|
| PatientAdministrationCustom_CPSEMeetingDate | datetime | 16,3 | √ | null |
|
|
Admin CPSE meeting date - Date of Committee on Preschool Special Education meeting |
|
| PatientAdministrationCustom_CPSEServiceLocation | nvarchar | 510 | √ | null |
|
|
Admin CPSE service location - Location where CPSE services are provided |
|
| PatientAdministrationCustom_CSPEIEPProgram | nvarchar | 650 | √ | null |
|
|
Admin CSPE IEP program - Committee on Special Education IEP program details |
|
| PatientAdministrationCustom_CSPELocation | nvarchar | 510 | √ | null |
|
|
Admin CSPE location - Location where CSPE services are provided |
|
| PatientAdministrationCustom_CSPENotes | nvarchar | 1073741823 | √ | null |
|
|
Admin CSPE notes - Notes related to Committee on Special Education services |
|
| PatientAdministrationCustom_CSPEService | nvarchar | 510 | √ | null |
|
|
Admin CSPE service - Type of Committee on Special Education service |
|
| PatientAdministrationCustom_CSPEStartDate | datetime | 16,3 | √ | null |
|
|
Admin CSPE start date - Start date for Committee on Special Education services |
|
| PatientAdministrationCustom_DateToTransition | datetime | 16,3 | √ | null |
|
|
Admin transition date - Date when patient will transition to next level of care |
|
| PatientAdministrationCustom_DaysSpentInNICU | nvarchar | 100 | √ | null |
|
|
Admin NICU days - Number of days spent in NICU (administration context) |
|
| PatientAdministrationCustom_DescribeTheClient | nvarchar | 1073741823 | √ | null |
|
|
Admin client description - Administrative description of the patient/client |
|
| PatientAdministrationCustom_DifficultOnMostDays | nvarchar | 1073741823 | √ | null |
|
|
Admin daily challenges - Administrative notes on daily challenges |
|
| PatientAdministrationCustom_EarlyInterventionTransition | nvarchar | 510 | √ | null |
|
|
Admin EI transition - Early intervention transition planning information |
|
| PatientAdministrationCustom_Ethnicity | nvarchar | 200 | √ | null |
|
|
Admin ethnicity - Patient’s ethnic background (administration context) |
|
| PatientAdministrationCustom_GoWellOnMostDays | nvarchar | 1073741823 | √ | null |
|
|
Admin daily strengths - Administrative notes on daily strengths |
|
| PatientAdministrationCustom_GroupPerWeek | decimal | 20 | √ | null |
|
|
Admin group sessions per week - Number of group therapy sessions per week |
|
| PatientAdministrationCustom_HospitalOfBirth | nvarchar | 1073741823 | √ | null |
|
|
Admin birth hospital - Hospital where patient was born (administration context) |
|
| PatientAdministrationCustom_HospitalOfDischarge | nvarchar | 1073741823 | √ | null |
|
|
Admin discharge hospital - Hospital from which patient was discharged (administration context) |
|
| PatientAdministrationCustom_IFSP7 | nvarchar | 1073741823 | √ | null |
|
|
Admin IFSP section 7 - Individualized Family Service Plan section 7 information |
|
| PatientAdministrationCustom_IFSPDate | datetime | 16,3 | √ | null |
|
|
Admin IFSP date - Date of Individualized Family Service Plan |
|
| PatientAdministrationCustom_IFSPDateofCompletion | datetime | 16,3 | √ | null |
|
|
Admin IFSP completion date - Date when IFSP was completed |
|
| PatientAdministrationCustom_IFSPPlanofCare | nvarchar | 1073741823 | √ | null |
|
|
Admin IFSP plan of care - Individualized Family Service Plan care details |
|
| PatientAdministrationCustom_IFSPType | nvarchar | 510 | √ | null |
|
|
Admin IFSP type - Type of Individualized Family Service Plan |
|
| PatientAdministrationCustom_IndividualPerWeek | int | 4 | √ | null |
|
|
Admin individual sessions per week - Number of individual therapy sessions per week |
|
| PatientAdministrationCustom_LastCheckUp | datetime | 16,3 | √ | null |
|
|
Admin last checkup date - Date of most recent medical checkup (administration context) |
|
| PatientAdministrationCustom_MedicalDiagnosis | nvarchar | 1073741823 | √ | null |
|
|
Admin medical diagnosis - Medical diagnoses (administration context) |
|
| PatientAdministrationCustom_MedicalHistory | nvarchar | 1073741823 | √ | null |
|
|
Admin medical history - Medical history (administration context) |
|
| PatientAdministrationCustom_Notes | nvarchar | 1073741823 | √ | null |
|
|
Admin notes - Administrative notes and observations |
|
| PatientAdministrationCustom_OtherInformation | nvarchar | 510 | √ | null |
|
|
Admin other information - Additional administrative information |
|
| PatientAdministrationCustom_ParentMajorOutcome | nvarchar | 1073741823 | √ | null |
|
|
Admin parent major outcome - Major outcomes identified by parents |
|
| PatientAdministrationCustom_PersonResponsible | nvarchar | 1073741823 | √ | null |
|
|
Admin person responsible - Person responsible for case management |
|
| PatientAdministrationCustom_Provider | int | 4 | √ | null |
|
|
Admin provider - Healthcare provider assigned to the case |
|
| PatientAdministrationCustom_Race | nvarchar | 500 | √ | null |
|
|
Admin race - Patient’s racial background (administration context) |
|
| PatientAdministrationCustom_RegularCheckUps | nvarchar | 6 | √ | null |
|
|
Admin regular checkups - Frequency of regular checkups (administration context) |
|
| PatientAdministrationCustom_SchoolDistrict | nvarchar | 200 | √ | null |
|
|
Admin school district - School district (administration context) |
|
| PatientAdministrationCustom_WeeksGestation | nvarchar | 1073741823 | √ | null |
|
|
Admin gestational age - Gestational age at birth (administration context) |
|
| PatientAdministrationCustom_WhatMakeYourLikeEasier | nvarchar | 1073741823 | √ | null |
|
|
Admin life improvements - What would make life easier (administration context) |
|
| PatientAdministrationCustom_PrintNameId | int | 4 | √ | null |
|
|
Admin print name ID - Identifier for printed name on forms |
|
| PatientAdministrationCustom_TestSignature | nvarchar | 1073741823 | √ | null |
|
|
Admin test signature - Digital signature for testing (administration context) |
|
| PatientAdministrationCustom_FindingsPlanofCare | nvarchar | 1073741823 | √ | null |
|
|
Admin findings plan of care - Clinical findings and care plan (administration context) |
|
| PatientAdministrationCustom_IFSBInschanged | nvarchar | 510 | √ | null |
|
|
Admin IFSB insurance changed - Indicator if IFSB insurance information changed |
|
| PatientAdministrationCustom_FirstDateOfService | datetime | 16,3 | √ | null |
|
|
Admin first service date - Date of first service delivery |
|
| PatientAdministrationCustom_notedate | datetime | 16,3 | √ | null |
|
|
Admin note date - Date when administrative note was created |
|
| PatientAdministrationCustom_Priority | nvarchar | 1073741823 | √ | null |
|
|
Admin priority - Priority level for case management |
|
| PatientAdministrationCustom_ClientZipcode | nvarchar | 510 | √ | null |
|
|
Admin client zip code - Client’s zip code for administrative purposes |
|
| PatientAdministrationCustom_TextTime | nvarchar | 510 | √ | null |
|
|
Admin text time - Time-related text field for administrative use |
|
| PatientAdministrationCustom_Classrooms | nvarchar | 1073741823 | √ | null |
|
|
Admin classrooms - Classroom assignments for the patient |
|
| PatientAdministrationCustom_DateValue | datetime | 16,3 | √ | null |
|
|
Admin date value - Generic date field for administrative use |
|
| PatientAdministrationCustom_DateType | nvarchar | 1073741823 | √ | null |
|
|
Admin date type - Type or category of the date value |
|
| PatientAdministrationCustom_CenterLocation | varchar | 2147483647 | √ | null |
|
|
Admin center location - Location of service center |
|
| PatientAdministrationCustom_TestDateField | datetime | 16,3 | √ | null |
|
|
Admin test date field - Date field for testing purposes |
|
| PatientAdministrationCustom_CountOfResidence | nvarchar | 510 | √ | null |
|
|
Admin county of residence - County where patient resides |
|
| PatientAdministrationCustom_EvaluationDate | datetime | 16,3 | √ | null |
|
|
Admin evaluation date - Date of patient evaluation |
|
| PatientAdministrationCustom_Somechoice | nvarchar | 510 | √ | null |
|
|
Admin choice field - Administrative choice or selection field |
|
| PatientAdmin_vw_FirstName | varchar | 50 | √ | null |
|
|
Admin view first name - Patient’s first name from administration view |
|
| PatientAdmin_vw_MiddleName | varchar | 50 | √ | null |
|
|
Admin view middle name - Patient’s middle name from administration view |
|
| PatientAdmin_vw_LastName | varchar | 50 | √ | null |
|
|
Admin view last name - Patient’s last name from administration view |
|
| PatientAdmin_vw_Sex | varchar | 20 | √ | null |
|
|
Admin view gender - Patient’s gender from administration view |
|
| PatientAdmin_vw_DateOfBirth | datetime | 16,3 | √ | null |
|
|
Admin view birth date - Patient’s date of birth from administration view |
|
| PatientAdmin_vw_Address | varchar | 50 | √ | null |
|
|
Admin view address - Patient’s address from administration view |
|
| PatientAdmin_vw_State | varchar | 50 | √ | null |
|
|
Admin view state - Patient’s state from administration view |
|
| PatientAdmin_vw_City | varchar | 50 | √ | null |
|
|
Admin view city - Patient’s city from administration view |
|
| PatientAdmin_vw_Address2 | varchar | 50 | √ | null |
|
|
Admin view address line 2 - Patient’s secondary address from administration view |
|
| PatientAdmin_vw_fkSourceID | varchar | 30 | √ | null |
|
|
Admin view source ID - Source identifier from administration view |
|
| PatientAdmin_vw_IDvalue | varchar | 30 | √ | null |
|
|
Admin view ID value - ID value from administration view |
|
| PatientAdmin_vw_IDTypeID | int | 4 | √ | null |
|
|
Admin view ID type - ID type identifier from administration view |
|
| PatientAdmin_vw_siteID | int | 4 | √ | null |
|
|
Admin view site ID - Site identifier from administration view |
|
| PatientAdmin_vw_fkCaseID | int | 4 | √ | null |
|
|
Admin view case ID - Case identifier from administration view |
|
| PatientAdmin_vw_caseID | int | 4 | √ | null |
|
|
Admin view case reference - Case reference from administration view |
|
| PatientAdmin_vw_CreatedBy | int | 4 | √ | null |
|
|
Admin view created by - User who created the record from administration view |
|
| PatientAdmin_vw_DateCreated | smalldatetime | 16 | √ | null |
|
|
Admin view creation date - Creation date from administration view |
|
| PatientAdmin_vw_DateUpdated | smalldatetime | 16 | √ | null |
|
|
Admin view update date - Last update date from administration view |
|
| PatientAdmin_vw_UpdatedBy | int | 4 | √ | null |
|
|
Admin view updated by - User who last updated the record from administration view |
|
| PatientAdmin_vw_ProgramTypeID | int | 4 | √ | null |
|
|
Admin view program type - Program type identifier from administration view |
|
| PatientAdmin_vw_groupingID | int | 4 | √ | null |
|
|
Admin view grouping ID - Grouping identifier from administration view |
|
| PatientAdmin_vw_PatientID | int | 4 | √ | null |
|
|
Admin view patient ID - Patient identifier from administration view |
|
| PatientAdmin_vw_AdmitID | int | 4 | null |
|
|
Admin view admit ID - Admission identifier from administration view |
||
| PatientAdmin_vw_DateAgingOut | datetime | 16,3 | √ | null |
|
|
Admin view aging out date - Date when patient ages out from administration view |
|
| PatientAdmin_vw_CaseName | varchar | 255 | √ | null |
|
|
Admin view case name - Case name from administration view |
|
| PatientAdmin_vw_FullName | varchar | 101 | √ | null |
|
|
Admin view full name - Patient’s full name from administration view |
|
| PatientAdmin_vw_ProgramName | varchar | 255 | √ | null |
|
|
Admin view program name - Program name from administration view |
|
| PatientAdmin_vw_ProgramID | int | 4 | null |
|
|
Admin view program ID - Program identifier from administration view |
||
| PatientAdmin_vw_ZipCode | varchar | 10 | √ | null |
|
|
Admin view zip code - Zip code from administration view |
|
| PatientAdmin_vw_patientStatus | varchar | 30 | √ | null |
|
|
Admin view patient status - Patient status from administration view |
|
| PatientAdmin_vw_pkID | int | 4 | null |
|
|
Admin view primary key - Primary key from administration view |
||
| PatientAdmin_vw_Status | int | 4 | √ | null |
|
|
Admin view status - Status from administration view |
|
| PatientAdmin_vw_DateDischarge | smalldatetime | 16 | √ | null |
|
|
Admin view discharge date - Discharge date from administration view |
|
| PatientAdmin_vw_DistrictId | int | 4 | √ | null |
|
|
Admin view district ID - District identifier from administration view |
|
| PatientAdmin_vw_SchoolDistrict | varchar | 50 | √ | null |
|
|
Admin view school district - School district from administration view |
|
| PatientAdmin_vw_YearsOld | numeric | 20 | √ | null |
|
|
Admin view years old - Patient’s age in years from administration view |
|
| PatientAdmin_vw_ThirdBirthDay | datetime | 16,3 | √ | null |
|
|
Admin view third birthday - Third birthday date from administration view |
|
| PatientAdmin_vw_DateReferral | smalldatetime | 16 | √ | null |
|
|
Admin view referral date - Referral date from administration view |
|
| PatientAdmin_vw_DateEIReferral | smalldatetime | 16 | √ | null |
|
|
Admin view EI referral date - Early intervention referral date from administration view |
|
| PatientAdmin_vw_CaseSite | varchar | 50 | √ | null |
|
|
Admin view case site - Case site from administration view |
|
| PatientAdmin_vw_fkRateTypeId | int | 4 | √ | null |
|
|
Admin view rate type ID - Rate type identifier from administration view |
|
| PatientAdmin_vw_Comments | varchar | 1000 | √ | null |
|
|
Admin view comments - Comments from administration view |
|
| PatientAdmin_vw_CaseCoordID | int | 4 | √ | null |
|
|
Admin view case coordinator ID - Case coordinator identifier from administration view |
