PatientInformationNew_VW


Description

Streamlined patient information view providing essential patient demographics combined with case administration details, program enrollment, and status information. This view consolidates data from Patient, PatientAdministration, ProgramType, and PatientStatus tables to support simplified patient management, case tracking, and program administration for healthcare service delivery with optimized performance.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
PatientID int 4 null

Patient identifier - Unique identifier for each patient/client in the system

FirstName varchar 50 null

Patient first name - Patient’s given name for identification and communication

MiddleName varchar 50 null

Patient middle name - Patient’s middle name or initial for complete identification

LastName varchar 50 null

Patient last name - Patient’s surname for identification and alphabetical sorting

Sex varchar 20 null

Patient gender - Patient’s gender for demographic reporting and appropriate care matching

DateOfBirth datetime 16,3 null

Patient birth date - Patient’s date of birth for age calculations and eligibility determination

Address varchar 50 null

Patient primary address - Patient’s street address for service delivery and communication

City varchar 50 null

Patient city - City of patient’s primary residence

State varchar 50 null

Patient state - State/province of patient’s primary residence

ZipCode varchar 10 null

Patient postal code - ZIP/postal code for patient’s address

Telephone varchar 30 null

Patient phone number - Primary telephone number for patient contact

Ethnicity varchar 20 null

Patient ethnicity - Patient’s ethnic background for demographic reporting and cultural considerations

InsuranceID int 4 null

Patient insurance reference - Links to Insurance table for primary insurance coverage

DateEntered datetime 16,3 null

Patient enrollment date - Date when patient was first entered into the system

DatePrescription datetime 16,3 null

Patient prescription date - Date of medical prescription or referral for services

AgencyID int 4 null

Patient agency reference - Links to Agency table for the healthcare provider serving this patient

ForestCareID int 4 null

ForestCare identifier - External system identifier for ForestCare integration

Comments varchar 500 null

Patient comments - General comments and notes about the patient

District int 4 null

Patient district - School or administrative district for the patient

Borough char 20 null

Patient borough - Borough or administrative region for the patient

RxDate datetime 16,3 null

Prescription date - Date of medical prescription or referral

BillingType int 4 null

Patient billing type - Type of billing arrangement for the patient

DateAnnualMedical datetime 16,3 null

Annual medical date - Date of annual medical examination

DateAudiological datetime 16,3 null

Audiological assessment date - Date of hearing/audiological evaluation

DateVisionTest datetime 16,3 null

Vision test date - Date of vision screening or examination

DateSCConsent datetime 16,3 null

Service coordination consent date - Date when service coordination consent was obtained

DateReleaseInfoConsent datetime 16,3 null

Information release consent date - Date when consent to release information was obtained

DateEvalConsent datetime 16,3 null

Evaluation consent date - Date when evaluation consent was obtained

DateFamilyInfoWorksheet datetime 16,3 null

Family information worksheet date - Date when family information worksheet was completed

DateMedicalInfoWorksheet datetime 16,3 null

Medical information worksheet date - Date when medical information worksheet was completed

Date45DayLimit datetime 16,3 null

45-day timeline date - Date related to 45-day service timeline requirements

DateChildInfoChange datetime 16,3 null

Child information change date - Date when child information was last changed

DateSurrogacyForm datetime 16,3 null

Surrogacy form date - Date when surrogacy form was completed

DateClosureForm datetime 16,3 null

Closure form date - Date when case closure form was completed

OtherInsurance char 5 null

Other insurance flag - Indicates if patient has additional insurance coverage

MedicalID varchar 50 null

Medical record ID - Medical record number or identifier

DateHIPAAPrivacyReceived datetime 16,3 null

HIPAA privacy notice date - Date when HIPAA privacy notice was received

SignatureOnFile varchar 1 null

Signature on file flag - Indicates if patient signature is on file

DateSigned datetime 16,3 null

Signature date - Date when consent forms were signed

Age int 4 null

Patient current age - Patient’s current age (calculated field)

MaritalStatus varchar 3 null

Patient marital status - Patient’s marital status (for adult patients)

DateOfDeath datetime 16,3 null

Patient death date - Date of death if applicable

EmploymentStatus varchar 3 null

Patient employment status - Employment status (for adult patients)

CreatedBy int 4 null

Patient record created by - UserID of the person who created this patient record

DateUpdated datetime 16,3 null

Patient record last update date - Timestamp of the most recent patient record update

UpdatedBy int 4 null

Patient record updated by - UserID of the person who last modified this patient record

Pregnancy varchar 1 null

Patient pregnancy status - Pregnancy status indicator

SiteID int 4 null

Patient site reference - Links to AgencySite table for primary service location

patientStatus varchar 30 null

Patient status - Current status of the patient in the system

source varchar 2 null

Patient data source - Source of patient data entry

Address2 varchar 50 null

Patient address line 2 - Additional address information (apartment, suite, etc.)

InternalID int 4 null

Patient internal ID - Internal system identifier

Email varchar 100 null

Patient email address - Patient or guardian email for communication

ImportID int 4 null

Patient import identifier - Reference ID for data migration and import tracking

ProfileImage nvarchar 1073741823 null

Patient profile image - Patient profile photo or image

ListClassrooms nvarchar 1073741823 null

Patient classroom list - List of classrooms associated with the patient

ProgramName varchar 255 null

Program name - Name of the healthcare program or service type

statusName varchar 50 null

Status name - Descriptive name of the patient’s current status

CaseStatusID int 4 null

Case status identifier - Unique identifier for the case status

AdmitID int 4 null

Case admission identifier - Unique identifier for the case admission record

DateAdmin smalldatetime 16 null

Case admission date - Date when the case was opened or admitted

CaseName varchar 255 null

Case name - Descriptive name for the case

caseID int 4 null

Case identifier - Unique identifier for the case

CaseCoordID int 4 null

Case coordinator identifier - Links to AccessUser table for the case coordinator

caseComments varchar 1000 null

Case comments - Comments and notes about the case

caseOpenClosed varchar 10 null

Case open/closed status - Indicates whether the case is currently open or closed

DeclinedDate smalldatetime 16 null

Case declined date - Date when services were declined

ProgramTypeID int 4 null

Program type identifier - Links to ProgramType table for the type of program

DateDischarge smalldatetime 16 null

Case discharge date - Date when the case was closed or discharged

DateAgingOut datetime 16,3 null

Aging out date - Date when patient ages out of services

DischargeReason int 4 null

Discharge reason identifier - Links to DischargedReason table for reason for discharge

Status int 4 null

Case status - Current status of the case

DateCaseEntered smalldatetime 16 null

Case entry date - Date when the case was entered into the system

groupingID int 4 null

Case grouping identifier - Links to CaseCategory table for case categorization

fkRateTypeID int 4 null

Rate type identifier - Links to RateType table for billing rate classification

SiteName int 4 null

Site name - Name of the service site or location (null in this view)

DateEIReferral int 4 null

Early intervention referral date - Date when early intervention referral was made (null in this view)

Relationships

View Definition