Prime Suite Data Dictionary
Tables containing patient data are one of the output files types of the Prime Suite EHI export and conversion process. You can use this Prime Suite Data Dictionary as a reference for the tables. This Prime Suite Data Dictionary is a collection of database fields, definitions, and attributes about database table fields/elements that are being used to capture data in the database. Below is the table information used in Prime Suite for EHI Export.
Last Updated: 4/9/2025
_
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
_oldOrdersTracking
Stores _oldOrdersTracking description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderID | numeric | NO | Primary Key. Contains a unique id for the order. Identity / Auto increment |
PatientID | numeric | YES | Contains the patient id of the patient associated with the order. Nullable |
IssuingDocumentID | numeric | NO | Contains the document id of the clinical document associated with the order. References: dbo.ClinicalDocuments |
ProcedureMasterID | numeric | YES | Contains the procedure master id for the procedure code. Nullable. References: dbo.ProcedureMasterInfo |
ProcedureCode | varchar | NO | Contains the procedure code associated with the specified order. |
Unit | int | YES | Indicates the number of units to be tested. Nullable |
Description | varchar | NO | Contains a text description for the order. |
Disabled | int | YES | Indicates whether the order is enabled or disabled. Nullable. Default: 0 |
DateOrdered | datetime | YES | Indicates when the procedure was ordered. Nullable |
StatusID | numeric | YES | Indicates the status of the order. Nullable. References: dbo.OrdersTrackingStatusLU |
FUStatusID | numeric | YES | Indicates the follow up status of the order. Nullable. References: dbo.OrdersTrackingFollowUpStatusLU |
FUNotes | varchar | YES | Contains any follow up notes relating to the order. Nullable |
ResultGeneralFindingID | numeric | YES | Contains an id indicating the general findings from the results of the procedure. Nullable. References: dbo.OrdersTrackingGeneralFindingsLU |
ReviewedBy | numeric | YES | Indicates the user who reviewed the order. Nullable |
enteredby | numeric | YES | Contains the id of the care provider who entered the order. Nullable |
ResultNotes | varchar | YES | Contains any notes relating to the results of the procedure. Nullable |
PerformedDate | char | YES | Contains the date when the procedure was performed. Nullable |
ResultsReceived | int | YES | A flag indicating whether or not the procedure results have been received. Nullable. Default: 0 |
PerformedByID | numeric | YES | Looks like ID of the Doctor/Nurse who performed the procedure. Nullable |
ReasonForCancelID | numeric | YES | Contains an id indicating the reason that the order was cancelled. Nullable. References: dbo.OrdersTrackingReasonForCancelLU |
ResultsDocumentID | numeric | YES | Contains Document ID related to the results of the procedure. Nullable |
CancelNotes | varchar | YES | Contains any notes relating to the cancellation of the order. Nullable |
ABNDocument
Document status and Patient Response Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ABNDocumentID | numeric | NO | Primary Key. Identity Column. Identity / Auto increment |
ABNDocumentStatusID | tinyint | NO | Foreign Key of the table represents ABNDocument StatusID. References: dbo.ABNDocumentStatus |
ABNPatientResponseID | tinyint | YES | Foreign Key of the table represents ABNPatient ResponseID. Nullable. References: dbo.ABNPatientResponse |
ClinicalDocumentID | numeric | YES | Foreign Key of the table represents Clinical DocumentID. Nullable. References: dbo.ClinicalDocuments |
ABNDocumentStatus
Document viewed status information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ABNDocumentStatusID | tinyint | NO | Primary Key. Identity Column. Identity / Auto increment |
StatusDescription | varchar | NO | Unique key. Status Description about ABN Document viewed or not |
ABNOrderStatus
Order Status description Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ABNOrderStatusID | tinyint | NO | Primary Key. Identity Column. Identity / Auto increment |
StatusDescription | varchar | NO | Unique key. Status Description about order for ABN |
ABNPatientResponse
ABN patient response message detail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ABNPatientResponseID | tinyint | NO | Primary Key. Identity Column. Identity / Auto increment |
ResponseDescription | varchar | NO | Unique key..Response message Description about order |
ABNRequiredReason
Reason description for ABN order information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ABNRequiredReasonID | tinyint | NO | Primary Key..Identity Column. Identity / Auto increment |
ReasonDescription | varchar | NO | Unique key..Reason Description message |
ReasonText | varchar | NO | Unique key..Text for reason message |
ABNStatus
ABN Status description Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ABNStatusID | tinyint | NO | Primary Key. Identity column. Identity / Auto increment |
StatusDescription | varchar | NO | Description for ABN Status |
AccidentType
Storing accident type ID named and description with Check Enable or not.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AccidentTypeID | numeric | NO | Primary key Column |
LocalName | varchar | NO | This Column storing local name |
StandardName | varchar | NO | This Column storing Standard name for local name |
Description | varchar | NO | This Column storing description for name |
IsDefaultField | int | NO | Looks like toggles between 0 & 1. 0 is default setting. 1 is for Unknown. Default: 0 |
Enabled | int | NO | Looks like toggles between 0 & 1. 1 is default setting. Default: 1 |
ActCodingSystem
Storing CodingSystemID and dispaly name for that code
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | Primary key as well FK to Codingsystem table Codingsystem. References: dbo.Codingsystem |
Code | varchar | NO | This Column has Code for Coding System ID |
CodeDisplayName | varchar | YES | This Column has Display name for Code. Nullable |
AdamImage
Store Image information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AdamImageID | numeric | NO | Primary key. Identity Column. Identity / Auto increment |
AdamImageName | varchar | NO | Stores image name |
AdamImageFileName | varchar | NO | Stores image file name |
Enabled | tinyint | NO | Looks like toggles between 0 and 1. Default: 1 |
BinTypeID | NA | NO | This contains information about the bin type to which the document belongs |
FileType | NA | NO | This is an additional field added into the query to help the 'Document Converter Tool' to help classify the document type for related file generation |
DocFileData | NA | NO | This column contains all the fields apart from the Document Image(Binary) from the respective table in xml format |
DocFileImage | NA | NO | This column contains the Document Image filed (Binary) from the respective table in xml format |
Note: The last 3 columns are included for use by the Document Converter Tool during the document conversion process and are not expected to be imported into the new database
Address
This Table Contains Practice and CareProvider Service Physical Addresses.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AddressID | numeric | NO | Primary Key. |
AddressLine1 | varchar | YES | Author/Custodian/LegalAuthenticator/Documentation/PatientImmunizations - Physical Address. Nullable |
AddressLine2 | varchar | YES | Second line for the Physical Address. Nullable |
City | varchar | YES | The Physical CareProvider location Address. Nullable |
County | varchar | YES | The Physical CareProvider location Address. Nullable |
State | varchar | YES | The Physical CareProvider location Address. Nullable |
Country | numeric | YES | The Physical CareProvider location Address. Nullable. References: dbo.Countries |
PostalCode | varchar | YES | The Physical CareProvider location Address. Nullable |
PhoneNum1 | varchar | YES | A contact number for the particular location. Nullable |
PhoneNum2 | varchar | YES | A contact number for the particular location. Nullable |
FaxNumber | varchar | YES | A contact number for the particular location. Nullable |
AddressHistory
This table Contains History of Address table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UserID | numeric | NO | UserID serves as a reference point to link the address history entries to the specific user or entity they belong to. |
EffectiveStartDate | datetime | NO | Indicates the date from which the address information is considered applicable or in effect for a particular entity. |
EffectiveEndDate | datetime | YES | Indicates the end date for the applicability of the address information for a particular entity. |
AddressID | numeric | NO | A Unique ID for the particular Address. |
AddressLine1 | varchar | YES | Author/Custodian/LegalAuthenticator/Documentation/PatientImmunizations - Physical Address. Nullable |
AddressLine2 | varchar | YES | Second line for the Physical Address. Nullable |
City | varchar | YES | The Physical CareProvider location Address. Nullable |
County | varchar | YES | The Physical CareProvider location Address. Nullable |
State | varchar | YES | The Physical CareProvider location Address. Nullable |
Country | varchar | YES | The Physical CareProvider location Address. Nullable. References: dbo.Countries |
PostalCode | varchar | YES | The Physical CareProvider location Address. Nullable |
PhoneNum1 | varchar | YES | A contact number for the particular location. Nullable |
PhoneNum2 | varchar | YES | A contact number for the particular location. Nullable |
FaxNumber | varchar | YES | A contact number for the particular location. Nullable |
FromDate | datetime | YES | Stores From date. Nullable. |
ToDate | datetime | YES | Stores To date. Nullable. |
Status | int | YES | Looks like a flag or indicator to identify the active address among multiple addresses associated with each user. |
AddressHistID | int | NO | Primary key. Identity Column. Identity / Auto increment |
AdjustmentSubType
Store adjustment sub type description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AdjustmentSubTypeID | numeric | NO | Primary Key. Identity column.Identity / Auto increment |
AdjustmentSubTypeDesc | varchar | NO | Stores adjustment sub type description |
AdjustmentTypeID | numeric | NO | Logical FK to AdjustmentType table AdjustmentTypeID |
Active | varchar | NO | Looks like toggle between Yes and No |
AdjustmentType
Store Adjustment Type Description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AdjustmentTypeID | numeric | NO | Primary key |
AdjustmentTypeDesc | varchar | NO | Stores Adjustment Type Description |
AdjustmentAnalysisINSString | varchar | YES | Stores Analysis INS string. Nullable |
AgingPeriod
Store AgingPeriod Description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AgingPeriodID | numeric | NO | Primary Key. Unique Key. Aging Period Id for a claim. |
AgingPeriodSortOrder | int | YES | Nullable. Order in which Aging period is calculated. |
BeginningRangeDays | int | YES | Nullable. Range for Aging period. |
EndingRangeDays | int | YES | Nullable. Range for Aging period. |
AgingPeriodDesc | varchar | YES | Nullable. Aging period description. |
AlcoholAmountUsed
Store AlcoholAmountUsed Description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AlcoholAmountUsedID | tinyint | NO | Primary Key. Unique Key. Identity Coulmn. Auto Increment 1. |
AmountDesc | varchar | NO | Description of AlcoholAmountUsed |
AlertType
Store Alert description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AlertTypeID | tinyint | NO | Primary key that uniquely identifies the Alert Type with a numeric id |
AlertDesc | varchar | YES | Description for Alert Type |
Allergen
Storing Allergen type And short name
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergenConceptID | numeric | NO | Primary key as well FK to Concept table ConceptID. References: dbo.Concept |
AllergenTypeID | tinyint | NO | This column has FK to AllergenType table AllergenTypeID. References: dbo.AllergenType |
ShortName | varchar | NO | This column store Name in short form |
Enabled | bit | NO | Toggle between 0 and 1 |
AllergenCodingSystem
Store coding system and Code IDs
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemID | numeric | NO | Primary Key. Store coding system. |
AllergenConceptID | numeric | NO | Primary key as well FK to Allergen table AllergenConceptID. References: dbo.Allergen |
CodeID | varchar | NO | Primary Key. Store Code ID |
AllergenSyn
Storing Concept ID and description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergenSynID | int | NO | Primary Key Identity Column. Identity / Auto increment. |
AllergenConceptID | numeric | YES | This column is FK to Allergen table AllergenConceptID. Nullable. References: dbo.Allergen |
AllergenSynDesc | varchar | YES | This column store Description. Nullable. |
Enabled | int | YES | Look likes toggle between 0 and 1. Nullable |
AllergenType
Store Allergen Type description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergenTypeID | tinyint | NO | Primary Key Identity Column. Identity / Auto increment. |
AllergenTypeDesc | varchar | NO | This column store Allergen Type description. |
AllergyEd
Store AllergyEd description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergyEdID | int | NO | Primary key Identity column. Identity / Auto increment. |
AllergyEdDesc | varchar | YES | Unique key and store Allergen Sd description. Nullable |
AllergyEdTypeID | int | NO | Unique key and FK to AllergyEdType table AllergyEdTypeID. References: dbo.AllergyEdType |
AllergenConceptID | numeric | YES | Unique key and FK to Allergen table AllergenConceptID. References: dbo.Allergen. Nullable |
AllergenSynID | int | YES | Unique key and FK to AllergenSyn table AllergensynID. Nullable. References: dbo.AllergenSyn |
BaselineFlag | bit | NO | Toggle between 0 and 1 |
CreateDate | datetime | NO | This column store current date time |
UserID | numeric | YES | FK to Users table UserID. Nullable. References: dbo.Users |
AllergyEdType
Store AllergyEd type description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergyEdTypeID | int | NO | Primary Key Identity Column. Identity / Auto increment. |
AllergyEdTypeDesc | varchar | NO | This Column store AllergyEd type description |
UserID | numeric | NO | FK to Users tabe UserID. References: dbo.Users |
CreateDate | datetime | NO | This Column store creation date Default vulate is current date. Default: [dbo].[GreenwayDate](getdate().getutcdate())] |
AllergyRxNormFact
Store AllergyRxNormFact type description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
mnid | int | NO | Primary Key. Unique Key. Id for Allergic Substance. |
descdisplay | varchar | YES | Nullable. Display Namefor Allergic substance |
RxNorm | varchar | NO | Primary Key. Unique Key. RxNorm number for Allergic Substance |
RxNormDesc | varchar | YES | Nullable. RxNorm description for Allergic Substance |
AllergySeverity
Store Allergy severity description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergySeverityID | smallint | NO | Primary Key Identity Column. Identity / Auto increment. |
SeverityDescription | varchar | NO | This column store Severity description. |
IsEnabled | bit | NO | Toggle between 0 and 1 |
DisplayOrder | smallint | NO | This column store display order( how it will show on UI) |
AllergySeverityCodingSystem
Storing severity, code and coding system
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergySeverityID | smallint | NO | Primary Key as well FK to AllergySeverity table AllergySeverityID. References: dbo.AllergySeverity |
CodingSystemID | numeric | NO | Primary Key as well FK to codingSytem table CodingSystemID. References: dbo.Codingsystem |
CodeID | varchar | NO | Primary Key storing Code ID. |
AllergySnomedCodeFact
Store AllergySnomedCodeFact type description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AgID | int | NO | Primary key Column to AllergySnomedCodeFact |
DrugClassDesc | varchar | YES | This Column storing description for DrugClassDesc. Nullable |
SnomedCode | varchar | NO | Stores unique Snomed Code for AllergySnomedCodeFact PK_AllergySnomedCodeFact_AgID_SnomedCode |
SnomedDesc | varchar | YES | This Column storing description for SnomedCode. Nullable |
AllergySnomedCodeValueSetLookUp
Store AllergySnomedCodeValueSetLookUp type description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SnomedCode | varchar | NO | Primary Key. Contains the SnomedCode value. |
SnomedDesc | varchar | NO | Primary Key. Contains the SnomedCode description. |
AllergyTest
Storing allergy test description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergyTestID | int | NO | Primary Key. Identity column.Identity / Auto increment |
AllergyTestDesc | varchar | NO | Unique key storing Test description |
AllergyTestTypeID | tinyint | NO | FK to AllergyTestType table AllergyTestType. References: dbo.AllergyTestType |
UserID | numeric | NO | FK to Users table UserID. References: dbo.Users |
CreateDate | datetime | NO | Stores create date default value from current timestamp. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
ActiveFlag | bit | NO | Toggle between 0 and 1 default setting is 1. Default: 1 |
AllergyTestBattery
Storing Allergy test battery description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergyTestBatteryID | int | NO | Primary Key |
AllergyTestBatteryDesc | varchar | NO | Stores Allergy test battery description |
UserID | numeric | NO | FK to Users table UserID. References: dbo.Users |
CreateDate | datetime | NO | Stores create date default value from current timestamp. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
AllergyTestDetail
Storing display order of Test details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergyTestID | int | NO | Primary Key as well FK to AllergyTest table AllergyTestID. References: dbo.AllergyTest |
AllergenConceptID | numeric | NO | FK to Allergen Table AllergenConceptID. References: dbo.Allergen |
AllergenSynID | int | YES | FK to AllergySyn table AllergySynID. Nullable. References: dbo.AllergenSyn |
AllergyTestBatteryID | int | NO | FK to AllergyTestBattery table AllergyTestBatteryID. References: dbo.AllergyTestBattery |
DisplayOrder | smallint | NO | Stores display order by which order this will show on UI |
UserID | numeric | NO | FK to Users Table UserID. References: dbo.Users |
CreateDate | datetime | NO | Stores create date default value from current timestamp. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
AllergyTestLocation
Storing Test location
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergyTestLocationID | tinyint | NO | Primary key |
AllergyTestLocationDesc | varchar | NO | Stores test location description |
AllergyTestResultType
storing Allergy test result
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergyTestResultTypeID | smallint | NO | Primary Key |
AllergyTestResultTypeDesc | varchar | NO | Stores Allergy test result |
AllergyTestType
storing description for Allergy test type
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllergyTestTypeID | tinyint | NO | Primary Key |
AllergyTestTypeDesc | varchar | YES | Stores Allergy test type description. Nullable |
AllocationTypes
storing description for AllocationTypes
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Type | smallint | NO | Primary Key. Identity column.Identity / Auto increment |
Main | tinyint | NO | A unique identifier for main allocation type. |
Credit | tinyint | NO | A unique identifier for credit allocation type |
PaymentAdjustment | tinyint | YES | A unique identifier related to payment adjustment. Nullable |
PTCVoidIsolation | tinyint | NO | A unique identifier related to PTC (Payment To Charge) void isolation. |
Description | varchar | NO | A description or label for the allocation type. |
BaseType | smallint | NO | The base type associated with the allocation type |
CPSummary | char | NO | A summary or label for different allocation types within the Charge Processing System |
TransactionDetailcpString | char | YES | A string representing transaction details related to CP (Charge Processing). Nullable |
AdjustmentAnalysisINSString | varchar | YES | A string representing the analysis of adjustments related to INS (Insurance). Nullable |
AdjustmentAnalysisSubType | varchar | YES | A subtype for the adjustment analysis. Nullable |
AccountDetailsDescription | varchar | YES | A description of account details for the allocation type. Nullable |
AccountDetailsOffsetDescription | varchar | YES | A description of offset account details for the allocation type. Nullable |
AmbulatoryClassification
storing description for AmbulatoryClassification
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AmbulatoryClassificationID | int | NO | Primary key. identity column. Identity / Auto increment |
Name | varchar | NO | Name of Ambulatory type |
Value | varchar | NO | Value of particular Ambulatory type |
AntigenBoard
Store Antigen Board description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AntigenBoardID | int | NO | Primary Key..Identity Column. Identity / Auto increment |
AntigenBoardDesc | varchar | NO | This column store Antigen Board description |
AntigenLotNum
Store Create and expiry date of LotNum
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AntigenLotNumID | int | NO | Primary Key. Identity column. Identity / Auto increment |
AllergenConceptID | numeric | NO | Unique key and FK to Allergen table AllergenConceptID. References: dbo.Allergen |
LotNum | varchar | NO | Unique key LotNum |
ExpirationDate | datetime | YES | Stores expiry date of lot num. Nullable |
ActiveFlag | bit | NO | Look likes toggle between 0 and 1 default setting is 1. Default: 1 |
CreateDate | datetime | NO | Stores create date default value from current timestamp. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
ArmCheckOffset
Store Offset value
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ArmCheckOffsetID | tinyint | NO | PRIMARY KEY. Nullable |
ArmCheckOffsetValue | tinyint | NO | contains the offset value for arm check |
UOMConceptID | numeric | YES | REFERENCES dbo.UOMAdmin (UOMConceptId). Nullable |
ASCX12_835_ClaimID
stores ASCX12_835_ClaimID type description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12InterchangeID | numeric | NO | Interchange ID for the X12 message. |
X12GroupID | numeric | NO | Group ID for the X12 message. |
X12TransactionID | numeric | NO | Transaction ID for the X12 message. |
X12H835ID | numeric | NO | Primary Key. ID for the X12 Health Care Claim Payment/Advice (835) header. |
X12D835ID | numeric | NO | Primary Key. ID for the X12 Health Care Claim Payment/Advice (835) detail. |
X12DC835ID | numeric | NO | Primary Key. ID for the X12 Health Care Claim Payment/Advice (835) detail adjustment. |
SubmitterControlNumber | varchar | NO | Control number provided by the submitter of the claim. |
PatientID | numeric | NO | ID of the patient associated with the claim. |
ClaimID | numeric | NO | Primary Key. ID of the claim. |
ASCX12_835D_Adjustment
stores ASCX12_835D_Adjustment description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12DA835ID | decimal | NO | Primary Key. ID for Adjustment in X12 Health Care Claim Payment/Advice (835). |
X12DC835ID | decimal | YES | Primary Key. Nullable. ID for Detail Adjustment in X12 Health Care Claim Payment/Advice (835). |
X12DS835ID | decimal | YES | Primary Key. Nullable. ID for Summary Adjustment in X12 Health Care Claim Payment/Advice (835). |
GroupCode | varchar | YES | Primary Key. Nullable. Group code for adjustment. |
ReasonCode1 | varchar | YES | Primary Key. Nullable. First reason code for adjustment. |
Amount1 | money | YES | Primary Key. Nullable. First amount for adjustment. |
Quantity1 | float | YES | Primary Key. Nullable. First quantity for adjustment. |
ReasonCode2 | varchar | YES | Primary Key. Nullable. Second reason code for adjustment. |
Amount2 | money | YES | Primary Key. Nullable. Second amount for adjustment. |
Quantity2 | float | YES | Nullable. Second quantity for adjustment. |
ReasonCode3 | varchar | YES | Primary Key. Nullable. Third reason code for adjustment. |
Amount3 | money | YES | Primary Key. Nullable. Third amount for adjustment. |
Quantity3 | float | YES | Nullable. Third quantity for adjustment. |
ReasonCode4 | varchar | YES | Primary Key. Nullable. Fourth reason code for adjustment. |
Amount4 | money | YES | Primary Key. Nullable. Fourth amount for adjustment. |
Quantity4 | float | YES | Nullable. Fourth quantity for adjustment. |
ReasonCode5 | varchar | YES | Primary Key. Nullable. Fifth reason code for adjustment. |
Amount5 | money | YES | Primary Key. Nullable. Fifth amount for adjustment. |
Quantity5 | float | YES | Nullable. Fifth quantity for adjustment. |
ReasonCode6 | varchar | YES | Primary Key. Nullable. Sixth reason code for adjustment. |
Amount6 | money | YES | Primary Key. Nullable. Sixth amount for adjustment. |
Quantity6 | float | YES | Nullable. Sixth quantity for adjustment. |
ASCX12_835D_Claim
stores ASCX12_835D_Claim description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12DC835ID | decimal | NO | Primary Key. ID for Detail Adjustment in X12 Health Care Claim Payment/Advice (835). |
X12D835ID | decimal | NO | Primary Key. ID for X12 Health Care Claim Payment/Advice (835) detail. |
SubmitterControlNumber | varchar | YES | Nullable. Control number provided by the submitter of the claim. |
ClaimStatusCode | varchar | YES | Nullable. Status code for the claim. |
ClaimCharge | money | YES | Nullable. Charge for the claim. |
ClaimPayment | money | YES | Nullable. Payment for the claim. |
ClaimPatResp | money | YES | Nullable. Patient responsibility for the claim. |
ClaimFilingIndicator | varchar | YES | Nullable. Filing indicator for the claim. |
PayerClaimControlNumber | varchar | YES | Nullable. Payers control number for the claim. |
FacilityTypeCode | varchar | YES | Nullable. Facility type code for the claim. |
ClaimFrequencyCode | char | YES | Nullable. Frequency code for the claim. |
DRGCode | varchar | YES | Nullable. DRG code for the claim. |
DRGWeight | float | YES | Nullable. Weight associated with the DRG code. |
DischargeFraction | float | YES | Nullable. Fraction related to discharge. |
PatientLastName | varchar | YES | Nullable. Last name of the patient. |
PatientFirstName | varchar | YES | Nullable. First name of the patient. |
PatientMiddleName | varchar | YES | Nullable. Middle name of the patient. |
PatientNameSuffix | varchar | YES | Nullable. Suffix for the patients name. |
PatientIDNumberType | varchar | YES | Nullable. Type of patients ID number. |
PatientIDNumber | varchar | YES | Nullable. Patients ID number. |
InsuredLastName | varchar | YES | Nullable. Last name of the insured person. |
InsuredFirstName | varchar | YES | Nullable. First name of the insured person. |
InsuredMiddleName | varchar | YES | Nullable. Middle name of the insured person. |
InsuredNameSuffix | varchar | YES | Nullable. Suffix for the insured persons name. |
InsuredIDNumberType | varchar | YES | Nullable. Type of insured persons ID number. |
InsuredIDNumber | varchar | YES | Nullable. Insured persons ID number. |
CorrectedLastName | varchar | YES | Nullable. Corrected last name. |
CorrectedFirstName | varchar | YES | Nullable. Corrected first name. |
CorrectedMiddleName | varchar | YES | Nullable. Corrected middle name. |
CorrectedNameSuffix | varchar | YES | Nullable. Corrected name suffix. |
CorrectedIDNumberType | varchar | YES | Nullable. Type of corrected ID number. |
CorrectedIDNumber | varchar | YES | Nullable. Corrected ID number. |
RenderingLastNameOrOrganization | varchar | YES | Nullable. Last name or organization name of the rendering provider. |
RenderingFirstName | varchar | YES | Nullable. First name of the rendering provider. |
RenderingMiddleName | varchar | YES | Nullable. Middle name of the rendering provider. |
RenderingNameSuffix | varchar | YES | Nullable. Suffix for the rendering providers name. |
RenderingProviderIDType | varchar | YES | Nullable. Type of rendering providers ID. |
RenderingProviderID | varchar | YES | Nullable. Rendering providers ID. |
CrossoverCarrierName | varchar | YES | Nullable. Name of the crossover carrier. |
CrossoverCarrierIDType | varchar | YES | Nullable. Type of crossover carriers ID. |
CrossoverCarrierID | varchar | YES | Nullable. Crossover carriers ID. |
CorrectedPriorityPayerName1 | varchar | YES | Nullable. Corrected name of priority payer 1. |
CorrectedPriorityPayerID1Type | varchar | YES | Nullable. Type of corrected ID for priority payer 1. |
CorrectedPriorityPayerID1 | varchar | YES | Nullable. Corrected ID for priority payer 1. |
CorrectedPriorityPayerName2 | varchar | YES | Nullable. Corrected name of priority payer 2. |
CorrectedPriorityPayerID2Type | varchar | YES | Nullable. Type of corrected ID for priority payer 2. |
CorrectedPriorityPayerID2 | varchar | YES | Nullable. Corrected ID for priority payer 2. |
IPCoveredDaysOrVisitsCount | float | YES | Nullable. Count of covered inpatient days or visits. |
IPPPSOperatingOutlierAmount | float | YES | Nullable. Operating outlier amount for inpatient PPS. |
IPLifetimePsychiatricDaysCount | float | YES | Nullable. Count of lifetime psychiatric inpatient days. |
IPClaimDRGAmount | money | YES | Nullable. DRG amount for the inpatient claim. |
IPRemarkCode1 | varchar | YES | Nullable. Remark code 1 for inpatient claim. |
IPClaimDisproportionateShareAmount | money | YES | Nullable. Disproportionate share amount for inpatient claim. |
IPClaimMSPPassThroughAmount | money | YES | Nullable. MSP pass-through amount for inpatient claim. |
IPClaimPPSCapitalAmount | money | YES | Nullable. PPS capital amount for inpatient claim. |
IPPPSCapitalFSPDRGAmount | money | YES | Nullable. Capital FSP DRG amount for PPS inpatient claim. |
IPPPSCapitalHSPDRGAmount | money | YES | Nullable. Capital HSP DRG amount for PPS inpatient claim. |
IPPPSCapitalDSHDRGAmount | money | YES | Nullable. Capital DSH DRG amount for PPS inpatient claim. |
IPOldCapitalAmount | money | YES | Nullable. Old capital amount for inpatient claim. |
IPPPSCapitalIMEAmount | money | YES | Nullable. Capital IME amount for PPS inpatient claim. |
IPPPSOperatingHospSpecificDRGAmount | money | YES | Nullable. Operating hospital-specific DRG amount for inpatient PPS. |
IPCostReportDayCount | float | YES | Nullable. Cost report day count for inpatient claim. |
IPPPSOperatingFederalSpecificDRGAmount | money | YES | Nullable. Operating federal-specific DRG amount for inpatient PPS. |
IPClaimPPSCapitalOutlierAmount | money | YES | Nullable. Capital outlier amount for inpatient PPS claim. |
IPClaimIndirectTeachingAmount | money | YES | Nullable. Indirect teaching amount for inpatient claim. |
IPNonpayableProfCompAmount | money | YES | Nullable. Non-payable professional component amount for inpatient claim. |
IPRemarkCode2 | varchar | YES | Nullable. Remark code 2 for inpatient claim. |
IPRemarkCode3 | varchar | YES | Nullable. Remark code 3 for inpatient claim. |
IPRemarkCode4 | varchar | YES | Nullable. Remark code 4 for inpatient claim. |
IPRemarkCode5 | varchar | YES | Nullable. Remark code 5 for inpatient claim. |
IPPPSCapitalExceptionAmount | money | YES | Nullable. Capital exception amount for inpatient . |
OPReimbursementRatePct | float | YES | Nullable. Outpatient reimbursement rate percentage. |
OPClaimHCPCSPayableAmount | money | YES | Nullable. HCPCS payable amount for outpatient claim. |
OPRemarkCode1 | varchar | YES | Nullable. Remark code 1 for outpatient claim. |
OPRemarkCode2 | varchar | YES | Nullable. Remark code 2 for outpatient claim. |
OPRemarkCode3 | varchar | YES | Nullable. Remark code 3 for outpatient claim. |
OPRemarkCode4 | varchar | YES | Nullable. Remark code 4 for outpatient claim. |
OPRemarkCode5 | varchar | YES | Nullable. Remark code 5 for outpatient claim. |
OPClaimESRDPaymentAmount | money | YES | Nullable. ESR payment amount for outpatient claim. |
OPNonpayableProfCompAmount | money | YES | Nullable. Non-payable professional component amount for outpatient claim. |
ClaimDateExpiration | datetime | YES | Nullable. Expiration date of the claim. |
ClaimDateReceived | datetime | YES | Nullable. Date when the claim was received. |
ClaimDateStart | datetime | YES | Nullable. Start date of the claim. |
ClaimDateEnd | datetime | YES | Nullable. End date of the claim. |
OtherSubscriberLastName | varchar | YES | Nullable. Last name of the other subscriber. |
OtherSubscriberFirstName | varchar | YES | Nullable. First name of the other subscriber. |
OtherSubscriberMiddleName | varchar | YES | Nullable. Middle name of the other subscriber. |
OtherSubscriberNameSuffix | varchar | YES | Nullable. Suffix for the other subscribers name. |
OtherSubscriberIDNumberType | varchar | YES | Nullable. Type of ID number for the other subscriber. |
OtherSubscriberIDNumber | varchar | YES | Nullable. ID number for the other subscriber. |
ASCX12_835D_OtherClaimServiceRefID
stores ASCX12_835D_OtherClaimServiceRefID description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12DCOS835ID | decimal | NO | Primary Key. DCSO835 ID for Accredited Standards Committee X12 |
X12DC835ID | decimal | YES | Primary Key. Nullable. DC835 ID for Accredited Standards Committee X12 |
X12DS835ID | decimal | YES | Primary Key. Nullable. DS835 ID for Accredited Standards Committee X12 |
OtherRefIDQualifier | varchar | YES | Primary Key. Nullable. Qualifier for the other reference ID. |
OtherRefID | varchar | YES | Primary Key. Nullable. Other reference ID. |
ASCX12_835D_Provider
stores ASCX12_835D_Provider description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12D835ID | decimal | NO | Primary Key. ID for Accredited Standards Committee X12 D835 claim. |
X12H835ID | decimal | NO | Primary Key. ID for Accredited Standards Committee X12 H835 claim. |
HeaderNumber | varchar | YES | Nullable. Header number associated with the provider. |
ProviderID | varchar | YES | Nullable. Provider ID. |
FacilityTypeCode | varchar | YES | Nullable. Facility type code for the provider. |
FiscalDate | datetime | YES | Nullable. Fiscal date associated with the provider. |
TotalClaimCount | float | YES | Nullable. Total count of claims for the provider. |
TotalClaimCharge | money | YES | Nullable. Total charge amount for all claims. |
TotalCoveredCharge | money | YES | Nullable. Total covered charge amount for all claims. |
TotalNonCoveredCharge | money | YES | Nullable. Total non-covered charge amount for all claims. |
TotalDeniedCharge | money | YES | Nullable. Total denied charge amount for all claims. |
TotalProviderPayment | money | YES | Nullable. Total payment made to the provider. |
TotalInterest | money | YES | Nullable. Total interest amount. |
TotalContractualAdjustment | money | YES | Nullable. Total contractual adjustment amount. |
TotalGrammRudmanReduction | money | YES | Nullable. Total Gramm-Rudman reduction amount. |
TotalMSPPayer | money | YES | Nullable. Total MSP payer amount. |
TotalBloodDeductible | money | YES | Nullable. Total blood deductible amount. |
TotalCoinsurance | money | YES | Nullable. Total coinsurance amount. |
TotalNonLabCharge | money | YES | Nullable. Total non-laboratory charge amount. |
TotalHCPCSReportedCharge | money | YES | Nullable. Total HCPCS reported charge amount. |
TotalHCPCSPayable | money | YES | Nullable. Total HCPCS payable amount. |
TotalDeductible | money | YES | Nullable. Total deductible amount. |
TotalProfessionalComponent | money | YES | Nullable. Total professional component amount. |
TotalMSPPatientLiabilityMet | money | YES | Nullable. Total MSP patient liability met amount. |
TotalPatientReimbursement | money | YES | Nullable. Total patient reimbursement amount. |
TotalPIPClaimCount | float | YES | Nullable. Total count of PIP claims. |
TotalPIPAdjustment | money | YES | Nullable. Total PIP adjustment amount. |
TotalDRG | money | YES | Nullable. Total DRG amount. |
TotalFederalSpecific | money | YES | Nullable. Total federal-specific amount. |
TotalHospitalSpecific | money | YES | Nullable. Total hospital-specific amount. |
TotalDisproportionateShare | money | YES | Nullable. Total disproportionate share amount. |
TotalCapital | money | YES | Nullable. Total capital amount. |
TotalIndirectMedEdu | money | YES | Nullable. Total indirect medical education amount. |
TotalOutlierDayCount | float | YES | Nullable. Total outlier day count. |
TotalOutlierDayAmount | money | YES | Nullable. Total outlier day amount. |
TotalCostOutlier | money | YES | Nullable. Total cost outlier amount. |
AverageDRGLengthOfStay | float | YES | Nullable. Average DRG length of stay. |
TotalDischargeCount | float | YES | Nullable. Total discharge count. |
TotalCostReportDayCount | float | YES | Nullable. Total cost report day count. |
TotalCoveredDayCount | float | YES | Nullable. Total covered day count. |
TotalNoncoveredDayCount | float | YES | Nullable. Total non-covered day count. |
TotalMSPPassThroughAmount | money | YES | Nullable. Total MSP pass-through amount. |
AverageDRGWeight | float | YES | Nullable. Average DRG weight. |
TotalPPSCapitalFSPDRGAmount | money | YES | Nullable. Total PPS capital FSP DRG amount. |
TotalPPSCapitalHSPDRGAmount | money | YES | Nullable. Total PPS capital HSP DRG amount. |
TotalPPSDSHDRGAmount | money | YES | Nullable. Total PPS DSH DRG amount. |
ASCX12_835D_Service
stores ASCX12_835D_Service description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12DS835ID | decimal | NO | PRIMARY KEY. ID for Accredited Standards Committee X12 DS835 claim. |
X12DC835ID | decimal | NO | PRIMARY KEY. ID for Accredited Standards Committee X12 DC835 claim. |
ServiceIDQualifier | varchar | YES | Nullable. Qualifier for the service ID. |
ProcedureCode | varchar | YES | Nullable. Procedure code for the service. |
Modifier1 | varchar | YES | Nullable. First modifier for the service. |
Modifier2 | varchar | YES | Nullable. Second modifier for the service. |
Modifier3 | varchar | YES | Nullable. Third modifier for the service. |
Modifier4 | varchar | YES | Nullable. Fourth modifier for the service. |
Description | varchar | YES | Nullable. Description of the service. |
Charge | money | YES | Nullable. Charge amount for the service. |
Payment | money | YES | Nullable. Payment amount for the service. |
RevenueCode | varchar | YES | Nullable. Revenue code associated with the service. |
Units | float | YES | Nullable. Number of units for the service. |
OriginalServiceIDQualifier | varchar | YES | Nullable. Original qualifier for the service ID. |
OriginalProcedureCode | varchar | YES | Nullable. Original procedure code for the service. |
OriginalModifier1 | varchar | YES | Nullable. Original first modifier for the service. |
OriginalModifier2 | varchar | YES | Nullable. Original second modifier for the service. |
OriginalModifier3 | varchar | YES | Nullable. Original third modifier for the service. |
OriginalModifier4 | varchar | YES | Nullable. Original fourth modifier for the service. |
OriginalDescription | varchar | YES | Nullable. Original description of the service. |
OriginalUnits | float | YES | Nullable. Original number of units for the service. |
ServiceDateFrom | datetime | YES | Nullable. Start date of the service. |
ServiceDateTo | datetime | YES | Nullable. End date of the service. |
ASCX12_835H_Transaction
stores ASCX12_835H_Transaction description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12H835ID | decimal | NO | PRIMARY KEY. ID for Accredited Standards Committee X12 H835 claim. |
X12TransactionID | decimal | NO | PRIMARY KEY. ID for the transaction within Accredited Standards Committee X12 claim. |
TransactionCode | varchar | YES | Nullable. Code associated with the transaction. |
LoopCount | int | YES | Nullable. Count of loops in the transaction. |
HandlingCode | varchar | YES | Nullable. Code indicating how the transaction is being handled. |
TotalPaymentAmount | money | YES | Nullable. Total payment amount for the transaction. |
CreditDebitFlag | char | YES | Nullable. Flag indicating whether its a credit or debit. |
PaymentMethodCode | varchar | YES | Nullable. Code indicating the payment method. |
PaymentFormatCode | varchar | YES | Nullable. Code indicating the payment format. |
SenderDFIQualifier | varchar | YES | Nullable. Qualifier for the senders DFI (Designated Financial Institution). |
SenderDFINumber | varchar | YES | Nullable. Number associated with the senders DFI. |
SenderAcctNumQualifier | varchar | YES | Nullable. Qualifier for the senders account number. |
SenderAcctNumber | varchar | YES | Nullable. Senders account number. |
OriginatingCompanyID | varchar | YES | Nullable. ID of the originating company. |
OrigCompanySupplementalCode | varchar | YES | Nullable. Supplemental code for the originating company. |
ReceiverDFIQualifier | varchar | YES | Nullable. Qualifier for the receivers DFI. |
ReceiverDFINumber | varchar | YES | Nullable. Number associated with the receivers DFI. |
ReceiverAcctNumQualifier | varchar | YES | Nullable. Qualifier for the receivers account number. |
ReceiverAcctNumber | varchar | YES | Nullable. Receivers account number. |
CheckOrEFTDate | datetime | YES | PRIMARY KEY. Nullable. Date of the check or EFT. |
TraceTypeCode | varchar | YES | Nullable. Code indicating the trace type. |
CheckOrEFTTraceNumber | varchar | YES | PRIMARY KEY. Nullable. Trace number for the check or EFT. |
ReceiverID | varchar | YES | Nullable. ID of the receiver. |
VersionNumber | varchar | YES | Nullable. Version number. |
ProductionDate | datetime | YES | Nullable. Date of production. |
PayerName | varchar | YES | Nullable. Name of the payer. |
PayerIDCodeQualifier | varchar | YES | Nullable. Qualifier for the payers ID code. |
PayerID | varchar | YES | Nullable. Payers ID. |
PayerAddressLine1 | varchar | YES | Nullable. Address line 1 of the payer. |
PayerAddressLine2 | varchar | YES | Nullable. Address line 2 of the payer. |
PayerCity | varchar | YES | Nullable. City of the payer. |
PayerState | varchar | YES | Nullable. State of the payer. |
PayerZip | varchar | YES | Nullable. ZIP code of the payer. |
PayerCountry | varchar | YES | Nullable. Country of the payer. |
PayerContactName | varchar | YES | Nullable. Contact name of the payer. |
PayerContactNumberType1 | varchar | YES | Nullable. Type of contact number 1 for the payer. |
PayerContactNumber1 | varchar | YES | Nullable. Contact number 1 for the payer. |
PayerContactNumberType2 | varchar | YES | Nullable. Type of contact number 2 for the payer. |
PayerContactNumber2 | varchar | YES | Nullable. Contact number 2 for the payer. |
PayerContactNumberType3 | varchar | YES | Nullable. Type of contact number 3 for the payer. |
PayerContactNumber3 | varchar | YES | Nullable. Contact number 3 for the payer. |
PayeeName | varchar | YES | Nullable. Name of the payee. |
PayeeIDCodeQualifier | varchar | YES | Nullable. Qualifier for the payees ID code. |
PayeeIDCode | varchar | YES | Nullable. Payees ID code. |
PayeeAddressLine1 | varchar | YES | Nullable. Address line 1 of the payee. |
PayeeAddressLine2 | varchar | YES | Nullable. Address line 2 of the payee. |
PayeeCity | varchar | YES | Nullable. City of the payee. |
PayeeState | varchar | YES | Nullable. State of the payee. |
PayeeZip | varchar | YES | Nullable. ZIP code of the payee. |
PayeeCountry | varchar | YES | Nullable. Country of the payee. |
PayerCountrySubdivision | varchar | YES | Nullable. Subdivision of the payers country. |
PayerWebSiteURL | varchar | YES | Nullable. Website URL of the payer. |
PayeeCountrySubdivision | varchar | YES | Nullable. Subdivision of the payees country. |
RemittanceReportTransmission | varchar | YES | Nullable. Transmission information for remittance report. |
RemittanceName | varchar | YES | Nullable. Name of the remittance. |
RemittanceContactNumber | varchar | YES | Nullable. Contact number for the remittance. |
PayerTechnicalContactName | varchar | YES | Nullable. Technical contact name of the payer. |
PayerTechnicalContactNumberType1 | varchar | YES | Nullable. Type of technical contact number 1 for the payer. |
PayerTechnicalContactNumber1 | varchar | YES | Nullable. Technical contact number 1 for the payer. |
PayerTechnicalContactNumberType2 | varchar | YES | Nullable. Type of technical contact number 2 for the payer. |
PayerTechnicalContactNumber2 | varchar | YES | Nullable. Technical contact number 2 for the payer. |
PayerTechnicalContactNumberType3 | varchar | YES | Nullable. Type of technical contact number 3 for the payer. |
PayerTechnicalContactNumber3 | varchar | YES | Nullable. Technical contact number 3 for the payer. |
ASCX12_CodeSet_CodeType
stores ASCX12_CodeSet_CodeType description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
codetypeid | int | NO | PRIMARY KEY. UNIQUE. Type Id of Codeset |
codetype | varchar | NO | Coumn contais the code type. |
ASCX12_FunctionalGroup
stores ASCX12_FunctionalGroup description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12GroupID | decimal | NO | PRIMARY KEY. UNIQUE. Group ID for Accredited Standards Committee X12 claim. |
X12InterchangeID | decimal | NO | PRIMARY KEY. UNIQUE. Interchange ID for Accredited Standards Committee X12 claim. |
GroupType | varchar | NO | Group type associated with the transaction. |
GroupCtlNum | decimal | NO | Group control number associated with the transaction. |
GroupCode | varchar | NO | Group code associated with the transaction. |
AppSenderCode | varchar | NO | Application sender code. |
AppReceiverCode | varchar | NO | Application receiver code. |
GroupDate | datetime | NO | date on which group created. |
ResponsibleAgencyCode | varchar | NO | Responsible agency code. |
VersionReleaseCode | varchar | NO | Version / Release code. |
GroupCtlNumValidation | decimal | NO | Group control number validation indicator. |
TransactionSetCount | int | NO | Number of transaction sets in the group. |
ASCX12_Interchange
stores ASCX12_Interchange description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12InterchangeID | decimal | NO | Primary Key. Unique Key. |
ERAFileID | numeric | NO | Logical fk of OriginalFileName |
InterchangeType | varchar | NO | column contains Interchange type for Accredited Standards Committee X12 |
InterchangeCtlNum | decimal | NO | column contains Interchange control number for Accredited Standards Committee X12 |
DataElementDelimiter | char | NO | this column represent Data Element Delimeter for Accredited Standards Committee X12 |
SubCompDelimiter | char | NO | this column represent Sub component Delimeter for Accredited Standards Committee X12 |
SegTermDelimiter | char | NO | this column represent Segment Term Delimeter for Accredited Standards Committee X12 |
AuthInfoQualifier | varchar | NO | this column shows Authentication Information Qualifier Value |
AuthInfo | varchar | NO | this column shows Authentication Information |
SecInfoQualifier | varchar | NO | this column shows Section Information Qualifier Value |
SecInfo | varchar | NO | this column shows Section Information |
SenderIDQualifier | varchar | NO | Senders Qulifier set in communication |
SenderID | varchar | NO | Senders ID set in communication |
ReceiverIDQualifier | varchar | NO | Senders Qulifier set in communication |
ReceiverID | varchar | NO | Recivers ID set in communication |
ISADateTime | datetime | NO | this column stores ISA DateTime Value. |
ISAStandardID | char | NO | this column stores ISA StandardID Value. |
ISAVersion | varchar | NO | this column stores ISA Version Value. |
ISAAckRequest | char | NO | this column stores ISA Acknowledge Request Value. |
UsageIndicator | char | NO | this column stores value to indicate Usage. |
InterchangeCtlNumValidation | decimal | NO | column contains Interchange control number validation for Accredited Standards Committee X12 |
FunctionalGroupCount | int | NO | column represents Funtional Group count value. |
ASCX12_TransactionSet
stores ASCX12_TransactionSet description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12TransactionID | decimal | NO | Primary Key. Unique Key. |
X12GroupID | decimal | NO | Logical fk of ASCX12_FunctionalGroup |
TransactionSetCode | varchar | NO | column contains Transaction Set Code for Accredited Standards Committee X12 |
TransactionSetCtlNum | varchar | NO | column contains Transaction Set control Number for Accredited Standards Committee X12 |
TransactionSetSegmentCount | int | YES | Nullable. Column represents Transaction Segment count value. |
TransactionSetCtlNumValidation | varchar | YES | Nullable. Column contains Transaction Set control Number Validation for Accredited Standards Committee X12 |
AssociationTypes
Store association type information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AssociationTypeID | numeric | NO | Primary Key |
LocalName | varchar | NO | This column store local name of association |
StandardName | varchar | NO | This column store Standard name of association |
Description | varchar | NO | This column store description of association |
IsDefaultField | int | YES | toggle betwen 0 and 1 default setting is 0. Nullable. Default: 0 |
Enabled | int | YES | toggle betwen 0 and 1 default setting is 0. Nullable. Default: 1 |
BatchAR
Store batch information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BatchID | numeric | NO | Primary Key Identity Column. Identity / Auto increment. |
BatchDescription | varchar | NO | This column store description of batch |
CreatorID | numeric | NO | This column store Creator ID look like user ID |
PostingDate | datetime | YES | This column store posting date of Batch. Nullable. |
CreateDate | datetime | NO | This column store create date of Batch |
ClosedDate | datetime | YES | This column store close date of Batch. Nullable. |
BatchARUser
Store Batch status information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BatchARUserID | numeric | NO | Identity / Auto increment |
BatchID | numeric | NO | Primary key Logical FKto BatchAR table BatchID |
UserID | numeric | NO | Primary key Logical FK to User table UserID |
State | int | NO | This column store status of batch |
BatchClaims
Store Batch status information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BatchID | numeric | NO | Primary key and logical FK to BatchAR table batchID |
PlanID | numeric | YES | Nullable. This column store PlanID information. |
BatchName | varchar | YES | Nullable. This column store batch name. |
BatchCreateDate | datetime | YES | Nullable. This column store batch create date. |
BatchEditDate | datetime | YES | Nullable. This column store batch edit date. |
BatchSubmitDate | datetime | YES | Nullable. This column store batch submit date. |
NumClaimsInBatch | int | YES | Nullable. This column store total claim in a batch. |
BatchTtlAmount | money | YES | Nullable. This column store total amount of batch default setting is 0. Default: 0. |
BatchProcessing | int | NO | This column store batch processing state default setting is 0. Default: 0 |
BatchType | int | NO | This column store type of batch default setting is 0. Default: 0. |
BatchGCSTracking
Store batch and there tracking information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BatchID | numeric | NO | Primary key logical FK to Batch AR table BatchID. |
GCSSubmitDate | datetime | NO | This column store batch submission date default setting is current timestamp. Default: getdate(). |
TempTrackingNumber | varchar | NO | This column store temporary tracking number. |
FullTrackingNumber | varchar | YES | This column store full tracking number. Nullable. |
LastModifiedDate | datetime | NO | This column store batch modification date default setting is current timestamp. Default: getdate(). |
BillingReasonCode
Store reason code information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RC | tinyint | YES | Nullable. This column store Reason code |
OutterType | tinyint | YES | Nullable. This column store Outter Type for reason code |
Description | varchar | YES | Nullable. This column store description for reason code |
BillingRegister
Store Billing register information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BillingRegisterID | numeric | NO | Primary key Identity column. Identity / Auto increment. |
ChargeID | numeric | NO | This column store charge ID |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
CRTID | smallint | NO | This column store crt ID |
ServiceDetailID | numeric | NO | This column store service details ID |
PaymentID | numeric | NO | This column store payment ID |
PaymentTransactionID | numeric | NO | This column store Payment Transaction ID |
AdjustmentTypeID | tinyint | NO | This column store adjustment type ID |
PaymentSourceID | tinyint | NO | This column store payment source ID |
PlanID | numeric | NO | This column store Plan ID |
UserID | numeric | NO | This column store User ID Logical fk to users table userid |
PRCID | numeric | NO | This column store PRC ID |
PostingDate | datetime | NO | This column store posting date |
CreateDate | datetime | NO | This column store create date |
Amount | money | NO | This column store amount |
OffsetRegisterID | numeric | NO | This column store offset register ID |
PatientBalance | money | NO | This column store patient balance |
InsuranceBalance | money | NO | This column store Insurance balance |
PatientPaid | money | NO | This column store Patient paid amount |
InsurancePaid | money | NO | This column store Insurance paid amount |
OtherPaid | money | NO | This column store other amount |
AdjustedAmount | money | NO | This column store Adjusted amount |
WriteOffAmount | money | NO | This column store write off amount |
BatchID | numeric | NO | This column store Batch ID |
BillingRegisterArchive
Store archive data of Billing register table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BillingRegisterID | numeric | NO | Logical FK to BillingRegister table |
ChargeID | numeric | NO | Logical FK to BillingRegister table. Stores charge ID |
PatientID | numeric | NO | Logical FK to BillingRegister table. Stores patient id logical FK to patient table patientID |
CRTID | smallint | NO | Logical FK to BillingRegister table. Stores crt ID |
ServiceDetailID | numeric | NO | Logical FK to BillingRegister table. Stores service details ID |
PaymentID | numeric | NO | Logical FK to BillingRegister table. Stores payment ID |
PaymentTransactionID | numeric | NO | Logical FK to BillingRegister table. Stores Payment Transaction ID |
AdjustmentTypeID | tinyint | NO | Logical FK to BillingRegister table. Stores adjustment type ID |
PaymentSourceID | tinyint | NO | Logical FK to BillingRegister table. Stores payment source ID |
PlanID | numeric | NO | Logical FK to BillingRegister table. Stores Plan ID |
UserID | numeric | NO | Logical FK to BillingRegister table. Stores User ID Logical fk to users table userid |
PRCID | numeric | NO | Logical FK to BillingRegister table. Stores PRC ID |
PostingDate | datetime | NO | Logical FK to BillingRegister table. Stores posting date |
CreateDate | datetime | NO | Logical FK to BillingRegister table. Stores create date |
Amount | money | NO | Logical FK to BillingRegister table. Stores amount |
OffsetRegisterID | numeric | NO | Logical FK to BillingRegister table. Stores offset register ID |
PatientBalance | money | NO | Logical FK to BillingRegister table. Stores patient balance |
InsuranceBalance | money | NO | Logical FK to BillingRegister table. Stores Insurance paid amount |
PatientPaid | money | NO | Logical FK to BillingRegister table. Stores Patient paid amount |
InsurancePaid | money | NO | Logical FK to BillingRegister table. Stores Insurance paid amount |
OtherPaid | money | NO | Logical FK to BillingRegister table. Stores other amount |
AdjustedAmount | money | NO | Logical FK to BillingRegister table. Stores Adjusted amount |
WriteOffAmount | money | NO | Logical FK to BillingRegister table. Stores write off amount |
BatchID | numeric | NO | Logical FK to BillingRegister table. Stores Batch ID |
ArchiveDate | datetime | NO | Stores archive timestamp |
BillingTran
Store transaction type information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
TranID | tinyint | NO | Unique key . This column store transaction ID |
TranType | varchar | NO | Stores Transation type |
BillingTranMatrix
Store void gross and applied payment and adjustment information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
TranID | tinyint | NO | Unique Key and logical FK to BillingTran table TranID |
AdjustmentTypeID | tinyint | NO | Unique Key this column store Adjustment type ID |
PaymentSourceID | tinyint | NO | Unique Key this column store Pament source ID |
GrossCharge | smallint | NO | Stores Grosss Charge |
ChargeVoid | smallint | NO | Stores void charges |
GrossAppliedAdj | smallint | NO | Stores gross applied adjustment |
AppliedAdjVoid | smallint | NO | Stores void Applied adjustment |
AppliedAdjOffset | smallint | NO | Stores applied Adjustment offset |
GrossAppliedPmtPatOther | smallint | NO | Stores gross applied payment |
GrossAppliedPmtIns | smallint | NO | Stores gross applied insurance payment |
AppliedPmtVoid | smallint | NO | Stores void applied payment |
AppliedPmtOffset | smallint | NO | Stores applied payment offset |
NetAppliedAdj | smallint | NO | Stores net applied adjustment |
GrossAppliedPmt | smallint | NO | Stores gross applied payment |
NetAppliedPmt | smallint | NO | Stores net applied amount |
NetChangeAR | smallint | NO | Stores net change AR |
UserAmount | smallint | NO | Store user amount |
BinCategory
This table stores BinCategory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BinCategoryID | smallint | NO | Primary key, identity column Identity / Auto increment |
BinCategoryDesc | varchar | NO | This column contains the Description for BinCategory |
BinTypeID | smallint | YES | This column contains the BinType ID |
BinType
This table stores BinType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BinTypeID | smallint | NO | Primary key, identity column Identity / Auto increment |
BinTypeDesc | varchar | YES | This column contains the Description for BinType |
br_Account
Store patient Account information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary key Patient ID logical FK to Patient table |
AcctOpenDate | datetime | NO | Stores Account open date |
AcctActiveFlag | char | NO | Looks like toggle between Y and N for account active or not |
LastInactivationDate | datetime | YES | Stores last inactivation date. Nullable |
LastInactivationID | numeric | YES | Stores last inactivation ID. Nullable |
LastInactivationReasonComment | char | YES | Stores last inactivation reason comment. Nullable |
LastReactivationDate | datetime | YES | Stores last reactivation date. Nullable |
LastReactivationID | numeric | YES | Stores last reactivation ID. Nullable |
LastReactivationComment | char | YES | Stores last reactivation comment. Nullable |
BalanceDate | datetime | NO | Stores balance date |
TotalAccountBalance | money | NO | Stores total account balance default setting is 0. Default: 0 |
PatientLastPaymentDate | datetime | YES | Stores patient last payment date. Nullable |
PatientLastPaymentAmount | money | YES | Stores patient last payment amount default setting is 0. Nullable. Default: 0 |
PatientLastStatementDate | datetime | YES | Stores ptient last statement date. Nullable |
PatientLastStatementAmount | money | YES | Stores patient last statement amount default setting is 0. Nullable. Default: 0 |
YTDPatientAmountDue | money | YES | Stores year to date patient due amount default setting is 0. Nullable. Default: 0 |
UnappliedCredit | money | YES | Stores unapplied credit default setting is 0. Nullable. Default: 0 |
ConvertedAcctID | char | YES | Store converted account ID. Nullable |
Note | char | YES | Stores Note. Nullable |
NoteDate | datetime | YES | Stores note date. Nullable |
CurrUserID | numeric | YES | Stores current user ID. Nullable |
CurrDateTime | datetime | YES | Stores Current datetime. Nullable |
InsuranceLastStatementAmount | money | NO | Stores insurance last statement amount default setting is 0. Default: 0 |
CreditLastStatementAmount | money | NO | Stores credit last statement amount default setting is 0. Default: 0 |
AccountBalanceCalcMethod | int | NO | Stores account balance calculation method default setting is 1. Default: 1 |
ExcludeFinanceCharge | tinyint | NO | Stores exluded finance charge default setting is 0. Default: 0 |
ExcludeDunningMessages | tinyint | NO | Stores info about Excluded dunning message default setting is 0. Default: 0 |
br_ClaimHistory
Store Cliam table data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimID | numeric | NO | Logical FK To Claim Table |
PatientID | numeric | NO | Logical FK To Claim Table |
InsurancePlanID | numeric | NO | Logical FK To Claim Table |
InsID | numeric | YES | Logical FK To Claim Table. Nullable |
CareProviderID | numeric | YES | Logical FK To Claim Table. Nullable |
FacilityLocationID | numeric | YES | Logical FK To Claim Table. Nullable |
ReferringPhysicanID | numeric | YES | Logical FK To Claim Table. Nullable |
DateFiledInAR | datetime | YES | Logical FK To Claim Table. Nullable |
PreCertificationNum | varchar | YES | Logical FK To Claim Table. Nullable |
NumberOfServiceDetails | int | YES | Logical FK To Claim Table. Nullable |
InitialServiceDate | datetime | YES | Logical FK To Claim Table. Nullable |
LastActiveDate | datetime | YES | Logical FK To Claim Table. Nullable |
ActiveClaim | char | NO | Logical FK To Claim Table |
CreationDate | datetime | YES | Logical FK To Claim Table. Nullable |
SuspendSubmission | int | YES | Logical FK To Claim Table. Nullable |
OriginalSubmissionDate | datetime | YES | Logical FK To Claim Table. Nullable |
ClaimStatusID | numeric | NO | Logical FK To Claim Table |
ClaimStatusDate | datetime | YES | Logical FK To Claim Table. Nullable |
EmploymentRelatedCondition | char | NO | Logical FK To Claim Table |
AutoAccident | char | NO | Logical FK To Claim Table |
AutoAccidentState | char | YES | Logical FK To Claim Table. Nullable |
AccidentResponsibility | char | NO | Logical FK To Claim Table |
OtherAccident | char | NO | Logical FK To Claim Table |
AbuseFlag | char | NO | Logical FK To Claim Table |
ClaimNotes | varchar | YES | Logical FK To Claim Table. Nullable |
OtherInsCovID | numeric | YES | Logical FK To Claim Table. Nullable |
SignatureOnFileFlag | char | NO | Logical FK To Claim Table |
SymptomDate | datetime | YES | Logical FK To Claim Table. Nullable |
SimilarDate | datetime | YES | Logical FK To Claim Table. Nullable |
DisabilityType | char | YES | Logical FK To Claim Table. Nullable |
DisabilityFromDate | datetime | YES | Logical FK To Claim Table. Nullable |
DisabilityToDate | datetime | YES | Logical FK To Claim Table. Nullable |
HospAdmitDate | datetime | YES | Logical FK To Claim Table. Nullable |
HospDischDate | datetime | YES | Logical FK To Claim Table. Nullable |
LabIndicatorFlag | char | NO | Logical FK To Claim Table |
LabCharges | money | YES | Logical FK To Claim Table. Nullable |
MedicaidResubCode | varchar | YES | Logical FK To Claim Table. Nullable |
ResubRefNo | varchar | YES | Logical FK To Claim Table. Nullable |
ProvAssignInd | char | NO | Logical FK To Claim Table |
ProvSigInd | char | NO | Logical FK To Claim Table |
ProvSigDate | datetime | YES | Logical FK To Claim Table. Nullable |
MedigapClaim | int | YES | Logical FK To Claim Table. Nullable |
TotalClaimChrgs | money | YES | Logical FK To Claim Table. Nullable |
ClaimBalance | money | YES | Logical FK To Claim Table. Nullable |
PatientOriginalAmountDue | money | YES | Logical FK To Claim Table. Nullable |
PatientAdjustedAmountDue | money | YES | Logical FK To Claim Table. Nullable |
AmountPaidByPatient | money | YES | Logical FK To Claim Table. Nullable |
PatientLastPaymentDate | datetime | YES | Logical FK To Claim Table. Nullable |
PatientBalance | money | YES | Logical FK To Claim Table. Nullable |
PatientOriginalBillingDate | datetime | YES | Logical FK To Claim Table. Nullable |
InsuranceOriginalAmountDue | money | YES | Logical FK To Claim Table. Nullable |
InsuranceAdjustedAmountDue | money | YES | Logical FK To Claim Table. Nullable |
AmountPaidByInsurance | money | YES | Logical FK To Claim Table. Nullable |
InsuranceLastPaymentDate | datetime | YES | Logical FK To Claim Table. Nullable |
InsuranceBalance | money | YES | Logical FK To Claim Table. Nullable |
ContWriteOffAmount | money | YES | Logical FK To Claim Table. Nullable |
PatientCoPayAmount | money | YES | Logical FK To Claim Table. Nullable |
PatientAmountNotCovered | money | YES | Logical FK To Claim Table. Nullable |
PatientDeductibleAmount | money | YES | Logical FK To Claim Table. Nullable |
PatientCoInsuranceAmount | int | YES | Logical FK To Claim Table. Nullable |
Reserved10d | char | YES | Logical FK To Claim Table. Nullable |
Reserved19 | char | YES | Logical FK To Claim Table. Nullable |
CollectionFlag | char | NO | Logical FK To Claim Table |
CollectionUserID | numeric | YES | Logical FK To Claim Table. Nullable |
CollectionAgencyID | numeric | YES | Logical FK To Claim Table. Nullable |
RevisionNumber | int | NO | Logical FK To Claim Table |
RevisionUserID | numeric | YES | Logical FK To Claim Table. Nullable |
RevisionDateTime | datetime | YES | Logical FK To Claim Table. Nullable |
AmendedClaim | int | NO | Logical FK To Claim Table |
AdjustmentAmount | money | YES | Logical FK To Claim Table. Nullable |
LastAdjustmentDate | datetime | YES | Logical FK To Claim Table. Nullable |
ContWriteOffDate | datetime | YES | Logical FK To Claim Table. Nullable |
ContWriteOffExpected | money | YES | Logical FK To Claim Table. Nullable |
RenderingProviderID | numeric | YES | Logical FK To Claim Table. Nullable |
SubOrder | int | YES | Logical FK To Claim Table. Nullable |
Priority | int | YES | Logical FK To Claim Table. Nullable |
State | int | YES | Logical FK To Claim Table. Nullable |
VisitID | numeric | YES | Logical FK To Claim Table. Nullable |
IncludePaidInFull | int | YES | Logical FK To Claim Table. Nullable |
DelayReasonCode | varchar | YES | Logical FK To Claim Table. Nullable |
LastChanged | datetime | NO | Stores last change date |
ReprocessFlag | tinyint | YES | Logical FK To Claim Table Default setting is 0. Nullable. Default: 0 |
ClaimFollowUpReasonID | numeric | YES | Logical FK To Claim Table. Nullable |
ClaimFolowUpDate | datetime | YES | Logical FK To Claim Table. Nullable |
ClaimFrequencyCode | varchar | YES | Logical FK To Claim Table. Nullable |
ClaimCombinationID | numeric | YES | Logical FK To Claim Table. Nullable |
br_Payment
Store Payment Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PaymentID | numeric | NO | Primary Key |
PatientID | numeric | NO | Logical FK to Patient table Patient ID |
UserID | numeric | NO | Logical Fk to Users table users ID |
VoidPaymentRefID | numeric | YES | Stores voided payment refrence ID. Nullable |
PaymentCreditID | numeric | YES | Stores payment credit ID. Nullable |
PaymentTypeID | tinyint | NO | Logical FK to PaymentType Table PaymentTypeID |
AdjustmentTypeID | tinyint | NO | Logical FK to AdjustmentType table AdjustmentTypeID |
PaymentSourceID | tinyint | NO | Logical FK to PaymentSource table PaymentSourceID |
PaymentMethodID | tinyint | YES | Logical FK to PaymentMethods table PaymentMethodID. Nullable |
PaymentSupplierID | tinyint | YES | Logical Fk to PaymentSupplier table PaymentSupplierID. Nullable |
PaymentInsurancePlanID | numeric | YES | Stores Payment Insurance Plan ID. Nullable |
PostingDate | datetime | YES | Stores posting date of payment. Nullable |
Amount | money | NO | Stores amount |
CreateDate | datetime | NO | Stores creation date |
CheckNumber | varchar | YES | Stores Check Number of Payment. Nullable |
Note | varchar | YES | Stores Note against that payment. Nullable |
StatementDate | datetime | YES | Stores statement date. Nullable |
BatchID | numeric | NO | Stores Batch ID |
AdjustmentSubTypeID | numeric | NO | Logical FK to AdjustmentSubType table AdjustmentSubTypeID |
br_PaymentAllocations
Store payment allocation information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllocationID | numeric | NO | Primary key identity column. Identity / Auto increment |
ChargeID | numeric | NO | Logical FK to Charge Table Charge ID |
ChargeType | int | NO | Stores charge type |
PaymentID | numeric | NO | Logical FK to br_payment table PaymentID |
PatientID | numeric | NO | Logical FK to Patient table patientID |
PaymentSourceID | tinyint | NO | Logical FK to PaymentSource table PaymentSourceID |
UserID | numeric | NO | Logical FK to Users Table userid |
ServiceDetailID | numeric | NO | Stores service detail id |
PRCID | numeric | NO | Logical FK to PRCCodes table PRCID |
OffsetID | numeric | NO | Stores offsetID |
OriginatorID | numeric | NO | Stores OriginatorID |
VisitID | numeric | NO | Stores VisitID |
CareProviderID | numeric | NO | Stores CareProviderID |
LocationID | numeric | NO | Stores Location ID |
AdjustmentTypeID | tinyint | NO | Logical FK to AdjustmentType table AdjustmentTypeID |
PlanID | numeric | NO | Stores Plan ID |
AllocationNoteID | numeric | NO | Logical FK to br_PaymentAllocationsNotes table AllocationID |
AllocationInfoID | numeric | NO | Logical FK to br_PaymentAllocationsInfo table AllocationInfoID |
Type | smallint | NO | Stores Type |
PostingDate | datetime | NO | Stores posting date. |
CreateDate | datetime | NO | Stores creation date |
Amount | money | NO | Stores Amount |
BatchID | numeric | NO | Stores batch ID |
RC | tinyint | NO | Stores reason code Default setting is 0. Default: 0 |
TranID | tinyint | NO | Stores transaction ID Default setting is 0. Default: 0 |
br_PaymentAllocationsInfo
Store payment allocation information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllocationInfoID | numeric | NO | Primary key identity column. Identity / Auto increment |
Status | tinyint | NO | Stores status |
PostingDate | datetime | NO | Stores posting date. |
Payee | varchar | NO | Stores payee |
CheckNumber | varchar | NO | Stores checkNumbe |
CreateDate | datetime | NO | Stores creation date |
Amount | money | NO | Stores Amount |
PayeeAddressID | numeric | YES | Stores payee address id. Nullable |
br_PaymentAllocationsInsuranceDetails
Store payment allocation insurance details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllocationID | numeric | NO | Unique key as well Logical FK to br_PaymentAllocations table AllocationID |
CoPay | money | YES | Stores co payment. Nullable |
Deductible | money | YES | Stores deductible amount. Nullable |
CoInsPer | numeric | YES | Stores Co Insurance per. Nullable |
CoIns | money | YES | Stores Co insurance payemnt. Nullable |
ClaimID | numeric | YES | Logical FK to Claim table ClaimID. Nullable |
br_PaymentAllocationsNotes
Store Note against payment allocation
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllocationNoteID | numeric | NO | Primary key identity column. Identity / Auto increment. |
Note | varchar | NO | This column store note against Payment |
Printable | tinyint | NO | This is storing note printable or not |
CreateDate | datetime | NO | This column store creation date |
br_PaymentAllocationsPRC
Store payment allocation PRC codes information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
br_PaymentAllocationsPRCID | numeric | NO | Primary key identity column. Identity / Auto increment. |
AllocationID | numeric | NO | FK to br_PaymentAllocations table AllocationID. References: dbo.br_PaymentAllocations. |
ClaimID | numeric | YES | Nullable. Logical FK to ClaimTable ClaimID |
PRCID | numeric | YES | Nullable. Logical FK to PRCCodes tabel PRCID |
CodeType | smallint | YES | Nullable. This column store Code type |
GroupCode | varchar | YES | Nullable. This column ctore group code |
Code | varchar | NO | This column store Code |
CreateDate | datetime | NO | This column store creation date |
CreatedBy | numeric | NO | This column store created by |
br_PaymentAllocationsRefundInfo
Store payment allocation Refund information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AllocationID | numeric | NO | Unique key as well Logical FK to br_PaymentAllocations table AllocationID |
AllocationInfoID | numeric | NO | Logical FK to br_PaymentAllocationsInfo table AllocationInfoID |
Payee | varchar | NO | This column store payee |
CheckNumber | varchar | NO | This column store check number |
CreateDate | datetime | NO | This column store creation date |
PayeeAddressID | numeric | YES | This column store Payee address ID. Nullable. |
br_PaymentCredit
Store Payment Credit Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CreditID | numeric | NO | Primary key Identity column. Identity / Auto increment. |
TransferCreditID | numeric | YES | This column store Transer credit ID. Nullable. |
PaymentID | numeric | NO | Logical FK to br_Payment table PaymentID |
PatientID | numeric | NO | Logical FK to Patient Table PatientID |
CreditType | int | NO | This column store credit type of credit |
Amount | money | NO | This column store credit Amount |
AmountApplied | money | NO | Thiscolumn store how much amount applied for credit |
CreationDate | datetime | NO | This column store creation date |
ModificationDate | datetime | NO | This column store modification date |
UserID | numeric | NO | Logical Fk to Users table user ID |
VoidedPaymentID | numeric | YES | This column store voided Payment ID . Nullable. |
OldCreditID | numeric | YES | This column store old Credit ID. Nullable. |
br_PaymentHistory
This is History table of br_Payment
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PaymentID | numeric | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
PatientID | numeric | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
UserID | numeric | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
VoidPaymentRefID | numeric | YES | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
PaymentCreditID | numeric | YES | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
PaymentTypeID | tinyint | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
AdjustmentTypeID | tinyint | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
PaymentSourceID | tinyint | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
PaymentMethodID | tinyint | YES | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
PaymentSupplierID | tinyint | YES | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
PaymentInsurancePlanID | numeric | YES | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
PostingDate | datetime | YES | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
Amount | money | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
CreateDate | datetime | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
CheckNumber | varchar | YES | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
Note | varchar | YES | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
StatementDate | datetime | YES | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
LastChanged | datetime | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
AdjustmentSubTypeID | numeric | NO | Logical FK to br_Payment Table. Column used to store old data of PaymentID in br_Payment Table. |
br_PaymentVoid
Store voided payment information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PaymentID | numeric | NO | Primary key as well Logical FK to br_Payment table PaymentID |
PostingDate | datetime | NO | This column store Posting date |
UserID | numeric | NO | Logical Fk to Users table user ID |
CreateDate | datetime | NO | This column store creation date |
BatchID | numeric | NO | This column store Batch ID |
br_ServiceDetail
This Table Contains Patient Service Charge Details and used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | Primary Key |
ChargeID | numeric | NO | Logical Refererence to Charge Table |
PatientID | numeric | NO | Logical Reference to Patient Table |
VisitID | numeric | NO | Logical Reference to Visit Table |
ProcedureMasterID | numeric | NO | Logical Reference to ProcedureMasterInfo Table |
CurrUserID | numeric | NO | Logical Reference to UserTable (Current User) |
RevisionUserID | numeric | YES | Logical Reference to UserTable (Last change By). Nullable. |
CareProviderID | numeric | NO | Logical Reference to CareProvider Table. Used to Build. FCTServiceDetailCodes. |
LocationID | numeric | NO | Logical Reference to CareProviderLocation Table. Used to Build. FCTServiceDetailCodes. |
PracticeLocationID | numeric | YES | Logical Reference to CareProviderLocation Table. Used to Build. FCTServiceDetailCodes. Nullable. |
RenderingProviderID | numeric | YES | Logical Reference to CareProvider Table. Used to Build. FCTServiceDetailCodes. Nullable. |
ReferringProvID | numeric | YES | Logical Reference to CareProvider Table. Nullable. |
VoidServiceDetailID | numeric | YES | Value used to filter build of FCTServiceDetailCodes in spMNTInsFctServiceDetailCodes. Nullable. |
AccidentStateID | numeric | YES | Accident StateID uses PS page (A/R - Charges - Group Info) DropDown. Nullable. |
AccidentTypeID | numeric | YES | Accident Type uses PS page (A/R - Charges - Group Info) DropDown. Nullable. |
ClaimDetailNum | smallint | YES | Patient Claim Sequence Number. Nullable. |
PostingDate | datetime | YES | Posting Date uses PS page (A/R - Charges). Nullable. |
Charge | money | NO | Charge Amount uses PS page (A/R - Charges) |
NumberOfDaysOrUnits | float | YES | Computed NumberOfDaysOrUnits (ToDate - FromDate).Nullable. |
FromDate | datetime | YES | Visit From Date used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes.Nullable. |
ToDate | datetime | YES | Visit To Date uses PS page (A/R - Charges).Nullable. |
PlaceOfServiceID | char | YES | Logical Reference to PlaceOfService Table.Nullable. |
TypeOfService | char | YES | Nullable. Logical Reference to PlaceOfServiceType Table. |
ProcedureCode | char | YES | Nullable. Procedure Code used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes. |
EPSDTInd | char | YES | Nullable. EPSDT uses PS page (A/R - Charges) via DropDown |
EMGInd | char | YES | Nullable. EMG uses PS page (A/R - Charges) via DropDown |
COBInd | char | YES | Nullable. COB uses PS Page (A/R - Charges) via DropDown |
DeductibleAmount | money | YES | Nullable. DeductibleAmount visible in PS Page (A/R - Charges - Claim Details) |
IsBilled | int | YES | Nullable. Flag. IsBilled (0/1) |
CreateClaim | int | YES | Nullable. Flag. CreateClaim (0/1) uses PS Page (A/R - Charges) |
SuspendAR | int | YES | Nullable. Flag. Suspend Account Receivable (0/1) uses PS Page (A/R - Charges) |
EmplRelatedFlag | int | YES | Nullable. Flag. Employment Related Flag (0/1) Source Claim Table |
AutoAccFlag | int | YES | Nullable. Flag. Auto Accident Flag (0/1) Source Claim Table |
AutoAccidentState | varchar | YES | Nullable. State Abbreviation. uses PS Page (A/R - Charges - Group Info) DropDown |
AccRespFlag | int | YES | Nullable. Flag. Accident Response Flag (0/1) uses PS Page (A/R - Charges - GroupInfo) |
OtherAccident | int | YES | Nullable. Flag. Other Accident (0/1). Source Claim Table |
ResubmitClaim | int | YES | Nullable. Flag. Resubmit Claim (0/1) |
HospAdmitDate | datetime | YES | Nullable. Date Admitted to the Hospital. UI(A/R - Charges - Group Info) |
HospDischDate | datetime | YES | Nullable. Date Discharged From the Hospital uses PS page (A/R - Charges - GroupInfo) |
DisabilityFromDate | datetime | YES | Nullable. DisabilityFromDate uses PS page (A/R - Charges - Group Info ) |
DisabilityToDate | datetime | YES | Nullable. DisabilityToDate uses PS page (A/R - Charges - Group Info ) |
SymptomDate | datetime | YES | Nullable. SymptomDate uses PS page (A/R - Charges - Group Info) Shows as Date Of Onset |
SimilarDate | datetime | YES | Nullable. Similar Illness Date uses PS page (A/R - Charges - Group Info) |
RevisionDateTime | datetime | YES | Nullable. RevisionDateTime uses PS page (A/R - Charges - Group Info (Shows as Posting Date)) |
CurrDateTime | datetime | YES | Nullable. Current DateTime uses PS page (A/R - Charges - Group Info) |
OverridePrintExclusion | int | YES | Nullable. Override Print Excluded uses PS page (A/R - Charges) |
BillableToPatient | int | YES | Nullable. Flag. BillableToPatient (0/1) ) |
Amended | int | YES | Nullable. Flag. Amended (0/1) |
StatementDate | datetime | YES | Nullable. StatementDate uses PS page (A/R - Charges) Shows as Last Statement |
StatementSuppressionDays | int | YES | Nullable. Suppress patient Balance statement for a given number of days |
ExcludeStatement | int | YES | Nullable. Flag. ExcludeStatement uses PS page (A/R - Charges) |
BalanceCalcMethod | char | YES | Nullable. BalanceCalcMethod uses PS page (A/R - Charges (Shows as Responsibility)) DropDown |
UseExclusion | int | YES | Nullable. Flag. UseExclusion (0/1) |
CoPayAmtApplied | money | YES | Nullable. CoPayAmtApplied uses PS page(A/R - Charges) |
ResponsibilityDate | datetime | YES | Nullable. Date Responsibility Applied uses PS page(A/R - Charges) |
Diag1 | varchar | YES | Nullable. ICD-9 Diagnosis Value 1 used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes. |
Diag2 | varchar | YES | Nullable. ICD-9 Diagnosis Value 2 used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes. |
Diag3 | varchar | YES | Nullable. ICD-9 Diagnosis Value 3 used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes. |
Diag4 | varchar | YES | Nullable. ICD-9 Diagnosis Value 4 used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes. |
Mod1 | char | YES | Nullable. Modifier Value 1 uses PS page(A/R - Charges) |
Mod2 | char | YES | Nullable. Modifier Value 2 uses PS page(A/R - Charges) |
Mod3 | char | YES | Nullable. Modifier Value 3 uses PS page(A/R - Charges) |
Mod4 | char | YES | Nullable. Modifier Value 4 uses PS page (A/R - Charges |
BatchID | numeric | NO | BatchID uses PS page(A/R - Charges) |
OrderDate | datetime | YES | Nullable. Date of Related Order |
LastSeen | datetime | YES | Nullable. Date Last Seen uses PS page (A/R - Charges ) |
IgnoreRenderingOverride | tinyint | NO | This column used as Flag and this column is not nullable field. |
ProcedureAmount | money | NO | Amount of the procedure code on the charge |
GlobalPeriod | smallint | YES | Nullable. Code to define the Time Frame following surgery. routine care that are included in reimbursement |
NDCQty | float | YES | Nullable. NDC Quantity uses PS page (A/R - Charges) |
RxNumber | varchar | YES | Nullable. Rx Number uses PS page (A/R - Charges) |
InitialTxDate | datetime | YES | Nullable. Initial Treatment Date uses PS page (A/R - Charges) |
NonCoveredCharge | tinyint | YES | Nullable. Flag. NonCoveredCharge uses PS page (A/R - Charges) |
WorkRVU | numeric | YES | Nullable. Work RVU - Computed Based on ProcedureMasterID |
MalPracticeRVU | numeric | YES | Nullable. MalPractice RVU - Computed Based on ProcedureMasterID |
NonFacPERVU | numeric | YES | Nullable. NonFacPERVU - Computed Based on ProcedureMasterID |
FacPERVU | numeric | YES | Nullable. FacPERVU - Computed Based on ProcedureMasterID |
GPCILocalityID | varchar | YES | Nullable. GPCILocalityID - Source Lookup3rdParty..CPT_GPCI_IMO Carrier_Number and Locality_Number |
NationalConversionFactor | numeric | YES | Nullable. NationalConversionFactor - Source Lookup3rdParty..CPT_HCPCS_RVU_FEES_IMO |
ChargeScheduleID | numeric | YES | Nullable. Logical Reference to ChargeSchedule Table |
ProcedureMasterAmount | money | YES | Nullable. Amount From ProcedureMaster |
UserChargeOverride | tinyint | YES | Nullable. Flag. UserChargeOverride (0/1) |
ChargeScheduleAmount | money | YES | Nullable. Charge Schedule Amount Source ChargeScheduleProcedure (ChargeScheduleID) |
Diag1_ICD10 | varchar | YES | Nullable. ICD10-1 Diagnosis used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes. |
Diag2_ICD10 | varchar | YES | Nullable. ICD10-2 Diagnosis used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes. |
Diag3_ICD10 | varchar | YES | Nullable. ICD10-3 Diagnosis used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes. |
Diag4_ICD10 | varchar | YES | Nullable. ICD10-4 Diagnosis used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes |
ResubmitCharge | tinyint | YES | Nullable. Flag. Resubmit Charge (0/1) applies when Apply InsuranceToAll is set. used by spMNTInsFctServiceDetailCodes to build FCTServiceDetailcodes. |
IsEnableGCode | bit | YES | Nullable. Flag(0/1) show state of Gcode on AR>charges page. |
GCodeID | int | YES | Foreign Key. Nullable. Contins ID of Gcode. When Gcode is Enalbled. REFERENCES : dbo.NotePlanAUCGCode (NotePlanAUCGCodeID) |
OverrideAUCChargeEdit | bit | YES | Nullable. Contains AUC Change Edits. |
GCodeServiceDetailID | numeric | YES | Nullable. Contains GCodeServiceDetailID. looks like its coming from AR> charge page. |
br_ServiceDetailHistory
Store history data of br_ServiceDetail table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | Logical FK to br_ServiceDetail table. |
PatientID | numeric | NO | Logical FK to br_ServiceDetail table. |
VisitID | numeric | NO | Logical FK to br_ServiceDetail table. |
ProcedureMasterID | numeric | NO | Logical FK to br_ServiceDetail table. |
CurrUserID | numeric | NO | Logical FK to br_ServiceDetail table. |
RevisionUserID | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
CareProviderID | numeric | NO | Logical FK to br_ServiceDetail table. |
LocationID | numeric | NO | Logical FK to br_ServiceDetail table. |
PracticeLocationID | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
RenderingProviderID | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
ReferringProvID | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
VoidServiceDetailID | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
AccidentStateID | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
AccidentTypeID | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
ClaimDetailNum | smallint | YES | Logical FK to br_ServiceDetail table. Nullable. |
PostingDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
Charge | money | NO | Logical FK to br_ServiceDetail table. |
NumberOfDaysOrUnits | float | YES | Logical FK to br_ServiceDetail table. Nullable. |
FromDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
ToDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
PlaceOfServiceID | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
TypeOfService | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
ProcedureCode | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
EPSDTInd | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
EMGInd | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
COBInd | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
DeductibleAmount | money | YES | Logical FK to br_ServiceDetail table. Nullable. |
IsBilled | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
CreateClaim | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
SuspendAR | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
EmplRelatedFlag | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
AutoAccFlag | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
AutoAccidentState | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
AccRespFlag | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
OtherAccident | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
ResubmitClaim | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
HospAdmitDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
HospDischDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
DisabilityFromDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
DisabilityToDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
SymptomDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
SimilarDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
RevisionDateTime | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
CurrDateTime | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
OverridePrintExclusion | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
BillableToPatient | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
Amended | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
StatementDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
StatementSuppressionDays | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
ExcludeStatement | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
BalanceCalcMethod | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
UseExclusion | int | YES | Logical FK to br_ServiceDetail table. Nullable. |
CoPayAmtApplied | money | YES | Logical FK to br_ServiceDetail table. Nullable. |
ResponsibilityDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
Diag1 | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
Diag2 | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
Diag3 | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
Diag4 | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
Mod1 | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
Mod2 | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
Mod3 | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
Mod4 | char | YES | Logical FK to br_ServiceDetail table. Nullable. |
LastChanged | datetime | NO | This column store date time when last time modification done |
OrderDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
LastSeen | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
IgnoreRenderingOverride | tinyint | NO | Logical FK to br_ServiceDetail table. |
ProcedureAmount | money | NO | Logical FK to br_ServiceDetail table. |
GlobalPeriod | smallint | YES | Logical FK to br_ServiceDetail table. Nullable. |
NDCQty | float | YES | Logical FK to br_ServiceDetail table. Nullable. |
RxNumber | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
InitialTxDate | datetime | YES | Logical FK to br_ServiceDetail table. Nullable. |
NonCoveredCharge | tinyint | YES | Logical FK to br_ServiceDetail table. Nullable. |
WorkRVU | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
MalPracticeRVU | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
NonFacPERVU | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
FacPERVU | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
GPCILocalityID | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
NationalConversionFactor | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
ChargeScheduleID | numeric | YES | Logical FK to br_ServiceDetail table. Nullable. |
ProcedureMasterAmount | money | YES | Logical FK to br_ServiceDetail table. Nullable. |
UserChargeOverride | tinyint | YES | Logical FK to br_ServiceDetail table. Nullable. |
ChargeScheduleAmount | money | YES | Logical FK to br_ServiceDetail table. Nullable. |
Diag1_ICD10 | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
Diag2_ICD10 | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
Diag3_ICD10 | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
Diag4_ICD10 | varchar | YES | Logical FK to br_ServiceDetail table. Nullable. |
ResubmitCharge | tinyint | YES | Logical FK to br_ServiceDetail table. Nullable. |
br_ServiceDetailInsurance
Store service detail Insurance information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailInsuranceID | numeric | NO | Primary key identity column. Identity / Auto increment. |
ServiceDetailID | numeric | NO | Unique key as well Logical FK to br_ServiceDetail |
InsCovID | numeric | NO | Unique key store insurance coverage ID |
Priority | int | NO | Unique key This column store priority |
SubOrder | int | NO | Unique key This column store SubOrder |
PreCertNumber | varchar | YES | Nullable. This column store Pre Cert number |
Status | int | YES | Nullable. This column store status |
CoPay | money | YES | Nullable. This column store Co payment |
CoIns | numeric | YES | Nullable. This column store co insurance payment |
Deductible | money | YES | Nullable. This column store deductible amount |
FeeScheduleAmount | money | YES | Nullable. This column store Fee schedule amount |
br_ServiceDetailInsuranceHistory
Store br_ServiceDetailInsuranceHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailInsuranceID | numeric | NO | Logical FK to br_ServiceDetailInsurance table |
ServiceDetailID | numeric | NO | Logical FK to br_ServiceDetailInsurance table |
InsCovID | numeric | NO | Logical FK to br_ServiceDetailInsurance table |
Priority | int | NO | Logical FK to br_ServiceDetailInsurance table |
SubOrder | int | NO | Logical FK to br_ServiceDetailInsurance table |
PreCertNumber | varchar | YES | Nullable. Logical FK to br_ServiceDetailInsurance table. |
Status | int | YES | Nullable. Logical FK to br_ServiceDetailInsurance table. |
CoPay | money | YES | Nullable. Logical FK to br_ServiceDetailInsurance table. |
CoIns | numeric | YES | Nullable. Logical FK to br_ServiceDetailInsurance table. |
Deductible | money | YES | Nullable. Logical FK to br_ServiceDetailInsurance table. |
FeeScheduleAmount | money | YES | Nullable. Logical FK to br_ServiceDetailInsurance table. |
LastChanged | datetime | NO | Contains last changed date for particular ServiceDetailID. |
br_ServiceDetailMeasurement
Store service detail measurment code and value with type
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailMeasurementID | numeric | NO | Primary key identity column. Identity / Auto increment. |
ServiceDetailID | numeric | NO | Logical FK to br_ServiceDetail Table |
MeasurementType | varchar | NO | This column store Measurment type |
MeasurementCode | varchar | NO | This column store Measurment code |
MeasurementValue | varchar | NO | This column store Measurment value |
br_ServiceDetailMeasurementHistory
Store br_ServiceDetailMeasurementHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailMeasurementID | numeric | NO | Logical FK to br_ServiceDetailMeasurement table |
ServiceDetailID | numeric | NO | Logical FK to br_ServiceDetailMeasurement table |
MeasurementType | varchar | NO | Logical FK to br_ServiceDetailMeasurement table |
MeasurementCode | varchar | NO | Logical FK to br_ServiceDetailMeasurement table |
MeasurementValue | varchar | NO | Logical FK to br_ServiceDetailMeasurement table |
LastChanged | datetime | NO | Contains last changed date for particular ServiceDetailID. |
br_ServiceDetailModifiers
Store Modifier Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailModifierID | numeric | NO | Primary key identity column. Identity / Auto increment. |
ServiceDetailID | numeric | NO | Logical FK to br_ServiceDetail table ServiceDetailID |
Modifier | char | NO | This column store modifier name |
br_ServiceDetailModifiersHistory
Store br_ServiceDetailModifiersHistory Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailModifierID | numeric | NO | Logical FK to br_ServiceDetailModifiers table |
ServiceDetailID | numeric | NO | Logical FK to br_ServiceDetailModifiers table |
Modifier | char | NO | Logical FK to br_ServiceDetailModifiers table |
LastChanged | datetime | NO | Contains last changed date for particular ServiceDetailID. |
br_ServiceDetailToDiagnosis
Store Diagnosis data against Service Detail
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SDDiagID | numeric | NO | Primary key identity column. Identity / Auto increment. |
ServiceDetailID | numeric | NO | Logical FK to br_ServiceDetail tabl;e ServiceDetailID |
DiagnosisCode | varchar | NO | This column store Diagnosis code |
DiagnosisPriority | int | NO | This column store Diagnosis Priority |
CodingSystemID | numeric | NO | FK to CodingSystem table CodingSystemID. References: dbo.Codingsystem |
br_ServiceDetailToDiagnosisHistory
Store br_ServiceDetailToDiagnosisHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SDDiagID | numeric | NO | Logical FK to br_ServiceDetailToDiagnosis table |
ServiceDetailID | numeric | NO | Logical FK to br_ServiceDetailToDiagnosis table |
DiagnosisCode | varchar | NO | Logical FK to br_ServiceDetailToDiagnosis table |
DiagnosisPriority | int | NO | Logical FK to br_ServiceDetailToDiagnosis table |
LastChanged | datetime | NO | Contains last changed date for particular ServiceDetailID. |
br_ServiceDetailVoid
Store voided service detail
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | Primary key as well logical FK to br_ServiceDetail table ServiceDetailID |
PostingDate | datetime | YES | Datetime field to contains Datetime when Batch posted. Nullable. |
UserID | numeric | NO | Logical FK to Users table userID |
CreateDate | datetime | NO | Datetime field to contains Datetime when record got created into this table. |
BatchID | numeric | NO | Logical FK to BatchAR table BatchID |
br_VisitDiagnosis
Store Visit Diagnosis Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitDiagnosisID | numeric | NO | Primary key identity column. Identity / Auto increment. |
VisitID | numeric | NO | Logical Fk to Visit table VisitID |
DiagnosisCode | varchar | NO | This column store diagnosis information |
Priority | tinyint | NO | This column store priority of Diagnosis |
CodingSystemID | numeric | NO | FK to CodingSystem table CodingSystemID. References: dbo.Codingsystem |
br_VisitDiagnosisHistory
Store br_VisitDiagnosisHistory Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitDiagnosisID | numeric | NO | Logical FK to br_VisitDiagnosis table |
VisitID | numeric | NO | Logical FK to br_VisitDiagnosis table |
DiagnosisCode | varchar | NO | Logical FK to br_VisitDiagnosis table |
Priority | tinyint | NO | Logical FK to br_VisitDiagnosis table |
LastChanged | datetime | NO | Contains last changed date for particular VisitDiagnosisID. |
CancelRxResponse
Store RxResponse Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
eRxSSPharmacyRequestID | numeric | NO | Primary key as well FK to eRxSSPharmacyRequest Table eRxSSPharmacyRequestID. References: dbo.eRxSSPharmacyReques |
Approved | bit | NO | Toggle between 0 and 1 |
eRxSSReasonID | numeric | YES | FK to erxssreasons Table eRxSSReasonID Nullable. References: dbo.erxssreasons |
Reason | varchar | YES | This column store Reason for Approve or Cancel status. Nullable |
CarePlanEvaluationOutcome
This table contains the details of Careplan Evaluation Outcomes
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanEvaluationOutcomeID | int | NO | Primary Key. Identity / Auto increment |
EvaluationOutcomeDescription | varchar | NO | Patients Evaluation Outcome details enetered by User |
CarePlanGoalID | int | NO | Logically FK to dbo.CarePlanGoal.CarePlanGoalID |
CarePlanEvaluationOutcomeStatusID | tinyint | NO | ForeignKey to dbo.CarePlanEvaluationOutcomeStatusLU.CarePlanEvaluationOutcomeStatusID.References: dbo.CarePlanEvaluationOutcomeStatusLU |
CreateDate | datetime | NO | DateTime Created |
CreateUserID | numeric | NO | UserID of the User Created Careplan Evaluation Outcome |
LastModifyDate | datetime | NO | DateTime Last Modified |
LastModifyUserID | numeric | NO | UserID of the User who last modified Careplan Evaluation Outcome |
CarePlanEvaluationOutcomeStatusLU
This table contains the details of Careplan Evaluation Outcomes status LU
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanEvaluationOutcomeStatusID | tinyint | NO | PK . Identity column . Nullable |
Description | varchar | NO | Contains the description of the CarePlan Evaluation Outcome Status |
CarePlanGoal
This table holds data of CarePlan Goals set by Patient, provider or both
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanGoalID | int | NO | PK. Identity / Auto increment |
GoalDescription | varchar | NO | Holds Goal Description or Vital Description if added |
PatientID | numeric | NO | Logically FK to dbo.Patient.PatientID |
DueDate | datetime | YES | The date set to complete the goal Nullable |
CarePlanGoalStatusID | tinyint | NO | Logically FK to dbo.CarePlanGoalStatusLU.CarePlanGoalStatusID |
InitiatedBy | varchar | NO | FK to dbo.CarePlanGoalInitiatedByLU. References: dbo.CarePlanGoalInitiatedByLU |
HideFromPatient | bit | NO | Flag says if this Goal needs to be hidden from Patient |
CreateDate | datetime | NO | Goal Created DateTime |
CreateUserID | numeric | NO | UserID of the User Created the Goal |
LastModifyDate | datetime | NO | Goal last modified DateTime |
LastModifyUserID | numeric | NO | UserID of the User last modified the Goal |
SDOHGoalID | int | YES | This column is a foreign key referencing dbo.SDOHGoal(SDOHGoalID). Null |
SDOHGoalDescription | varchar | YES | It will store the SDOHGoalDescription. Null |
SDOHGoalCode | varchar | YES | It will store the SDOHGoalCode. Null |
CarePlanGoalHealthConcern
This table contains the mapping between CarePlan Goal and CarePlan Health Concern
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanGoalID | int | NO | Logically FK to dbo.CarePlanGoal.CarePlanGoalID. References: dbo.CarePlanGoal |
CarePlanHealthConcernID | int | NO | Logically FK to dbo.CarePlanHealthConcern.CarePlanHealthConcernID. References: dbo.CarePlanHealthConcern |
CarePlanGoalHealthConcernID | int | NO | Primary Key. Identity column. |
CarePlanGoalStatusLU
This table stores CarePlanGoalStatusLU information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanGoalStatusID | tinyint | NO | Primary Key. Nullable |
Description | varchar | NO | Contains the description of the CarePlan goal Status |
StatusCategory | varchar | NO | Contains the active or inactive status |
CarePlanGoalVitalConcept
This table holds the mapping between CarePlan Goal and Vitals
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanGoalID | int | NO | FK to dbo.CarePlanGoal.CarePlanGoalID. References: dbo.CarePlanGoal |
ConceptID | numeric | NO | Logically FK to dbo.Concept.ConceptID |
VitalTarget | varchar | YES | Holds Vital Target when Vital is added to a CarePlanGoal Nullable |
CarePlanHealthConcern
This table contains the CarePlan Health Concerns added by user
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanHealthConcernID | int | NO | PK. Identity / Auto increment |
CarePlanHealthConcernTypeID | int | YES | Logically FK to dbo.CarePlanHealthConcernType.CarePlanHealthConcernTypeID. Nullable |
SourceID | numeric | YES | Based on CarePlanHealthConcernTypeID if TypeId=1 THEN SourceID=NULL. TypeID=2 THEN SourceID=PatHistCatPatHistItemID associated with ProblemList and TypeId=3 THEN SourceID=ConceptID associated with Vitals . Nullable |
PatientID | numeric | NO | Logically FK to dbo.Patient.PatientID |
Description | varchar | YES | Description to the Health Concern provided by the user. Nullable |
CreateDate | datetime | NO | Health Concern Created DateTime |
CreateUserID | numeric | NO | UserID of User who created the Health Concern |
LastModifyDate | datetime | NO | Health Concern last modified DateTime |
LastModifyUserID | numeric | NO | UserID of User who last modified the Health Concern |
CarePlanHealthConcernStatusID | tinyint | YES | FK to dbo.CarePlanHealthConcernStatusLU.CarePlanHealthConcernStatusID. Nullable . References: dbo.CarePlanHealthConcernStatusLU |
CarePlanHealthConcernStatusLU
This table contains the CarePlan Health Concerns Status LU
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanHealthConcernStatusID | tinyint | NO | Primary Key. Nullable |
Description | varchar | YES | Contains the description of the CarePlan Health Concern Status |
CarePlanHealthConcernType
This table contains list of all types of CarePlan Health Concern
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanHealthConcernTypeID | tinyint | YES | PK. Nullable |
Description | varchar | YES | Description of CarePlan Health Concern Type. Nullable |
CarePlanIntervention
This table holds data of interventions mapped to CarePlan Goals set by Patient, provider or both
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanInterventionID | int | NO | PK. Identity / Auto increment |
InterventionDescription | varchar | NO | Hold Intervention Description added by user or order/Medication linked to it |
CarePlanGoalID | int | NO | Logically FK dbo.CarePlanGoal.CarePlanGoalID |
DueDate | datetime | YES | The date set to complete the intervention. Nullable |
InterventionStatusID | tinyint | NO | dbo.CarePlanInterventionStatusLU.InterventionStatusID. References: dbo.CarePlanInterventionStatusLU |
HideFromPatient | bit | NO | Flag says if this Goal needs to be hidden from Patient |
CreateDate | datetime | NO | Intervention Created DateTime |
CreateUserID | numeric | NO | UserID of the User Created the Intervention |
LastModifyDate | datetime | NO | Intervention last modified DateTime |
LastModifyUserID | numeric | NO | UserID of the User last modified the Intervention |
SDOHInterventionID | int | YES | This column is a foreign key referencing dbo.CarePlanInterventionCodingSystem(CarePlanInterventionCodingSystemID) |
SDOHInterventionDescription | varchar | YES | It will store the SDOHInterventionDescription |
SDOHInterventionCode | varchar | YES | It will store the SDOHInterventionCode |
SDOHInterventionCodeSystem | varchar | YES | It will store the SDOHInterventionCodeSystem |
PatientID | numeric | YES | It will store the PatientID |
CarePlanInterventionMedication
This table contains the relation between Medications and CarePlan Goal Interventions
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanInterventionID | int | NO | FK to dbo.CarePlanIntervention.CarePlanInterventionID. References: dbo.CarePlanIntervention |
ClinicalPatMedID | numeric | NO | Logically FK to dbo.ClinicalPatMeds.ClinicalPatMedID |
CarePlanInterventionOrder
This table contains the relation between Orders and CarePlan Goal Interventions
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CarePlanInterventionID | int | NO | FK to dbo.CarePlanIntervention.CarePlanInterventionID. References: dbo.CarePlanIntervention |
OrderID | numeric | NO | Logically FK to dbo.OrdersTracking.OrderID |
CarePlanInterventionStatusLU
This table stores CarePlanInterventionStatusLU information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InterventionStatusID | tinyint | NO | Primary Key. Identity / Auto increment |
Description | varchar | NO | Stores the status description of CarePlan Intervention. |
CareProvider
This Table Contains Care Provider Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CareProviderID | numeric | NO | Primary Key |
PersonID | numeric | NO | Logical Reference to Person Table. used to support queries related to person data |
CareProviderTypeID | numeric | YES | Logical Reference to CareProviderIDType Table. Nullable |
NationalProviderID | varchar | YES | National Provider ID. used to support build of FCTCareProvider. Nullable |
UPINID | varchar | YES | Unique physician Identification Number uses PS page (System - CareProvider). Nullable |
GroupNPIID | varchar | YES | Business Entity Name. Nullable |
DEANumber | varchar | YES | Drug Enforcement Agency Number - Controlled Substance Tracking. Nullable |
HospiceEmp | char | YES | Its a flag for Hospice Employee (Y/N) .Nullable |
EMCSubmissionID | numeric | YES | Stores Submission Id of a Emergency Management Care. Nullable |
EMCProviderID | numeric | YES | Reference to CareProvider Table. Nullable |
ProvSpecialtyLicense | varchar | YES | Stores Provider Speciality License. Nullable |
ProvStateLicense | varchar | YES | Stores Provider State License Number usesPS page (System - CareProvider). Nullable |
ProvTaxType | char | YES | Its a flag for ProvTaxType (T/S) uses PS page (System - CareProvider). Nullable |
ProvTaxID | varchar | YES | Stores Provider Tax ID. Used to support build of FCTTaxIDs. Nullable |
IDNMemberFlag | char | YES | Member of an Integrated Delivery Network. Nullable |
ProviderTypeOrgID | char | YES | Logical Reference to ProviderTypeOrgID. Nullable |
CareProvBillable | char | YES | Its a flag for Billable Provider (Y/N) uses PS page (System - CareProvider). Nullable |
IsReferringProvider | int | YES | Its a flag for Referring Provider (0/1) uses PS page (System - CareProvider). Nullable |
IsOnStaffProvider | int | YES | Its a flag for On Staff Provider (0/1) uses PS page (System - CareProvider). Nullable |
CurrUserID | numeric | YES | Logical Reference to UserTable. Nullable |
CurrDateTime | datetime | YES | Last Updated Date. Nullable |
UserID | numeric | YES | Logical Reference to Users Table. used to support build of FCTCareProvider and used also for audit logging. Nullable |
Credentials | varchar | YES | Provider Credentials - Table CredentialsToPerson Links Credentials to the Provider. Nullable |
Enabled | int | NO | A flag (0/1) . Set in (ODS) etl.IUD_CareProvider used to filter obsolete Items. Default: 1 |
IsPrimaryCareProvider | tinyint | NO | A flag for Primary CareProvider (0/1) uses PS page (System - CareProvider). Default: 0 |
StateSubstanceNumber | char | YES | State Controlled Substance Number. Nullable |
ShortName | varchar | YES | Provider Short name (Nick Name) - UI(System - CareProvider). Nullable |
AntigenBoardID | int | YES | Foreign Key to AntigenBoard Table. Nullable. References: dbo.AntigenBoard |
ActiveStartTime | datetime | YES | Provider Location StartTime Referencing eRx Medication Imports. Nullable |
ActiveEndTime | datetime | YES | Provider Location StartEndTime Referencing eRx Medication Imports. Nullable |
eRxActionBy | varchar | YES | Initiallized to NULL. no other Back-end updates against this field.. Nullable |
SureScriptSPI | varchar | YES | Surescripts Provider Identifier. Nullable |
IsMidlevel | int | YES | A flag for Mid Level Provider (0/1) uses PS page (System - Care Providers). Nullable |
SupervisorID | numeric | YES | Logical Reference to CareProvider Table. Nullable |
PracticeLocationID | numeric | YES | Logical Reference to CareProviderLocation Table. Used in spMNTInsFctCareProvider to build FCTCareProvider. Nullable |
ServiceLevel | numeric | YES | eRx Medication Import. Nullable |
ServiceLevelIds | varchar | YES | Logical Reference to ServiceLevel Table. Nullable |
IsFederalProvider | int | YES | A flag for Federal Provider (0/1) - eRx Med. Nullable |
SpecialityType1 | varchar | YES | eRx Medication Import Supplied. Nullable |
SpecialityType2 | varchar | YES | eRx Medication Import Supplied. Nullable |
SpecialityType3 | varchar | YES | eRx Medication Import Supplied. Nullable |
SpecialityType4 | varchar | YES | eRx Medication Import Supplied. Nullable |
DirectAddress | varchar | YES | Address uses PS page (System - Care Providers). Nullable |
OfficeContactPerson | varchar | YES | Care Provider Office Contact uses PS page (System - CareProvider). Nullable |
DirectEmailAddress | varchar | YES | Care Provider Email uses PS page (System - CareProvider). Nullable |
NADEANumber | varchar | YES | Narcotic Addiction DEA Number uses PS page (System - CareProvider). Nullable |
CertificateToPrescribe | varchar | YES | Indicates whether the care provider possesses the necessary certification and authorization to prescribe medication or treatment for patients. |
TelehealthProviderUrl | varchar | YES | Contains the URL or web address of the telehealth platform or service that the care provider offers. |
IsTelehealthProvider | bit | YES | A flag (0/1) that denotes whether the care provider offers telehealth services. Default : 0 |
CareProviderExternalOrganization
Table used to link the CareProvider to an External Organization Facility Address
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CareProviderExternalOrganizationID | int | NO | Primary Key..Identity Column. Identity / Auto increment |
CareProviderID | numeric | NO | CareProviderID is used to identify a specific Provider. Links direct to the CareProvider Table. References: dbo.CareProvider |
ExternalOrganizationID | int | NO | ExternalOrganizatioinID is used to identify an External Facility by address and phone. Links direct to the ExternalOrganization Table. References: dbo.ExternalOrganization |
CareProviderInsuranceID
Contains Insurance related information associated to CareProvider information available/provided through System Care Provider module/page.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CareProviderInsuranceID | numeric | NO | Primary key |
CareProviderID | numeric | NO | Logical FK to CareProvider Table CareProviderID |
LocationID | numeric | NO | Logical FK to careProviderLocation Table LocationID |
InsurancePlanID | numeric | YES | Logical FK to InsurancePlan table PlanID. Nullable |
IndCareProviderIDNumber | varchar | YES | Individual number provided by User. Nullable |
GrpCareProviderIDNumber | varchar | YES | Group number provided by User. Nullable |
AcceptsAssignment | int | YES | 0=No. 1=Yes and NULL=No Override. Nullable |
ClaimOverrideFlag | int | NO | Flag column. Default: 0 |
IgnoreBenefits | int | YES | Toggles between 1 and 0. 1=Ignore Plan Benefits Check box selected. Nullable |
CompanyID | numeric | YES | Logical relation to InsuranceProviders Table InsuranceProviderID. Nullable |
TaxTypeInd | char | YES | T=Practice. L=ServiceLocation. I=Individual. S=SSN. Nullable |
IndInsuranceType | varchar | YES | Logical Fk to CareProviderIDType Table CareProviderIDTypeCode. Nullable |
GrpInsuranceType | varchar | YES | Logical Fk to CareProviderIDType Table CareProviderIDTypeCode. Nullable |
IsPrimaryTypeNumber | tinyint | NO | 1=Primary ID Number check box checked. 0=Not checked |
PerfRefType | tinyint | YES | 0=No check box selected. 1=Performing check box selected. 2=Referring check box selected. 3=Performing and Referring check box selected. Nullable |
PayToID | numeric | YES | Pay to Id selected from Dropdown . Nullable |
PayToSecCareProviderIDNumber | varchar | YES | Pay to secondary Identifier. Nullable |
PayToSecInsuranceType | varchar | YES | Logical Fk to CareProviderIDType Table CareProviderIDTypeCode. Nullable |
OverrideGroupTaxonomyCode | varchar | YES | Override group texanomy code provided by User. Nullable |
OverrideRenderingTaxonomyCode | varchar | YES | Override Rendering texanomy code provided by User. Nullable |
CareProviderLocation
Practice Service Locations Supported
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LocationID | numeric | NO | Primary Key |
LocationName | varchar | NO | Medical Facility Name used in spMNTInsFctCareProvider to build FctCareProvider also in a number XML result queries |
LocationAddressID | numeric | YES | Logical Reference to Address Table. used by a number of get SPs to support getting the complete practice address. Nullable |
LocationEmailAddress | varchar | YES | Email Address uses PS page (System - Locations). Nullable |
LocationInternetAddress | varchar | YES | URL uses PS page (System - Locations). Nullable |
LocationBillingContact | varchar | YES | Billing Contact uses PS page (System - Locations). Nullable |
LocationAdminContact | varchar | YES | Admin Contact uses PS page (System - Locations). Nullable |
CLIA | varchar | YES | Clinical Laboratory Improvement Amendments Certification uses PS page(System - Locations). Nullable |
LocationReferralsContact | varchar | YES | Referral Contact uses PS page (System - Locations). Nullable |
ActiveLocation | char | NO | A flag to check whether its Active location or not (Y/N). Default: Y |
IsPractice | char | NO | A flag for Is Practice (Y/N) used in get SPs to filter out addresses that are not Practices to retrieve ProvTaxID info. Default: Y |
PosCodeID | char | YES | Place Of Service Code uses PS Page (System - Locations) DropDown. Nullable |
TaxIDNumber | varchar | YES | Billing Provider Federal Tax ID Number used in spMNTInsFctInsTaxIDs to build FctInsTaxIDs. Nullable |
LocationBillingName | varchar | YES | Stores the location billing name. Nullable |
NPI | varchar | NO | National Provider Identifier used in spMNTInsFctInsTaxIDs |
TaxonomyCode | varchar | YES | Administrative Code to Identify Providers by Type. Used in spMNTinsFctCareProviderSpecialty to FCTCareProviderSpecialty Table. Nullable |
LocationQualifier | varchar | YES | Stores the Location qualifier information. Nullable |
MailingAddressID | numeric | YES | Stores the unique identifier (ID) of the mailing address associated with the care providers location.. Nullable |
IsFacility | char | NO | A flag for Is Facility(Y/N). Default: N |
GMTMedRegID | numeric | YES | Medicare Region uses PS page (System - Locations)DropDown. Nullable |
DefaultLabAccountID | numeric | YES | Default Lab Account uses PS page (System - Locations)DropDown. Nullable. References: dbo.LabAccount |
DefaultExternalCareProviderLabAccountID | numeric | YES | External Lab ID. Not clear where this is updated. Set to null in LabAccountUpdate. Nullable. References: dbo.LabAccount |
ExcludeForMU | tinyint | NO | A Flag- Exclude for Meaningful Use (0/1) used in many SPs to build FCTTables as a means to determine if the site can be used for MU purposes.Default: 0 |
PayToAddressID | numeric | YES | Unique identifier for the address where payments are directed for the care providers services. Nullable |
Billing5010AddressID | numeric | YES | Unique identifier for the address used for billing purposes following the 5010 electronic transaction standards. Nullable |
IsDefaultLocation | char | YES | A Flag- IsDefaultLocation (0/1). Nullable |
ContractorID | int | YES | ContractorID - Source: Lookup3rdparty..ABN_Contractor. Nullable |
ContractorVersion | tinyint | YES | ContractorVersion - Source: Lookup3rdparty..ABN_ContractorVersion. Nullable |
DMEContractorID | int | YES | Durable Medical Equipment Contractor ID - Not set on the back-end. Nullable |
DMEContractorVersion | tinyint | YES | Durable Medical Equipment Version - Not Set on the back-end. Nullable |
crTemplateID | numeric | YES | Logical Reference CrTemplate Table. Nullable |
LocationOfficeContact | numeric | YES | Logical FK to Users Table UserID. Nullable |
AmbulatoryClassificationID | int | YES | Unique identifier for the classification or category of an ambulatory service or facility. Nullable |
CareProviderSpecialty
CareProvider Speciality Lookup
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Code | varchar | NO | Primary Key. Speciality Code |
Description | varchar | NO | Speciality Code Description |
OID | varchar | YES | This will store the OID for the Care Provider Speciality Value Sets |
IsActive | bit | NO | This will store if the Care Provider Speciality Value Sets are Active or not |
CodingSystemID | numeric | YES | This will store the CodingSystemID for the Care Provider Speciality Value Sets |
CareProviderToLocation
Table used to support linking CareProvider to CareProviderLocations Table.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CareProviderID | numeric | NO | Primary Key. Link to the CareProvider Table |
LocationID | numeric | NO | Link to the CareProviderLocation Table |
ActiveProvider | char | YES | A flag - Y/N value indicating if Care Provider is Active . Nullable |
CareProviderToSpecialty
CareProvider Speciality Lookup, used identify the specialites of the providers
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CareProviderID | numeric | NO | Primary Key. Link to the CareProvider Table |
Specialtycode | varchar | NO | Primary Key. References CareProviderSpeciality Table |
CertNumber | varchar | YES | Provider Certification Number related to the Specialty. Nullable. Default: null |
CertDate | datetime | YES | Date of Certification. Nullable . Default: null |
TaxonomyCode | varchar | YES | Code to represent the area of specialty for a provider. Nullable |
PrimarySpecialty | char | YES | A Flag- Providers Primary Area of Specialty (Y/N) based on Taxonomy code. Nullable |
CareProviderType
This table contains details of the type of care providers.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CareProviderTypeID | numeric | NO | Primary key. Contains Care provider ID |
CareProviderTypeDesc | varchar | NO | Contains description for Care provider type |
CaseHeader
This table contains CaseHeader information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CaseHeaderID | numeric | NO | Primary key Identity column. Identity / Auto increment. |
PatientID | numeric | NO | Unique ID for the patient associated with the case |
CaseTypeID | numeric | NO | Logical FK to CaseType Table CaseTypeID |
CaseStatusID | numeric | NO | Logical FK to CaseStatus Table CaseStatusID |
DefaultVisitID | numeric | YES | A default ID for the visit associated with the case. Nullable |
RenderingCareProviderID | numeric | NO | A unique ID for the care provider responsible for rendering services in the case. |
ReferringCareProviderID | numeric | YES | A unique ID for the care provider who referred the patient to this case. Nullable |
ServiceLocationID | numeric | NO | Stores the primary service location ID. |
PracticeServiceLocationID | numeric | YES | Identifier for the practice or service location relevant to the case. Nullable |
PatientFacMedRec | varchar | NO | The medical record number associated with the patients records at the facility. |
PatientFacFinNum | varchar | NO | The financial or billing number linked to the patient at the facility. |
AdmissionDate | datetime | YES | The date when the patient was admitted for the case. Nullable |
WingTower | varchar | NO | Information about the wing or tower within the facility where the case is managed. |
Floor | varchar | NO | The floor within the facility where the case is managed. |
UnitWard | varchar | NO | The unit or ward within the facility where the case is managed. |
RoomNum | varchar | NO | The room number where the patient is staying during the case. |
Bed | varchar | NO | The bed number where the patient is assigned during the case. |
DischargeDate | datetime | YES | The date when the patient was discharged or released from the case. Nullable |
DateLastSeen | datetime | YES | The most recent date when the patient was seen for this case. Nullable |
RoundsListMember | tinyint | NO | Information about the member participating in the rounds for the case. |
DateAdded | datetime | NO | The date when the case was added to the system or database. |
CreateDate | datetime | NO | The date when the case was initially created. |
CaseDescription | varchar | NO | A description or summary of the case. |
Notes | varchar | NO | Additional notes or remarks related to the case. |
CaseStatus
This table contains CaseStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CaseStatusID | numeric | NO | Primary key Identity column. Identity / Auto increment. |
CaseStatusDesc | varchar | NO | A description or label that represents the meaning or status of a case. |
Enabled | tinyint | NO | A Flag (1 or 0) that determines whether the case status is enabled or disabled. |
CreateDate | datetime | NO | The date and time when the case status entry was created in the database. |
CaseType
This table contains CaseType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CaseTypeID | numeric | NO | Primary key Identity column. Identity / Auto increment. |
CaseTypeDesc | varchar | YES | A description or label that represents the meaning or category of a case type. |
Enabled | tinyint | NO | A Flag (1 or 0) that determines whether the case type is enabled or disabled. |
CreateDate | datetime | YES | The date and time when the case type entry was created in the database. |
CCDACustomization
This table contains CCDACustomization information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CCDACustomizationID | int | NO | Primary Key. Identity column. Identity / Auto increment |
DocTypeID | int | NO | Logical FK to ClinicalDocTypes Table DocTypeID |
PatientID | numeric | NO | Logical FK to Patient Table PatientID |
VisitID | numeric | YES | Logical FK to Visit Table VisitID. It populates this column if Ambulatory Summary associated with any VisitID. Nullable |
ExcludedIDs | varchar | YES | Contains different IDs to identify which section or item is excluded from Ambulatory Summary seperated each different section using pipe | character. Nullable |
CCDAImportStatistics
This table is being used during CCDA Reconcile/Import CCDA for given PatientID.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CCDAImportStatisticsID | int | NO | Primary key. Identity column. Identity / Auto increment |
PatientID | numeric | YES | Logical FK to Patient Table PatientID. Nullable |
MedicationFlag | bit | YES | Toggles between 0 and 1. 1=Med imported. 0=No Med imported. Nullable |
ProblemListFlag | bit | YES | Toggles between 0 and 1. 1=Prob List imported. 0=No Prob List imported. Nullable |
AllergyFlag | bit | YES | Toggles between 0 and 1. 1=Allergy imported. 0=No Allergy imported. Nullable |
userID | numeric | NO | User who has imported/reconcile CCDA. has logical FK to User Table UserID |
CreateDatetime | datetime | NO | DateTime when document reconcile/imported. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
CCDAMEDCommonDoseUnit
This table contains CCDAMEDCommonDoseUnit information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CCDAMEDCommonDoseUnitID | int | NO | A unique ID for each common dose unit in the CCDA . |
UnitsID | int | YES | An identifier associated with the units used for dosing measurements. Nullable |
Description | varchar | YES | A description or label for the common dose unit. Nullable |
Unit | varchar | YES | The actual unit of measurement used for dosing. Nullable |
CCDAMEDModifiedDoseUnit
This table contains CCDAMEDModifiedDoseUnit information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CCDAMEDModifiedDoseUnitID | int | NO | A unique identifier for each modified dose unit in the CCDA |
RTID | int | YES | An identifier related to a dosage route for which the modified dose unit is applicable. Nullable |
DFID | int | YES | An identifier related to a dose form for which the modified dose unit is applicable. Nullable |
Description | varchar | YES | A description or label for the modified dose unit. Nullable |
UnitDescription | varchar | YES | A description of the measurement unit for the modified dose. Nullable |
Unit | varchar | YES | The actual unit of measurement used for the modified dose. Nullable |
CCDAPurposeOfUse
This table contains CCDAPurposeOfUse information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CCDAPurposeOfUseID | int | NO | Primary key. Identity column. Identity / Auto increment . |
Level | int | YES | A level associated with the purpose of use. Default:1. Nullable |
Code | varchar | YES | A code or abbreviation representing the specific purpose of use. Nullable |
Display | varchar | YES | A human-readable display name or label for the purpose of use. Nullable |
Definition | varchar | YES | A detailed definition or explanation of the purpose of use. Nullable |
CDADocument
Used to determine type of the document and provide Loinc code, name and other info.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDADocumentID | numeric | NO | Primary key. Identity column start from 1000. Identity / Auto increment |
DocumentName | varchar | NO | Abrreviated Document name |
DocumentDescription | varchar | NO | Document Description |
DocumentDisplayName | varchar | YES | Display name to use on UI. Nullable |
Code | varchar | YES | This Code could be any code based on Code System Name like Loinc code . Nullable |
CodeDisplayName | varchar | YES | Display name for code. Nullable |
CodeSystem | varchar | YES | Unique Id for code system name. Nullable |
CodeSystemName | varchar | YES | Specifies the name to determine what type of Code under Code column. Nullable |
FormatCode | varchar | YES | Code format. Nullable |
OID | varchar | YES | Unique ID associated with Format Code column. Nullable |
CDADPRDateRestrictionType
Contains list of date restriction types to apply to CDADocumentProfileRestriction Table logic
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDADPRDateRestrictionTypeID | numeric | NO | Primary key. identity column start with 1000. Identity / Auto increment |
CDADPRDateRestrictionTypeName | varchar | NO | Date restriction type name |
CDAImport
This Table use to log Import either through PrimePatient/CCDA reconcile for Patient History data.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. identity column. Identity / Auto increment |
DocumentID | numeric | YES | Logical FK to ReferenceDocument DocumentID. Nullable |
CreateDate | datetime | NO | Datetime when imported the document |
CreateUser | numeric | NO | Logical FK to Users table UserID. who imported the document |
LastModifiedDate | datetime | NO | Datetime when User has last modify this document |
LastModifiedUser | numeric | NO | Logical FK to Users table UserID. who modified the document |
Enabled | tinyint | YES | toggles between 1 and 0. 1=can use. 0=not in use. Nullable |
DocumentLocationID | tinyint | NO | FK to CDAImportDocumentLocation Table DocumentLocationId Default: 1. References: dbo.CDAImportDocumentLocation |
CDAImportClinicalPatMeds
This Table use to log Import either through PrimePatient/CCDA reconcile for Patient Medication data.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
ClinicalPatMedID | numeric | NO | Primary key. FK relation to ClinicalPatMeds Table ClinicalPatMedID. References: dbo.ClinicalPatMeds |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | logical FK to PatHistCatPatHIstItem Table PatHistCatPatHistItemID. Nullable |
CDAImportDemographics
This Table use to log Import either through PrimePatient for Patient Demographics data.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID. References: dbo.Patient |
ColumnName | varchar | NO | Specifies what particular column under demographics data has imported |
CDAImportPatHistAllergy
This Table use to log Import either through allergy data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID. References: dbo.PatHistAllergy |
PatHistCatPatHistItemID | numeric | NO | FK relation to PatHistAllergy Table PatHistCatPatHistItemID. References: dbo.PatHistAllergy |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | Logical FK to PatHistAllergy Table PatHistCatPatHistItemID. Nullable |
AltSystemCode | varchar | YES | Alternative system code for identification. |
CDAImportPatHistFamily
This Table use to log Import either through Family History data.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID. References: dbo.PatHistFamily |
PatHistCatPatHistItemID | numeric | NO | FK relation to PatHistFamily Table PatHistCatPatHistItemID. References: dbo.PatHistFamily |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | logical FK to PatHistFamily Table PatHistCatPatHistItemID. Nullable |
CDAImportPatHistGenetic
This Table use to log Import either through Genetic History data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID. References: dbo.PatHistGenetic |
PatHistCatPatHistItemID | numeric | NO | FK relation to PatHistGenetic Table PatHistCatPatHistItemID. References: dbo.PatHistGenetic |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | logical FK to PatHistGenetic Table PatHistCatPatHistItemID. Nullable |
CDAImportPatHistMedical
This Table use to log Import either through Medical History data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID. References: dbo.PatHistMedical |
PatHistCatPatHistItemID | numeric | NO | relation to PatHistMedical Table PatHistCatPatHistItemID. References: dbo.PatHistMedical |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | logical FK to PatHistMedical Table PatHistCatPatHistItemID. Nullable |
CDAImportPatHistMenstrual
This Table use to log Import either through Menstrual History data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID. References: dbo.PatHistMenstrual |
PatHistMenstrualID | numeric | NO | FK relation to PatHistMenstrual Table PatHistMenstrualID. References: dbo.PatHistMenstrual |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | logical FK to PatHistCatPatHIstItem Table PatHistCatPatHistItemID. Nullable |
CDAImportPatHistPregnancyDetail
This Table use to log Import either through PrimePatient/CCDA Pregnancy data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID. References: dbo.PatHistPregnancyDetai |
PatHistPregnancyDetailID | numeric | NO | FK relation to PatHistPregnancyDetail Table PatHistPregnancyDetailID. References: dbo.PatHistPregnancyDetail |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | Not populating this field. Nullable |
CDAImportPatHistProblemList
This Table use to log Import either through PrimePatient/CCDA Problem List data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID |
PatHistProblemListID | numeric | NO | FK relation to PatHistProblemList table PatHistProblemListID. References: dbo.PatHistProblemList |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | logical FK to PatHistCatPatHIstItem Table PatHistCatPatHistItemID. Nullable |
CDAImportPatHistSocial
This Table use to log Import either through PrimePatient/CCDA Social History data.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID. References: dbo.PatHistSocial |
PatHistCatPatHistItemID | numeric | NO | FK relation to PatHistSocial Table PatHistCatPatHistItemID. References: dbo.PatHistSocial |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | FK relation to PatHistSocial Table PatHistCatPatHistItemID. Nullable |
CDAImportPatHistSurgical
This Table use to log Import either through PrimePatient/CCDA Surgical History data.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID. References: dbo.PatHistSurgical |
PatHistCatPatHistItemID | numeric | NO | FK relation to PatHistSurgical Table PatHistCatPatHistItemID. References: dbo.PatHistSurgical |
root | varchar | NO | OID value used in SP spFormPatHistUpdate |
extension | varchar | YES | ogical FK to PatHistSurgical Table PatHistCatPatHistItemID. Nullable |
CDAImportPatient
This Table logs PatientID whose History details either imported through PrimePatient/CCDA reconcile for Patient History data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CDAImportID | numeric | NO | Primery key. FK relation to CDAImport Table CDAImportID. References: dbo.CDAImport |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID |
CDCPediatricHeadCircumference
This table stores CDCPediatricHeadCircumference information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Gender | tinyint | YES | Gender of the pediatric patient. Nullable |
AgeInMonths | numeric | YES | Age of the patient in months. Nullable |
L | numeric | YES | L value for head circumference calculation. Nullable |
M | numeric | YES | M value for head circumference calculation. Nullable |
S | numeric | YES | S value for head circumference calculation. Nullable |
CDCPediatricWeightForLength
This table stores CDCPediatricWeightForLength information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Gender | tinyint | YES | Gender of the pediatric patient. Nullable |
Length | numeric | YES | Length of the patient (often in centimeters). Nullable |
L | numeric | YES | L value for weight-for-length calculation. Nullable |
M | numeric | YES | M value for weight-for-length calculation. Nullable |
S | numeric | YES | S value for weight-for-length calculation. Nullable |
LowValue | numeric | YES | Lower value or limit associated with the weight-for-length measurement. Nullable |
CFBClaimInfo
This table stores CFBClaimInfo information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimID | numeric | NO | Primary key. Identity column. Identifier for the claim. |
BatchID | numeric | NO | Primary Key. Identifier for the batch containing the claim. |
PageNumber | int | YES | Page number of the claim within the batch. Nullable |
CreateDate | datetime | YES | Date when the claim was created. Nullable |
PatientID | numeric | YES | Identifier for the patient associated with the claim. Nullable |
PatFullName | varchar | YES | Full name of the patient. Nullable |
PatFirstName | varchar | YES | First name of the patient. Nullable |
PatMI | char | YES | Middle initial of the patient. Nullable |
PatMiddleName | varchar | YES | Middle name of the patient. Nullable |
PatLastName | varchar | YES | Last name of the patient. Nullable |
PatDOBMM | char | YES | Month of birth of the patient. Nullable |
PatDOBDD | char | YES | Day of birth of the patient. Nullable |
PatDOBYY | char | YES | Year of birth of the patient (last 2 digits). Nullable |
PatDOBYYYY | char | YES | Year of birth of the patient (full year). Nullable |
PatSex | char | YES | Gender of the patient. Nullable |
PatAddressLine1 | varchar | YES | Address line 1 of the patient. Nullable |
PatAddressLine2 | varchar | YES | Address line 2 of the patient. Nullable |
PatAddressLine1And2 | varchar | YES | Concatenation of address lines 1 and 2. Nullable |
PatCity | varchar | YES | City of the patients address. Nullable |
PatState | varchar | YES | State of the patients address. Nullable |
PatZipPlus4 | varchar | YES | ZIP code with 4-digit extension of the patients address. Nullable |
PatZip | varchar | YES | ZIP code of the patients address. Nullable |
PatCityStateZip | varchar | YES | Concatenation of city state and ZIP code. Nullable |
PatPhoneAreaCode | varchar | YES | Area code of the patients phone number. Nullable |
PatPhone | varchar | YES | Patients phone number. Nullable |
PatPhonePrefix | char | YES | Prefix of the patients phone number. Nullable |
PatPhoneSuffix | char | YES | Suffix of the patients phone number. Nullable |
PatDeceasedInd | char | YES | A flag/Indicator of patients deceased status. Nullable |
PatMaritalStatus | char | YES | Marital status of the patient. Nullable |
PatStudentStatus | varchar | YES | Student status of the patient. Nullable |
PatEmploymentStatus | varchar | YES | Employment status of the patient. Nullable |
PatEmployerName | varchar | YES | Name of the patients employer. Nullable |
PatEmployerHireDate | varchar | YES | Hire date of the patients employer. Nullable |
PatEmployerTermDate | varchar | YES | Termination date of the patients employer. Nullable |
PatAssignBenefits | varchar | YES | A flag/Indicator of patients assignment of benefits. Nullable |
PatMaidenName | varchar | YES | Maiden name of the patient. Nullable |
PatReleaseOfInfoInd | varchar | YES | A flag/Indicator of patients release of information. Nullable |
PatSSN | varchar | YES | Social Security Number of the patient. Nullable |
PatRelationInsured | varchar | YES | Relationship of the patient to the insured. Nullable |
InsuredFullName | varchar | YES | Full name of the insured (policy holder). Nullable |
InsuredFirstName | varchar | YES | First name of the insured. Nullable |
InsuredMI | char | YES | Middle initial of the insured. Nullable |
InsuredLastName | varchar | YES | Last name of the insured. Nullable |
InsuredMiddleName | varchar | YES | Middle name of the insured. Nullable |
InsuredPolicyHolderName | varchar | YES | Name of the insured as policy holder. Nullable |
InsuredAddressLine1 | varchar | YES | Address line 1 of the insured. Nullable |
InsuredAddressLine2 | varchar | YES | Address line 2 of the insured. Nullable |
InsuredAddressLine1And2 | varchar | YES | Concatenation of insureds address lines. Nullable |
InsuredCity | varchar | YES | City of the insureds address. Nullable |
InsuredState | char | YES | State of the insureds address. Nullable |
InsuredZip | varchar | YES | ZIP code of the insureds address. Nullable |
InsuredCityStateZip | varchar | YES | Concatenation of insureds city state and ZIP. Nullable |
InsuredSex | char | YES | Gender of the insured. Nullable |
InsuredDOBMM | char | YES | Month of birth of the insured. Nullable |
InsuredDOBDD | char | YES | Day of birth of the insured. Nullable |
InsuredDOBYY | char | YES | Year of birth of the insured (last 2 digits). Nullable |
InsuredDOBYYYY | char | YES | Year of birth of the insured (full year). Nullable |
InsuredCovComments | varchar | YES | Comments related to the insureds coverage. Nullable |
InsuredCovEffDate | datetime | YES | Effective date of the insureds coverage. Nullable |
InsuredCovExpDate | datetime | YES | Expiry date of the insureds coverage.Nullable |
InsuredEmpName | varchar | YES | Name of the insureds employer. Nullable |
InsuredEmpHireDate | varchar | YES | Hire date of the insureds employer. Nullable |
InsuredEmpTermDate | varchar | YES | Termination date of the insureds employer. Nullable |
InsuredOccupation | varchar | YES | Occupation of the insured. Nullable |
InsuredGroupNumber | varchar | YES | Group number associated with the insured. Nullable |
InsuredPolicyNumber | varchar | YES | Policy number of the insured. Nullable |
InsuredPhone | varchar | YES | Phone number of the insured. Nullable |
InsPlanName | varchar | YES | Name of the insurance plan. Nullable |
InsPlanAddressLine1 | varchar | YES | Address line 1 of the insurance plan. Nullable |
InsPlanAddressLine2 | varchar | YES | Address line 2 of the insurance plan. Nullable |
InsPlanCity | varchar | YES | City of the insurance plan. Nullable |
InsPlanState | char | YES | State of the insurance plan. Nullable |
InsPlanZip | varchar | YES | ZIP code of the insurance plan. Nullable |
InsPlanCityStateZip | varchar | YES | Concatenation of insurance plan city state and ZIP. Nullable |
InsPlanCategory | numeric | YES | Category of the insurance plan. Nullable |
InsPlanType | numeric | YES | Type of the insurance plan. Nullable |
InsPlanPriority | int | YES | Priority of the insurance plan. Nullable |
InsCompanyName | varchar | YES | Name of the insurance company. Nullable |
InsCompPayerPrefix | varchar | YES | Payer prefix associated with the insurance company. Nullable |
InsCompProcCodeMethod | varchar | YES | Procedure code method of the insurance company. Nullable |
InsCompReqPCInd | char | YES | A flag/Indicator of required procedure code by insurance company. Nullable |
InsPlanAAInd | char | YES | A flag/Indicator of anesthesia administration by insurance plan. Nullable |
InsPlanCrossover | char | YES | A flag/Indicator of claim crossover by insurance plan. Nullable |
InsPlanCoPay | money | YES | Co-pay amount required by the insurance plan. Nullable |
InsPlanDeductible | money | YES | Deductible amount associated with the insurance plan. Nullable |
InsPlanDMERCInd | char | YES | A flag/Indicator of DMERC coverage by insurance plan. Nullable |
InsPlanMedigapNum | varchar | YES | Medigap number associated with the insurance plan. Nullable |
InsPlanRefProvTypeInd | char | YES | A flag/Indicator of referral provider type by insurance plan. Nullable |
InsPlanReferralReq | char | YES | A flag/Indicator of referral requirement by insurance plan. Nullable |
InsuredFullName1 | varchar | YES | Full name of another insured (secondary). Nullable |
InsuredFirstName1 | varchar | YES | First name of another insured (secondary). Nullable |
InsuredMI1 | char | YES | Middle initial of another insured (secondary). Nullable |
InsuredLastName1 | varchar | YES | Last name of another insured (secondary). Nullable |
InsuredMiddleName1 | varchar | YES | Middle name of another insured (secondary). Nullable |
InsuredPolicyHolderName1 | varchar | YES | Name of another insured (secondary) as policy holder. Nullable |
InsuredAddressLine11 | varchar | YES | Address line 1 of another insured (secondary). Nullable |
InsuredAddressLine21 | varchar | YES | Address line 2 of another insured (secondary). Nullable |
InsuredAddressLine1And21 | varchar | YES | Concatenation of address lines 1 and 2 for another insured (secondary). Nullable |
InsuredCity1 | varchar | YES | City of another insureds (secondary) address. Nullable |
InsuredState1 | char | YES | State of another insureds (secondary) address. Nullable |
InsuredZip1 | varchar | YES | ZIP code of another insureds (secondary) address. Nullable |
InsuredCityStateZip1 | varchar | YES | Concatenation of city state and ZIP code for another insured (secondary). Nullable |
InsuredSex1 | char | YES | Gender of another insured (secondary). Nullable |
InsuredDOBMM1 | char | YES | Month of birth of another insured (secondary). Nullable |
InsuredDOBDD1 | char | YES | Day of birth of another insured (secondary). Nullable |
InsuredDOBYY1 | char | YES | Year of birth of another insured (secondary) (last 2 digits). Nullable |
InsuredDOBYYYY1 | char | YES | Year of birth of another insured (secondary) (full year). Nullable |
InsuredCovComments1 | varchar | YES | Comments related to coverage of another insured (secondary). Nullable |
InsuredCovEffDate1 | datetime | YES | Effective date of coverage for another insured (secondary). Nullable |
InsuredCovExpDate1 | datetime | YES | Expiry date of coverage for another insured (secondary). Nullable |
InsuredEmpName1 | varchar | YES | Name of employer for another insured (secondary). Nullable |
InsuredEmpHireDate1 | varchar | YES | Hire date of employer for another insured (secondary). Nullable |
InsuredEmpTermDate1 | varchar | YES | Termination date of employer for another insured (secondary). Nullable |
InsuredOccupation1 | varchar | YES | Occupation of another insured (secondary). Nullable |
InsuredGroupNumber1 | varchar | YES | Group number associated with another insured (secondary). Nullable |
InsuredPolicyNumber1 | varchar | YES | Policy number of another insured (secondary). Nullable |
InsuredPhone1 | varchar | YES | Phone number of another insured (secondary). Nullable |
InsPlanName1 | varchar | YES | Name of insurance plan for another insured (secondary). Nullable |
InsPlanAddressLine11 | varchar | YES | Address line 1 of insurance plan for another insured (secondary). Nullable |
InsPlanAddressLine21 | varchar | YES | Address line 2 of insurance plan for another insured (secondary). Nullable |
InsPlanCity1 | varchar | YES | City of insurance plan for another insured (secondary). Nullable |
InsPlanState1 | char | YES | State of insurance plan for another insured (secondary). Nullable |
InsPlanZip1 | varchar | YES | ZIP code of insurance plan for another insured (secondary). Nullable |
InsPlanCityStateZip1 | varchar | YES | Concatenation of city state and ZIP code for insurance plan of another insured (secondary). Nullable |
InsPlanCategory1 | numeric | YES | Category of insurance plan for another insured (secondary). Nullable |
InsPlanType1 | numeric | YES | Type of insurance plan for another insured (secondary). Nullable |
InsPlanPriority1 | int | YES | Priority of insurance plan for another insured (secondary). Nullable |
InsCompanyName1 | varchar | YES | Name of insurance company for another insured (secondary). Nullable |
InsCompPayerPrefix1 | varchar | YES | Payer prefix associated with insurance company for another insured (secondary). Nullable |
InsCompProcCodeMethod1 | varchar | YES | Procedure code method of insurance company for another insured (secondary). Nullable |
InsCompReqPCInd1 | char | YES | A flag/Indicator of required procedure code by insurance company for another insured (secondary). Nullable |
InsPlanAAInd1 | char | YES | A flag/Indicator of anesthesia administration by insurance plan for another insured (secondary). Nullable |
InsPlanCrossover1 | char | YES | A flag/Indicator of claim crossover by insurance plan for another insured (secondary). Nullable |
InsPlanCoPay1 | money | YES | Co-pay amount required by insurance plan for another insured (secondary). Nullable |
InsPlanDeductible1 | money | YES | Deductible amount associated with insurance plan for another insured (secondary). Nullable |
InsPlanDMERCInd1 | char | YES | A flag/Indicator of DMERC coverage by insurance plan for another insured (secondary). Nullable |
InsPlanMedigapNum1 | varchar | YES | Medigap number associated with insurance plan for another insured (secondary). Nullable |
InsPlanRefProvTypeInd1 | char | YES | A flag/Indicator of referral provider type by insurance plan for another insured (secondary). Nullable |
InsPlanReferralReq1 | char | YES | A flag/Indicator of referral requirement by insurance plan for another insured (secondary). Nullable |
InsuredFullName2 | varchar | YES | Full name of another insured (tertiary). Nullable |
InsuredFirstName2 | varchar | YES | First name of another insured (tertiary). Nullable |
InsuredMI2 | char | YES | Middle initial of another insured (tertiary). Nullable |
InsuredLastName2 | varchar | YES | Last name of another insured (tertiary). Nullable |
InsuredMiddleName2 | varchar | YES | Middle name of another insured (tertiary). Nullable |
InsuredPolicyHolderName2 | varchar | YES | Name of another insured (tertiary) as policy holder. Nullable |
InsuredAddressLine12 | varchar | YES | Address line 1 of another insured (tertiary). Nullable |
InsuredAddressLine22 | varchar | YES | Address line 2 of another insured (tertiary). Nullable |
InsuredAddressLine1And22 | varchar | YES | Concatenation of address lines 1 and 2 for another insured (tertiary). Nullable |
InsuredCity2 | varchar | YES | City of another insureds (tertiary) address. Nullable |
InsuredState2 | char | YES | State of another insureds (tertiary) address. Nullable |
InsuredZip2 | varchar | YES | ZIP code of another insureds (tertiary) address. Nullable |
InsuredCityStateZip2 | varchar | YES | Concatenation of city state and ZIP code for another insured (tertiary). Nullable |
InsuredSex2 | char | YES | Gender of another insured (tertiary). Nullable |
InsuredDOBMM2 | char | YES | Month of birth of another insured (tertiary). Nullable |
InsuredDOBDD2 | char | YES | Day of birth of another insured (tertiary). Nullable |
InsuredDOBYY2 | char | YES | Year of birth of another insured (tertiary) (last 2 digits). Nullable |
InsuredDOBYYYY2 | char | YES | Year of birth of another insured (tertiary) (full year). Nullable |
InsuredCovComments2 | varchar | YES | Comments related to coverage of another insured (tertiary). Nullable |
InsuredCovEffDate2 | datetime | YES | Effective date of coverage for another insured (tertiary). Nullable |
InsuredCovExpDate2 | datetime | YES | Expiry date of coverage for another insured (tertiary). Nullable |
InsuredEmpName2 | varchar | YES | Name of employer for another insured (tertiary). Nullable |
InsuredEmpHireDate2 | varchar | YES | Hire date of employer for another insured (tertiary). Nullable |
InsuredEmpTermDate2 | varchar | YES | Termination date of employer for another insured (tertiary). Nullable |
InsuredOccupation2 | varchar | YES | Occupation of another insured (tertiary). Nullable |
InsuredGroupNumber2 | varchar | YES | Group number associated with another insured (tertiary). Nullable |
InsuredPolicyNumber2 | varchar | YES | Policy number of another insured (tertiary). Nullable |
InsuredPhone2 | varchar | YES | Phone number of another insured (tertiary). Nullable |
InsPlanName2 | varchar | YES | Name of insurance plan for another insured (tertiary). Nullable |
InsPlanAddressLine12 | varchar | YES | Address line 1 of insurance plan for another insured (tertiary). Nullable |
InsPlanAddressLine22 | varchar | YES | Address line 2 of insurance plan for another insured (tertiary). Nullable |
InsPlanCity2 | varchar | YES | City of insurance plan for another insured (tertiary). Nullable |
InsPlanState2 | char | YES | State of insurance plan for another insured (tertiary). Nullable |
InsPlanZip2 | varchar | YES | ZIP code of insurance plan for another insured (tertiary). Nullable |
InsPlanCityStateZip2 | varchar | YES | Concatenation of city state and ZIP code for insurance plan of another insured (tertiary). Nullable |
InsPlanCategory2 | numeric | YES | Category of insurance plan for another insured (tertiary). Nullable |
InsPlanType2 | numeric | YES | Type of insurance plan for another insured (tertiary). Nullable |
InsPlanPriority2 | int | YES | Priority of insurance plan for another insured (tertiary). Nullable |
InsCompanyName2 | varchar | YES | Name of insurance company for another insured (tertiary). Nullable |
InsCompPayerPrefix2 | varchar | YES | Payer prefix associated with insurance company for another insured (tertiary). Nullable |
InsCompProcCodeMethod2 | varchar | YES | Procedure code method of insurance company for another insured (tertiary). Nullable |
InsCompReqPCInd2 | char | YES | A flag/Indicator of required procedure code by insurance company for another insured (tertiary). Nullable |
InsPlanAAInd2 | char | YES | A flag/Indicator of anesthesia administration by insurance plan for another insured (tertiary). Nullable |
InsPlanCrossover2 | char | YES | A flag/Indicator of claim crossover by insurance plan for another insured (tertiary). Nullable |
InsPlanCoPay2 | money | YES | Co-pay amount required by insurance plan for another insured (tertiary). Nullable |
InsPlanDeductible2 | money | YES | Deductible amount associated with insurance plan for another insured (tertiary). Nullable |
InsPlanDMERCInd2 | char | YES | A flag/Indicator of DMERC coverage by insurance plan for another insured (tertiary). Nullable |
InsPlanMedigapNum2 | varchar | YES | Medigap number associated with insurance plan for another insured (tertiary). Nullable |
InsPlanRefProvTypeInd2 | char | YES | A flag/Indicator of referral provider type by insurance plan for another insured (tertiary). Nullable |
InsPlanReferralReq2 | char | YES | A flag/Indicator of referral requirement by insurance plan for another insured (tertiary). Nullable |
PracticeName | varchar | YES | Name of the medical practice or facility. Nullable |
PracticeAddressLine1 | varchar | YES | Address line 1 of the medical practice or facility. Nullable |
PracticeAddressLine2 | varchar | YES | Address line 2 of the medical practice or facility. Nullable |
PracticeCity | varchar | YES | City of the medical practice or facilitys address. Nullable |
PracticeState | char | YES | State of the medical practice or facilitys address. Nullable |
PracticeZip | varchar | YES | ZIP code of the medical practice or facilitys address. Nullable |
PracticeCityStateZip | varchar | YES | Concatenation of city state and ZIP code for the medical practice or facilitys address. Nullable |
PracticePhone | varchar | YES | Phone number of the medical practice or facility. Nullable |
PracticeShortName | varchar | YES | Short name or abbreviation of the medical practice or facility. Nullable |
PracticeTaxID | varchar | YES | Tax ID associated with the medical practice or facility. Nullable |
FacilityName | varchar | YES | Name of the facility where the service was provided. Nullable |
FacilityAddressLine1 | varchar | YES | Address line 1 of the facility where the service was provided. Nullable |
FacilityAddressLine2 | varchar | YES | Address line 2 of the facility where the service was provided. Nullable |
FacilityAddressLine1And2 | varchar | YES | Combined address lines 1 and 2 of the facility where a service was provided. Nullable |
FacilityAddressCity | varchar | YES | City of the facilitys address where the service was provided. Nullable |
FacilityAddressState | char | YES | State of the facilitys address where the service was provided. Nullable |
FacilityAddressZip | varchar | YES | ZIP code of the facilitys address where the service was provided. Nullable |
FacilityAddressCityStateZip | varchar | YES | Concatenation of city state and ZIP code for the facilitys address where the service was provided. Nullable |
FacilityPhone | varchar | YES | Phone number of the facility where the service was provided. Nullable |
FacilityIsPractice | char | YES | A flag/Indicator whether the facility is a practice or not. Nullable |
FacilityUsePracticeAddress | char | YES | A flag/Indicator whether the facility uses the practice address. Nullable |
BillableProvFullName | varchar | YES | Full name of the billable provider. Nullable |
BillableProvFirstName | varchar | YES | First name of the billable provider. Nullable |
BillableProvMI | char | YES | Middle initial of the billable provider. Nullable |
BillableProvLastName | varchar | YES | Last name of the billable provider. Nullable |
BillableProvMiddleName | varchar | YES | Middle name of the billable provider. Nullable |
BillableAAOverride | char | YES | Override for the billable providers authorization assignment. Nullable |
BillableCareProvType | varchar | YES | Type of care provided by the billable provider. Nullable |
BillableProvGroupNum | varchar | YES | Group number associated with the billable provider. Nullable |
BillableProvIndNum | varchar | YES | Individual number associated with the billable provider. Nullable |
BillableProvSpecialty | varchar | YES | Specialty of the billable provider. Nullable |
BillableProvCertificationNum | varchar | YES | Certification number of the billable provider. Nullable |
BillableProvCertificationDate | datetime | YES | Date of certification for the billable provider. Nullable |
BillableProvCred | varchar | YES | Credentials of the billable provider. Nullable |
BillableDefaultTaxIDType | char | YES | Default tax ID type for the billable provider. Nullable |
BillableProvIndTaxID | varchar | YES | Individual tax ID of the billable provider. Nullable |
BillableProvSSN | varchar | YES | Social Security Number of the billable provider. Nullable |
BillablePlanTaxIDTypeInd | char | YES | A flag/Indicator of the tax ID type for billing plan. Nullable |
BillableProvUPIN | varchar | YES | UPIN (Unique Physician Identification Number) of the billable provider. Nullable |
BillableProvStateLicense | varchar | YES | State license of the billable provider. Nullable |
BillableProvDEANumber | varchar | YES | DEA (Drug Enforcement Administration) number of the billable provider. Nullable |
BillableProvTaxonomyCode | varchar | YES | Taxonomy code of the billable provider. Nullable |
RefProvFullName | varchar | YES | Full name of the referring provider. Nullable |
RefProvFirstName | varchar | YES | First name of the referring provider. Nullable |
RefProvMI | char | YES | Middle initial of the referring provider. Nullable |
RefProvMiddleName | varchar | YES | Middle name of the referring provider. Nullable |
RefProvLastName | varchar | YES | Last name of the referring provider. Nullable |
RefProvIndNum | varchar | YES | Individual number associated with the referring provider.Nullable |
RefProvUPIN | varchar | YES | UPIN of the referring provider. Nullable |
RefProvCredentials | varchar | YES | Credentials of the referring provider. Nullable |
RendProvFullName | varchar | YES | Full name of the rendering provider. Nullable |
RendProvFirstName | varchar | YES | First name of the rendering provider. Nullable |
RendProvMI | char | YES | Middle initial of the rendering provider. Nullable |
RendProvLastName | varchar | YES | Last name of the rendering provider. Nullable |
RendProvMiddleName | varchar | YES | Middle name of the rendering provider. Nullable |
RendCareProvType | varchar | YES | Type of care provided by the rendering provider. Nullable |
RendProvBillingType | char | YES | Billing type of the rendering provider. Nullable |
RendProvBillableOverride | char | YES | Override for the rendering providers billable information. Nullable |
RendProvGroupNum | varchar | YES | Group number associated with the rendering provider. Nullable |
RendProvIndNum | varchar | YES | Individual number associated with the rendering provider. Nullable |
RendProvCredentials | varchar | YES | Credentials of the rendering provider. Nullable |
RendProvSpecialty | varchar | YES | Specialty of the rendering provider. Nullable |
RendProvCertificationNumber | varchar | YES | Certification number of the rendering provider. Nullable |
RendProvCertificationDate | datetime | YES | Date of certification for the rendering provider. Nullable |
RendProvDefaultTaxIDType | char | YES | Default tax ID type for the rendering provider. Nullable |
RendProvIndTaxID | varchar | YES | Individual tax ID of the rendering provider. Nullable |
RendProvSSN | varchar | YES | Social Security Number of the rendering provider. Nullable |
RendProvPlanTaxIDTypeInd | char | YES | A flag/Indicator of the tax ID type for the rendering providers plan. Nullable |
RendProvAAInd | char | YES | A flag/Indicator of the rendering providers assignment of benefits. Nullable |
RendProvUPIN | varchar | YES | UPIN of the rendering provider. Nullable |
RendProvStateLicense | varchar | YES | State license of the rendering provider. Nullable |
RendProvDEANumber | varchar | YES | DEA (Drug Enforcement Administration) number of the rendering provider. Nullable |
RendProvTaxonomyCode | varchar | YES | Taxonomy code of the rendering provider. Nullable |
HospFromDD | char | YES | Day portion of the hospitalization start date. Nullable |
HospFromMM | char | YES | Month portion of the hospitalization start date. Nullable |
HospFromYY | char | YES | Year (last two digits) portion of the hospitalization start date. Nullable |
HospFromYYYY | char | YES | Full year portion of the hospitalization start date. Nullable |
HospToDD | char | YES | Day portion of the hospitalization end date. Nullable |
HospToMM | char | YES | Month portion of the hospitalization end date. Nullable |
HospToYY | char | YES | Year (last two digits) portion of the hospitalization end date. Nullable |
HospToYYYY | char | YES | Full year portion of the hospitalization end date. Nullable |
AccidentType | char | YES | Type of accident. Nullable |
AutoAccidentState | char | YES | State where auto accident occurred. Nullable |
CLIANumber | varchar | YES | Clinical Laboratory Improvement Amendments (CLIA) number. Nullable |
CLIARequiredInd | char | YES | ndicator of whether CLIA is required. Nullable |
AccidentDateDD | char | YES | Day portion of the accident date.Nullable |
AccidentDateMM | char | YES | Month portion of the accident date. Nullable |
AccidentDateYY | char | YES | Year (last two digits) portion of the accident date. Nullable |
AccidentDateYYYY | char | YES | Full year portion of the accident date. Nullable |
LMPDD | char | YES | Day portion of the Last Menstrual Period (LMP) date. Nullable |
LMPMM | char | YES | Month portion of the LMP date. Nullable |
LMPYY | char | YES | Year (last two digits) portion of the LMP date. Nullable |
LMPYYYY | char | YES | Full year portion of the LMP date. Nullable |
OnsetDD | char | YES | Day portion of the onset date. Nullable |
OnsetMM | char | YES | Month portion of the onset date. Nullable |
OnsetYY | char | YES | Year (last two digits) portion of the onset date. Nullable |
OnsetYYYY | char | YES | Full year portion of the onset date. Nullable |
SimilarIllnessDD | char | YES | Day portion of the date of similar illness. Nullable |
SimilarIllnessMM | char | YES | Month portion of the date of similar illness. Nullable |
SimilarIllnessYY | char | YES | Year (last two digits) portion of the date of similar illness. Nullable |
SimilarIllnessYYYY | char | YES | Full year portion of the date of similar illness. Nullable |
DiagCode1 | varchar | YES | Diagnosis code 1. Nullable |
DiagCode2 | varchar | YES | Diagnosis code 2. Nullable |
DiagCode3 | varchar | YES | Diagnosis code 3. Nullable |
DiagCode4 | varchar | YES | Diagnosis code 4. Nullable |
DiagCode5 | varchar | YES | Diagnosis code 5. Nullable |
DiagCode6 | varchar | YES | Diagnosis code 6. Nullable |
DiagCode7 | varchar | YES | Diagnosis code 7. Nullable |
DiagCode8 | varchar | YES | Diagnosis code 8. Nullable |
DiagDesc1 | varchar | YES | Description of diagnosis code 1. Nullable |
DiagDesc2 | varchar | YES | Description of diagnosis code 2. Nullable |
DiagDesc3 | varchar | YES | Description of diagnosis code 3. Nullable |
DiagDesc4 | varchar | YES | Description of diagnosis code 4. Nullable |
DiagDesc5 | varchar | YES | Description of diagnosis code 5. Nullable |
DiagDesc6 | varchar | YES | Description of diagnosis code 6. Nullable |
DiagDesc7 | varchar | YES | Description of diagnosis code 7. Nullable |
DiagDesc8 | varchar | YES | Description of diagnosis code 8. Nullable |
DisabFromDD | char | YES | Day portion of disability start date. Nullable |
DisabFromMM | char | YES | Month portion of disability start date. Nullable |
DisabFromYY | char | YES | Year (last two digits) portion of disability start date. Nullable |
DisabFromYYYY | char | YES | Full year portion of disability start date. Nullable |
DisabToDD | char | YES | Day portion of disability end date. Nullable |
DisabToMM | char | YES | Month portion of disability end date. Nullable |
DisabToYY | char | YES | Year (last two digits) portion of disability end date. Nullable |
DisabToYYYY | char | YES | Full year portion of disability end date. Nullable |
ReferralDate | datetime | YES | Date of referral. Nullable |
EmpRelatedFlag | char | YES | A flag/Indicator of employment-related status. Nullable |
ClaimLabChargesTotal | money | YES | Total lab charges for the claim. Nullable |
ClaimChargesTotal | money | YES | Total charges for the claim. Nullable |
ClaimInsurancePaid | money | YES | Amount paid by insurance for the claim. Nullable |
ClaimPatientPaid | money | YES | Amount paid by the patient for the claim. Nullable |
ClaimContractualsTotal | money | YES | Total contractual adjustments for the claim. Nullable |
PageCharges | money | YES | Charges for the page. Nullable |
PageLabCharges | money | YES | Lab charges for the page. Nullable |
PageInsurancePaid | money | YES | Amount paid by insurance for the page. Nullable |
PagePatientPaid | money | YES | Amount paid by the patient for the page. Nullable |
PageContractuals | money | YES | Contractual adjustments for the page. Nullable |
ClaimOutsideLabFlag | char | YES | A flag/Indicator whether the claim involves an outside lab. Nullable |
MammographyReqInd | char | YES | A flag/Indicator of mammography requirement. Nullable |
MammographyLocInd | varchar | YES | A flag/Indicator of mammography location. Nullable |
MammographyCertNum | varchar | YES | Certification number for mammography. Nullable |
MedicaidResubCode | varchar | YES | Medicaid resubmission code. Nullable |
MedicaidResubOrigRefNum | varchar | YES | Original reference number for Medicaid resubmission. Nullable |
PriorAuthOrPreCert | varchar | YES | Prior authorization or pre-certification information. Nullable |
ClaimTypeOfService | char | YES | Type of service for the claim. Nullable |
ClaimRefPerfInd | char | YES | A flag/Indicator of claim reference performance. Nullable |
ClaimProcDescRequired | char | YES | A flag/Indicator whether claim procedure description is required. Nullable |
ClaimProcDescription | varchar | YES | Description of the claim procedure. Nullable |
DiagCode1Left | varchar | YES | Left side portion of diagnosis code 1. Nullable |
DiagCode1Right | varchar | YES | Right side portion of diagnosis code 1. Nullable |
DiagCode2Left | varchar | YES | Left side portion of diagnosis code 2. Nullable |
DiagCode2Right | varchar | YES | Right side portion of diagnosis code 2. Nullable |
DiagCode3Left | varchar | YES | Left side portion of diagnosis code 3. Nullable |
DiagCode3Right | varchar | YES | Right side portion of diagnosis code 3.Nullable |
DiagCode4Left | varchar | YES | Left side portion of diagnosis code 4. Nullable |
DiagCode4Right | varchar | YES | Right side portion of diagnosis code 4.Nullable |
DiagCode5Left | varchar | YES | Left side portion of diagnosis code 5. Nullable |
DiagCode5Right | varchar | YES | Right side portion of diagnosis code 5.Nullable |
DiagCode6Left | varchar | YES | Left side portion of diagnosis code 6. Nullable |
DiagCode6Right | varchar | YES | Right side portion of diagnosis code 6.Nullable |
DiagCode7Left | varchar | YES | Left side portion of diagnosis code 7. Nullable |
DiagCode7Right | varchar | YES | Right side portion of diagnosis code 7.Nullable |
DiagCode8Left | varchar | YES | Left side portion of diagnosis code 8. Nullable |
DiagCode8Right | varchar | YES | Right side portion of diagnosis code 8.Nullable |
RefProvGroupNum | varchar | YES | Group number associated with the referring provider. Nullable |
FacilityLocationIDNum | varchar | YES | Location ID number for the facility. Nullable |
InsuredEmpAddress1And2 | varchar | YES | Combined address lines 1 and 2 for insured employee. Nullable |
InsuredEmpCity | varchar | YES | City of insured employees address. Nullable |
InsuredEmpState | char | YES | State of insured employees address. Nullable |
InsuredEmpZip | varchar | YES | Zip code of insured employees address. Nullable |
InsuredEmpCityStateZip | varchar | YES | Combined city state and zip code for insured employees address. Nullable |
InsuredEmpPhone | varchar | YES | Phone number of the insured employee. Nullable |
ClaimUsesMedicaid | char | YES | A flag/Indicator of whether the claim uses Medicaid . Nullable |
MedicaidPolicyNumber | varchar | YES | Medicaid policy number. Nullable |
PageDetailCount | int | YES | Count of details on the page. Nullable |
FamilyPlanningInd | char | YES | A flag/Indicator of family planning.Nullable |
HealthyKidsInd | char | YES | A flag/Indicator of healthy kids program participation. Nullable |
InsPlanPhone | varchar | YES | Phone number of the insurance plan. Nullable |
ClaimEMGInd | char | YES | A flag/Indicator of emergency medical group (EMG). Nullable |
RendHospFlag | char | YES | A flag/Indicator of rendering hospitalization. Nullable |
InsPlanCOBANum | varchar | YES | COBA (Coordination of Benefits Agreement) number for insurance plan. Nullable |
InsPlanCOBANum1 | varchar | YES | COBA number for insurance plan (1). Nullable |
InsPlanCOBANum2 | varchar | YES | COBA number for insurance plan (2). Nullable |
ClaimTotalPages | int | YES | Total pages for the claim. Nullable |
FacilityBillingName | varchar | YES | Billing name of the facility. Nullable |
FacilityTaxID | varchar | YES | Tax ID of the facility. Nullable |
BillableProvPerfIndNum | varchar | YES | Performance indicator number for billable provider. Nullable |
RendProvPerfIndNum | varchar | YES | Performance indicator number for rendering provider. Nullable |
InsPlanUsePerfRefRule | char | YES | A flag/Indicator of insurance plan using performance reference rule.Nullable |
AmendedClaim | char | YES | A flag/Indicator of an amended claim.Nullable |
PracticeLocationName | varchar | YES | Name of the practice location. Nullable |
PracticeLocationAddressLine1 | varchar | YES | Address line 1 of the practice location. Nullable |
PracticeLocationAddressLine2 | varchar | YES | Address line 2 of the practice location. Nullable |
PracticeLocationCity | varchar | YES | City of the practice location. Nullable |
PracticeLocationState | char | YES | State of the practice location. Nullable |
PracticeLocationZip | varchar | YES | Zip code of the practice location. Nullable |
PracticeLocationCityStateZip | varchar | YES | Combined city state and zip code of the practice location. Nullable |
PracticeLocationPhone | varchar | YES | Phone number of the practice location. Nullable |
CPOClaimFlag | char | YES | A flag/Indicator of a CPO (Certified Professional Organizer) claim.Nullable |
OrganizationNPI | varchar | YES | NPI (National Provider Identifier) of the organization. Nullable |
BillableProviderNPI | varchar | YES | NPI of the billable provider. Nullable |
RenderingProviderNPI | varchar | YES | NPI of the rendering provider. Nullable |
ReferringProviderNPI | varchar | YES | NPI of the referring provider. Nullable |
ServiceLocationNPI | varchar | YES | NPI of the service location. Nullable |
NPIFlag | int | YES | A flag/Indicator of NPI usage.Nullable |
BillableProvIndNumType | char | YES | Type of individual number for the billable provider. Nullable |
BillableProvGrpNumType | char | YES | Type of group number for the billable provider. Nullable |
RendProvIndNumType | char | YES | Type of individual number for the rendering provider. Nullable |
RendProvGrpNumType | char | YES | Type of group number for the rendering provider. Nullable |
RefProvIndNumType | char | YES | Type of individual number for the referring provider. Nullable |
BillableProvPerfIndNumType | char | YES | Type of performance indicator number for the billable provider. Nullable |
RendProvPerfIndNumType | char | YES | Type of performance indicator number for the rendering provider. Nullable |
RefProvTaxonomyCode | varchar | YES | Taxonomy code of the referring provider. Nullable |
GroupTaxonomyCode | varchar | YES | Taxonomy code of the group. Nullable |
InsPlanUseGroupTaxonomy | char | YES | A flag/Indicator of insurance plan using group taxonomy.Nullable |
ClaimComment | varchar | YES | Comment associated with the claim. Nullable |
BillableProviderSuffix | varchar | YES | Suffix of the billable provider. Nullable |
RenderingProviderSuffix | varchar | YES | Suffix of the rendering provider. Nullable |
ReferringProviderSuffix | varchar | YES | Suffix of the referring provider. Nullable |
UBAddressLine1 | varchar | YES | Address line 1 for UB (Uniform Billing) purposes. Nullable |
UBAddressLine2 | varchar | YES | Address line 2 for UB purposes. Nullable |
UBCity | varchar | YES | City for UB purposes. Nullable |
UBState | varchar | YES | State for UB purposes.Nullable |
UBPostalCode | varchar | YES | Postal code for UB purposes. Nullable |
UBBillingPhone | varchar | YES | Billing phone number for UB purposes. Nullable |
UBCityStateZip | varchar | YES | Combined city state and zip code for UB purposes. Nullable |
O1PatRelation | varchar | YES | Other party 1s relation to the patient. Nullable |
O2PatRelation | varchar | YES | Other party 2s relation to the patient. Nullable |
DiagCode9 | varchar | YES | Diagnosis code 9. Nullable |
DiagCode10 | varchar | YES | Diagnosis code 10. Nullable |
DiagCode11 | varchar | YES | Diagnosis code 11. Nullable |
DiagCode12 | varchar | YES | Diagnosis code 12. Nullable |
DiagDesc9 | varchar | YES | Description of diagnosis code 9.Nullable |
DiagDesc10 | varchar | YES | Description of diagnosis code 10.Nullable |
DiagDesc11 | varchar | YES | Description of diagnosis code 11.Nullable |
DiagDesc12 | varchar | YES | Description of diagnosis code 12.Nullable |
DiagCode9Left | varchar | YES | Left side portion of diagnosis code 9. Nullable |
DiagCode9Right | varchar | YES | Right side portion of diagnosis code 9.Nullable |
DiagCode10Left | varchar | YES | Left side portion of diagnosis code 10. Nullable |
DiagCode10Right | varchar | YES | Right side portion of diagnosis code 10. Nullable |
DiagCode11Left | varchar | YES | Left side portion of diagnosis code 11. Nullable |
DiagCode11Right | varchar | YES | Right side portion of diagnosis code 11. Nullable |
DiagCode12Left | varchar | YES | Left side portion of diagnosis code 12. Nullable |
DiagCode12Right | varchar | YES | Right side portion of diagnosis code 12. Nullable |
CodingSystem | char | YES | Coding system used. Nullable |
InvestigationalDeviceExemption | varchar | YES | Flag for investigational device usage. Nullable |
CFBUBInfo
This table stores CFBUBInfo information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimID | numeric | NO | Primary Key. A unique identifier for the claim. |
BatchID | numeric | NO | Primary Key. An identifier for the batch to which the claim belongs. |
StatementFromDate | varchar | YES | The start date of the statement or billing period. Nullable |
StatementToDate | varchar | YES | The end date of the statement or billing period.Nullable |
AdmissionHour | varchar | YES | The hours of admission for a patient. Nullable |
DischargeHour | varchar | YES | The hours of discharge for a patient. Nullable |
TypeOfBill | varchar | YES | A code indicating the type of bill associated with the claim. Nullable |
PatientStatus | varchar | YES | The status of the patient .Nullable |
AdmissionType | varchar | YES | Type of admission of a patient. Nullable |
AdmissionSource | varchar | YES | Source of admission of a patient. Nullable |
PrincipalDiagnosis | varchar | YES | This column typically stores the primary or principal diagnosis code associated with a medical claim .Nullable |
AdmittingDiagnosis | varchar | YES | The medical condition or reason for a patients admission to a healthcare facility. Nullable |
ReasonForVisitDiagnosis | varchar | YES | The diagnosis that explains why a patient sought medical attention or visited a healthcare provider. Nullable |
ECodeDiagnosis | varchar | YES | Diagnosis codes used to describe external causes of injury or conditions, such as accidents or environmental factors. Nullable |
PrincipalProcedureCode | varchar | YES | A code that represents the primary medical procedure performed during a patients hospital stay or medical treatment. Nullable |
PrincipalProcedureDate | varchar | YES | The date on which the primary medical procedure was performed during a patients hospital stay or medical treatment. Nullable |
OtherProcedureCode1 | varchar | YES | Code that represent additional medical procedures performed during a patients hospital stay or medical treatment. Nullable |
OtherProcedureDate1 | varchar | YES | The date on which each of the additional medical procedures was performed during a patients hospital stay or medical treatment.Nullable |
OtherProcedureCode2 | varchar | YES | Code that represent additional medical procedures performed during a patients hospital stay or medical treatment Nullable |
OtherProcedureDate2 | varchar | YES | The date on which each of the additional medical procedures was performed during a patients hospital stay or medical treatment .Nullable |
OtherProcedureCode3 | varchar | YES | Code that represent additional medical procedures performed during a patients hospital stay or medical treatment Nullable |
OtherProcedureDate3 | varchar | YES | The date on which each of the additional medical procedures was performed during a patients hospital stay or medical treatment .Nullable |
OtherProcedureCode4 | varchar | YES | Code that represent additional medical procedures performed during a patients hospital stay or medical treatment Nullable |
OtherProcedureDate4 | varchar | YES | The date on which each of the additional medical procedures was performed during a patients hospital stay or medical treatment .Nullable |
OtherProcedureCode5 | varchar | YES | Code that represent additional medical procedures performed during a patients hospital stay or medical treatment Nullable |
OtherProcedureDate5 | varchar | YES | The date on which each of the additional medical procedures was performed during a patients hospital stay or medical treatment . Nullable |
DCN | varchar | YES | Document Control Number, a unique identifier for the claim document.. Nullable |
UseOperatingFlag | char | YES | A flag indicating whether an operating room was used. Nullable |
Remarks | varchar | YES | Additional remarks or comments related to the claim. Nullable |
OtherFLUse | varchar | YES | Indicates the use of other FL (Form Locator) on the claim.Nullable |
OccurrenceCode1 | varchar | YES | This column likely represent occurrence codes used in healthcare claims. Nullable |
OccurrenceDate1 | varchar | YES | This columns likely represent the corresponding dates for the occurrence codes. Nullable |
OccurrenceCode2 | varchar | YES | This column likely represent occurrence codes used in healthcare claims. Nullable |
OccurrenceDate2 | varchar | YES | This columns likely represent the corresponding dates for the occurrence codes.Nullable |
OccurrenceCode3 | varchar | YES | This column likely represent occurrence codes used in healthcare claims. Nullable |
OccurrenceDate3 | varchar | YES | This columns likely represent the corresponding dates for the occurrence codes. Nullable |
OccurrenceCode4 | varchar | YES | This column likely represent occurrence codes used in healthcare claims. Nullable |
OccurrenceDate4 | varchar | YES | This columns likely represent the corresponding dates for the occurrence codes. Nullable |
OccurrenceCode5 | varchar | YES | This column likely represent occurrence codes used in healthcare claims. Nullable |
OccurrenceDate5 | varchar | YES | This columns likely represent the corresponding dates for the occurrence codes. Nullable |
OccurrenceCode6 | varchar | YES | This column likely represent occurrence codes used in healthcare claims. Nullable |
OccurrenceDate6 | varchar | YES | This columns likely represent the corresponding dates for the occurrence codes. Nullable |
OccurrenceCode7 | varchar | YES | This column likely represent occurrence codes used in healthcare claims. Nullable |
OccurrenceDate7 | varchar | YES | This columns likely represent the corresponding dates for the occurrence codes. Nullable |
OccurrenceCode8 | varchar | YES | This column likely represent occurrence codes used in healthcare claims. Nullable |
OccurrenceDate8 | varchar | YES | This columns likely represent the corresponding dates for the occurrence codes. Nullable |
OccurrenceSpanCode1 | varchar | YES | Nullable. Code associated with the first occurrence span. |
OccurrenceSpanDateFrom1 | varchar | YES | Nullable. Start date of the first occurrence span. |
OccurrenceSpanDateTo1 | varchar | YES | Nullable. End date of the first occurrence span. |
OccurrenceSpanCode2 | varchar | YES | Nullable. Code associated with the second occurrence span. |
OccurrenceSpanDateFrom2 | varchar | YES | Nullable. Start date of the second occurrence span. |
OccurrenceSpanDateTo2 | varchar | YES | Nullable. End date of the second occurrence span. |
OccurrenceSpanCode3 | varchar | YES | Nullable. Code associated with the third occurrence span. |
OccurrenceSpanDateFrom3 | varchar | YES | Nullable. Start date of the third occurrence span. |
OccurrenceSpanDateTo3 | varchar | YES | Nullable. End date of the third occurrence span. |
OccurrenceSpanCode4 | varchar | YES | Nullable. Code associated with the fourth occurrence span. |
OccurrenceSpanDateFrom4 | varchar | YES | Nullable. Start date of the fourth occurrence span. |
OccurrenceSpanDateTo4 | varchar | YES | Nullable. End date of the fourth occurrence span. |
ConditionCode1 | varchar | YES | Nullable. First condition code associated with the entry. |
ConditionCode2 | varchar | YES | Nullable. Second condition code associated with the entry. |
ConditionCode3 | varchar | YES | Nullable. Third condition code associated with the entry. |
ConditionCode4 | varchar | YES | Nullable. Fourth condition code associated with the entry. |
ConditionCode5 | varchar | YES | Nullable. Fifth condition code associated with the entry. |
ConditionCode6 | varchar | YES | Nullable. Sixth condition code associated with the entry. |
ConditionCode7 | varchar | YES | Nullable. Seventh condition code associated with the entry. |
ConditionCode8 | varchar | YES | Nullable. Eighth condition code associated with the entry. |
ConditionCode9 | varchar | YES | Nullable. Ninth condition code associated with the entry. |
ConditionCode10 | varchar | YES | Nullable. Tenth condition code associated with the entry. |
ConditionCode11 | varchar | YES | Nullable. Eleventh condition code associated with the entry. |
ValueCode1 | varchar | YES | Nullable. First code associated with the value entry. |
ValueAmount1 | varchar | YES | Nullable. The amount associated with the first value code. |
ValueAmtLeft1 | varchar | YES | Nullable. The left side value associated with ValueCode1. |
ValueAmtRight1 | varchar | YES | Nullable. The right side value associated with ValueCode1. |
ValueCode2 | varchar | YES | Nullable. Second code associated with the value entry. |
ValueAmount2 | varchar | YES | Nullable. The amount associated with the second value code. |
ValueAmtLeft2 | varchar | YES | Nullable. The left side value associated with ValueCode2. |
ValueAmtRight2 | varchar | YES | Nullable. The right side value associated with ValueCode2. |
ValueCode3 | varchar | YES | Nullable. Third code associated with the value entry. |
ValueAmount3 | varchar | YES | Nullable. A value associated with the third entry. |
ValueAmtLeft3 | varchar | YES | Nullable. A value associated with the left side of the third entry. |
ValueAmtRight3 | varchar | YES | Nullable. A value associated with the right side of the third entry. |
ValueCode4 | varchar | YES | Nullable. A code associated with the fourth entry. |
ValueAmount4 | varchar | YES | Nullable. The amount associated with ValueCode4. |
ValueAmtLeft4 | varchar | YES | Nullable. A value associated with the left side of the fourth entry. |
ValueAmtRight4 | varchar | YES | Nullable. A value associated with the right side of the fourth entry. |
ValueCode5 | varchar | YES | Nullable. A code associated with the fifth entry. |
ValueAmount5 | varchar | YES | Nullable. The amount associated with ValueCode5. |
ValueAmtLeft5 | varchar | YES | Nullable. A value associated with the left side of the fifth entry. |
ValueAmtRight5 | varchar | YES | Nullable. A value associated with the right side of the fifth entry. |
ValueCode6 | varchar | YES | Nullable. A code associated with the sixth entry. |
ValueAmount6 | varchar | YES | Nullable. The amount associated with ValueCode6. |
ValueAmtLeft6 | varchar | YES | Nullable. A value associated with the left side of the sixth entry. |
ValueAmtRight6 | varchar | YES | Nullable. A value associated with the right side of the sixth entry. |
ValueCode7 | varchar | YES | Nullable. A code associated with the seventh entry. |
ValueAmount7 | varchar | YES | Nullable. The amount associated with ValueCode7. |
ValueAmtLeft7 | varchar | YES | Nullable. A value associated with the left side of the seventh entry. |
ValueAmtRight7 | varchar | YES | Nullable. A value associated with the right side of the seventh entry. |
ValueCode8 | varchar | YES | Nullable. A code associated with the eighth entry. |
ValueAmount8 | varchar | YES | Nullable. The amount associated with ValueCode8. |
ValueAmtLeft8 | varchar | YES | Nullable. A value associated with the left side of the eighth entry. |
ValueAmtRight8 | varchar | YES | Nullable. A value associated with the right side of the eighth entry. |
ValueCode9 | varchar | YES | Nullable. A code associated with the ninth entry. |
ValueAmount9 | varchar | YES | Nullable. The amount associated with ValueCode9. |
ValueAmtLeft9 | varchar | YES | Nullable. A value associated with the left side of the ninth entry. |
ValueAmtRight9 | varchar | YES | Nullable. A value associated with the right side of the ninth entry. |
ValueCode10 | varchar | YES | Nullable. A code associated with the tenth entry. |
ValueAmount10 | varchar | YES | Nullable. The amount associated with ValueCode10. |
ValueAmtLeft10 | varchar | YES | Nullable. A value associated with the left side of the tenth entry. |
ValueAmtRight10 | varchar | YES | A value associated with the right side of the field. |
ValueCode11 | varchar | YES | A code associated with a eleventh entry. |
ValueAmount11 | varchar | YES | The amount associated with ValueCode11. |
ValueAmtLeft11 | varchar | YES | A value associated with the left side of the field. |
ValueAmtRight11 | varchar | YES | A value associated with the right side of the field. |
ValueCode12 | varchar | YES | A code associated with a twelfth entry. |
ValueAmount12 | varchar | YES | The amount associated with ValueCode12. |
ValueAmtLeft12 | varchar | YES | A value associated with the left side of the field. |
ValueAmtRight12 | varchar | YES | A value associated with the right side of the field. |
ClaimFrequencyCode | varchar | YES | A code indicating the claim frequency. |
UBPaperRollupType | tinyint | YES | A numeric value representing the UB paper roll-up type. |
UBDefaultRevenueCode | varchar | YES | The default revenue code for UB forms. |
ECodeDx1 | varchar | YES | E-code diagnosis 1. |
ECodeDx2 | varchar | YES | E-code diagnosis 2. |
ECodeDx3 | varchar | YES | E-code diagnosis 3. |
ECodeDx4 | varchar | YES | E-code diagnosis 4. |
ECodeDx5 | varchar | YES | E-code diagnosis 5. |
ECodeDx6 | varchar | YES | E-code diagnosis 6. |
ECodeDx7 | varchar | YES | E-code diagnosis 7. |
ECodeDx8 | varchar | YES | E-code diagnosis 8. |
ECodeDx9 | varchar | YES | E-code diagnosis 9. |
ECodeDx10 | varchar | YES | E-code diagnosis 10. |
ECodeDx11 | varchar | YES | E-code diagnosis 11. |
ECodeDx12 | varchar | YES | E-code diagnosis 12. |
PrincipalICD10Code | varchar | YES | The principal ICD-10 diagnosis code. |
ReasonForVisitICD10Code | varchar | YES | The ICD-10 diagnosis code for the reason of visit. |
AdmittingICD10Code | varchar | YES | The ICD-10 diagnosis code for admitting. |
Charge
Financial table used for charge level details, similar but related to br_ServiceDetail
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ChargeID | numeric | NO | Primary Key column. Auto generated ID for table. Identity / Auto increment |
PatientID | numeric | NO | ID of the patient this action is being applied to |
UserID | numeric | NO | Prime Suite User ID of the user who is creating this action. If system for finance charges will be 0 |
Type | int | NO | 1 = user posted charge 2 = finance charge applied by the system |
PostingDate | datetime | YES | Posting Date of the charge (can be altered within the application). Nullable |
CreateDate | datetime | NO | Create Date of the charge. Cannot be altered |
Amount | money | NO | Amount of charge |
BatchID | numeric | NO | If the charge was included in a batch the id would be indicated here |
ChargeSchedule
This table storesChargeSchedule information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ChargeScheduleID | numeric | NO | Primary key. Nullable. |
Name | varchar | NO | Name or identifier of the charge schedule. |
Enabled | tinyint | NO | Indicates whether the charge schedule is enabled or active. |
ChargeScheduleDateRange
This table stores ChargeScheduleDateRange information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ChargeScheduleDateRangeID | numeric | NO | Primary key. nullable |
ChargeScheduleID | numeric | NO | Foreign key. REFERENCES dbo.ChargeSchedule (ChargeScheduleID). Nullable |
StartDate | datetime | NO | Contains the start date |
EndDate | datetime | YES | Contains the end date |
ChargeScheduleProcedure
This table stores ChargeScheduleProcedure information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ChargeScheduleDateRangeID | numeric | NO | primary key. nullable. foreign key REFERENCES dbo.ChargeScheduleDateRange (ChargeScheduleDateRangeID) |
ProcedureMasterID | numeric | NO | primary key. nullable |
ChargeAmount | money | NO | Contains the charge amount |
ChargeScheduleProviderLocation
This table stores ChargeScheduleProviderLocation information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CareProviderID | numeric | NO | Primary key. Nullable. ID of the care provider associated with the charge schedule and location. |
LocationID | numeric | NO | Primary key. Nullable. ID of the location where the charge schedule is applicable. |
InsurancePlanID | numeric | NO | Primary key. Nullable. ID of the insurance plan related to the charge schedule and location. |
ChargeScheduleID | numeric | NO | foreign key. REFERENCES dbo.ChargeSchedule (ChargeScheduleID) |
ChargeVoid
This table provides a record of any charges that have been voided within the Prime Suite application
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ChargeID | numeric | YES | Primary Key that correclates to an id in the charges table. Nullable |
UserID | numeric | YES | User ID of the user who voided the charge. Nullable |
PostingDate | datetime | YES | Posting Date of the void. Nullable |
CreateDate | datetime | YES | Create Date of the void Nullable |
BatchID | numeric | NO | If the void took place via a batch the batch id would be defined here |
ChargeVoidID | numeric | NO | contains charge void id |
CHCClaim
This table stores ChargeScheduleProviderLocation information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_ID | int | NO | A unique identifier for each healthcare claim within the system. |
claim_id | varchar | YES | Stores the actual Claim ID. Nullable |
clearinghouse_id | varchar | YES | Identifier for the clearinghouse associated with the claim. Nullable |
Patient_Id | varchar | YES | Identifier for the patient associated with the claim. Nullable |
billing_provider_id | varchar | YES | Identifier for the primary billing provider for the claim. Nullable |
billing_provider_2nd_id | varchar | YES | Identifier for the secondary billing provider for the claim . Nullable |
Carrier_Id | varchar | YES | Identifier for the insurance carrier associated with the claim. Nullable |
Current_Insurance_Id | varchar | YES | Identifier for the current insurance coverage associated with the claim. Nullable |
Other_Insurance_Id1 | varchar | YES | Identifier for other insurance coverage (first) associated with the claim. Nullable |
Other_Insurance_Id2 | varchar | YES | Identifier for other insurance coverage (second) associated with the claim. Nullable |
File_Doctor_Id | varchar | YES | Identifier for the doctor associated with the claim file. Nullable |
Referring_Physician | varchar | YES | Identifier for the referring physician associated with the claim. Nullable |
Other_Id2 | varchar | YES | Additional identifier field (second). Nullable |
other_id3 | varchar | YES | Additional identifier field (third). Nullable |
Other_Id4 | varchar | YES | Additional identifier field (fourth). Nullable |
Other_Id5 | varchar | YES | Additional identifier field (fifth). Nullable |
Other_Id6 | varchar | YES | Additional identifier field (sixth). Nullable |
Carrier_Receiver_Type_Code | varchar | YES | Code indicating the type of carrier receiver for the claim. Nullable |
Principal_Procedure_Code | varchar | YES | Code indicating the principal procedure associated with the claim. Nullable |
Referral_Code | varchar | YES | Code indicating the referral associated with the claim. Nullable |
Dept_Code | varchar | YES | Code indicating the department associated with the claim. Nullable |
ClearingHouse_Name | varchar | YES | Name of the clearinghouse associated with the claim. Nullable |
Contact_name | varchar | YES | Name of the contact person for the claim. Nullable |
Submission_number | varchar | YES | Number associated with the submission of the claim. Nullable |
submitter_id_text | varchar | YES | Text identifying the submitter of the claim. Nullable |
Ins_Payment_Source | varchar | YES | Source of insurance payment for the claim. Nullable |
Ins_Add1 | varchar | YES | Address line 1 of the insurance associated with the claim. Nullable |
Ins_Add2 | varchar | YES | Address line 2 of the insurance associated with the claim. Nullable |
Ins_City | varchar | YES | City of the insurance associated with the claim. Nullable |
Ins_State | varchar | YES | State of the insurance associated with the claim. Nullable |
Ins_Zip | varchar | YES | ZIP code of the insurance associated with the claim. Nullable |
Invoice_No | varchar | YES | Stores invoice number of the claim. Nullable |
subscriber_id_break | varchar | YES | Identifier or code indicating a break in the subscriber ID. Nullable |
subscriber_patient_break | varchar | YES | Identifier or code indicating a break in the patient associated with the subscriber. Nullable |
subscriber_shared_id_break | varchar | YES | Identifier or code indicating a break in the shared subscriber ID. Nullable |
position_order | int | YES | Order or position of the claim in a sequence or grouping. Nullable |
Ins_Filing_Note | varchar | YES | Note related to the filing of the insurance associated with the claim. Nullable |
Payor1_Patient_Relation | varchar | YES | Relationship code indicating the relationship of payor 1 to the patient. Nullable |
Payor2_Patient_Relation | varchar | YES | Relationship code indicating the relationship of payor 2 to the patient. Nullable |
Current_Insurance_Suscriber_ID | varchar | YES | Identifier for the current insurance subscriber associated with the claim. Nullable |
Service_Auth_Code | varchar | YES | Code indicating the authorization for the provided healthcare service. Nullable |
claim_filed_other_insurance_id1 | varchar | YES | Identifier for the claim filed with other insurance (first). Nullable |
filing_amount | money | YES | Amount filed for the claim. Nullable |
Patient_Paid_Amt | money | YES | Amount paid by the patient for the claim. Nullable |
Patient_Paid_Additional_Amt | money | YES | Additional amount paid by the patient for the claim. Nullable |
Appt_CoPay_Amt | money | YES | Amount of copay for the appointment. Nullable |
Rate_Code | varchar | YES | Code indicating the rate for the claim. Nullable |
Original_Reference | varchar | YES | Original reference associated with the claim. Nullable |
Date_cur_illness | varchar | YES | Date indicating the start of the current illness. Nullable |
Place_Of_Service | varchar | YES | Code indicating the place of service for the claim. Nullable |
Doctor_Signature_Onfile | varchar | YES | A flag/Indicator whether the doctors signature is on file. Nullable |
Prior_Authorization | varchar | YES | A flag/Indicator whether prior authorization is present for the claim. Nullable |
carrier_provider_id_clia_Code | varchar | YES | CLIA code associated with the carrier provider. Nullable |
doctor_clia_Code | varchar | YES | CLIA code associated with the doctor. Nullable |
Specialty_Code | varchar | YES | Code indicating the specialty of the healthcare provider. Nullable |
Patient_Status | varchar | YES | Status of the patient related to the claim. Nullable |
primary_secondary_code | varchar | YES | Code indicating primary or secondary status for the claim. Nullable |
CAS_lineitem_count | int | YES | Count of line items associated with CAS (Claim Adjustment Segment). Nullable |
Other_Id1 | varchar | YES | Additional identifier field (first). Nullable |
Employer_Name | varchar | YES | Name of the employer associated with the claim. Nullable |
Employer_Address | varchar | YES | Address of the employer associated with the claim. Nullable |
Employer_City | varchar | YES | City of the employer associated with the claim. Nullable |
Employer_State | varchar | YES | State of the employer associated with the claim. Nullable |
Employer_Zip | varchar | YES | ZIP code of the employer associated with the claim. Nullable |
Encounter_Date | datetime | YES | Date of the healthcare encounter. Nullable |
Principal_Procedure_Date | datetime | YES | Date of the principal procedure associated with the claim. Nullable |
fromdate | datetime | YES | Start date of a period (often used in claims processing). Nullable |
todate | datetime | YES | End date of a period (often used in claims processing). Nullable |
Date_Info_Release_Signed | datetime | YES | Date when the information release was signed. Nullable |
LMP_Date | datetime | YES | Date of the last menstrual period (LMP) for the patient. Nullable |
date_similar_illness | datetime | YES | Date indicating a similar illness to the current one. Nullable |
date_unable_from | datetime | YES | Date from which the patient is unable to work due to illness. Nullable |
Date_Unable_To | datetime | YES | Date until which the patient is unable to work due to illness. Nullable |
Date_Of_Injury | datetime | YES | Date of the injury related to the claim. Nullable |
assignment | bit | YES | A flag/Indicator whether the claim is assigned. Nullable |
Workman_Visit | bit | YES | A flag/Indicator whether the claim is related to a workers visit. Nullable |
Doctor_Practice_Name_flag | bit | YES | A flag/Indicator whether the doctors practice name is flagged. Nullable |
Pt_Pmt_On_Hcfa | bit | YES | A flag/Indicator whether the patient payment is on the HCFA form. Nullable |
Self_Referring | bit | YES | A flag/Indicator whether the claim involves self-referral. Nullable |
lab_flag | bit | YES | A flag/Indicator whether the claim is related to a lab. Nullable |
Use_NDC | bit | YES | A flag/Indicator whether NDC (National Drug Code) is used. Nullable |
cob_flg | bit | YES | A flag/Indicator whether coordination of benefits (COB) is used. Nullable |
place_of_service_flg | bit | YES | A flag/Indicator whether place of service is used. Nullable |
dental_place_of_service_flg | bit | YES | A flag/Indicator whether dental place of service is used. Nullable |
epsdt_flag | bit | YES | A flag/Indicator whether EPSDT (Early and Periodic Screening Diagnostic and Treatment) is used. Nullable |
EPSDT_code_not_used | varchar | YES | A flag/Indicator whether EPSDT code is not used. Nullable |
EPSDT_code_other | varchar | YES | Other EPSDT code information. Nullable |
EPSDT_Referral_Code_Text | varchar | YES | Textual information about EPSDT referral code. Nullable |
EPSDT_No | varchar | YES | EPSDT number associated with the claim. Nullable |
emc | varchar | YES | EMC (Emergency Medical Condition) flag/Indicator for the claim. Nullable |
Box19_Date_Last_Seen | varchar | YES | Date when the patient was last seen for Box 19. Nullable |
Box19_Text | varchar | YES | Text associated with Box 19. Nullable |
self_ref_box17 | varchar | YES | A flag/Indicator whether Box 17 is self-referred. Nullable |
Self_Ref_Box17a | varchar | YES | Additional self-referral information for Box 17a. Nullable |
Ref_Phy_Box17a | varchar | YES | Additional referral information for Box 17a. Nullable |
inst_type_of_bill | varchar | YES | Type of bill for institutional claims. Nullable |
type_of_bill_05_1 | varchar | YES | Type of bill information for Box 05 - first instance. Nullable |
type_of_bill_05_3 | varchar | YES | Type of bill information for Box 05 - third instance. Nullable |
related_causes_info_11 | varchar | YES | Information about related causes for Box 11. Nullable |
related_causes_info_11_01 | varchar | YES | Additional related causes information for Box 11. Nullable |
isPregnant_check | varchar | YES | A flag/Indicator whether the patient is pregnant (yes/no check). Nullable |
unit | varchar | YES | Measurement unit associated with the claim data. Nullable |
ndc_extra | varchar | YES | Extra information related to the National Drug Code (NDC). Nullable |
Resubmit_ICN | varchar | YES | ICN (Internal Control Number) associated with resubmitted claims. Nullable |
Default_Billng_address_1 | varchar | YES | Default billing address line 1. Nullable |
Default_Billng_address_2 | varchar | YES | Default billing address line 2. Nullable |
Default_Billng_city | varchar | YES | Default billing city. Nullable |
Default_Billng_state | varchar | YES | Default billing state. Nullable |
Default_Billng_zip | varchar | YES | Default billing ZIP code. Nullable |
CopyDateTime | datetime | YES | Date and time when the claim information was copied. Nullable |
submitter_id_code | varchar | YES | Code associated with the submitter ID. Nullable |
App_Receiver_Code | varchar | YES | Code associated with the application receiver. Nullable |
Submitter_ID | varchar | YES | Identifier for the claim submitter. Nullable |
NPI_Flag | varchar | YES | A flag/Indicator whether the claim uses NPI (National Provider Identifier). Nullable |
Tax_Indicator_ID | varchar | YES | Identifier for the tax A flag/Indicator. Nullable |
PriUseGroupTaxonomy | int | YES | Primary user group taxonomy. Nullable |
BillingEntityType | int | YES | Entity type for billing purposes. Nullable |
Wrap_claim | bit | YES | A flag/Indicator whether the claim is wrapped. Nullable |
rollup_claim | bit | YES | A flag/Indicator whether the claim is rolled up. Nullable |
mediciad_prim | bit | YES | A flag/Indicator whether the claim is related to primary Medicaid. Nullable |
ICN | varchar | YES | Internal Control Number associated with the claim. Nullable |
NYMedicaid | bit | YES | A flag/Indicator whether the claim is related to New York Medicaid. Nullable |
IsMedicaid | bit | YES | A flag/Indicator whether the claim is related to Medicaid. Nullable |
AdmissionTypeCode | varchar | YES | Code indicating the type of admission. Nullable |
AdmissionSourceCode | varchar | YES | Code indicating the source of admission. Nullable |
PrimaryCareProviderType | varchar | YES | Type of primary care provider. Nullable |
VisitType | varchar | YES | Type of visit associated with the claim. Nullable |
CustomerID | int | YES | Identifier for the customer associated with the claim. Nullable |
accident_state | varchar | YES | State associated with the accident related to the claim. Nullable |
VisitLocation | varchar | YES | Location of the visit associated with the claim. Nullable |
Outside_Amt | money | YES | Amount related to services performed outside. Nullable |
MammographyCertNum | varchar | YES | Certification number for mammography services. Nullable |
IsUGS | bit | YES | A flag/Indicator whether the claim is related to Unassigned Graduate Students (UGS). Nullable |
IsPrimUGS | bit | YES | A flag/Indicator whether the claim is related to Primary Unassigned Graduate Students (UGS). Nullable |
remaining_patient_liability | money | YES | Amount of remaining patient liability. Nullable |
PrimClaimID | int | YES | Identifier for the primary claim associated with this claim. Nullable |
contact_email | varchar | YES | Email address for claim-related contact. Nullable |
assignment_benefit_patient | bit | YES | A flag/Indicator whether benefits are assigned to the patient. Nullable |
rcm_claim_id | int | YES | Identifier associated with RCM (Revenue Cycle Management) claim. Nullable |
EReceiverLoopID | varchar | YES | Loop ID for electronic receiver. Nullable |
PropertyCasualtyClaimNumber | varchar | YES | Claim number for property casualty claims. Nullable |
SpecialProgramcode | varchar | YES | Code indicating a special program related to the claim. Nullable |
ClaimDelayReasonCode | varchar | YES | Code indicating the reason for claim delay. Nullable |
ClaimIDPrefix | varchar | YES | Prefix associated with the claim ID. Nullable |
ClaimFrequencyCode | varchar | YES | Code indicating the frequency of the claim. Nullable |
AssumedCareDate | datetime | YES | Date when care was assumed by the provider. Nullable |
HearingVisionRxDate | datetime | YES | Date related to hearing vision and prescription services. Nullable |
DisabilityFromDate | datetime | YES | Date from which the patient is disabled. Nullable |
DisabilityToDate | datetime | YES | Date until which the patient is disabled. Nullable |
SymptomDate | datetime | YES | Date of symptom onset. Nullable |
InitialTxDate | datetime | YES | Date of initial transaction. Nullable |
RelinquishedCareDate | datetime | YES | Date when care was relinquished. Nullable |
ClaimComment | varchar | YES | Comment or note associated with the claim. Nullable |
FileInformation | varchar | YES | Information related to the claim file. Nullable |
EReceiverID | varchar | YES | ID associated with electronic receiver. Nullable |
ISAPwd | varchar | YES | Password associated with ISA (Interchange Control Header) segment. Nullable |
EReceiverName | varchar | YES | Name of the electronic receiver. Nullable |
EDINumber | varchar | YES | Electronic Data Interchange (EDI) number. Nullable |
ReceiverIDQualifier | varchar | YES | Qualifier for receiver ID. Nullable |
SenderIDQualifier | varchar | YES | Qualifier for sender ID. Nullable |
FacilityBillIndicator | int | YES | A flag/Indicator whether the claim is a facility bill. Nullable |
UB_Address_1 | varchar | YES | Address line 1 for UB (Uniform Billing) claim. Nullable |
UB_Address_2 | varchar | YES | Address line 2 for UB (Uniform Billing) claim. Nullable |
UB_City | varchar | YES | City for UB (Uniform Billing) claim. Nullable |
UB_State | varchar | YES | State for UB (Uniform Billing) claim. Nullable |
UB_Zip | varchar | YES | ZIP code for UB (Uniform Billing) claim. Nullable |
UBClaimFrequencyCode | varchar | YES | Code indicating the frequency of the UB (Uniform Billing) claim. Nullable |
AdmissionHour | varchar | YES | Hour of admission for the claim. Nullable |
DischargeHour | varchar | YES | Hour of discharge for the claim. Nullable |
BillingName | varchar | YES | Name associated with billing for the claim. Nullable |
DMERCPlan | bit | YES | Plan related to DMERC (Durable Medical Equipment Regional Carrier). Nullable |
NoReferData | bit | YES | A flag/Indicator whether referral data is not present. Nullable |
IsMedicare | bit | YES | A flag/Indicator whether the claim is related to Medicare. Nullable |
IsPrimMedicare | bit | YES | A flag/Indicator whether the claim is primarily related to Medicare. Nullable |
AdmissionDate | datetime | YES | Date of admission for the claim. Nullable |
DischargeDate | datetime | YES | Date of discharge for the claim. Nullable |
InvestigationalDeviceExemption | varchar | YES | A flag/Indicator whether the claim involves investigational device exemption. Nullable |
CHCClaim_Batch_Det
This table stores CHCClaim_Batch_Det information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Batch_Det_ID | int | NO | PRIMARY KEY. ID for the claim batch detail. |
Batch_ID | int | YES | Nullable. PRIMARY KEY. ID for the claim batch. |
CyClaims_Claim_ID | int | YES | Nullable. PRIMARY KEY. ID for the claim in CyClaims system. |
Insurance_ID | int | YES | Nullable. ID for the insurance associated with the claim. |
Claim_ID | int | YES | Nullable. PRIMARY KEY. ID for the claim. |
Claim_ID2 | int | YES | Nullable. Another ID associated with the claim. |
CHCClaim_Batch_Hdr
This table stores CHCClaim_Batch_Hdr information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Batch_ID | int | NO | PRIMARY KEY. UNIQUE KEY. ID for the claim batch header. |
Customer_ID | int | YES | PRIMARY KEY. Nullable. ID for the customer associated with the batch. |
ClearingHouse_ID | int | YES | Nullable. ID for the clearing house associated with the batch. |
Form_ID | int | YES | Nullable. ID for the form associated with the batch. |
Prod_Test | int | YES | Nullable. Indicator for production or testing. |
Primary_Secondary | int | YES | Nullable. Indicator for primary or secondary batch. |
User_ID | varchar | YES | Nullable. User ID associated with the batch. |
Filing_Date | datetime | YES | Nullable. Date when the claim was filed. |
Orig_Batch_ID | varchar | YES | Nullable. Original batch ID. |
ProcessedID | int | YES | Nullable. ID indicating processing status. |
last_file_name | varchar | YES | Nullable. Name of the last file associated with the batch. |
BatchMedia | varchar | YES | Nullable. Media associated with the batch. |
CHCClaim_Codes
This table stores CHCClaim_Codes information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_Codes_ID | int | NO | PRIMARY KEY. UNIQUE KEY. An ID that uniquely identifies the claim codes entry. |
CyClaims_Claim_ID | int | YES | PRIMARY KEY. Nullable. The ID of the claim in the CyClaims system. |
Occu_Span1 | varchar | YES | Nullable. The first occupation span associated with the claim. |
Occu_From1 | varchar | YES | Nullable. The start date of the first occupation span. |
Occu_To1 | varchar | YES | Nullable. The end date of the first occupation span. |
Occu_Span2 | varchar | YES | Nullable. The second occupation span associated with the claim. |
Occu_From2 | varchar | YES | Nullable. The start date of the second occupation span. |
Occu_To2 | varchar | YES | Nullable. The end date of the second occupation span. |
occu_code1 | varchar | YES | Nullable. The first occupation code associated with the claim. |
occu_date1 | datetime | YES | Nullable. The date related to the first occupation code. |
occu_code2 | varchar | YES | Nullable. The second occupation code associated with the claim. |
occu_date2 | datetime | YES | Nullable. The date related to the second occupation code. |
occu_code3 | varchar | YES | Nullable. The third occupation code associated with the claim. |
occu_date3 | datetime | YES | Nullable. The date related to the third occupation code. |
occu_code4 | varchar | YES | Nullable. The fourth occupation code associated with the claim. |
occu_date4 | datetime | YES | Nullable. The date related to the fourth occupation code. |
occu_code5 | varchar | YES | Nullable. The fifth occupation code associated with the claim. |
occu_date5 | datetime | YES | Nullable. The date related to the fifth occupation code. |
occu_code6 | varchar | YES | Nullable. The sixth occupation code associated with the claim. |
occu_date6 | datetime | YES | Nullable. The date related to the sixth occupation code. |
occu_code7 | varchar | YES | Nullable. The seventh occupation code associated with the claim. |
occu_date7 | datetime | YES | Nullable. The date related to the seventh occupation code. |
occu_code8 | varchar | YES | Nullable. The eighth occupation code associated with the claim. |
occu_date8 | datetime | YES | Nullable. The date related to the eighth occupation code. |
value_code1 | varchar | YES | Nullable. The first value code associated with the claim. |
value_amt1 | money | YES | Nullable. The amount related to the first value code. |
value_code2 | varchar | YES | Nullable. The second value code associated with the claim. |
value_amt2 | money | YES | Nullable. The amount related to the second value code. |
value_code3 | varchar | YES | Nullable. The third value code associated with the claim. |
value_amt3 | money | YES | Nullable. The amount related to the third value code. |
value_code4 | varchar | YES | Nullable. The fourth value code associated with the claim. |
value_amt4 | money | YES | Nullable. The amount related to the fourth value code. |
value_code5 | varchar | YES | Nullable. The fifth value code associated with the claim. |
value_amt5 | money | YES | Nullable. The amount related to the fifth value code. |
value_code6 | varchar | YES | Nullable. The sixth value code associated with the claim. |
value_amt6 | money | YES | Nullable. The amount related to the sixth value code. |
value_code7 | varchar | YES | Nullable. The seventh value code associated with the claim. |
value_amt7 | money | YES | Nullable. The amount related to the seventh value code. |
value_code8 | varchar | YES | Nullable. The eighth value code associated with the claim. |
value_amt8 | money | YES | Nullable. The amount related to the eighth value code. |
value_code9 | varchar | YES | Nullable. The ninth value code associated with the claim. |
value_amt9 | money | YES | Nullable. The amount related to the ninth value code. |
value_code10 | varchar | YES | Nullable. The tenth value code associated with the claim. |
value_amt10 | money | YES | Nullable. The amount related to the tenth value code. |
value_code11 | varchar | YES | Nullable. The eleventh value code associated with the claim. |
value_amt11 | money | YES | Nullable. The eleventh value amount associated with the claim. |
value_code12 | varchar | YES | Nullable. The twelfth value code associated with the claim. |
value_amt12 | money | YES | Nullable. The twelfth value amount associated with the claim. |
condition_code1 | varchar | YES | Nullable. The first condition code associated with the claim. |
condition_code2 | varchar | YES | Nullable. The second condition code associated with the claim. |
condition_code3 | varchar | YES | Nullable. The third condition code associated with the claim. |
condition_code4 | varchar | YES | Nullable. The fourth condition code associated with the claim. |
condition_code5 | varchar | YES | Nullable. The fifth condition code associated with the claim. |
condition_code6 | varchar | YES | Nullable. The sixth condition code associated with the claim. |
condition_code7 | varchar | YES | Nullable. The seventh condition code associated with the claim. |
ICD1 | varchar | YES | Nullable. The first ICD code associated with the claim. |
ICD2 | varchar | YES | Nullable. The second ICD code associated with the claim. |
ICD3 | varchar | YES | Nullable. The third ICD code associated with the claim. |
ICD4 | varchar | YES | Nullable. The fourth ICD code associated with the claim. |
ICD5 | varchar | YES | Nullable. The fifth ICD code associated with the claim. |
ICD6 | varchar | YES | Nullable. The sixth ICD code associated with the claim. |
ICD7 | varchar | YES | Nullable. The seventh ICD code associated with the claim. |
ICD8 | varchar | YES | Nullable. The eighth ICD code associated with the claim. |
icd9 | varchar | YES | Nullable. The ninth ICD code associated with the claim. |
EMC_ICD_Code | varchar | YES | Nullable. The first EMC ICD code associated with the claim. |
EMC_ICD_Code_2 | varchar | YES | Nullable. The second EMC ICD code associated with the claim. |
EMC_ICD_Code_3 | varchar | YES | Nullable. The third EMC ICD code associated with the claim. |
EMC_ICD_Code_4 | varchar | YES | Nullable. The fourth EMC ICD code associated with the claim. |
EMC_ICD_Code_5 | varchar | YES | Nullable. The fifth EMC ICD code associated with the claim. |
EMC_ICD_Code_6 | varchar | YES | Nullable. The sixth EMC ICD code associated with the claim. |
EMC_ICD_Code_7 | varchar | YES | Nullable. The seventh EMC ICD code associated with the claim. |
EMC_ICD_Code_8 | varchar | YES | Nullable. The eighth EMC ICD code associated with the claim. |
AdmittingDiagnosis | varchar | YES | Nullable. The admitting diagnosis associated with the claim. |
ReasonForVisitDiagnosis | varchar | YES | Nullable. The reason for visit diagnosis associated with the claim. |
ECodeDiagnosis | varchar | YES | Nullable. The E-code diagnosis associated with the claim. |
ICD10 | varchar | YES | Nullable. The tenth ICD code associated with the claim. |
ICD11 | varchar | YES | Nullable. The eleventh ICD code associated with the claim. |
ICD12 | varchar | YES | Nullable. The twelfth ICD code associated with the claim. |
IsICD10 | bit | YES | Nullable. Indicates if ICD-10 is used for the claim. |
PrincipalDiagnosis | varchar | YES | Nullable. The principal diagnosis associated with the claim. |
ExternalDiagnosis1 | varchar | YES | Nullable. The first external diagnosis associated with the claim. |
ExternalDiagnosis2 | varchar | YES | Nullable. The second external diagnosis associated with the claim. |
ExternalDiagnosis3 | varchar | YES | Nullable. The third external diagnosis associated with the claim. |
ExternalDiagnosis4 | varchar | YES | Nullable. The fourth external diagnosis associated with the claim. |
ExternalDiagnosis5 | varchar | YES | Nullable. The fifth external diagnosis associated with the claim. |
ExternalDiagnosis6 | varchar | YES | Nullable. The sixth external diagnosis associated with the claim. |
ExternalDiagnosis7 | varchar | YES | Nullable. The seventh external diagnosis associated with the claim. |
ExternalDiagnosis8 | varchar | YES | Nullable. The eighth external diagnosis associated with the claim. |
ExternalDiagnosis9 | varchar | YES | Nullable. The ninth external diagnosis associated with the claim. |
ExternalDiagnosis10 | varchar | YES | Nullable. The tenth external diagnosis associated with the claim. |
ExternalDiagnosis11 | varchar | YES | Nullable. The eleventh external diagnosis associated with the claim. |
ExternalDiagnosis12 | varchar | YES | Nullable. The twelfth external diagnosis associated with the claim. |
CHCClaim_Doctor
This table stores CHCClaim_Doctor information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_Doctor_ID | int | NO | Primary ID. Unique ID. Primary key identifying the doctor. |
CyClaims_Claim_ID | int | YES | Primary ID. Nullable. Primary key linking to a claim. |
Claim_Doctor_Type_ID | int | YES | Primary ID. Nullable. Primary key identifying doctor type. |
Doctor_ID | varchar | YES | Nullable. Identifier for the doctor. |
doctor_last_name | varchar | YES | Nullable. Last name of the doctor. |
doctor_first_name | varchar | YES | Nullable. First name of the doctor. |
doctor_middle_int | varchar | YES | Nullable. Middle initial of the doctor. |
Doctor_Address_Line_1 | varchar | YES | Nullable. Address line 1 of the doctor. |
Doctor_Address_Line_2 | varchar | YES | Nullable. Address line 2 of the doctor. |
Doctor_City | varchar | YES | Nullable. City of the doctors address. |
Doctor_State | varchar | YES | Nullable. State of the doctors address. |
Doctor_Zip | varchar | YES | Nullable. ZIP code of the doctors address. |
Doctor_Location_code | varchar | YES | Nullable. Location code of the doctor. |
Doctor_Tax_Id | varchar | YES | Nullable. Tax ID of the doctor. |
Doctor_NPI | varchar | YES | Nullable. National Provider Identifier of the doctor. |
doctor_medicare_no | varchar | YES | Nullable. Medicare number of the doctor. |
doctor_medicaid_no | varchar | YES | Nullable. Medicaid number of the doctor. |
doctor_blueCross_no | varchar | YES | Nullable. Blue Cross number of the doctor. |
doctor_blueShield_no | varchar | YES | Nullable. Blue Shield number of the doctor. |
Doctor_UPIN | varchar | YES | Nullable. UPIN (Unique Physician Identification Number) of the doctor. |
Doctor_State_License | varchar | YES | Nullable. State license of the doctor. |
doctor_EMC_id | varchar | YES | Nullable. EMC ID of the doctor. |
Doctor_CPI_TAX_ID | varchar | YES | Nullable. CPI TAX ID of the doctor. |
Doctor_CPI_Individual_ID | varchar | YES | Nullable. CPI Individual ID of the doctor. |
Doctor_CPI_Group_ID | varchar | YES | Nullable. CPI Group ID of the doctor. |
Doctor_SSN | varchar | YES | Nullable. Social Security Number of the doctor. |
Doctor_Specialty | varchar | YES | Nullable. Specialty of the doctor. |
Doctor_Department_Specialty | varchar | YES | Nullable. Department specialty of the doctor. |
Doctor_Practice_Name_flag | bit | YES | Nullable. Flag indicating doctors practice name usage. |
Doctor_Use_Group_For_Filing | bit | YES | Nullable. Flag indicating use of group for filing. |
doctorgroup_id | varchar | YES | Nullable. Doctor group identifier to which this provider belongs to. |
DoctorGroup_Name | varchar | YES | Nullable. Name of the doctor group. |
DoctorGroup_Address_Line_1 | varchar | YES | Nullable. Address line 1 of the doctor group. |
DoctorGroup_Address_Line_2 | varchar | YES | Nullable. Address line 2 of the doctor group. |
DoctorGroup_city | varchar | YES | Nullable. City of the doctor groups address. |
DoctorGroup_State | varchar | YES | Nullable. State of the doctor groups address. |
DoctorGroup_zip | varchar | YES | Nullable. ZIP code of the doctor groups address. |
DoctorGroup_Tax_ID | varchar | YES | Nullable. Tax ID of the doctor group. |
DoctorGroup_NPI | varchar | YES | Nullable. National Provider Identifier of the doctor group. |
doctorgroup_medicare_no | varchar | YES | Nullable. Medicare number of the doctor group. |
doctorgroup_medicaid_no | varchar | YES | Nullable. Medicaid number of the doctor group. |
doctorgroup_blueCross_no | varchar | YES | Nullable. Blue Cross number of the doctor group. |
doctorgroup_blueShield_no | varchar | YES | Nullable. Blue Shield number of the doctor group. |
doctorgroup_EMC_id | varchar | YES | Nullable. EMC ID of the doctor group. |
doctorgroup_Taxonomy | varchar | YES | Nullable. Taxonomy of the doctor group. |
Doctor_NPI_Individual_ID | varchar | YES | Nullable. Individual NPI of the doctor. |
carrier_provider_id_group_id | varchar | YES | Nullable. Carrier provider ID group ID. |
carrier_provider_id_individual_id | varchar | YES | Nullable. Carrier provider ID individual ID. |
Carrier_Provider_ID_Tax_ID | varchar | YES | Nullable. Tax ID associated with Carrier Provider ID. |
ProvTaxType | varchar | YES | Nullable. Provider Tax Type. |
CareProviderBillable | bit | YES | Nullable. Flag indicating if the care provider is billable. |
Doctor_Suffix | varchar | YES | Nullable. Suffix of the doctor. |
CHCClaim_Level_CAS_Codes
This table stores CHCClaim_Level_CAS_Codes information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_CAS_ID | int | NO | PRIMARY KEY. UNIQUE KEY. identifier for the CAS entry. |
CyClaims_Claim_ID | int | YES | PRIMARY KEY. NULLABLE. Identifier of the associated claim. |
group_code | varchar | YES | PRIMARY KEY. NULLABLE. Group code associated with the CAS entry. |
reason_code_01 | varchar | YES | NULLABLE. First Reason code of the CAS entry. |
amount_01 | varchar | YES | NULLABLE. First Amount of the CAS entry. |
quantity_01 | varchar | YES | NULLABLE. First Quantity of the CAS entry. |
reason_code_02 | varchar | YES | NULLABLE. Second Reason code of the CAS entry. |
amount_02 | varchar | YES | NULLABLE. Second Amount of the CAS entry. |
quantity_02 | varchar | YES | NULLABLE. Second Quantity of the CAS entry. |
reason_code_03 | varchar | YES | NULLABLE. Third Reason code of the CAS entry. |
amount_03 | varchar | YES | NULLABLE. Third Amount of the CAS entry. |
quantity_03 | varchar | YES | NULLABLE. Third Quantity of the CAS entry. |
reason_code_04 | varchar | YES | NULLABLE. Fourth Reason code of the CAS entry. |
amount_04 | varchar | YES | NULLABLE. Fourth Amount of the CAS entry. |
quantity_04 | varchar | YES | NULLABLE. Fourth Quantity of the CAS entry. |
reason_code_05 | varchar | YES | NULLABLE. Fifth Reason code of the CAS entry. |
amount_05 | varchar | YES | NULLABLE. Fifth Amount of the CAS entry. |
quantity_05 | varchar | YES | NULLABLE. Fifth Quantity of the CAS entry. |
reason_code_06 | varchar | YES | NULLABLE. Sixth Reason code of the CAS entry. |
amount_06 | varchar | YES | NULLABLE. Sixth Amount of the CAS entry. |
quantity_06 | varchar | YES | NULLABLE. Sixth Quantity of the CAS entry. |
CHCClaim_Line_Level_CAS_Codes
This table stores CHCClaim_Line_Level_CAS_Codes information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Line_CAS_ID | int | NO | PRIMARY KEY. UNIQUE KEY. Identifier for claim line CAS code. |
CyClaims_Claim_ID | int | YES | PRIMARY KEY. NULLABLE. Identifier for the associated claim. |
CyClaims_Claim_Line_ID | int | YES | PRIMARY KEY. NULLABLE. Identifier for the associated claim line. |
group_code_line_item | varchar | YES | PRIMARY KEY. NULLABLE. Group code for the line item. |
line_item_reason_code_01 | varchar | YES | NULLABLE. First reason code for the line item. |
line_item_amount_01 | varchar | YES | NULLABLE. First amount for the line item. |
line_item_quantity_01 | varchar | YES | NULLABLE. First quantity for the line item. |
line_item_reason_code_02 | varchar | YES | NULLABLE. Second reason code for the line item. |
line_item_amount_02 | varchar | YES | NULLABLE. Second amount for the line item. |
line_item_quantity_02 | varchar | YES | NULLABLE. Second quantity for the line item. |
line_item_reason_code_03 | varchar | YES | NULLABLE. Third reason code for the line item. |
line_item_amount_03 | varchar | YES | NULLABLE. Third amount for the line item. |
line_item_quantity_03 | varchar | YES | NULLABLE. Third quantity for the line item. |
line_item_reason_code_04 | varchar | YES | NULLABLE. Fourth reason code for the line item. |
line_item_amount_04 | varchar | YES | NULLABLE. Fourth amount for the line item. |
line_item_quantity_04 | varchar | YES | NULLABLE. Fourth quantity for the line item. |
line_item_reason_code_05 | varchar | YES | NULLABLE. Fifth reason code for the line item. |
line_item_amount_05 | varchar | YES | NULLABLE. Fifth amount for the line item. |
line_item_quantity_05 | varchar | YES | NULLABLE. Fifth quantity for the line item. |
line_item_reason_code_06 | varchar | YES | NULLABLE. Sixth reason code for the line item. |
line_item_amount_06 | varchar | YES | NULLABLE. Sixth amount for the line item. |
line_item_quantity_06 | varchar | YES | NULLABLE. Sixth quantity for the line item. |
Orig_ID | int | YES | NULLABLE. Original ID associated with the claim. |
carrier_receiver_id | varchar | YES | NULLABLE. Identifier for the carrier or receiver. |
CHCClaim_Lines
This table stores CHCClaim_Lines information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_Line_ID | int | NO | PRIMARY KEY. UNIQUE KEY. Identifier for claim line. |
CyClaims_Claim_ID | int | YES | PRIMARY KEY. NULLABLE. Identifier for the associated claim. |
encounter_detail_From_date | datetime | YES | NULLABLE. Start date of the encounter detail. |
encounter_detail_To_date | datetime | YES | NULLABLE. End date of the encounter detail. |
modifier1 | varchar | YES | NULLABLE. Modifier 1 for the claim line. |
modifier2 | varchar | YES | NULLABLE. Modifier 2 for the claim line. |
modifier3 | varchar | YES | NULLABLE. Modifier 3 for the claim line. |
HCPCS | varchar | YES | NULLABLE. HCPCS code for the claim line. |
filing_cpt_code | varchar | YES | NULLABLE. CPT code for filing purposes. |
service_line_charge_amount | money | YES | NULLABLE. Charge amount for the service line. |
Primary_allowed_amt | money | YES | NULLABLE. Primary allowed amount for the service line. |
Unit | int | YES | NULLABLE. Unit value for the claim line. |
EMG | varchar | YES | NULLABLE. EMG (Emergency) indicator for the claim line. |
place_of_service_detail | varchar | YES | NULLABLE. Place of service detail for the claim line. |
diagnosis_code_1 | varchar | YES | NULLABLE. Diagnosis code 1 for the claim line. |
diagnosis_code_2 | varchar | YES | NULLABLE. Diagnosis code 2 for the claim line. |
diagnosis_code_3 | varchar | YES | NULLABLE. Diagnosis code 3 for the claim line. |
diagnosis_code_4 | varchar | YES | NULLABLE. Diagnosis code 4 for the claim line. |
CPT_Anesthesia_Flag | bit | YES | NULLABLE. Anesthesia flag for CPT code on the claim line. |
Anesthesia_Minutes | decimal | YES | NULLABLE. Anesthesia minutes for the claim line. |
sequence | int | YES | PRIMARY KEY. NULLABLE. Sequence of the claim line. |
Oral_Area_Code | varchar | YES | NULLABLE. Oral area code for the claim line. |
Tooth_No | varchar | YES | NULLABLE. Tooth number for the claim line. |
tooth_surface_1 | varchar | YES | NULLABLE. Surface 1 of the tooth for the claim line. |
tooth_surface_2 | varchar | YES | NULLABLE. Surface 2 of the tooth for the claim line. |
tooth_surface_3 | varchar | YES | NULLABLE. Surface 3 of the tooth for the claim line. |
tooth_surface_4 | varchar | YES | NULLABLE. Surface 4 of the tooth for the claim line. |
tooth_surface_5 | varchar | YES | NULLABLE. Surface 5 of the tooth for the claim line. |
epsdt_detail_flag | bit | YES | NULLABLE. EPSDT (Early and Periodic Screening Diagnostic and Treatment) detail flag. |
Family_Planning | bit | YES | NULLABLE. Family planning indicator for the claim line. |
post_amt | money | YES | NULLABLE. Post amount for the claim line. |
check_date | datetime | YES | NULLABLE. Date of the check for the claim line. |
secondary_primary_insurance_id | varchar | YES | NULLABLE. Secondary primary insurance ID for the claim line. |
secondary_filing_cpt_code | varchar | YES | NULLABLE. Secondary filing CPT code for the claim line. |
cpt_description | varchar | YES | NULLABLE. Description of the CPT code on the claim line. |
kidmed_encounter_date | datetime | YES | NULLABLE. Encounter date for Kidmed. |
kidmed_cpt_code | varchar | YES | NULLABLE. CPT code for Kidmed. |
CAS_lineitem_count_cpt | int | YES | NULLABLE. CAS (Claim Adjustment Segment) line item count CPT code. |
rev_code | varchar | YES | NULLABLE. Revenue code for the claim line. |
NDC_HIPPA | varchar | YES | NULLABLE. NDC (National Drug Code) HIPAA code for the claim line. |
NDC_Measure_Of_Unit | varchar | YES | NULLABLE. Measure of unit for the NDC. |
NDC_Billable_Units | decimal | YES | NULLABLE. Billable units for the NDC. |
NDC_Unit_Price | money | YES | NULLABLE. Unit price for the NDC. |
other_payer_mmis_number | varchar | YES | NULLABLE. MMIS number for other payer. |
Wrap_line | bit | YES | PRIMARY KEY. NULLABLE. Wrap line indicator. |
rollup_line | bit | YES | PRIMARY KEY. NULLABLE. Rollup line indicator. |
Orig_id | int | YES | NULLABLE. Original ID associated with the claim line. |
medicaid_rollup_line | bit | YES | PRIMARY KEY. NULLABLE. Medicaid rollup line indicator. |
suppress | bit | YES | PRIMARY KEY. NULLABLE. Suppression indicator. |
NYMedicaid_Line | bit | YES | NULLABLE. NY Medicaid line indicator. |
Not_Covered | money | YES | NULLABLE. Not covered amount for the claim line. |
EMCode | bit | YES | NULLABLE. EM (Emergency) code indicator. |
PrevCode | bit | YES | PRIMARY KEY. NULLABLE. Previous code indicator. |
Line_Note | varchar | YES | NULLABLE. Note associated with the claim line. |
RevenueCat | varchar | YES | NULLABLE. Revenue category for the claim line. |
AmountPaidLine | money | YES | NULLABLE. Amount paid for the claim line. |
modifier4 | varchar | YES | NULLABLE. Modifier 4 for the claim line. |
remaining_patient_liability | money | YES | NULLABLE. Remaining patient liability for the claim line. |
TOS | varchar | YES | NULLABLE. Type of service for the claim line. |
AuthorizationCode | varchar | YES | NULLABLE. Authorization code for the claim line. |
PrintProcDesc | bit | YES | NULLABLE. Print procedure description indicator. |
Standard_Charge | money | YES | PRIMARY KEY. NULLABLE. Standard charge for the claim line. |
Rate_Charge | money | YES | NULLABLE. Rate charge for the claim line. |
RefProvFName | varchar | YES | NULLABLE. First name of the referring provider. |
RefProvLName | varchar | YES | NULLABLE. Last name of the referring provider. |
RefProvID | int | YES | NULLABLE. ID of the referring provider. |
RefPerfFlag | int | YES | NULLABLE. Referring provider performance flag. |
RefProvIndNum | varchar | YES | NULLABLE. Individual number of the referring provider. |
RefProvMName | varchar | YES | NULLABLE. Middle name of the referring provider. |
RefProvNPI | varchar | YES | NULLABLE. NPI of the referring provider. |
RefProvTaxonomyCode | varchar | YES | NULLABLE. Taxonomy code of the referring provider. |
RefProvUPIN | varchar | YES | NULLABLE. UPIN (Unique Physician Identification Number) of the referring provider. |
MeasurementType1 | varchar | YES | NULLABLE. Measurement type 1 for patient provided in claim. |
MeasurementCode1 | varchar | YES | NULLABLE. Measurement code 1 for patient provided in claim. |
MeasurementValue1 | varchar | YES | NULLABLE. Measurement value 1 for patient provided in claim. |
MeasurementType2 | varchar | YES | NULLABLE. Measurement type 2 for patient provided in claim. |
MeasurementCode2 | varchar | YES | NULLABLE. Measurement code 2 for patient provided in claim. |
MeasurementValue2 | varchar | YES | NULLABLE. Measurement value 2 for patient provided in claim. |
MeasurementType3 | varchar | YES | NULLABLE. Measurement type 3 for patient provided in claim. |
MeasurementCode3 | varchar | YES | NULLABLE. Measurement code 3 for patient provided in claim. |
MeasurementValue3 | varchar | YES | NULLABLE. Measurement value 3 for patient provided in claim. |
MeasurementType4 | varchar | YES | NULLABLE. Measurement type 4 for patient provided in claim. |
MeasurementCode4 | varchar | YES | NULLABLE. Measurement code 4 for patient provided in claim. |
MeasurementValue4 | varchar | YES | NULLABLE. Measurement value 4 for patient provided in claim. |
MeasurementType5 | varchar | YES | NULLABLE. Measurement type 5 for patient provided in claim. |
MeasurementCode5 | varchar | YES | NULLABLE. Measurement code 5 for patient provided in claim. |
MeasurementValue5 | varchar | YES | NULLABLE. Measurement value 5 for patient provided in claim. |
RefLineSameClaim | bit | YES | NULLABLE. Referring line is from the same claim indicator. |
IsNonCoveredCharge | bit | YES | NULLABLE. Flag to indicate Non-covered charge are present or not. |
NonCoveredChargeAmt | money | YES | NULLABLE. Non-covered charge amount id present. |
IsDME | bit | YES | NULLABLE. Durable Medical Equipment (DME) indicator. |
RxNumber | varchar | YES | NULLABLE. Prescription number for patient refered on claim. |
RefProvSuffix | varchar | YES | NULLABLE. Suffix of the referring providers name. |
DMERCDetaulftBillable | bit | YES | NULLABLE. DME Revenue Code (DMERC) default billable indicator. |
NoReferDataOnClaim | bit | YES | NULLABLE. No. of referring provider on the claim. |
CHCClaim_location
This table stores CHCClaim_location information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_location_ID | int | NO | PRIMARY KEY. UNIQUE KEY. Location identifier for the associated claim. |
CyClaims_Claim_ID | int | YES | PRIMARY KEY. NULLABLE. Identifier for the associated claim. |
location | varchar | YES | NULLABLE. Name of the providers location. |
location_address_1 | varchar | YES | NULLABLE. Address line 1 of the providers location. |
location_address_2 | varchar | YES | NULLABLE. Address line 2 of the providers location. |
location_city | varchar | YES | NULLABLE. City of the providers location. |
location_state | varchar | YES | NULLABLE. State of the providers location. |
location_zip | varchar | YES | NULLABLE. ZIP code of the providers location. |
location_NPI | varchar | YES | NULLABLE. NPI (National Provider Identifier) of the location. |
Location_NPI_Group_ID | varchar | YES | NULLABLE. Group NPI identifier for the location. |
Location_NPI_Individual_ID | varchar | YES | NULLABLE. Individual NPI identifier for the location. |
location_Group_BlueShield_No | varchar | YES | NULLABLE. BlueShield group number for the location. |
location_Group_BlueCross_No | varchar | YES | NULLABLE. BlueCross group number for the location. |
location_Group_Medicaid_No | varchar | YES | NULLABLE. Medicaid group number for the location. |
location_Group_Medicare_No | varchar | YES | NULLABLE. Medicare group number for the location. |
location_Group_Champus_No | varchar | YES | NULLABLE. Champus group number for the location. |
CLIA_number | varchar | YES | NULLABLE. Clinical Laboratory Improvement Amendments (CLIA) number. |
CPOLocationNPI | varchar | YES | NULLABLE. Providers location NPI for CPOMedicare. |
LocationIDNumber | varchar | YES | NULLABLE. Location ID number for the providers location. |
LocationIDQualifier | varchar | YES | NULLABLE. Qualifier for the Location ID. |
IsPracticeLocation | bit | YES | NULLABLE. Indicates if the location is a practice location. |
location_Tax_Id | varchar | YES | NULLABLE. Tax identification number for the location. |
CHCClaim_Patient
This table stores CHCClaim_Patient information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_Patient_ID | int | NO | PRIMARY KEY. UNIQUE KEY. Patient ID for claim generated. |
CyClaims_Claim_ID | int | YES | PRIMARY KEY. NULLABLE. Identifier for the associated claim. |
patient_last_name | varchar | YES | NULLABLE. Last name of the patient. |
patient_first_name | varchar | YES | NULLABLE. First name of the patient. |
patient_Middle_int | varchar | YES | NULLABLE. Middle initial of the patient. |
patient_age_year | varchar | YES | NULLABLE. Age of the patient in years. |
patient_address | varchar | YES | NULLABLE. Address of the patient. |
patient_address_2 | varchar | YES | NULLABLE. Additional address information for the patient. |
patient_city | varchar | YES | NULLABLE. City of the patients address. |
patient_state | varchar | YES | NULLABLE. State of the patients address. |
patient_zip | varchar | YES | NULLABLE. ZIP code of the patients address. |
patient_dob | datetime | YES | NULLABLE. Date of birth of the patient. |
patient_sex | varchar | YES | NULLABLE. Gender/sex of the patient. |
patient_date_of_death | datetime | YES | NULLABLE. Date of death of the patient. |
ins_sbr_name_insurance_id | varchar | YES | NULLABLE. Insurance information related to the patient. |
patient_student_status | varchar | YES | NULLABLE. Student status of the patient. |
patient_birth_weight_lbs | varchar | YES | NULLABLE. Birth weight of the patient in pounds. |
Patient_Marital_Status | varchar | YES | NULLABLE. Marital status of the patient. |
Patient_Chart | varchar | YES | NULLABLE. Patients chart information. |
Patient_Social_Security | varchar | YES | NULLABLE. Social Security information of the patient. |
Patient_Phone | varchar | YES | NULLABLE. Phone number of the patient. |
Patient_Employment_Status | varchar | YES | NULLABLE. Employment status of the patient. |
Signature_Source | varchar | YES | NULLABLE. Source of patients signature. |
Patient_Suffix | varchar | YES | NULLABLE. Suffix of the patients name. |
CHCClaim_Payor
This table stores CHCClaim_Payor information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_payor_ID | int | NO | Primary Key. Unique Key. |
CyClaims_Claim_ID | int | YES | Primary Key. Nullable. |
Claim_Payor_Type_ID | int | YES | Primary Key. Nullable. |
patient_account_no | varchar | YES | Nullable.This column contains patient account number. |
same_address | bit | YES | Nullable.This column stores a flag for same address. |
patient_relation | varchar | YES | Nullable.This column contains patient relation information. |
group_id | varchar | YES | Nullable.This column contains group ID. |
group_Name | varchar | YES | Nullable.This column contains group name. |
use_group_Name | varchar | YES | Nullable.This column contains usage group name. |
insurance_type | varchar | YES | Nullable.This column contains insurance type. |
claim_editing_ind | varchar | YES | Nullable.This column contains claim editing indicator. |
patient_dob | datetime | YES | Nullable.This column contains patient date of birth. |
patient_sex | varchar | YES | Nullable.This column contains patient gender. |
Patient_Last_Name | varchar | YES | Nullable.This column contains patient last name. |
Patient_First_Name | varchar | YES | Nullable.This column contains patient first name. |
Individual_Id | varchar | YES | Nullable.This column contains individual ID. |
Patient_Address | varchar | YES | Nullable.This column contains patient address. |
Patient_Address_2 | varchar | YES | Nullable.This column contains patient address line 2. |
Patient_City | varchar | YES | Nullable.This column contains patient city. |
Patient_State | varchar | YES | Nullable.This column contains patient state. |
Patient_Zip | varchar | YES | Nullable.This column contains patient ZIP code. |
carrier_name | varchar | YES | Nullable.This column contains carrier name. |
Carrier_Receiver_Id | varchar | YES | Nullable.This column contains carrier receiver ID. |
Patient_Phone | varchar | YES | Nullable.This column contains patient phone number. |
patient_Middle_int | varchar | YES | Nullable.This column contains patient middle initial. |
employer | varchar | YES | Nullable.This column contains employer information. |
school | varchar | YES | Nullable.This column contains school information. |
alt_carrier_receiver_id | varchar | YES | Nullable.This column contains alternate carrier receiver ID. |
msp_code | varchar | YES | Nullable.This column contains MSP code. |
Payor_Address_1 | varchar | YES | Nullable.This column contains payor address line 1. |
Payor_Address_2 | varchar | YES | Nullable.This column contains payor address line 2. |
Payor_City | varchar | YES | Nullable.This column contains payor city. |
Payor_State | varchar | YES | Nullable.This column contains payor state. |
Payor_Zip | varchar | YES | Nullable.This column contains payor ZIP code. |
SecondaryInsuranceType | varchar | YES | Nullable.This column contains secondary insurance type. |
Patient_Suffix | varchar | YES | Nullable.This column contains patient suffix. |
Patient_Prefix | varchar | YES | Nullable.This column contains patient prefix. |
CHCClaim_Practice_Hospital
This table stores CHCClaim_Practice_Hospital information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_Practice_Hospital_ID | int | NO | Primary Key. Unique Key |
CyClaims_Claim_ID | int | YES | Nullable. Primary Key |
Practice_Tax_Id | varchar | YES | Nullable. This column contains practice tax ID. |
practice_npi | varchar | YES | Nullable. This column contains practice NPI. |
Practice_Medicaid_EMC_Id | varchar | YES | Nullable. This column contains Medicaid EMC ID. |
Practice_Name | varchar | YES | Nullable. This column contains practice name. |
Practice_Address_Line_1 | varchar | YES | Nullable. This column contains practice address line 1. |
Practice_Address_Line_2 | varchar | YES | Nullable. This column contains practice address line 2. |
Practice_city | varchar | YES | Nullable. This column contains practice city. |
Practice_state | varchar | YES | Nullable. This column contains practice state. |
Practice_zip | varchar | YES | Nullable. This column contains practice ZIP code. |
Practice_Phone | varchar | YES | Nullable. This column contains practice phone number. |
Hospital_Id | varchar | YES | Nullable. This column contains hospital ID. |
Hospital_NPI | varchar | YES | Nullable. This column contains hospital NPI. |
Hospital_medicare_NO | varchar | YES | Nullable. This column contains hospital Medicare number. |
Hospital_name | varchar | YES | Nullable. This column contains hospital name. |
Hospital_Use_Tax_ID | varchar | YES | Nullable. This column contains hospital use tax ID. |
Hospital_Tax_ID | varchar | YES | Nullable. This column contains hospital tax ID. |
Hospital_Insurance_ID | varchar | YES | Nullable. This column contains hospital insurance ID. |
Hospital_Address1 | varchar | YES | Nullable. This column contains hospital address line 1. |
Hospital_city | varchar | YES | Nullable. This column contains hospital city. |
Hospital_state | varchar | YES | Nullable. This column contains hospital state. |
Hospital_zip | varchar | YES | Nullable. This column contains hospital ZIP code. |
date_hospital_from | datetime | YES | Nullable. This column stores start date when patient was addmited. |
date_hospital_to | datetime | YES | Nullable. This column stores end date ie dtae till patient was admitted. |
Practice_Taxonomy | varchar | YES | Nullable. This column contains practice taxonomy code. |
PayTo_Address_1 | varchar | YES | Nullable. This column contains billing address line 1. |
PayTo_Address_2 | varchar | YES | Nullable. This column contains billing address line 2. |
PayTo_City | varchar | YES | Nullable. This column contains billing city. |
PayTo_State | varchar | YES | Nullable. This column contains billing state. |
PayTo_Zip | varchar | YES | Nullable. This column contains billing ZIP code. |
CHCClaim_PWK
This table stores CHCClaim_PWK information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Claim_PWK_ID | int | NO | Primary Key. Unique Key |
CyClaims_Claim_ID | int | YES | Nullable. Primary Key |
PWKRptTypeCode1 | varchar | YES | Nullable. This column contains report type code 1. |
PWKRptTransCode1 | varchar | YES | Nullable. This column contains report trans. code 1. |
PWKRptIdentCode1 | varchar | YES | Nullable. This column contains report ident. code 1. |
PWKRptTypeCode2 | varchar | YES | Nullable. This column contains report type code 2. |
PWKRptTransCode2 | varchar | YES | Nullable. This column contains report trans. code 2. |
PWKRptIdentCode2 | varchar | YES | Nullable. This column contains report ident. code 2. |
PWKRptTypeCode3 | varchar | YES | Nullable. This column contains report type code 3. |
PWKRptTransCode3 | varchar | YES | Nullable. This column contains report trans. code 3. |
PWKRptIdentCode3 | varchar | YES | Nullable. This column contains report ident. code 3. |
PWKRptTypeCode4 | varchar | YES | Nullable. This column contains report type code 4. |
PWKRptTransCode4 | varchar | YES | Nullable. This column contains report trans. code 4. |
PWKRptIdentCode4 | varchar | YES | Nullable. This column contains report ident. code 4. |
PWKRptTypeCode5 | varchar | YES | Nullable. This column contains report type code 5. |
PWKRptTransCode5 | varchar | YES | Nullable. This column contains report trans. code 5. |
PWKRptIdentCode5 | varchar | YES | Nullable. This column contains report ident. code 5. |
PWKRptTypeCode6 | varchar | YES | Nullable. This column contains report type code 6. |
PWKRptTransCode6 | varchar | YES | Nullable. This column contains report trans. code 6. |
PWKRptIdentCode6 | varchar | YES | Nullable. This column contains report ident. code 6. |
PWKRptTypeCode7 | varchar | YES | Nullable. This column contains report type code 7. |
PWKRptTransCode7 | varchar | YES | Nullable. This column contains report trans. code 7. |
PWKRptIdentCode7 | varchar | YES | Nullable. This column contains report ident. code 7. |
PWKRptTypeCode8 | varchar | YES | Nullable. This column contains report type code 8. |
PWKRptTransCode8 | varchar | YES | Nullable. This column contains report trans. code 8. |
PWKRptIdentCode8 | varchar | YES | Nullable. This column contains report ident. code 8. |
PWKRptTypeCode9 | varchar | YES | Nullable. This column contains report type code 9. |
PWKRptTransCode9 | varchar | YES | Nullable. This column contains report trans. code 9. |
PWKRptIdentCode9 | varchar | YES | Nullable. This column contains report ident. code 9. |
PWKRptTypeCode10 | varchar | YES | Nullable. This column contains report type code 10. |
PWKRptTransCode10 | varchar | YES | Nullable. This column contains report trans. code 10. |
PWKRptIdentCode10 | varchar | YES | Nullable. This column contains report ident. code 10. |
CHCClaim_Secondary
This table stores CHCClaim_Secondary information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Claim_Secondary_ID | int | NO | Primary Key. Unique Key. |
CyClaims_Claim_ID | int | YES | Primary Key. Nullable. |
Claim_Id | varchar | YES | Nullable. This column contains claim ID. |
check_date | datetime | YES | Nullable. This column contains check date. |
Primary_allowed_amt | money | YES | Nullable. This column stores primary allowed amount. |
Post_Amt | money | YES | Nullable. This column stores post-amount. |
allowed_amt | money | YES | Nullable. This column stores allowed amount. |
outstanding_amt | money | YES | Nullable. This column stores outstanding amount. |
other_payer_mmis_number | varchar | YES | Nullable. This column contains other payer MMIS number. |
ugs_filing_flag | bit | YES | Nullable. This column stores UGS filing flag. |
allowed_amt_Sum | money | YES | Nullable. This column stores sum of allowed amounts. |
CHCclearinghouse
This table stores CHCclearinghouse information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Id | int | NO | Primary. Auto Increment by 1 starting from 1. |
Customer_ID | int | YES | Nullable. This column stores Customers ID |
Name | varchar | NO | This column constains name of clearing house. |
Filename_Text | varchar | YES | Nullable. This column constains name of text file of clearing house. |
Map_837_institutional_File_Name | varchar | YES | Nullable. This column is used to store name of process to be mapped based on text file type 837_institutional. |
Map_837_Professional_File_Name | varchar | YES | Nullable. This column is used to store name of process to be mapped based on text file type 837_Professional. |
Map_837_Dental_File_Name | varchar | YES | Nullable. This column is used to store name of process to be mapped based on text file type 837_Dental. |
Send_Show_As_Text | varchar | YES | Nullable. |
Send_Command_Text | varchar | YES | Nullable. Which command text to run based on file type. |
Contact_Name | varchar | YES | Nullable. Contact name of user submitting claim. |
Submission_Number | int | YES | Nullable. Claim submition number. |
submitter_id_text | varchar | YES | Nullable. Submitters Id given as text. |
map_837_base_file_name | varchar | NO | This column is used to store name of process to be mapped based on text file type 837_base. |
map_837_institutional_secondary_file_name | varchar | YES | Nullable. This column is used to store name of process to be mapped based on text file type 837_institutional_secondary. |
map_837_professional_secondary_file_name | varchar | YES | Nullable. This column is used to store name of process to be mapped based on text file type 837_professional_secondary. |
map_837_dental_secondary_file_name | varchar | YES | Nullable. This column is used to store name of process to be mapped based on text file type 837_dental_secondary. |
linefeed_flag | bit | NO | flag toggling (0/1) |
Format_Name | varchar | YES | Nullable. Bliing format. |
tilde | bit | YES | Nullable. flag toggling (0/1) |
App_Receiver_Code | varchar | YES | Nullable. Recivers code. |
CHCClearingHouse_Link
This table stores CHCClearingHouse_Link information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Clearinghouse_ID | int | NO | Primary key. An identifier for the clearinghouse entity. |
Orig_ID | varchar | NO | Primary key. An original identifier associated with the data record. |
Form_id | int | YES | An identifier for the specific form or data structure. Nullable |
SourceDB | varchar | YES | A reference to the source database or system. Nullable |
CHCCTBProcedure
This table stores CHCCTBProcedure information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBProcedureID | numeric | NO | Primary key. Identity column. A unique identifier for each dental procedure record. |
DocumentID | numeric | NO | An identifier associated with a document related to the procedure. |
ToothNumber | varchar | YES | The number of the tooth involved in the procedure. Nullable |
PredeterminationNumber | varchar | YES | An identifier for predetermination related to the procedure. |
ToothSurface1ID | numeric | YES | Logical FK to CHCListToothSurface table ToothSurface1ID. Identifier for the first tooth surface involved in the procedure. Nullable |
ToothSurface2ID | numeric | YES | Logical FK to CHCListToothSurface table ToothSurface2ID. Identifier for the second tooth surface involved in the procedure. Nullable |
ToothSurface3ID | numeric | YES | Logical FK to CHCListToothSurface table ToothSurface3ID. Identifier for the third tooth surface involved in the procedure. Nullable |
ToothSurface4ID | numeric | YES | Logical FK to CHCListToothSurface table ToothSurface4ID. Identifier for the fourth tooth surface involved in the procedure. Nullable |
ToothSurface5ID | numeric | YES | Logical FK to CHCListToothSurface table ToothSurface5ID. Identifier for the fifth tooth surface involved in the procedure. Nullable |
OralCavityDesignation1ID | numeric | YES | Logical FK to CHCListOralCavityDesignation table OralCavityDesignation1ID. Nullable |
OralCavityDesignation2ID | numeric | YES | Logical FK to CHCListOralCavityDesignation table OralCavityDesignation2ID. Nullable |
OralCavityDesignation3ID | numeric | YES | Logical FK to CHCListOralCavityDesignation table OralCavityDesignation3ID. Nullable |
OralCavityDesignation4ID | numeric | YES | Logical FK to CHCListOralCavityDesignation table OralCavityDesignation4ID. Nullable |
OralCavityDesignation5ID | numeric | YES | Logical FK to CHCListOralCavityDesignation table OralCavityDesignation5ID. Nullable |
ProsthesisCrownOrInlay | smallint | NO | Indication of a prosthesis. crown. or inlay involved in the procedure. |
PCOrIPriorPlacementDate | datetime | YES | Date of prior placement of prosthesis. crown. or inlay. Nullable |
AppliancePlacementInitialDate | datetime | YES | Initial date of appliance placement. Nullable |
ApplianceReplacementDate | datetime | YES | Date of appliance replacement. Nullable |
CreatedByID | numeric | YES | Identifier of the user who created the record. Nullable |
Created | datetime | NO | Date and time when the record was created. |
LastModifiedByID | numeric | YES | Identifier of the user who last modified the record. Nullable |
LastModified | datetime | YES | Date and time of the last modification to the record. Nullable |
CHCCustomer
This table stores CHCCustomer information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Customer_ID | int | NO | A unique identifier for each customer. |
Customer_Name | varchar | NO | The name of the customer or medical clinic. |
Source | varchar | YES | The source or origin associated with the customer (e.g.. Greenway Medical Clinics). Nullable |
Insurance_List | varchar | YES | A reference or identifier related to insurance information. Nullable |
Batch_List | varchar | YES | A reference or identifier related to claim batches. Nullable |
Map_Files | varchar | YES | Reference or identifier related to map files for claim batches. Nullable |
Show_medicaid_line | bit | YES | A flag (1 or 0) indicating whether to show the Medicaid line. Nullable |
PrimeSuite_id | int | YES | An identifier associated with PrimeSuite . Nullable |
Use_As_Default | bit | YES | A flag (1 or 0) indicating whether to use this customer as the default. Nullable |
clearinghouse_ID | int | YES | An identifier associated with the clearinghouse. Nullable |
CHCForm
This table stores CHCForm information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Id | int | NO | Primary key. Identity column. A unique identifier for each form. |
Name | varchar | NO | The name or title of the form. |
Code | varchar | NO | A code associated with the form. |
Type_Code | varchar | NO | A code indicating the type of form (e.g.. "E" for electronic). |
File_Name | varchar | NO | The name of the file associated with the form. |
position_order | int | YES | A numerical order or position for the form. Nullable |
domain_code | char | NO | A code indicating the domain or category of the form. |
CHCInsCoveragePatientVisitTypes
Stores CHCInsCoveragePatientVisitTypes Description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsCoveragePatientVisitTypeID | numeric | NO | Primary key. Identity column. A unique identifier for each record in the table. |
InsCoverageID | numeric | NO | Identifier for the insurance coverage associated with the patient visit type. |
PatientID | numeric | NO | Identifier for the patient associated with the insurance coverage. |
VisitTypeID | numeric | NO | Identifier for the specific type of patient visit. |
CreatedByID | numeric | YES | Identifier of the user who created the record. Nullable |
Created | datetime | NO | Date and time when the record was created. |
CHCInsurance
Stores CHCInsurance Description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CyClaims_Insurance_ID | int | NO | Primary key. Identity column. A unique identifier for each insurance record. |
Insurance_ID | int | YES | Stores the Insurance ID. Nullable |
Customer_ID | int | YES | Identifier for the customer associated with the insurance. Nullable |
map_file_name | varchar | YES | The name of the map file. Nullable |
map_Sub_file_name | varchar | YES | The name of the sub-map file. Nullable |
Insurance_Name | varchar | YES | The name of the insurance. Nullable |
ZeroDollar | bit | YES | A flag indicating whether zero-dollar claims are allowed. Nullable |
Ins_Hide_medicaid_line | bit | YES | A flag indicating whether Medicaid line should be hidden for the insurance. Nullable |
CASToClaim | bit | YES | A flag indicating whether CASToClaim is enabled. Nullable |
Ins_Show_All_medicaid_line | bit | YES | A flag indicating whether all Medicaid lines should be shown for the insurance. Nullable |
MedicaidAddLineValue | bit | YES | A flag indicating whether Medicaid line value should be added. Nullable |
MapID5010 | int | YES | Identifier for mapping to 5010 standard. Nullable |
MapSecondaryID5010 | int | YES | Identifier for secondary mapping to 5010 standard. Nullable |
MapID | int | YES | Identifier for mapping. Nullable |
SecondaryID | int | YES | Identifier for secondary mapping. Nullable |
SuppressFileClaim | bit | YES | A flag indicating whether file claim should be suppressed. Nullable |
SuppressCHCCode | bit | YES | A flag indicating whether CHC code should be suppressed. Nullable |
CHCCodeOnlyStandard | bit | YES | A flag indicating whether CHC code should be the only standard. Nullable |
CHCInsurance_Flag
This table stores CHCInsurance_Flag information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Insurance_Flag_ID | int | NO | Primary key. Identity column. A unique identifier for each insurance flag |
Flag_Name | varchar | YES | The name or title of the insurance flag. indicating its purpose. Nullable |
Flag_Description | varchar | YES | A detailed description explaining the meaning and use of the insurance flag. Nullable |
Flag_Code | varchar | YES | A code or identifier associated with the insurance flag for referencing purposes. Nullable |
Default_Value | bit | YES | The default value assigned to the insurance flag which may determine its initial state or behavior. Nullable |
Primary_Secondary | int | YES | A flag/Indicator specifying whether the insurance flag is considered primary (1) or secondary (2) in its context. Nullable |
CHCInsuranceCoverage
This table stores CHCInsuranceCoverage information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsID | numeric | NO | Primary key. Identity column. An identifier for the insurance coverage. |
OtherID1 | varchar | YES | An additional identifier field (possibly for reference). Nullable |
OtherID2 | varchar | YES | Another additional identifier field (possibly for reference). Nullable |
CreatedByID | numeric | YES | Identifier of the user who created the insurance coverage record. Nullable |
Created | datetime | NO | Date and time when the insurance coverage record was created. |
LastModifiedByID | numeric | YES | Identifier of the user who last modified the insurance coverage record. Nullable |
LastModified | datetime | NO | Date and time of the last modification to the insurance coverage record. |
CHCInsurancePlan
This table stores CHCInsurancePlan information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PlanID | numeric | NO | Primary Key for the Table CHCInsurancePlan.. Numeric.. stores the PlanID for the Insurance Plan |
SFCarrierFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
FQHCCarrierFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
SFFileClaimsFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
InsuredAlwaysSameAsPatientFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
OMAPInsCarrierFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
BenefitSetID | numeric | YES | Foreign Key for the table CHCInsurancePlan.. REFERENCES dbo.CHCListBenefitSet (CHCListBenefitSetID) |
CPSPInsCarrierFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
MngCareInsCarrierFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
MBAdvantageInsCarrierFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
Secondary_BypassPrimaryFilingFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
ContractSettingID | numeric | YES | Foreign Key for the table.. REFERENCES dbo.CHCListContractSetting (CHCListContractSettingID) |
AutoUpdateSFPayerPlanSetFlag | bit | NO | Toggles between 0 & 1. Default Setting: 0 |
Inactive | bit | NO | Foreign Key for the table.. REFERENCES dbo.CHCListBenefitSet (CHCListBenefitSetID) |
Note | varchar | YES | Stores the Insurance Plan Note |
CreatedByID | numeric | YES | Stores the Create user ID. Nullable |
Created | datetime | NO | Datetime record got Created.. Default Setting: (getdate()) |
LastModifiedByID | numeric | YES | Stores the Last Modified user ID. Nullable |
LastModified | datetime | NO | Datetime record got modified.. Default Setting: (getdate()) |
SplitCarrierPlanID | numeric | YES | This column represents the Split Carrier Plan ID. Nullable |
MaximumCombinedClaims | tinyint | YES | Stores the maximum number of Combo Claims |
ComboClaimsEnabled | bit | NO | Toggles between 0 & 1.. Default Setting: 0 |
DaysToHoldComboClaims | int | NO | Number of Days to hold the Combo claims.. Default Setting: 0 |
CHCListAgriculturalWorkStatus
This table stores CHCListAgriculturalWorkStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListAgriculturalWorkStatusID | numeric | NO | Primary key for the table represents the Agricultural Work Status ID. Not null |
Code | varchar | YES | Code that defines the Agricultural Work Status item. Nullable |
Name | varchar | YES | The name of the Agricultural Work Status List. Nullable |
ListOrder | int | YES | The order of the Agricultural Work Status information List. Nullable |
Note | varchar | YES | Represents the notes given by user such as Comments or Description of the state of agricultural work |
Inactive | bit | NO | Toggles between 0 & 1.. Default Setting: 0. Not null |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Default Setting: 0. Not null |
CreatedByID | numeric | YES | Saves the user ID who created the record. Nullable |
Created | datetime | YES | Stores the creation date. Date Time Field. Nullable |
LastModifiedByID | numeric | YES | Saves the user ID of the user when there is a change in the record.Nullable |
LastModified | datetime | YES | Stores the modification date. Date Time Field. Nullable |
CHCListBenefitSet
This table stores CHCListBenefitSet information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListBenefitSetID | numeric | NO | Primary Key Table for the table represents the Benefit Set record List. Not null |
Name | varchar | YES | The name of the Benefit Set List. Nullable |
ANSICode | varchar | YES | Stores the ANSI Code that defines the Benefit Set item. Nullable |
ListOrder | int | YES | The order of the Benefit Set information. Nullable |
Note | varchar | YES | Represents the notes given by user such as Comments or Description of the CHC List Benefit Set |
Inactive | bit | NO | Toggles between 0 & 1.. Default Setting: 0. Not null |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Default Setting: 0. Not null |
CreatedByID | numeric | YES | Saves the user ID who created the record. Nullable |
Created | datetime | NO | Stores the creation date. Date Time Field. Not Null |
LastModifiedByID | numeric | YES | Saves the user ID of the user when there is a change in the record. Nullable |
LastModified | datetime | NO | Stores the modification date. Date Time Field. Not Null |
CHCListContractSetting
This table stores CHCListContractSetting information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListContractSettingID | numeric | NO | Primary Key Table for the table represents the CHC List Contract Setting . Not null |
Name | varchar | YES | The name of the Contract Setting List. Nullable |
ListOrder | int | YES | The order of the Contract Setting information. Nullable |
Note | varchar | YES | Represents the notes given by user such as Comments or Description of the CHC List Contract Setting. Nullable |
Inactive | bit | NO | Toggles between 0 & 1.. Default Setting: 0. Not null |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Default Setting: 0. Not null |
CreatedByID | numeric | YES | Saves the user ID who created the record. Nullable |
Created | datetime | NO | Stores the creation date. Date Time Field. Not Null |
LastModifiedByID | numeric | YES | Saves the user ID of the user when there is a change in the record. Nullable |
LastModified | datetime | NO | Stores the modification date. Date Time Field. Not Null |
CHCListContractSettingCategory
This table stores CHCListContractSettingCategory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListContractSettingCategoryID | numeric | NO | Primary Key Table for the table represents the CHC List Contract Setting Category ID. Not null |
ContractSettingID | numeric | YES | Foreign key column represents the Contract Setting ID. nullable.. REFERENCES dbo.CHCListContractSetting (CHCListContractSettingID) |
PrimaryInsTypeID | numeric | YES | Foreign key column represents the Primary Insurance Type ID. nullable.. REFERENCES dbo.CHCListPrimaryInsType (CHCListPrimaryInsTypeID) |
AddValueCodeFlag | bit | NO | Toggles between 0 & 1.. Default Setting: 0. Not null |
ValueCodeID | numeric | YES | Represents the Value of Code ID.. Nullable |
Note | varchar | YES | Represents the notes given by user such as Comments or Description of the CHC List Contract Setting Category. Nullable |
Inactive | bit | NO | Toggles between 0 & 1.. Default Setting: 0. Not null |
ListOrder | int | YES | The List order of the Contract Setting Category information. Nullable |
CreatedByID | numeric | YES | Saves the user ID who created the record. Nullable |
Created | datetime | NO | Stores the creation date. Date Time Field. Not Null |
LastModifiedByID | numeric | YES | Saves the user ID of the user when there is a change in the record. Nullable |
LastModified | datetime | NO | Stores the modification date. Date Time Field. Not Null |
CHCListContractSettingCategoryDetail
This table stores CHCListContractSettingCategoryDetail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListContractSettingCategoryDetailID | numeric | NO | Primary Key column represents the CHC List Contract Setting Category Detail ID. Datatype is numeric.Not null |
ContractSettingCategoryID | numeric | YES | Foreing Key column represents the Contract setting category ID. Datatype is numeric. REFERENCES dbo.CHCListContractSettingCategory (CHCListContractSettingCategoryID). Nullable |
Name | varchar | YES | Represents the name of the CHC List. Datatype is varchar. Nullable |
LocationID | numeric | YES | Represents the Location ID. Datatype is numeric. Nullable |
ProcedureMasterID | numeric | YES | Contains the procedure master ID. Datatype is numeric. Nullable |
ContractTypeCodeID | numeric | YES | Foreing Key column represents the Contract Type Code ID. Datatype is numeric. REFERENCES dbo.CHCListContractTypeCode (CHCListContractTypeCodeID). Nullable |
Rate | money | YES | Contains the rate value. Datatype is money. Nullable |
UseFeeScheduleFlag | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null |
Note | varchar | YES | Represents the note written by user. Datatype is varchar. Nullable |
Inactive | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when inactive else 0 |
ListOrder | int | YES | This column represents the Order of List. Nullable |
CreatedByID | numeric | YES | This column identifies the ID of the user who created the record. Datatype is numeric. Nullable |
Created | datetime | NO | Datetime field representing the time record got created.. Not null |
LastModifiedByID | numeric | YES | This column identifies the ID of the user who modified the record. Datatype is numeric. Nullable |
LastModified | datetime | NO | Datetime field representing the time record got modified.. Not null |
CHCListContractTypeCode
This table stores CHCListContractTypeCode information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListContractTypeCodeID | numeric | NO | Primary Key column represents the CHC List Contract Type Code ID. Datatype is numeric.Not null |
Code | varchar | YES | This represents the Code value of CHC List. Nullable |
Name | varchar | YES | This column contains the name of the CHC List. Nullable |
ANSICode | varchar | YES | Identifies the American National Standards Institute Code. Nullable |
ListOrder | int | YES | This column represents the Order of List. Nullable |
Note | varchar | YES | Represents the note written by user. Datatype is varchar. Nullable |
Inactive | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when inactive else 0 |
IsDefaultField | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when true else 0 |
CreatedByID | numeric | YES | This column identifies the ID of the user who created the record. Datatype is numeric. Nullable |
Created | datetime | NO | Datetime field representing the time record got created.. Not null |
LastModifiedByID | numeric | YES | This column identifies the ID of the user who modified the record. Datatype is numeric. Nullable |
LastModified | datetime | NO | Datetime field representing the time record got modified.. Not null |
CHCListEducation
This table stores CHCListEducation information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListEducationID | numeric | NO | Primary Key column.. Represents the CHC List Education ID. Not null |
Code | varchar | YES | Stores the Code of the CHC List of Education |
Name | varchar | YES | Stores the value of Name for the CHC List..� Nullable |
ListOrder | int | YES | Stores the List Order..� Nullable |
Note | varchar | YES | Stores the value of Note for the CHC List..� Nullable |
Inactive | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user..� Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate())..� not null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user..� Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate())..� not null |
CHCListEmployability
This table stores CHCListEmployability information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListEmployabilityID | numeric | NO | Primary Key column.. Represents the CHC List Employability ID. Not null |
Code | varchar | YES | Stores the Code of the CHC List of Employability |
Name | varchar | YES | Stores the value of Name for the CHC List..� Nullable |
ListOrder | int | YES | Stores the List Order..� Nullable |
Note | varchar | YES | Stores the value of Note for the CHC List..� Nullable |
Inactive | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user..� Nullable |
Created | datetime | YES | Stores the value of create datetime. Default Setting: (getdate())..�� can be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user..� Nullable |
LastModified | datetime | YES | Stores the value of modified datetime. Default Setting: (getdate())..� can be null |
CHCListEthnicity
This table stores CHCListEthnicity information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListEthnicityID | numeric | NO | Primary Key column.. Represents the CHC List Ethinicty ID. Not null |
Code | varchar | YES | Stores the Code of the CHC List of Ethinicty� |
Name | varchar | YES | Stores the value of Name for the CHC List..� Nullable |
ListOrder | int | YES | Stores the List Order..� Nullable |
Note | varchar | YES | Stores the value of Note for the CHC List..� Nullable |
Inactive | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user..� Nullable |
Created | datetime | YES | Stores the value of create datetime. Default Setting: (getdate())..�� can be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user..� Nullable |
LastModified | datetime | YES | Stores the value of modified datetime. Default Setting: (getdate())..� can be null |
CHCListFPLRegion
This table stores CHCListFPLRegion information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListFPLRegionID | numeric | NO | Primary Key column stores the CHc List FPL Region Id. Not Null |
Code | varchar | YES | Stores the Code of the CHC List Veteran Status |
Name | varchar | YES | Stores the value of Name for the� CHC List Veteran Status..� Nullable |
ListOrder | int | YES | Stores the List Order..� Nullable |
Note | varchar | YES | Stores the value of Note for the CHC List Veteran Status..� Nullable |
Inactive | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user..� Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate())..�� cannot be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user..� Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate())..� cannot be null |
CHCListFPLSchedule
This table stores CHCListFPLSchedule information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListFPLScheduleID | numeric | NO | This column represents the CHC List FPL Schedule ID. Primary Key.. not null |
CHCListFPLRegionID | numeric | NO | This column represents the CHC List FPL Region ID. REFERENCES dbo.CHCListFPLRegion (CHCListFPLRegionID) |
Code | varchar | YES | This column represents the Code. Nullable |
Name | varchar | YES | This column represents the Name. Nullable |
ListOrder | int | YES | This column represents the Order of List. Nullable |
Note | varchar | YES | This column represents the Note given by user. Nullable |
Inactive | bit | NO | Toggles between 0 & 1. Not Null |
ScheduleYear | int | YES | This represents the Schedule Year. Nullable |
EffectiveDate | datetime | YES | Defines the effective date of the relationship should it have been defined..Nullable |
BaseAmount | money | NO | This columns represents the Base Amount. Not Null |
IncrementalAmount | money | NO | This column represents the Incremental Amount. Not Null |
CreatedByID | numeric | YES | This column represents the ID of created user. Nullable |
Created | datetime | NO | This column represents the Created Datetime. Not null |
LastModifiedByID | numeric | YES | This column represents the ID of last modified by ID. Nullable |
LastModified | datetime | NO | This column represents the Modified Datetime. Not null |
BaseAmount2 | money | NO | This column represents the Base Amount. Default Setting is 0 |
BaseAmount3 | money | NO | This column represents the Base Amount. Default Setting is 0 |
BaseAmount4 | money | NO | This column represents the Base Amount. Default Setting is 0 |
BaseAmount5 | money | NO | This column represents the Base Amount. Default Setting is 0 |
BaseAmount6 | money | NO | This column represents the Base Amount. Default Setting is 0 |
BaseAmount7 | money | NO | This column represents the Base Amount. Default Setting is 0 |
BaseAmount8 | money | NO | This column represents the Base Amount. Default Setting is 0 |
CHCListHomelessStatus
This table stores CHCListHomelessStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListHomelessStatusID | numeric | NO | This column represents the CHC List Homeless Status ID. Primary Key column. Not null. Foreign key.. REFERENCES dbo.CHCListHomelessStatus (CHCListHomelessStatusID) |
Code | varchar | YES | This column represents the Code of the Homeless Status List for the CHC. Nullable |
Name | varchar | YES | This column represents the Name of the Homeless Status List for the CHC. Nullable |
ListOrder | int | YES | This column represents the Order of List. Nullable |
Note | varchar | YES | This column represents the Note given by user for the Homeless Status List for the CHC. Nullable |
Inactive | bit | NO | Toggles between 0 & 1. Not Null. Default Setting is 0. |
IsDefaultField | bit | NO | Toggles between 0 & 1. Not Null. Default Setting is 0. |
CreatedByID | numeric | YES | This column represents the Created By ID. Nullable |
Created | datetime | NO | This column represents the datetime when record get created. Default: (getdate()). Not Null |
LastModifiedByID | numeric | YES | This column represents the Last Modified By ID. Nullable |
LastModified | datetime | NO | This column represents the datetime when record got modified. Default: (getdate()). Not Null |
CHCListIHSCommunityofResidence
Stores CHCListIHSCommunityofResidence table description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListIHSCommunityofResidenceID | numeric | NO | This columnn represents the CHC List Indian Health Services Community of Residence ID. Primary Key column. Not Null |
StateCode | varchar | YES | This column represents the State Code. Nullable |
StateName | varchar | YES | This column represents the State Name. Nullable |
CountyCode | varchar | YES | This column represents the County Code.. Nullable |
CountyName | varchar | YES | This column represents the County Name.. Nullable |
CommunityCode | varchar | YES | This column represents the Community Code. Nullable |
CommunityName | varchar | YES | This column represents the Community Name. Nullable |
Area | varchar | YES | This column represents the Area. Nullable |
SU | varchar | YES | This column represents the Servuce Unit Code. |
Inactive | bit | NO | Toggles between 0 & 1. Not Null. Default Setting is 0. |
CreatedByID | numeric | YES | This column represents the Created By ID. Nullable |
Created | datetime | NO | This column represents the datetime when record get created. Default: (getdate()). Not Null |
LastModifiedByID | numeric | YES | This column represents the Last Modified By ID. Nullable |
LastModified | datetime | NO | This column represents the datetime when record got modified. Default: (getdate()). Not Null |
CHCListIHSDescendant
Stores CHCListIHSDescendant table description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListIHSDescendantID | numeric | NO | Primary key column.. not null.. stores the CHC List Indian Health Services Descendant ID. |
Code | varchar | YES | This column represents the Code of the CHC List Indian Health Services Descendant. Nullable |
Name | varchar | YES | This column represents the Name of the CHC List Indian Health Services Descendant. Nullable |
ListOrder | int | YES | This column represents the Order of List of the CHC List Indian Health Services Descendant. Nullable |
Note | varchar | YES | This column represents the Note given by user. Nullable |
Inactive | bit | NO | Toggles between 0 & 1. Not Null. Default Setting is 0. |
IsDefaultField | bit | NO | Toggles between 0 & 1. Not Null. Default Setting is 0. |
CreatedByID | numeric | YES | This column represents the Created By ID. Nullable |
Created | datetime | NO | This column represents the datetime when record get created. Default: (getdate()). Not Null |
LastModifiedByID | numeric | YES | This column represents the Last Modified By ID. Nullable |
LastModified | datetime | NO | This column represents the datetime when record got modified. Default: (getdate()). Not Null |
CHCListIHSIndianBloodQuantum
Stores CHCListIHSIndianBloodQuantum table description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListIHSIndianBloodQuantumID | numeric | NO | Primary key column.. not null.. stores the CHC List Indian Health Services Blood Quantum ID. |
Code | varchar | YES | This column represents the Code of the CHC List Indian Health Services Blood Quantum. Nullable |
Name | varchar | YES | This column represents the Name. Nullable |
ListOrder | int | YES | This column represents the Order of List of the CHC List Indian Health Services Blood Quantum. Nullable |
Note | varchar | YES | This column represents the Note given by user. Nullable |
Inactive | bit | NO | Toggles between 0 & 1. Not Null. Default Setting is 0. |
IsDefaultField | bit | NO | Toggles between 0 & 1. Not Null. Default Setting is 0. |
CreatedByID | numeric | YES | This column represents the Created By ID. Nullable |
Created | datetime | NO | This column represents the datetime when record get created. Default: (getdate()). Not Null |
LastModifiedByID | numeric | YES | This column represents the Last Modified By ID. Nullable |
LastModified | datetime | NO | This column represents the datetime when record got modified. Default: (getdate()). Not Null |
CHCListIHSPatientClassification
This table stores CHCListIHSPatientClassification information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListIHSPatientClassificationID | numeric | NO | Primary key column.. not null.. stores the CHC List Indian Health Services Patient Classification ID. |
Code | varchar | YES | This column represents the Code for the CHC List Indian Health Services Patient Classification. Nullable |
Name | varchar | YES | This column represents the Name. Nullable |
ListOrder | int | YES | This column represents the Name of List for the CHC List Indian Health Services Patient Classification. Nullable |
Note | varchar | YES | This column represents the Note given by user. Nullable |
Inactive | bit | NO | Toggles between 0 & 1. Not Null. Default Setting is 0. |
IsDefaultField | bit | NO | Toggles between 0 & 1. Not Null. Default Setting is 0. |
CreatedByID | numeric | YES | This column represents the Created By ID. Nullable |
Created | datetime | NO | This column represents the datetime when record get created. Default: (getdate()). Not Null |
LastModifiedByID | numeric | YES | This column represents the Last Modified By ID. Nullable |
LastModified | datetime | NO | This column represents the datetime when record got modified. Default: (getdate()). Not Null |
CHCListIHSRelationship
This table stores CHCListIHSRelationship information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListIHSRelationshipID | numeric | NO | Primary key column represents the CHC List Indian Health Services (IHS) Relationship ID. Not null |
Code | varchar | YES | This represents the Code value of CHC List. Nullable |
Name | varchar | YES | This column contains the name of the CHC List. Nullable |
ListOrder | int | YES | This column represents the Order of List. Nullable |
Note | varchar | YES | Represents the note written by user. Datatype is varchar. Nullable |
Inactive | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when inactive else 0 |
IsDefaultField | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when true else 0 |
CreatedByID | numeric | YES | This column identifies the ID of the user who created the record. Datatype is numeric. Nullable |
Created | datetime | NO | Datetime field representing the time record got created.. Not null |
LastModifiedByID | numeric | YES | This column identifies the ID of the user who modified the record. Datatype is numeric. Nullable |
LastModified | datetime | NO | Datetime field representing the time record got modified.. Not null |
CHCListIHSTribalAffiliation
This table stores CHCListIHSRelationship information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListIHSTribalAffiliationID | numeric | NO | Primary key column represents the CHC List Indian Health Services (IHS) Affiliaton ID. Not null |
Code | varchar | YES | This represents the Code value of CHC List. Nullable |
Name | varchar | YES | This column contains the name of the CHC List. Nullable |
CodingSystemId | numeric | YES | This column is a foreign key referencing dbo.Codingsystem (CodingSystemId). Nullable |
ListOrder | int | YES | This column represents the Order of List. Nullable |
Class | varchar | YES | Identifies the value of Class(NON INDIAN| INDIAN). Nullable |
Status | varchar | YES | Identifies whether Status is Active or Inactive. Nullable |
Note | varchar | YES | Represents the note written by user. Datatype is varchar. Nullable |
Inactive | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when inactive else 0 |
CreatedByID | numeric | YES | This column identifies the ID of the user who created the record. Datatype is numeric. Nullable |
Created | datetime | NO | Datetime field representing the time record got created.. Not null |
LastModifiedByID | numeric | YES | This column identifies the ID of the user who modified the record. Datatype is numeric. Nullable |
LastModified | datetime | NO | Datetime field representing the time record got modified.. Not null |
CHCListIHSTribalEligibilityStatus
This table stores CHCListIHSTribalEligibilityStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListIHSTribalEligibilityStatusID | numeric | NO | Primary Key for table CHCListIHSTribalEligibilityStatus.. Not NULL.. Foreign Key for table CHCPersonIHSDtl |
Code | varchar | YES | Code for tribal eligibility.. NULL |
Name | varchar | YES | Name of tribal eligibility.. NULL |
ListOrder | int | YES | Order of display.. NULL |
Note | varchar | YES | Comments/Note.. NULL |
Inactive | bit | NO | Value toggles between 0 & 1.. Default : 0 |
IsDefaultField | bit | NO | Value toggles between 0 & 1.. Default : 0 |
CreatedByID | numeric | YES | This column stores the created userd id |
Created | datetime | NO | This column stores creation date. Default value is current date. Default: GetDate() |
LastModifiedByID | numeric | YES | This column stores the last modified userd id |
LastModified | datetime | NO | This column stores last modified date. Default value is current date. Default: GetDate() |
CHCListLivingArrangement
This table stores CHCListLivingArrangement information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListLivingArrangementID | numeric | NO | Primary Key column.. Represents the CHC List� Living Arrangement ID. Not null |
Code | varchar | YES | Stores the Code of the CHC List of Living Arrangement |
Name | varchar | YES | Stores the value of Name for the CHC List..� Nullable |
ListOrder | int | YES | Stores the List Order..� Nullable |
Note | varchar | YES | Stores the value of Note for the CHC List..� Nullable |
Inactive | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user..� Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate())..�� cannot be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user..� Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate())..� cannot be null |
CHCListOralCavityDesignation
This table stores CHCListOralCavityDesignation information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListOralCavityDesignationID | numeric | NO | Primary Key for the Table CHCListOralCavityDesignation.. numeric |
Name | varchar | YES | Stores the name of the area of Oral Cavity. Nullable |
ANSICode | varchar | YES | Stores the ANSI Code of the Oral Cavity Area. Nullable |
ListOrder | int | YES | Stores the List Order. Nullable |
Note | varchar | YES | Stores the value of Note. Nullable |
Inactive | bit | NO | Toggles between 0 & 1. Default Setting: 0 |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user. |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate()) |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate()) |
CHCListPayorPlanSet
This table stores CHCListPayorPlanSet information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListPayorPlanSetID | numeric | NO | Primary Key for the Table CHCListPayorPlanSet.. stores int value.. cannot be Null |
Code | varchar | YES | Stores the Value of Code of the Payor Plan.. Nullable |
Name | varchar | YES | Stores thevalue of the name of thePayor Plan.. Nullable |
AutoAdjustFlag | bit | NO | Toggles between 0 & 1. Default Setting: 0.. Not Null |
ChargeAllowedFlag | bit | NO | Toggles between 0 & 1. Default Setting: 0.. Not Null |
ListOrder | int | YES | Stores the List Order.. Nullable |
Note | varchar | YES | Stores the value of Note for the Payor Plan.. Nullable |
Inactive | bit | NO | Toggles between 0 & 1.. Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user.. Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate()).. not null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user.. Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate()).. not null |
CHCListPayorPlanSetRange
This table stores CHCListPayorPlanSetRange information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListPayorPlanSetRangeID | numeric | NO | Primary Key for the Table CHCListPayorPlanSetRange.. stores numeric value.. cannot be Null |
PayorPlanSetID | numeric | YES | Foreign Key for the Table CHCListPayorPlanSetRange.. REFERENCES dbo.CHCListPayorPlanSet (CHCListPayorPlanSetID) |
Code | varchar | YES | Stores the Value of Code of the Payor Plan.. nullable |
Name | varchar | YES | Stores thevalue of the name of the Payor Plan.. nullable |
RangeType | smallint | NO | Stores the Value of Range Type of the Payor Plan |
FrProcedureMasterID | numeric | YES | Stores the From value of Procedure Master ID |
ToProcedureMasterID | numeric | YES | Stores the To value of Procedure Master ID |
FrRevenueGroupID | numeric | YES | Foreign Key.. Stores the From value of Revenue Goup ID.. REFERENCES dbo.CHCListRevenueGroup (CHCListRevenueGroupID) |
ToRevenueGroupID | numeric | YES | Foreign Key.. Stores the To value of Revenue Group ID.. REFERENCES dbo.CHCListRevenueGroup (CHCListRevenueGroupID) |
PayorPlanTypeID | numeric | YES | Foreign Key.. Stores the value of Payor Plan Type.. REFERENCES dbo.CHCListPayorPlanType (CHCListPayorPlanTypeID) |
Minimum | money | NO | Stores the Value of Minimum Money.. Default Setting: ((0)) |
Maximum | money | NO | Stores the Value of Minimum Money.. Default Setting: ((0)) |
StopLoss | money | NO | Money field. It stores the amount for the CHC Payor Plan Set Range. Default setting: 0. |
Pct | int | NO | Represents the Percentage value given for CHC Payor Plan Set Range. Default setting: 0. |
MinVsPct | smallint | NO | Represents the value of Minimum Vs Percentage data for the CHC Payor Plan Set Range. Default setting: 0. |
EachFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
AggPayorPlanTypeFlag | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
Note | varchar | YES | Stores the value of Note for the Payor Plan |
Inactive | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
IsUserDefined | bit | YES | Toggles between 0 & 1 |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user |
Created | datetime | NO | Stores the value of create datetime.. Default Setting: (getdate()) |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user |
LastModified | datetime | NO | Stores the value of modified datetime.. Default Setting: (getdate()) |
CHCListPayorPlanType
This table stores CHCListPayorPlanType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListPayorPlanTypeID | numeric | NO | Primary Key for the Table CHCListPayorPlanType.. stores numeric value.. cannot be Null |
Code | varchar | YES | Stores the Value of Code of the Payor Plan |
Name | varchar | YES | Stores thevalue of the name of the Payor Plan |
InsurancePercent | smallint | YES | Stores the Value of the Percentage of Insurance |
PatientCopayAmount | money | YES | Stores the Value of the Patient Co pay amount |
ListOrder | int | YES | Stores the List Order |
Note | varchar | YES | Stores the value of Note for the Payor Plan |
Inactive | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user |
Created | datetime | NO | Stores the value of create datetime.. Default Setting: (getdate()) |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user |
LastModified | datetime | NO | Stores the value of modified datetime.. Default Setting: (getdate()) |
CHCListPrimaryInsType
This table stores CHCListPrimaryInsType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListPrimaryInsTypeID | numeric | NO | Primary Key for the Table CHCListPrimaryInsType.. stores numeric value.. cannot be Null |
Name | varchar | YES | Stores thevalue of the name of the Primary Insurance Type |
ListOrder | int | YES | Stores the List Order |
Note | varchar | YES | Stores the value of Note for the Primary Insurance Type |
Inactive | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user |
Created | datetime | NO | Stores the value of create datetime.. Default Setting: (getdate()) |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user |
LastModified | datetime | NO | Stores the value of modified datetime.. Default Setting: (getdate()) |
CHCListPriorMedical
This table stores CHCListPriorMedical information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListPriorMedicalID | numeric | NO | Primary Key column.. Represents the CHC List Prior Medical ID. Not null |
Code | varchar | YES | Stores the Code of the CHC List of Prior Medical |
Name | varchar | YES | Stores the value of Name for the CHC List..� Nullable |
ListOrder | int | YES | Stores the List Order..� Nullable |
Note | varchar | YES | Stores the value of Note for the CHC List..� Nullable |
Inactive | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1..� Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user..� Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate())..�� cannot be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user..� Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate())..� cannot be null |
CHCListProcedureCodeType
This table stores CHCListProcedureCodeType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListProcedureCodeTypeID | numeric | NO | Primary Key for the Table CHCListProcedureCodeType.. stores numeric value.. cannot be Null |
Code | varchar | YES | Stores the Value of Code of the Procedure |
Name | varchar | YES | Stores the name of the Procedure Type |
ANSICode | varchar | YES | Stores the Code of the Procedure |
ListOrder | int | YES | Stores the List Order |
Note | varchar | YES | Stores the value of Note |
Inactive | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Default Setting: ((0)) |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user |
Created | datetime | NO | Stores the value of create datetime.. Default Setting: (getdate()) |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user |
LastModified | datetime | NO | Stores the value of modified datetime.. Default Setting: (getdate()) |
CHCListReferralSource
This table stores CHCListReferralSource information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListReferralSourceID | numeric | NO | Primary Key column.. Represents the CHC List Referral Source ID. Not null |
Code | varchar | YES | Stores the Code of the CHC List of Prior Medical |
Name | varchar | YES | Stores the value of Name for the CHC List of Prior Medical.. Nullable |
ListOrder | int | YES | Stores the List Order.. Nullable |
Note | varchar | YES | Stores the value of Note for the CHC List of Prior Medical.. Nullable |
Inactive | bit | NO | Toggles between 0 & 1.. Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user.. Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate()).. cannot be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user.. Nullable |
LastModified | datetime | YES | Stores the value of modified datetime. Default Setting: (getdate()).. can be null |
CHCListRevenueGroup
This table stores CHCListRevenueGroup information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListRevenueGroupID | numeric | NO | Primary Key represents the CHC List Revenue Group ID. Not Null |
Code | varchar | YES | This represents the Code value of CHC List Revenue Group. Nullable |
Name | varchar | YES | This column contains the name of the CHC List Revenue Group. Nullable |
ListOrder | int | YES | This column represents the Order of List. Nullable |
Note | varchar | YES | Represents the note written by user. Datatype is varchar. Nullable |
Inactive | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when inactive else 0 |
IsDefaultField | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when true else 0 |
CreatedByID | numeric | YES | This column identifies the ID of the user who created the record. Datatype is numeric. Nullable |
Created | datetime | NO | Datetime field representing the time record got created.. Not null |
LastModifiedByID | numeric | YES | This column identifies the ID of the user who modified the record. Datatype is numeric. Nullable |
LastModified | datetime | NO | Datetime field representing the time record got modified.. Not null |
CHCListSFFormOfDeclaration
This table stores CHCListSFFormOfDeclaration information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListSFFormOfDeclarationID | numeric | NO | Primary Key column.. Represents the CHC List SF Form Of Declaration ID. Not null |
Code | varchar | YES | Stores the Code of the CHC List SF Form Of Declaration |
Name | varchar | YES | Stores the value of Name for the CHC List SF Form Of Declaration.. Nullable |
ListOrder | int | YES | Stores the List Order.. Nullable |
Note | varchar | YES | Stores the value of Note for the CHC List SF Form Of Declaration.. Nullable |
Inactive | bit | NO | Toggles between 0 & 1.. Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user.. Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate()).. cannot be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user.. Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate()).. cannot be null |
CHCListSFHouseholdIncomeSource
Stores CHCListSFHouseholdIncomeSource table description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListSFHouseholdIncomeSourceID | numeric | NO | Primary Key column.. Represents the CHC List SF House hold Income Source ID. Not null |
Code | varchar | YES | Stores the Code of the CHC List SF House hold Income Source |
Name | varchar | YES | Stores the value of Name for theCHC List SF House hold Income Source.. Nullable |
ListOrder | int | YES | Stores the List Order.. Nullable |
Note | varchar | YES | Stores the value of Note for the CHC List SF House hold Income Source.. Nullable |
Inactive | bit | NO | Toggles between 0 & 1.. Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user.. Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate()).. cannot be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user.. Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate()).. cannot be null |
CHCListSFSchedule
Stores CHCListSFSchedule table description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListSFScheduleID | numeric | NO | Primary key of the table repesents the CHC List SF Schedule ID |
Code | varchar | YES | This column represents the Code. Nullable |
Name | varchar | YES | This column represents the Name. Nullable |
ListOrder | int | YES | This column represents the List Order. Nullable |
Notes | varchar | YES | This column represents the Note given by user. Nullable |
Inactive | bit | NO | Toggles between 0 & 1. Not Null |
IsDefaultField | bit | NO | Toggles between 0 & 1. To check the field is default or not |
CreatedByID | numeric | YES | This column represents the ID of created user. Nullable |
Created | datetime | NO | This column represents the Created Datetime. Not null |
LastModifiedByID | numeric | YES | This column represents the ID of last modified by ID. Nullable |
LastModified | datetime | NO | This column represents the Modified Datetime. Not null |
CHCListSFScheduleDetail
Stores CHCListSFScheduleDetail table description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListSFScheduleDetailID | numeric | NO | Primary column represents the CHC List SF Schedule Detail ID. Not null |
CHCListSFScheduleID | numeric | YES | Foreign Key column represents the CHC List SF Schedule ID. Datatype is numeric. REFERENCES dbo.CHCListSFSchedule (CHCListSFScheduleID). Nullable |
Code | varchar | YES | This represents the Code value of CHC List SF Schedule Detail. Nullable |
Name | varchar | YES | This column contains the name of the CHC List SF Schedule Detail. Nullable |
PovertyPercent | int | YES | Contains the value of Poverty percentage. Nullable |
PayorPlanSetID | numeric | YES | Foreign Key column represents the payor plan set ID. Datatype is numeric. REFERENCES PrimeRecord350025.dbo.CHCListPayorPlanSet (CHCListPayorPlanSetID). Nullable |
UseAsDefaultFlag | bit | YES | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when Used as Default Flag else 0 |
Note | varchar | YES | Represents the note written by user. Datatype is varchar. Nullable |
Inactive | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when inactive else 0 |
CreatedByID | numeric | YES | This column identifies the ID of the user who created the record. Datatype is numeric. Nullable |
Created | datetime | NO | Datetime field representing the time record got created.. Not null |
LastModifiedByID | numeric | YES | This column identifies the ID of the user who modified the record. Datatype is numeric. Nullable |
LastModified | datetime | NO | Datetime field representing the time record got modified.. Not null |
CHCListToothStatus
Stores CHCListToothStatus table description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListToothStatusID | numeric | NO | Primary Key column.. Represents the CHC List Tooth Status ID. Not null |
Name | varchar | YES | Stores the value of Name for the CHC List Tooth Status .. Nullable |
ANSICode | varchar | YES | Stores the ANSI Code of the CHC List Tooth Status.. Nullable |
ListOrder | int | YES | Stores the List Order. Nullable |
Note | varchar | YES | Stores the value of Note. Nullable |
Inactive | bit | NO | Toggles between 0 & 1. Default Setting: 0 |
IsDefaultField | bit | NO | Toggles between 0 & 1. Default Setting: 0 |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user. |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate()) |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate()) |
CHCListToothSurface
This table stores CHCListToothSurface information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListToothSurfaceID | numeric | NO | Primary Key column. represents the Community Health Centre List Tooth Surface ID. Not null |
Name | varchar | YES | Represents the name of the CHC List.. Nullable |
ANSICode | varchar | YES | Represents the American National Standards Institute Code for the CHC List. Nullable |
ListOrder | int | YES | This column represents the Order of List. Nullable |
Note | varchar | YES | Represents the note written by user. Datatype is varchar. Nullable |
Inactive | bit | NO | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when inactive else 0 |
CreatedByID | numeric | YES | Toggles between 0 and 1. Datatype is bit. Not null. Flag. Is 1 when true else 0 |
Created | datetime | NO | This column identifies the ID of the user who created the record. Datatype is numeric. Nullable |
LastModifiedByID | numeric | YES | Datetime field representing the time record got created.. Not null |
LastModified | datetime | NO | This column identifies the ID of the user who modified the record. Datatype is numeric. Nullable |
CHCListVeteranStatus
This table stores CHCListVeteranStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCListVeteranStatusID | numeric | NO | Primary Key column.. Represents the CHC List Veteran Status ID. Not null |
Code | varchar | YES | Stores the Code of the CHC List Veteran Status |
Name | varchar | YES | Stores the value of Name for the CHC List Veteran Status.. Nullable |
ListOrder | int | YES | Stores the List Order.. Nullable |
Notes | varchar | YES | Stores the value of Note for the CHC List Veteran Status.. Nullable |
Inactive | bit | NO | Toggles between 0 & 1.. Cannot be NULL |
IsDefaultField | bit | NO | Toggles between 0 & 1.. Cannot be NULL |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user.. Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate()).. cannot be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user.. Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate()).. cannot be null |
CHCMap_Files
This table stores CHCMap_Files information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Map_ID | int | NO | Primary Key. Identity Column. Identity / Auto increment |
clearinghouse_id | int | YES | Represents the Clearing House ID |
Map_Name | varchar | NO | Represents Map File Name for Insurance |
Map_Description | varchar | NO | Represents Map File Description for Insurance |
Primary_File | bit | NO | Represents the Flag for primary file or not. Toggles between 0 & 1 |
Secondary_File | bit | YES | Represents the Flag for secondary file or not. Toggles between 0 & 1 |
Payer_Specific | bit | NO | Represents the Flag for specific payer or not. Toggles between 0 & 1 |
Parent_Map_ID | int | YES | Represents the Parent Map Id of the CHC Map Files. |
Base_File | bit | YES | Represents the Flag whether base file or not. Toggles between 0 & 1 |
Is5010 | bit | YES | Represents the Flag whether base is 5010 or not. Toggles between 0 & 1 |
SiteOverrideP | bit | YES | Represents the Flag whether site override. Toggles between 0 & 1 |
SiteOverrideI | bit | YES | Represents the Flag whether site override. Toggles between 0 & 1 |
SiteOverrideD | bit | YES | Represents the Flag whether site override. Toggles between 0 & 1 |
CHCMap_Files1500
This table stores CHCMap_Files1500 information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Map_ID | int | NO | Primary Key. Identity Column. Identity / Auto increment |
clearinghouse_id | int | YES | Represents the Clearing House ID |
Map_Name | varchar | NO | Represents Map File Name for Insurance |
Map_Description | varchar | NO | Represents Map File Description for Insurance |
Base_File | bit | YES | Represents the Flag whether base file or not. Toggles between 0 & 1 |
CHCMap_Files1500_Detail
This table stores CHCMap_Files1500_Detail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Detail_ID | int | NO | Identity Column. Identity / Auto Increment |
Map_ID | int | NO | Represents the Map Id of the CHC Files. |
Field_ID | int | NO | Primary Key column of the table. Represents the File Id of the CHC Files. |
Field_Value | varchar | NO | This column stores the field value for the files |
Field_Notes | varchar | YES | This column stores the value of the Notes given by User |
ElementUpdate | datetime | YES | (getdate()).. stores the date time |
CHCNextOfKin
This table stores CHCNextOfKin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
NextOfKinID | numeric | YES | Datetime field representing the time record got modified.. Not null |
PersonID | numeric | NO | Stores Person Id.. NOT NULL |
NextOfKinPerID | numeric | NO | Stores person id of associate party.. NOT NULL |
HeadOfHousehold | bit | NO | Value toggles between 0 & 1.. Default : 0 |
CreatedByID | numeric | YES | This column stores the created user id |
Created | datetime | NO | This column stores creation date. Default value is current date. Default: GetDate() |
LastModifiedByID | numeric | YES | This column stores the last modified user id |
LastModified | datetime | YES | This column stores last modified date. Default value is current date. Default: GetDate() |
CHCPatient
This table stores CHCPatient information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary Key.. NOT NULL |
ConfidentialVisit | tinyint | NO | Value toggles between 0 & 1.. Default : 0 |
BillingNote | varchar | YES | Stores the value of Billing Note/Comments.. NULL |
AlertNote | varchar | YES | Stores the value of Alert Note/Comments.. NULL |
AppointmentNote | varchar | YES | Stores the value of Appointment Note/Comments.. NULL |
CreatedByID | numeric | YES | This column stores the user id of user who created the record. |
Created | datetime | YES | This column stores creation date. Default value is current date. Default: GetDate() |
LastModifiedByID | numeric | YES | This column stores the id of user who last modified the record. |
LastModified | datetime | YES | This column stores last modified date. Default value is current date. Default: GetDate() |
CHCPatientHistory
This table stores CHCPatientHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UserID | numeric | YES | Stores User Id.. NULL |
EffectiveStartDate | datetime | YES | Stores effective start datetime.. NULL |
EffectiveEndDate | datetime | YES | Stores effective end datetime.. NULL |
PatientID | numeric | YES | This column has the logical relation with Patient table PatientID.. NULL |
ConfidentialVisit | bit | NO | Value toggles between 0 & 1.. Default : 0 |
BillingNote | varchar | YES | Note/Comments.. NULL |
AlertNote | varchar | YES | Note/Comments.. NULL |
AppointmentNote | varchar | YES | Note/Comments.. NULL |
CreatedByID | numeric | YES | This column stores the user id of user who created the record. |
Created | datetime | YES | This column stores creation date. Default value is current date. Default: GetDate() |
LastModifiedByID | numeric | YES | This column stores the last modified user id |
LastModified | datetime | YES | This column stores last modified date. Default value is current date. Default: GetDate() |
CHCPerson
This table stores CHCPerson information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | Primary Key represents the Person IDof the CHC List.. NOT NULL |
SFNotFedQualFlag | bit | NO | Flag that represents the SFNotFedQual Value toggles between 0 & 1.. Default : 0 |
SFRefusedToProvideInfoFlag | bit | YES | Flag that represents whether Sliding Fee refused to provide information or not. Value toggles between 0 & 1.. Default : 0 |
SFUseClassFlag | bit | YES | Flag that represents whether Sliding Fee Use Class is selected or not. Value toggles between 0 & 1.. Default : 0 |
SFFamilySize | tinyint | YES | Stores Family Size.. NULL |
SFMonthlyIncome | int | YES | Stores Monthly Income.. NULL |
SFNoIncomeFlag | bit | NO | Flag represents the Sliding Fee No Income flag. Value toggles between 0 & 1.. Default : 0 |
SFInsuranceID | numeric | YES | Represents the Schedule Fee Insurance Id.. NULL |
SFScheduleDetailID | numeric | YES | Represents the SF Schedule Detail ID. Foreign Key column. REFERENCES dbo.CHCListSFScheduleDetail (CHCListSFScheduleDetailID) |
SFFormOfDeclarationID | numeric | YES | Represents the SF Form Of declaration ID. Foreign Key column. REFERENCES dbo.CHCListSFFormOfDeclaration (CHCListSFFormOfDeclarationID) |
SFEffectiveDte | datetime | YES | Stores Datetime when the record came into effect |
SFHouseholdIncomeSourceID | numeric | YES | Represents the SF Household Income Source ID. Foreign Key column. REFERENCES dbo.CHCListSFHouseholdIncomeSource (CHCListSFHouseholdIncomeSourceID) |
SFNote | varchar | YES | Contains the SF Note/Comments.. NULL |
DateOfBirthEstimatedFlag | bit | NO | Flag that represents the Date of birth estimated or not. Value toggles between 0 & 1.. Default : 0 |
RequiresTranslationFlag | bit | NO | Flag that represents whether the translation is required or not. Value toggles between 0 & 1.. Default : 0 |
PayorPlanSetID | numeric | YES | Represents the Payor Plan Set ID. Foreign Key of the table. REFERENCES dbo.CHCListPayorPlanSet (CHCListPayorPlanSetID) |
EthnicitySubID | numeric | YES | Represents the Ethnicity Sub ID. Foreign Key column. REFERENCES dbo.EthnicitySub (EthnicitySubID) |
ReferralSourceID | numeric | YES | Represents the Referral Source ID. Foreign Key column. REFERENCES dbo.CHCListReferralSource (CHCListReferralSourceID) |
VeteranStatusID | numeric | YES | Represents the Veteran Status ID. Foreign Key column. REFERENCES dbo.CHCListVeteranStatus (CHCListVeteranStatusID) |
AgriculturalWorkStatusID | numeric | YES | Represents the Agriculture Work Status Id. Foreign Key of the table. REFERENCES dbo.CHCListAgriculturalWorkStatus (CHCListAgriculturalWorkStatusID) |
PriorMedicalID | numeric | YES | Represents the Prior Medical ID. Foreign Key column. REFERENCES dbo.CHCListPriorMedical (CHCListPriorMedicalID) |
EducationID | numeric | YES | Stores the value of Education ID. Foreign Key of the table. REFERENCES dbo.CHCListEducation (CHCListEducationID) |
MedicalRecordNum | varchar | YES | Represents the Medical Record Number. |
LivingArrangementID | numeric | YES | Represents the Living Arrangement ID. Foreign Key of the table. REFERENCES dbo.CHCListLivingArrangement (CHCListLivingArrangementID) |
HomelessFlag | bit | NO | Flag represents whether Homeless or not. Value toggles between 0 & 1.. Default : 0 |
HomelessEffectiveDate | datetime | YES | Records the Homeless effective datetime |
HomelessStatusID | numeric | YES | Represents the Homeless Status ID. Foreign Key of the table. REFERENCES dbo.CHCListHomelessStatus (CHCListHomelessStatusID) |
HomelessNote | varchar | YES | Contains the Note/Comments.. NULL |
PrimaryPhone_CallCriteria | tinyint | NO | Stores primary phone number.. Default : 0 |
PrimaryWorkPhone_CallCriteria | tinyint | NO | Stores primary work phone number.. Default : 0 |
CellPhone1_CallCriteria | tinyint | NO | Stores cellphone number 1.. Default : 0 |
CellPhone2_CallCriteria | tinyint | NO | Stores cellphone number 2.. Default : 0 |
EMail1_OkToSend | bit | NO | Represents the Flag whether the email is ok to send or not. Value toggles between 0 & 1.. Default : 0 |
EMail2_OkToSend | bit | NO | Represents the Flag whether the email is ok to send or not. Value toggles between 0 & 1.. Default : 0 |
Note | varchar | YES | Note/Comments.. NULL |
CreatedByID | numeric | YES | This column stores the Id of the user who created the record. |
Created | datetime | NO | This column stores creation date. Default value is current date. Default: GetDate() |
LastModifiedByID | numeric | YES | This column stores the user id who last modified the record. |
LastModified | datetime | NO | This column stores last modified date. Default value is current date. Default: GetDate() |
RaceSubID | numeric | YES | This column represents the Sub category of Race. Foreign Key column. REFERENCES dbo.RaceSub (RaceSubID) |
FaxOkToSend | tinyint | YES | Represents the Flag whether the Fax is Ok to be send. Toggles between 0 & 1. |
PagerOkToSend | tinyint | YES | Represents the Flag whether Pager is Ok to send. Toggles between 0 & 1. |
CHCPersonEmployers
This table stores CHCPersonEmployers information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonEmployerID | numeric | NO | Primary key, identity column Identity / Auto increment |
PersonID | numeric | YES | This column contains PersonID relation to the table Person Nullable |
EmployerID | numeric | YES | EmployerID referes to the Employers ID |
EmployabilityID | numeric | YES | Foriegn Key reference |
CreatedByID | numeric | YES | This column has logical FK to Users Table UserID. Nullable |
Created | datetime | YES | Datetime record got created |
LastModifiedByID | numeric | YES | Stores the Last Modified user ID. Nullable |
LastModified | datetime | YES | Last time the record was updated.Default: getdate() |
CHCPersonHistory
This table stores CHCPersonHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UserID | numeric | NO | This column contains the User ID who logged in |
EffectiveStartDate | datetime | NO | This column contains start date |
EffectiveEndDate | datetime | YES | This column contains end date |
PersonID | numeric | NO | This column contains ID of the person |
SFNotFedQualFlag | bit | NO | Value toggles between 0 & 1.. Default : 0 |
SFRefusedToProvideInfoFlag | bit | YES | Value toggles between 0 & 1.. Default : 0 |
SFUseClassFlag | bit | YES | Flag. Stores if Sliding Fee used Class |
SFFamilySize | tinyint | YES | This column stores Sliding fee Family size |
SFMonthlyIncome | int | YES | This column stores Sliding fee Monthly income |
SFNoIncomeFlag | bit | NO | Flag. This column stores if there is no Sliding fee Income |
SFInsuranceID | numeric | YES | This column represents insurance ID of Sliding fee |
SFScheduleDetailID | numeric | YES | This column has logical FK to dbo.CHCListSFScheduleDetail (CHCListSFScheduleDetailID) |
SFFormOfDeclarationID | numeric | YES | This column has logical FK to dbo.CHCListSFFormOfDeclaration (CHCListSFFormOfDeclarationID) |
SFEffectiveDte | datetime | YES | This column stores Date from which Sliding Fee is effective |
SFHouseholdIncomeSourceID | numeric | YES | This column has logical FK to dbo.CHCListSFHouseholdIncomeSource (CHCListSFHouseholdIncomeSourceID) |
SFNote | varchar | YES | This column stores Sliding fee Note if any |
DateOfBirthEstimatedFlag | bit | NO | Flag. Stores if Date of birth is estimated or not |
RequiresTranslationFlag | bit | NO | Flag. Stores if the translation is required |
PayorPlanSetID | numeric | YES | This column has logical FK to dbo.CHCListPayorPlanSet (CHCListPayorPlanSetID) |
EthnicitySubID | numeric | YES | This column has logical FK to dbo.EthnicitySub (EthnicitySubID) |
ReferralSourceID | numeric | YES | This column has logical FK to dbo.CHCListReferralSource (CHCListReferralSourceID) |
VeteranStatusID | numeric | YES | This column has logical FK to dbo.CHCListVeteranStatus (CHCListVeteranStatusID) |
AgriculturalWorkStatusID | numeric | YES | this column has logical FK to dbo.CHCListAgriculturalWorkStatus table (CHCListAgriculturalWorkStatusID) |
PriorMedicalID | numeric | YES | This column has logical FK to dbo.CHCListPriorMedical (CHCListPriorMedicalID) |
EducationID | numeric | YES | This column has logical FK to dbo.CHCListEducation (CHCListEducationID) |
MedicalRecordNum | varchar | YES | This column stores the Number of Medical record |
LivingArrangementID | numeric | YES | This column has logical FK to dbo.CHCListLivingArrangement (CHCListLivingArrangementID) |
HomelessFlag | bit | NO | Flag. Stores if the patient is homeless or not |
HomelessEffectiveDate | datetime | YES | This column contains Date from which the homelessness has been active |
HomelessStatusID | numeric | YES | this column has logical FK to dbo.CHCListHomelessStatus (CHCListHomelessStatusID) |
HomelessNote | varchar | YES | This column contains the Note of Homeless if there are any |
PrimaryPhone_CallCriteria | tinyint | NO | Stores primary phone number.. Default : 0 |
PrimaryWorkPhone_CallCriteria | tinyint | NO | Stores primary work phone number.. Default : 0 |
CellPhone1_CallCriteria | tinyint | NO | Stores cellphone number 1.. Default : 0 |
CellPhone2_CallCriteria | tinyint | NO | Stores cellphone number 2.. Default : 0 |
EMail1_OkToSend | bit | NO | Flag. Stores if the Email1 is ok to send |
EMail2_OkToSend | bit | NO | Flag. Stores if the Email2 is ok to send |
Note | varchar | YES | This column stores Notes if there are any |
CreatedByID | numeric | YES | This column contains ID of the User who created the record |
Created | datetime | NO | This column stores Date on which the record is created |
LastModifiedByID | numeric | YES | This column contains ID of the User who modifies the record last |
LastModified | datetime | NO | This column stores Date on which the record is modified last |
RaceSubID | numeric | YES | This column has logical FK to dbo.RaceSub (RaceSubID) |
FaxOkToSend | tinyint | YES | Flag. Stores if the FAX is ok to send |
PagerOkToSend | tinyint | YES | Flag. Stores if the Pager is ok to send |
CHCPersonHomelessHistory
This table stores CHCPersonHomelessHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCPersonHomelessHistoryID | numeric | NO | This column is primary key for CHCPersonHomelessHistory table |
PersonID | numeric | NO | This column contains ID of the person |
HomelessFlag | bit | NO | Flag. Stores if the patient is homeless or not |
HomelessEffectiveDte | datetime | YES | This column contains Date from which the homelessness has been active |
HomelessStatusID | numeric | YES | This column stores the ID of Homeless Status. Logical FK relationship with table CHCListHomelessStatus (CHCListHomelessStatusID) |
HomelessNote | varchar | YES | This column contains the Note of Homeless if there are any |
CreatedByID | numeric | YES | This column contains ID of the User who created the record |
Created | datetime | NO | This column stores Date on which the record is created |
LastModifiedByID | numeric | YES | This column contains ID of the User who modifies the record last |
LastModified | datetime | YES | This column stores Date on which the record is modified last |
PublicHousingFlag | bit | YES | Flag. Stores if the housing is a public housing or not |
HousingEndDate | datetime | YES | This column Stores the date on which the housing ends |
CHCPersonIHS
This table stores CHCPersonIHS information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | This column stores the ID of the Person. Primary Key column for table CHCPersonIHS. |
CommunityofResidenceID | numeric | YES | This column represents the ID of the community which the person resides in. Logical FK relationship with CHCListIHSCommunityofResidence (CHCListIHSCommunityofResidenceID) |
PatientClassificationID | numeric | YES | Stores the ID of the Classification of the patient. Logical FK relationship with CHCListIHSPatientClassification (CHCListIHSPatientClassificationID) |
TotalBloodQuantumID | numeric | YES | This column contains ID of the Total blood Quantum. Logical FK relationship with table CHCListIHSIndianBloodQuantum (CHCListIHSIndianBloodQuantumID) |
Note | varchar | YES | This column stores Notes if there are any |
CreatedByID | numeric | YES | This column contains ID of the User who created the record |
Created | datetime | YES | This column stores Date on which the record is created. Default : getdate() |
LastModifiedByID | numeric | YES | This column contains ID of the User who modifies the record last |
LastModified | datetime | NO | This column stores Date on which the record is modified last. Default : getdate() |
CHCPersonIHSDtl
This table stores CHCPersonIHSDtl information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCPersonIHSDtlID | numeric | NO | This is the primary key for CHCPersonIHSDtl table |
PersonID | numeric | YES | This column stores the ID of the Person |
TribalAffiliationID | numeric | YES | This column has logical FK to dbo.CHCListIHSTribalAffiliation (CHCListIHSTribalAffiliationID) |
TribalEnrollmentMemberNum | varchar | YES | This column stores the Number of Tribal Enrolment member |
RelationshipID | numeric | YES | This column has a logical FK to dbo.CHCListIHSRelationship (CHCListIHSRelationshipID) |
DescendantID | numeric | YES | This table has foreign Key to dbo.CHCListIHSDescendant (CHCListIHSDescendantID) |
bEnrollmentCardOnFile | bit | YES | Flag. Stores if the person has enrollment card on file |
TribalEnrollmentCardFiledDte | datetime | YES | This column store date on which the Tribal Enrollment card is filed |
TribeBloodQuantumID | numeric | YES | This column has a logical FK to dbo.CHCListIHSIndianBloodQuantum (CHCListIHSIndianBloodQuantumID) |
TribalEligibilityStatusID | numeric | YES | This column has logical FK to dbo.CHCListIHSTribalEligibilityStatus (CHCListIHSTribalEligibilityStatusID) |
bCertificateOfIndianBloodCardOnFile | bit | YES | Flag. Stores if the person has Certificate of Indian blood on file |
CreatedByID | numeric | YES | This column contains ID of the User who created the record |
Created | datetime | YES | This column stores Date on which the record is created |
LastModifiedByID | numeric | YES | This column contains ID of the User who modifies the record last |
LastModified | datetime | NO | This column stores Date on which the record is modified last |
CHCPersonIHSHistory
This table stores CHCPersonIHSHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UserID | numeric | NO | This column contains the User ID who logged in |
EffectiveStartDate | datetime | NO | This column contains start date |
EffectiveEndDate | datetime | YES | This column contains end date |
PersonID | numeric | NO | This column contains ID of the person |
CommunityofResidenceID | numeric | YES | This column has logical FK to dbo.CHCListIHSCommunityofResidence (CHCListIHSCommunityofResidenceID) |
PatientClassificationID | numeric | YES | This column has logical FK to dbo.CHCListIHSPatientClassification (CHCListIHSPatientClassificationID) |
TotalBloodQuantumID | numeric | YES | This column has logical K to dbo.CHCListIHSIndianBloodQuantum (CHCListIHSIndianBloodQuantumID) |
Note | varchar | YES | Stores the Note if there are any attached |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user. |
Created | datetime | YES | Stores the value of create datetime. Default Setting: (getdate()) |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate()) |
CHCProcedureMasterInfo
This table stores CHCProcedureMasterInfo information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedureMasterID | numeric | NO | Primary Key. This column stores ID of the Procedure Master |
ProcedureCodeTypeID | numeric | YES | This column has logical FK to dbo.CHCListProcedureCodeType (CHCListProcedureCodeTypeID) |
CreatedByID | numeric | YES | This column contains ID of the User who created the record |
Created | datetime | NO | This column stores Date on which the record is created |
LastModifiedByID | numeric | YES | This column contains ID of the User who modifies the record last |
LastModified | datetime | NO | This column stores Date on which the record is modified last |
CHCProcedurePlanCPTCode
This table stores CHCProcedurePlanCPTCode information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCProcedurePlanCPTCodeID | numeric | NO | This column stores primary Key for CHCProcedurePlanCPTCode table. Identity column/Auto increment |
InsurancePlanID | numeric | YES | This column stores the ID of the Insurance Plan |
ProcedureMasterID | numeric | YES | This column stores the ID of the Procedure Master |
OverrideCPTCode | varchar | YES | This column stores CPT Code which has been overridden |
EditType | char | YES | This column stores the type of Edit |
CreatedByID | numeric | YES | This column contains ID of the User who created the record |
Created | datetime | NO | This column stores Date on which the record is created. Default: (getdate()) |
LastModifiedByID | numeric | YES | This column contains ID of the User who modifies the record last |
LastModified | datetime | NO | This column stores Date on which the record is modified last. Default:(getdate()) |
CHCProcedurePlanRevCode
This table stores CHCProcedurePlanRevCode information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCProcedurePlanRevCodeID | numeric | NO | This column is primary key for CHCProcedurePlanRevCode Table. Identity column/ Auto Increment |
InsurancePlanID | numeric | YES | This column stores the ID of the Insurance Plan |
ProcedureMasterID | numeric | YES | This column stores the ID of the Procedure Master |
NoRevCode | int | NO | Value stored for REV Codes. Stores int values. Default :{{0}} |
IfRevCode | varchar | YES | Value stored for REV Codes. Stores varchar values. |
ThenRevCode | varchar | YES | Value stored for REV Codes. Stores varchar values. |
AlwaysRevCode | varchar | YES | Value stored for REV Codes. Stores varchar values. |
EditType | char | YES | This column stores the type of Edit |
CreatedByID | numeric | YES | This column contains ID of the User who created the record |
Created | datetime | NO | This column stores Date on which the record is created. Default: (getdate()) |
LastModifiedByID | numeric | YES | This column contains ID of the User who modifies the record last |
LastModified | datetime | NO | This column stores Date on which the record is modified last. Default:(getdate()) |
CHCProvider_Override
This table stores CHCProvider_Override information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Doctor_ID | int | NO | Represents the ID of Doctor. Primary key |
Override_Doctor_ID | int | NO | Represents the override Doctor Id .Primary key |
Insurance_Plan_ID | int | YES | Represents the Insurance Plane ID. Nullable |
LocationID | int | YES | Represents the practice Location ID. Nullable |
CHCServiceDetail
This table stores CHCServiceDetail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | Primary Key column for the Table. Represents the Service Detail ID. Not Null |
VisitID | numeric | NO | Stores the ID of the visit. Not Null |
ContractTypeCodeID | numeric | YES | Foreign key for the table. Represents the Contract Type Code Id.. REFERENCES dbo.CHCListContractTypeCode (CHCListContractTypeCodeID) |
RevenueGroupID | numeric | YES | Foreign Key for the table. Represents the Contract Type Code Id.. REFERENCES dbo.CHCListRevenueGroup (CHCListRevenueGroupID) |
AddedBy_FQHCApprovalFlag | bit | NO | Represents the Flag. Toggles between 0 & 1. Default: ((0)) |
ManuallySetFeesFlag | bit | YES | Represents the Flag. Toggles between 0 & 1. Default: ((0)) |
ToothNumber | varchar | YES | Represents the Tooth Number. Nullable |
PredeterminationNumber | varchar | YES | Stores the predetermination value. |
ToothSurface1ID | numeric | YES | Foreign key for the table. Represents the Tooth Surface 1 ID.REFERENCES dbo.CHCListToothSurface (CHCListToothSurfaceID)) |
ToothSurface2ID | numeric | YES | Foreign key for the table. Represents the Tooth Surface 2 ID.REFERENCES dbo.CHCListToothSurface (CHCListToothSurfaceID)) |
ToothSurface3ID | numeric | YES | Foreign key for the table. Represents the Tooth Surface 3 ID.REFERENCES dbo.CHCListToothSurface (CHCListToothSurfaceID)) |
ToothSurface4ID | numeric | YES | Foreign key for the table. Represents the Tooth Surface 4 ID.REFERENCES dbo.CHCListToothSurface (CHCListToothSurfaceID)) |
ToothSurface5ID | numeric | YES | Foreign key for the table. Represents the Tooth Surface 5 ID.REFERENCES dbo.CHCListToothSurface (CHCListToothSurfaceID)) |
OralCavityDesignation1ID | numeric | YES | Foreign key for the table. Represents the Oral Cavity Designation 1 ID.REFERENCES dbo.CHCListOralCavityDesignation (CHCListOralCavityDesignationID) |
OralCavityDesignation2ID | numeric | YES | Foreign key for the table. Represents the Oral Cavity Designation 2 ID.REFERENCES dbo.CHCListOralCavityDesignation (CHCListOralCavityDesignationID) |
OralCavityDesignation3ID | numeric | YES | Foreign key for the table. Represents the Oral Cavity Designation 3 ID.REFERENCES dbo.CHCListOralCavityDesignation (CHCListOralCavityDesignationID) |
OralCavityDesignation4ID | numeric | YES | Foreign key for the table. Represents the Oral Cavity Designation 4 ID.REFERENCES dbo.CHCListOralCavityDesignation (CHCListOralCavityDesignationID) |
OralCavityDesignation5ID | numeric | YES | Foreign key for the table. Represents the Oral Cavity Designation 5 ID.REFERENCES dbo.CHCListOralCavityDesignation (CHCListOralCavityDesignationID) |
ProsthesisCrownOrInlay | smallint | NO | Represents the Flag. Toggles between 0 & 1. Default: ((0)) |
PCOrIPriorPlacementDate | datetime | YES | Datetime field contains the PC or Iprior placement date. Nullable |
AppliancePlacementInitialDate | datetime | YES | Datetime field contains the Appliance Placement Initial Date. Nullable |
ApplianceReplacementDate | datetime | YES | Datetime field contains the Appliance Replacement Date. Nullable |
CreatedByID | numeric | YES | This column contains ID of the User who created the record |
Created | datetime | NO | This column stores Date on which the record is created |
LastModifiedByID | numeric | YES | This column contains ID of the User who modifies the record last |
LastModified | datetime | NO | This column stores Date on which the record is modified last. Default:(getdate()) |
FQHCApproval_InsCovID | numeric | YES | Represents the FQHC Approval Insurance Coverage ID. |
FQHCApproval_Priority | int | NO | Represents the FQHC Approval Priority value. Nullable. Default value: ((0)) |
FQHCApproval_SrcSrvDtlID | numeric | YES | Represents the FQHC Approval Source and Service Date ID. Nullable |
CHCServiceGroupDental
This table stores CHCServiceGroupDental information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceGroupID | numeric | NO | Primary Key column stores the Service Group ID. Not null |
AppliancePlacementDate | datetime | YES | Datetime field represents the appliance placement date.Nullable |
OrthodonticMonthsTotal | int | YES | Stores the int value and gives the count of the total Orthodontic Months |
OrthodonticMonthsRemaining | int | YES | Stores the int value and gives the count of the remaining Orthodontic Months |
ExtraOralTractionDevice | int | YES | Stores the int value and gives the count of the extra oral traction device |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user.. Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate()).. cannot be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user.. Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate()).. cannot be null |
CHCServiceGroupDentalDetail
This table stores CHCServiceGroupDentalDetail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CHCServiceGroupDentalDetailID | numeric | NO | Primary Key represents the CHC Service Group Dental Detail ID. Not null |
ServiceGroupID | numeric | NO | Foreign key of the table represents the Service Group ID.. REFERENCES dbo.CHCServiceGroupDental (ServiceGroupID) |
ToothNumber | varchar | YES | Represents the Tooth number. Nullable |
ToothStatusId | numeric | YES | Foreign Key of the table represents the Tooth Status ID. REFERENCES dbo.CHCListToothStatus (CHCListToothStatusID) |
DL_Surface | int | YES | DL_Surface number |
L_Surface | int | YES | L_Surface number |
ML_Surface | int | YES | ML_Surface number |
MB_Surface | int | YES | MB_Surface number |
B_Surface | int | YES | B_Surface number |
DB_Surface | int | YES | DB_Surface number |
ExtractedFlag | bit | NO | Extracted flag.. toggles between 0 & 1. not null |
CreatedByID | numeric | YES | Stores the value of the ID of the Created user.. Nullable |
Created | datetime | NO | Stores the value of create datetime. Default Setting: (getdate()).. cannot be null |
LastModifiedByID | numeric | YES | Stores the value of the ID of the Last Modified user.. Nullable |
LastModified | datetime | NO | Stores the value of modified datetime. Default Setting: (getdate()).. cannot be null |
CHCVisit
This table stores the CHCVisit information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitID | numeric | NO | Primary key for the table stores the ID of the visit |
PayorPlanSetID | numeric | YES | Foreign Key column represents the payor plan set ID. Datatype is numeric. REFERENCES dbo.CHCListPayorPlanSet (CHCListPayorPlanSetID). Nullable |
ApprovedByID | numeric | YES | Represents the Approved by ID.. Nullable |
Approved | datetime | YES | Datetime field represents when the record got approved. Default: (getdate()) |
ApprovalNotes | varchar | YES | Contains the Approval Notes. Nullable |
CreatedByID | numeric | YES | Stores the Created Id of the user who creates the records |
Created | datetime | NO | Datetime field contains the Created date. Default: (getdate()) |
LastModifiedByID | numeric | YES | Stores the Last Modified Id of the user who modifies the records |
LastModified | datetime | NO | Datetime field contains the Modified date. Default: (getdate()) |
CHCVisitHistory
This table stores the CHCVisitHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UserID | numeric | NO | Primary Key for the Table. Contains the User ID. Not Null |
StartChangeDate | datetime | NO | Primary Key for the Table. Stores the Start Change Date. Not null |
EndChangeDate | datetime | YES | Stores the End Change Date.. Datetime field.. Nullable |
VisitID | numeric | NO | Contains the Visit ID. Not Null |
PayerPlanSetID | numeric | YES | Foreign key column represents the Payer Plan Set ID. REFERENCES dbo.CHCListPayorPlanSet (CHCListPayorPlanSetID) |
ApprovedByID | numeric | YES | Represents the Approved by ID.. Nullable |
Approved | datetime | YES | Datetime field represents when the record got approved. |
ApprovalNotes | varchar | YES | Contains the Approval Notes. Nullable |
CreatedByID | numeric | YES | Stores the Created Id of the user who creates the records |
Created | datetime | NO | Datetime field contains the Created date. Default: (getdate()) |
LastModifiedByID | numeric | YES | Stores the Last Modified Id of the user who modifies the records |
LastModified | datetime | NO | Datetime field contains the Modified date. Default: (getdate()) |
CHCVisitInsurance
This table stores the CHCVisit Insurance
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitID | numeric | NO | Primary key column for the Table. Represents the CHC Visit Insurance Visit ID. |
InsID | numeric | NO | Primary key column for the Table. Represents the CHC Visit Insurance ID . |
OtherID1 | varchar | YES | Represents the Other ID which stores the Other CHC Visit Insurance ID if exists |
OtherID2 | varchar | YES | Represents the Other ID which stores the Other CHC Visit Insurance ID if exists |
CreatedByID | numeric | YES | Stores the Created Id of the user who creates the records |
Created | datetime | NO | Datetime field contains the Created date. Default: (getdate()) |
LastModifiedByID | numeric | YES | Stores the Last Modified Id of the user who modifies the records |
LastModified | datetime | NO | Datetime field contains the Modified date. Default: (getdate()) |
CHCVisitTypes
This table stores the CHCVisit Types
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitTypeID | numeric | NO | Primary key for the column. Represents the unique Visit Type ID. |
CHCListSFScheduleID | numeric | YES | Foreign key for the table. REFERENCES dbo.CHCListSFSchedule (CHCListSFScheduleID) |
CreatedByID | numeric | YES | This column represents the ID of created user. Nullable |
Created | datetime | YES | This column represents the Created Datetime. ..Nullable. Default : (getdate()) |
LastModifiedByID | numeric | YES | This column represents the ID of last modified by ID. Nullable |
LastModified | datetime | YES | This column represents the Modified Datetime. ..Nullable. Default : (getdate()) |
CheckDetail
This table stores Check details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CheckNumber | varchar | NO | Primary Key for the CheckDetail Table.. Varchar.. Stores the Check Number of the Check |
CheckAmount | money | NO | Indicates the money amount of the check |
UserID | numeric | NO | Indicates the userid of the user logged in at the time of creation |
CreateDate | datetime | NO | Indicates the date and time of creation |
LastChangedDate | datetime | NO | Indicates the date and time of last changes |
LastChangedBy | numeric | NO | indicates the userid of the user who edited the check last |
CheckMethodID | tinyint | NO | Indicates the ID of the method of the check used like Credit Card.. check.. EFT |
Claim
This table contains all the claim requests created
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimID | numeric | NO | Represents the unique Claim ID. Primary key |
PatientID | numeric | NO | Logically FK to dbo.Patient.PatientID |
InsurancePlanID | numeric | NO | Logically FK to dbo.InsurancePlan.PlanID |
InsID | numeric | YES | Logically FK to dbo.InsuranceCoverage.InsID. Nullable |
CareProviderID | numeric | YES | Logically FK to dbo.CareProvider.CareProviderID. Nullable |
FacilityLocationID | numeric | YES | Logically FK to dbo.CareProviderLocation.LocationID. Nullable |
ReferringPhysicanID | numeric | YES | Logically FK to dbo.CareProvider.CareProviderID. Nullable |
DateFiledInAR | datetime | YES | The date claim filed in AR. Nullable |
PreCertificationNum | varchar | YES | Pre Certification Number. Nullable |
NumberOfServiceDetails | int | YES | Contains number of services provided to the patient. Nullable |
InitialServiceDate | datetime | YES | The date first service provided to the patient. Nullable |
LastActiveDate | datetime | YES | The last date when the claim was active. Nullable |
ActiveClaim | char | NO | True if Claim is active else false. |
CreationDate | datetime | YES | Represents the Claim Created DateTime. Nullable |
SuspendSubmission | int | YES | Foreign Key to dbo.ClaimSuspendSubmission.ClaimSuspendSubmissionID. Nullable. Default:0. References: dbo.ClaimSuspendSubmission |
OriginalSubmissionDate | datetime | YES | Claim first Submitted Date Time. Nullable |
ClaimStatusID | numeric | NO | Logically FK to dbo.ClaimStatus. ClaimStatusID |
ClaimStatusDate | datetime | YES | Claim Status updated Date Time. Nullable |
EmploymentRelatedCondition | char | NO | Holds Patients Employment condition. values Y or N |
AutoAccident | char | NO | Holds if this claim is for an auto accident. values Y or N |
AutoAccidentState | char | YES | State where auto accident occurred. Nullable |
AccidentResponsibility | char | NO | If Patient is responsible for accident. values Y or N |
OtherAccident | char | NO | Holds if this not an auto accident and other accident. values Y or N |
AbuseFlag | char | NO | Flag for the table. Holds Value Y or N |
ClaimNotes | varchar | YES | Contains claim notes entered by user. Nullable |
OtherInsCovID | numeric | YES | Holds other insurance Coverage ID if present. Nullable |
SignatureOnFileFlag | char | NO | Flag represents whether there is Signature on file or not. Holds Value Y or N |
SymptomDate | datetime | YES | The date when disability symptom found. Nullable |
SimilarDate | datetime | YES | Similar Illness Date .. Nullable |
DisabilityType | char | YES | Contains disability type as permanent or temporary. Nullable |
DisabilityFromDate | datetime | YES | From the date patient disability is observed. Nullable |
DisabilityToDate | datetime | YES | Till Date patient disability is observed. Nullable |
HospAdmitDate | datetime | YES | Admitted Date Time. Nullable |
HospDischDate | datetime | YES | Discharged Date Time. Nullable |
LabIndicatorFlag | char | NO | If Lab services provided. values Y or N |
LabCharges | money | YES | Lab charges if any. Nullable. Default: 0 |
MedicaidResubCode | varchar | YES | Medicaid claim Resubmission Code. Nullable |
ResubRefNo | varchar | YES | Medicaid claim Resubmission reference Number. Nullable |
ProvAssignInd | char | NO | If provider assigned to this claim or not. values Y or N |
ProvSigInd | char | NO | If provider signed or not. Values are Y" or N" |
ProvSigDate | datetime | YES | Provider signed Date Time. Nullable |
MedigapClaim | int | YES | Toggles between 1 or 0. flag column for MediGap. Nullable |
TotalClaimChrgs | money | YES | Total Claim Charges represents the sum of all the charges. Nullable. Default:0 |
ClaimBalance | money | YES | The claim balance amount which can be used in future claims. Nullable. Default:0 |
PatientOriginalAmountDue | money | YES | The amount needs to paid by patient/insured person. Nullable. Default:0 |
PatientAdjustedAmountDue | money | YES | The amount needs to paid by patient/insured person after some adjustment. Nullable. Default:0 |
AmountPaidByPatient | money | YES | The actual amount paid by patient/insured person. Nullable. Default:0 |
PatientLastPaymentDate | datetime | YES | The date of payment done by patient/insured person. Nullable |
PatientBalance | money | YES | The balance amount if any needs to paid by patient/insured person. Nullable. Default:0 |
PatientOriginalBillingDate | datetime | YES | The original billing date. Nullable |
InsuranceOriginalAmountDue | money | YES | The amount needs to be paid by the insurance company. Nullable. Default:0 |
InsuranceAdjustedAmountDue | money | YES | The amount needs to be paid by the insurance company after some adjustment. Nullable. Default:0 |
AmountPaidByInsurance | money | YES | The actual amount paid by the insurance company. Nullable. Default:0 |
InsuranceLastPaymentDate | datetime | YES | The last date of payment done by insurance company. Nullable |
InsuranceBalance | money | YES | The amount needs to be paid by insurance company. Nullable. Default:0 |
ContWriteOffAmount | money | YES | The amount which will be deducted as write off in the approval. Nullable. Default:0 |
PatientCoPayAmount | money | YES | The patient co pay amount if any. Nullable. Default:0 |
PatientAmountNotCovered | money | YES | The amount which is not covered in the policy. Nullable. Default:0 |
PatientDeductibleAmount | money | YES | The deductible amount paid by patient in getting a policy. Nullable. Default:0 |
PatientCoInsuranceAmount | int | YES | The amount patient has in co-insurance(Secondary & tertiary). Nullable. Default:0 |
Reserved10d | char | YES | value for 10d. Nullable |
Reserved19 | char | YES | value for 19. Nullable |
CollectionFlag | char | NO | If collection department should collect due amount from patient/insured person/insurance company |
CollectionUserID | numeric | YES | The userid of the person assigned to collect the due amount. Nullable |
CollectionAgencyID | numeric | YES | Collection agency id.Nullable |
RevisionNumber | int | NO | Claim Revision number |
RevisionUserID | numeric | YES | The user who did claim revision. Nullable |
RevisionDateTime | datetime | YES | Claim Revision DateTime.Nullable |
AmendedClaim | int | NO | If this claim is amended has 0 or 1.Default:0 |
AdjustmentAmount | money | YES | The total amount given as adjustment. Nullable. Default:0 |
LastAdjustmentDate | datetime | YES | The date when the last adjustment done. Nullable |
ContWriteOffDate | datetime | YES | The contract write off amount recorded date. Nullable |
ContWriteOffExpected | money | YES | The expected contract write off amount. Nullable. Defalt:0 |
RenderingProviderID | numeric | YES | Logically FK to dbo.CareProvider.CareProviderID. Nullable |
SubOrder | int | YES | Submission order. Nullable |
Priority | int | YES | Priority of the claim.. values from 1 to 4. Nullable |
State | int | YES | If the claim is approved or not. Nullable. Default:0 |
VisitID | numeric | YES | Logically FK to dbo.Visit.VisitID. Nullable |
IncludePaidInFull | int | YES | Toggled between 1 and 0.. 1=paid in full. Nullable |
DelayReasonCode | varchar | YES | The reason code for the payment delay. Nullable |
ReprocessFlag | tinyint | NO | If claim is reprocessed and its status. Default |
ClaimFollowUpReasonID | numeric | YES | Logically FK to dbo.ClaimFollowUpReason.ClaimFollowUpReasonID. Nullable |
ClaimFollowUpDate | datetime | YES | The date when claim follow up processed. Nullable |
ClaimFrequencyCode | varchar | YES | Professional claim frequency code. Logical FK to ClaimFrequencyCode..Table FrequencyCode. Nullable |
ClaimCombinationId | numeric | YES | Logical FK to dbo.ClaimCombination.ClaimCombinationID. Nullable |
ClaimAdjustmentHistory
This table contains Claim Adjustment History
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimAdjHistoryID | int | YES | This column represents the Claim Adjustment History ID. |
BatchID | int | YES | This column stores Batch ID under which the claim is submitted |
ClaimID | int | YES | This column contains ID of the claim |
CreateDate | datetime | YES | This column contains the date on which the record has been created |
GroupCode | varchar | YES | This column contains the code of the Group |
ReasonCode1 | varchar | YES | This column Stores reason code1. Stores varchar value. Nullable |
Amount1 | money | YES | This column stores the value of amount mentioned in the Claim ..Nullable |
Quantity1 | int | YES | Stores the value of Quantity ..Nullable Stores int value |
ReasonCode2 | varchar | YES | This column Stores reason code 2. Stores varchar value ..Nullable |
Amount2 | money | YES | This column stores the value of amount mentioned in the Claim ..Nullable |
Quantity2 | int | YES | Stores the value of Quantity .. Nullable Stores int value |
ReasonCode3 | varchar | YES | This column Stores reason code 3 Stores varchar value ..Nullable |
Amount3 | money | YES | This column stores the value of amount mentioned in the Claim ..Nullable |
Quantity3 | int | YES | Stores the value of Quantity ..Nullable Stores int value |
ReasonCode4 | varchar | YES | This column Stores reason code 4 ..Stores varchar value ..Nullable |
Amount4 | money | YES | This column stores the value of amount mentioned in the Claim ..Nullable |
Quantity4 | int | YES | Stores the value of Quantity ..Nullable Stores int value |
ReasonCode5 | varchar | YES | This column Stores reason code 5 ..Stores varchar value ..Nullable |
Amount5 | money | YES | This column stores the value of amount mentioned in the Claim ..Nullable |
Quantity5 | int | YES | Stores the value of Quantity.. Nullable |
ReasonCode6 | varchar | YES | This column Stores reason code 6 Stores varchar value ..Nullable |
Amount6 | money | YES | This column stores the value of amount mentioned in the Claim ..Nullable |
Quantity6 | int | YES | Stores the value of Quantity ..Nullable. Stores int value |
EOBType | varchar | YES | This column contains type of explanation of benefits |
ClaimBatchHistory
This table contains the history of Claim Batches sent for clearing house
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimHistoryID | numeric | NO | Primary Key.. Indicates the claimhistoryid which starts at 1000 at auto increments by 1 |
BatchID | numeric | NO | Primary Key.. Indicates the id of the batch in which the claim was submitted |
EMCDate | datetime | YES | Date of Electronic Media Claims |
TransmissionDate | datetime | YES | Indicates the date and time of transmission |
LastUpdated | datetime | YES | Indicates the date and time of last update |
FilePlanID | numeric | YES | indicates the id of file plan used |
ClaimCount | int | YES | Indicates the number of claims in the batch |
ServiceLineCount | int | YES | Indicates how many records are there in ClaimDetailHistory table under the BatchID |
TotalCharges | money | YES | Indicates the total charges of the claims in the batch |
ClaimBin
This table stores ClaimBin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BatchID | numeric | NO | This column contians the BatchID |
CreateDate | datetime | NO | This column contains the creation date of this ClaimBin |
BinTypeID | NA | NO | This contains information about the bin type to which the document belongs |
FileType | NA | NO | This is an additional field added into the query to help the 'Document Converter Tool' to help classify the document type for related file generation |
DocFileData | NA | NO | This column contains all the fields apart from the Document Image(Binary) from the respective table in xml format |
DocFileImage | NA | NO | This column contains the Document Image filed (Binary) from the respective table in xml format |
Note: The last 3 columns are included for use by the Document Converter Tool during the document conversion process and are not expected to be imported into the new database
ClaimCombination
This table contains claim Combination primary keys generated
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimCombinationId | numeric | NO | Primary Key.. Starts at 1 and auto increments by 1 |
CreateDate | datetime | YES | Stores the Date at which the claim combination was created |
ClaimDetailAdjustmentHistory
This table contains ClaimDetailAdjustmentHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimDetailAdjHistoryID | int | NO | Stores the Claim Detail Adjustment History ID. It cannot be NULL stores int value |
BatchID | int | NO | Stores the ID of the Batch in which Claim was submitted it cannot be NULL int value |
ClaimID | int | NO | Stores the ID of the claim it cannot be NULL. Stores int value |
ServiceDetailID | int | NO | Stores the Service Detail ID of the associated claim. Stores int value and cannot be null |
X12DS835ID | int | YES | Stores the key to join to ASCX12_835D_Service table |
CreateDate | datetime | NO | Stores value of datetime when record is created. Not null |
GroupCode | varchar | YES | This column Stores group code. Nullable Stores varchar value. |
ReasonCode1 | varchar | YES | This column Stores reason code1. Stores varchar value ..Nullable |
Amount1 | money | YES | This column stores the value of amount mentioned in the Claim ..Nullable |
Quantity1 | int | YES | Stores the value of Quantity ..Nullable |
ReasonCode2 | varchar | YES | This column Stores reason code 2. Stores varchar value ..Nullable |
Amount2 | numeric | YES | This column represents the value of amount mentioned in the Claim ..Nullable |
Quantity2 | int | YES | Stores the value of Quantity ..Nullable |
ReasonCode3 | varchar | YES | This column Stores reason code 3 Stores varchar value ..Nullable |
Amount3 | money | YES | This column represents the value of amount mentioned in the Claim ..Nullable |
Quantity3 | int | YES | Stores the value of Quantity/ ..Nullable |
ReasonCode4 | varchar | YES | This column Stores reason code 4.. Stores varchar value ..Nullable |
Amount4 | money | YES | This column represents the value of amount mentioned in the Claim ..Nullable |
Quantity4 | int | YES | Stores the value of Quantity ..Nullable |
ReasonCode5 | varchar | YES | This column Stores reason code 5. Stores varchar value ..Nullable |
Amount5 | money | YES | This column represents the value of amount mentioned in the Claim ..Nullable |
Quantity5 | int | YES | Stores the value of Quantity ..Nullable Stores int value |
ReasonCode6 | varchar | YES | This column Stores reason code 6 Stores varchar value ..Nullable |
Amount6 | money | YES | This column stores the value of amount mentioned in the Claim ..Nullable |
Quantity6 | int | YES | Stores the value of Quantity ..Nullable Stores int value |
EOBType | varchar | YES | Stores the EOB Type datatype is varchar(1) ..Nullable |
ClaimDetailHistory
This table contains ClaimDetailHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimHistoryID | numeric | NO | It is the part of the composite primary key. Stores the Claim History ID. It cannot be NULL ..Stores int value |
BatchID | numeric | NO | It is the part of the composite primary key. Stores the ID of the Batch in which Claim was submitted. It cannot be NULL.. Stores int value |
EClaimID | numeric | NO | It is the part of the composite primary key. Stores the Electronic Claim ID Primary Key . Stores int value. Not null |
LineNumber | int | NO | Stores the value of the Line Number and it cannot be null. Stores int value |
ServiceDetailID | numeric | NO | It is the part of the composite primary key. Stores the Service Detail ID of the associated claim. Stores Numeric value and cannot be null |
PatientID | numeric | YES | This column Stores ID of Patient for whom the Claim was created. Stores Numeric value ..Nullable |
ServiceFromDate | datetime | YES | Contains the From Date of the Service datetime field ..Nullable |
ServiceToDate | datetime | YES | Stores the To Date of the Service datetime field ..Nullable |
CPTProcedureCode | varchar | YES | Stores the Current Procedural Terminology Procedure Code Stores Varchar value ..Nullable |
POS | char | YES | Stores the Modifier rule for the Procedures e.g. POS Stores char(2) values ..Nullable |
TOS | char | YES | Stores the Modifier rule for the Procedures e.g. TOS Stores char(2) values ..Nullable |
Modifier1 | varchar | YES | Stores the Modifier 1 Stores varchar value ..Nullable |
Modifier2 | varchar | YES | Stores the Modifier 2 Stores varchar value ..Nullable |
Modifier3 | varchar | YES | Stores the Modifier 3 Stores varchar value ..Nullable |
Modifier4 | varchar | YES | Stores the Modifier 4 Stores varchar value ..Nullable |
AltCPTCode | varchar | YES | Stores the alternative Current Procedural Terminology Code Stores Varchar value. ..Nullable |
AltPOS | char | YES | Stores the Alternative POS Modifier Rule Stores char(2) ..Nullable |
AltTOS | char | YES | Stores the Alternative TOS Modifier Rule Stores char(2) ..Nullable |
AltModifier1 | varchar | YES | Stores the Alternative Modifier 1 Stores varchar value ..Nullable |
AltModifier2 | varchar | YES | Stores the Alternative Modifier 2 Stores varchar value ..Nullable |
AltModifier3 | varchar | YES | Stores the Alternative Modifier 3 Stores varchar value ..Nullable |
AltModifier4 | varchar | YES | Stores the Alternative Modifier 4 Stores varchar value ..Nullable |
Charge | money | YES | Stores the Charge associated with the Claim Stores money datatype value. ..Nullable |
DiagCodePointer1 | char | YES | Stores the Diagnosis Code Pointer 1 Stores char(2) ..Nullable |
DiagCodePointer2 | char | YES | Stores the Diagnosis Code Pointer 2 Stores char(2) ..Nullable |
DiagCodePointer3 | char | YES | Stores the Diagnosis Code Pointer 3 Stores char(2) ..Nullable |
DiagCodePointer4 | char | YES | Stores the Diagnosis Code Pointer 4 Stores char(2) ..Nullable |
Units | float | YES | Stores the Units allocated in the Claim Stores float value ..Nullable |
AnesthesiaTime | int | YES | Stores the Anesthesia Time. Stores int value ..Nullable |
PurchasedServiceIndicator | int | YES | Stores the indicator of the purchased service Stores int value ..Nullable |
ClassFindings | varchar | YES | Stores the Class findings value... Stores varchar(9) value ..Nullable |
LineDescription | char | YES | Stores the description of the Lines. Stores char value ..Nullable |
RefPerfFlag | int | YES | Flag that represents the referral performance flag. |
EMGInd | varchar | YES | This column represents the EMG (Electromyography) Indicator.. Nullable |
EPSDTInd | varchar | YES | This column indicates the EPSDT (Early Periodic Screening Diagnostic and Treatment) Indicator.. Nullable |
FamPlanInd | varchar | YES | This column represents the Family Planning Indicator.. Nullable |
ReferralDate | datetime | YES | Stores the Referral Date datetime field ..Nullable |
OrderDate | datetime | YES | Date of Related Order datetime field Nullable |
LastSeenDate | datetime | YES | Datetime field representing the Last seen date ..Nullable |
SymptomDate | datetime | YES | Datetime field representing the Symptom date ..Nullable |
SimilarDate | datetime | YES | Datetime field representing the Similar date ..Nullable |
AuthorizationNumber | varchar | YES | This represent the Authorization Number of the Claim ..Nullable |
ReferralNumber | varchar | YES | This represent the Referral Number of the Claim ..Nullable |
PostedInsurancePaid | money | YES | This represents the amount paid for the Posted Insurance ..Nullable |
PostedAdjudicationDate | datetime | YES | This represents the Adjudication date for the Posted Insurance ..Nullable |
NDCCode | varchar | YES | Stores the National Drug Code(NDC) codes. Nullable |
UnitType | char | YES | This column represents the Type of Unit like(MJ/UN).. Nullable |
RefProvID | numeric | YES | Stores the Referenced Provider ID Nullable |
RefProvFName | varchar | YES | Stores the Referenced Provider Full name Nullable |
RefProvMName | varchar | YES | Stores the Referenced Provider Middle name Nullable |
RefProvLName | varchar | YES | Stores the Referenced Provider Last Name Nullable |
RefProvIndNum | varchar | YES | Stores the Referenced Provider Identification Number Nullable |
RefProvGrpNum | varchar | YES | Stores the Referenced Provider Group Number Nullable |
RefProvIndType | varchar | YES | Stores the Referenced Provider Identification Type Nullable |
RefProvGrpType | varchar | YES | Stores the Referenced Provider Group Type Nullable |
RefProvTaxonomyCode | varchar | YES | Stores the Referenced Provider Taxonomy Code Nullable |
RefProvUPIN | varchar | YES | Stores the Referenced Provider UPIN.. Nullable |
RefProvNPI | varchar | YES | Stores the Referenced Provider National Provider Identifier.. Nullable |
RefProvCred | varchar | YES | Stores the Referenced Provider Credentials.. Nullable |
NDCQty | float | YES | Stores the National Drug Code(NDC) Quantity.. Nullable |
NDCUnitType | varchar | YES | Stores the National Drug Code(NDC) Unit Type.. Nullable |
NDCPrice | money | YES | Stores the National Drug Code(NDC) Price.. Nullable |
RxNumber | varchar | YES | This represents the Rx Number. Nullable |
InitialTxDate | datetime | YES | Initial Treatment Date. Nullable |
RevenueCode | varchar | YES | Stores the Revenue Code Nullable |
UnitRate | money | YES | Stores the Rate per Unit.. Nullable |
NonCoveredCharge | tinyint | YES | Flag. Represents whether the charge is Noncovered Charge. Nullable |
UBCode | varchar | YES | Represents the Uniform Billing Code. Nullable |
RefProvSuffix | varchar | YES | Stores the Referenced Provider Suffix.. Nullable |
DiagCodePointer1_ICD10 | char | YES | Stores the Diagnosis Code Pointer 1 ICD10 Stores char(2) ..Nullable |
DiagCodePointer2_ICD10 | char | YES | Stores the Diagnosis Code Pointer 2 ICD10 Stores char(2) ..Nullable |
DiagCodePointer3_ICD10 | char | YES | Stores the Diagnosis Code Pointer 3 ICD10 Stores char(2) ..Nullable |
DiagCodePointer4_ICD10 | char | YES | Stores the Diagnosis Code Pointer 4 ICD10 Stores char(2) ..Nullable |
ClaimDetailMeasurementHistory
This table contains ClaimDetailMeasurementHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimHistoryID | numeric | NO | This is a part of the composite primary key for this table.. Stores the Claim Detail Measurement History ID Primary Key it cannot be NULL Stores int value |
BatchID | numeric | NO | This is a part of the composite primary key for this table. Stores the ID of the Batch in which Claim was submitted Primary Key column it cannot be NULL Stores int value |
EClaimID | numeric | NO | This is a part of the composite primary key for this table. Stores the Electronic Claim ID. Not null. |
ServiceDetailID | numeric | NO | This is a part of the composite primary key for this table.. Stores the Service Detail ID of the associated claim. Stores int value and cannot be null |
MeasurementType | varchar | NO | This is a part of the composite primary key for this table.. This column store Measurment type. Not Null |
MeasurementCode | varchar | NO | This is a part of the composite primary key for this table.. This column store Measurment code. Not Null |
MeasurementValue | varchar | NO | This is a part of the composite primary key for this table.. This column store Measurment Value. Not Null |
ClaimDetailNotesHistory
This table contains ClaimDetailNotesHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimHistoryID | numeric | NO | This is a part of the composite primary key for this table.. Stores the Claim Detail Notes History ID. Primary Key. it cannot be NULL. Stores int value |
BatchID | numeric | NO | This is a part of the composite primary key for this table.. Stores the ID of the Batch in which Claim was submitted. Primary Key column. it cannot be NULL. Stores int value |
EClaimID | numeric | NO | This is a part of the composite primary key for this table.. Stores the Electronic Claim ID. Not null. Stores int value |
ServiceDetailID | numeric | NO | This is a part of the composite primary key for this table.. Stores the Service Detail ID of the associated claim. Stores int value and cannot be null |
NoteID | numeric | NO | This is a part of the composite primary key for this table.. Stores the Note ID of the associated claim. Stores int value and cannot be null |
NoteSubType | smallint | NO | This is a part of the composite primary key for this table.. Sub type for certain note entered. Not Null |
SeqNo | smallint | NO | This is a part of the composite primary key for this table.. Stores the Sequence Number. Not null |
NoteText | varchar | NO | Stores the Text entered by User. not null |
ClaimDetailPaymentHistory
This table contains ClaimDetailPaymentHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimDetailPmtHistoryID | numeric | NO | Stores the Claim Detail Payment History ID it cannot be NULL |
BatchID | numeric | NO | Stores the ID of the Batch in which Claim was submitted it cannot be NULL |
ClaimID | numeric | YES | Stores the Claim ID Nullable |
ServiceDetailID | numeric | NO | Stores the Service Detail ID of the associated claim cannot be null |
X12DS835ID | numeric | YES | Stores int value ..Nullable Key to join to ASCX12_835D_Service table |
CreateDate | datetime | NO | Stores value of create datetime. Not null |
CheckOrEFTDate | datetime | YES | Stores the Check Or EFT issued Date datetime field ..Nullable |
ProcedureCode | varchar | YES | Stores the Procedure Code ..Nullable |
FromDate | datetime | YES | Stores the From date of the Claim datetime field.. Nullable |
Payment | money | YES | Stores the Payment Amount of the Claim.. Nullable |
Modifier1 | varchar | YES | Stores the Modifier 1 value ..Nullable |
Modifier2 | varchar | YES | Stores the Modifier 2 value. Nullable |
Modifier3 | varchar | YES | Stores the Modifier 3 value. Nullable |
Modifier4 | varchar | YES | Stores the Modifier 4 value. Nullable |
EOBType | varchar | YES | Stores the EOB Type datatype is varchar(1) ..Nullable |
ClaimFollowUpReason
It is used for capturing the data for ClaimFollowUpReason
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimFollowUpReasonID | numeric | NO | Primary Key.. Indicates the ClaimFollowUpReasonID which starts at 1000 at auto increments by 1 |
LocalName | varchar | NO | Stores Local Name for ClaimFollowUpReason |
StandardName | varchar | NO | Stores Standard Name for ClaimFollowUpReason |
Description | varchar | YES | Stores Description for ClaimFollowUpReason |
Enabled | tinyint | NO | Toggles between 1 and 0. 1 if enabled |
ClaimFormats
This table contains the GMTCliamFormatNames for particular SiteCliamFormatNames
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimFormatID | numeric | NO | Primary Key column.. represents the Claim Format ID.. cannot be null. Identity/Auto increment |
GMTClaimFormatName | varchar | NO | Contains the ClaimFormatName.. not null |
SiteClaimFormatName | varchar | YES | Contains the Site Claim Format Name. Nullable |
Active | int | NO | Contains the value 1 for making as Active.. not null |
crTemplateID | numeric | YES | Logically FK to dbo.crTemplate.crTemplateID.Nullable |
NSFFormat | varchar | YES | This column represents the NSF format.. Nullable |
ClaimFrequencyCode
Used for Stores the FrequencyCodeDescrption data with FrequencyCode
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FrequencyCode | varchar | NO | Primary key that uniquely identifies the claim frequency with a numeric id |
FrequencyCodeDescription | varchar | NO | Stores the FrequencyCodeDescrption Data |
ClaimHeaderHistory
This table contains ClaimHeaderHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimHistoryID | numeric | NO | Primary Key Starts at 1000 and auto increments by 1 not null |
EClaimID | numeric | NO | Stores electronic ID of the Claim from claim table not null |
ClaimStatus | char | YES | Stores Status of the claim (Submitted/Failed) ..Nullable |
LastUpdated | datetime | YES | Stores Date of Last Update ..Nullable |
CreateDate | datetime | YES | Stores Date of record creation ..Nullable |
Transmitted | datetime | YES | Stores date of claim transmission ..Nullable |
BatchID | numeric | NO | Stores ID of the Batch under which the claim falls not null |
PatientID | numeric | YES | Stores ID of the Patient ..Nullable |
PatFirstName | varchar | YES | Stores Patients First Name ..Nullable |
PatMi | varchar | YES | Stores last letter of Patients Full Name ..Nullable |
PatMiddleName | varchar | YES | Stores Patients middle Name ..Nullable |
PatLastName | varchar | YES | Stores Patients Last Name ..Nullable |
PatSuffix | varchar | YES | Stores suffix of Patient ..Nullable |
PatGeneration | varchar | YES | Stores the generation to which Patient belongs to |
PatDateOfBirth | datetime | YES | Stores Patient DOB from Person Table ..Nullable |
PatSex | varchar | YES | Stores Patient Sex (M/F) ..Nullable |
PatAddress1 | varchar | YES | Stores first Line of Patient Address ..Nullable |
PatAddress2 | varchar | YES | Stores second Line of Patient Address ..Nullable |
PatCity | varchar | YES | Stores City name which patient resides in ..Nullable |
PatState | varchar | YES | Stores State Code in which patient resides from USStates table ..Nullable |
PatZip | varchar | YES | Stores ZIP Code of the patients place ..Nullable |
PatPhone | varchar | YES | Stores Phone number of Patient ..Nullable |
PatMaritalStatus | varchar | YES | Stores marital status of the Patient ..Nullable |
PatStudentStatus | varchar | YES | Toggles between Y and N. Y if a student N if not ..Nullable |
PatEmploymentStatus | varchar | YES | Toggles between Y and N. Y if a Employed N if not ..Nullable |
PatDeathInd | int | YES | Toggles between 1 and 0. 1 if dead ..Nullable |
PatientDateOfDeath | datetime | YES | Stores date on which patient died if the patients dead ..Nullable |
Diagnosis1 | varchar | YES | Stores Diagnosis Code if any. ..Nullable |
Diagnosis2 | varchar | YES | Stores Diagnosis Code if any. ..Nullable |
Diagnosis3 | varchar | YES | Stores Diagnosis Code if any. ..Nullable |
Diagnosis4 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis5 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis6 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis7 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis8 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
FacilityLocationID | numeric | YES | Stores Facility Location ID from Claim Table ..Nullable |
OtherLocationID | varchar | YES | Stores Other Location ID if any ..Nullable |
FacilityLocationName | varchar | YES | Stores Name of the Facility Location Name ..Nullable |
FacilityLocationAddress | varchar | YES | Stores Name of the Facility Location Name from the Address Table ..Nullable |
FacilityLocationCity | varchar | YES | Stores Name of the Facility Location City Name from the Address Table ..Nullable |
FacilityLocationState | varchar | YES | Stores Name of the Facility Location State from the Address Table ..Nullable |
FacilityLocationZip | varchar | YES | Stores Name of the Facility Location Zip from the Address Table ..Nullable |
AdmitDate | datetime | YES | Stores Date of Admit ..Nullable |
DischargeDate | datetime | YES | Stores Date of Discharge ..Nullable |
CareProviderID | numeric | YES | Stores ID of Care provider from Careprovider Table ..Nullable |
ProviderLastName | varchar | YES | Stores the Providers Last Name.. Nullable |
ProviderFirstName | char | YES | Stores the Providers First Name.. Nullable |
ProviderUpin | varchar | YES | Stores Upin from CareProvider Table. Nullable |
TaxIndicatorID | char | YES | Stores ID of Tax Indicator. Nullable |
ProviderTaxID | varchar | YES | Stores Tax ID of Provider. Nullable |
ProviderPlanProviderNumber | varchar | YES | Stores Plan Provider Number. Nullable |
PriPlanHmoCode | varchar | YES | Represents the code for an identifier assigned to an HMO Plan. |
GrpCareProviderIDNumber | varchar | YES | Stores Group Care Provider ID Number. Nullable |
MammographyCertID | varchar | YES | Stores Mammography Certificate ID..Nullable |
CLIACode | varchar | YES | Stores CLIACode from CFBClaimInfo Table. Nullable |
BillingLocationID | numeric | YES | Stores ID of the Billing location. Nullable |
BillingName | varchar | YES | Stores Name of the Billing. Nullable |
BillingAddressLine1 | varchar | YES | Stores 1st part of the Address of Billing from Address Table. Nullable |
BillingAddressLine2 | varchar | YES | Stores 2nd part of the Address of Billing from Address Table. Nullable |
BillingCity | varchar | YES | Stores City of the Billing from Address Table. Nullable |
BillingState | varchar | YES | Stores State of the Billing from Address Table. Nullable |
BillingZip | varchar | YES | Stores ZIP Code of the Billing from Address Table. Nullable |
BillingPhone | varchar | YES | Stores Phone number of the Billing. Nullable |
PriPlanNumber | varchar | YES | Stores Primary Plan Number. Nullable |
CareProviderSpecialtyCode | varchar | YES | Stores Specialty code of the Care Provider. Nullable |
ReferringProviderID | numeric | YES | Stores ID of the Referring Provider. Nullable |
ReferralLastName | varchar | YES | Stores Last Name of the Referral. Nullable |
ReferralFirstName | varchar | YES | Stores First Name of the Referral. Nullable |
ReferralUpin | varchar | YES | Stores UPIN of the Referral. Nullable |
AutoRelated | varchar | YES | Toggles between Y/N. N if not Auto Related. Nullable |
AutoAccidentState | varchar | YES | Stores Auto Accident State from Claim Table. Nullable |
WorkRelated | varchar | YES | Toggles between Y/N. N if not work Related. Nullable |
SymptomDate | datetime | YES | Stores symptom date from Claim Table. Nullable |
LastSeenByOtherPhy | datetime | YES | Stores datetime when the Patient was last seen by the other Physician..Nullable |
PriorAuthorizationNumber | varchar | YES | Stores prior authorization number. Nullable |
OutsideLab | varchar | YES | Toggles between Y/N. Y if it is outside lab. Nullable |
OutsideLabCharges | money | YES | Stores Lab Charges from Claim table. Nullable |
ImplantDate | datetime | YES | Stores Date of Implantation. Nullable |
PriInsCoverageID | numeric | YES | Stores Primary insurance coverage id from fctinsurance..Nullable |
PriFilePlanID | numeric | YES | Stores Primary File Plan ID for claimheaderhistory from EFilePlans table. Nullable |
PriPayorID | varchar | YES | Stores ID of Primary Payor. Nullable |
PriPayorName | varchar | YES | Stores Name of Primary Payor. Nullable |
PriPlanID | numeric | YES | Stores Primary PlanID for Claim header history from InsurancePlan Table. Nullable |
PriInsuranceTypeID | numeric | YES | Stores Primary InsuranceTypeID for ClaimHeaderHistory table from InsuranceType table. Nullable |
MedigapNumber | varchar | YES | Stores Medigap Number for Claimheaderhistory from InsurancePlan Table..Nullable |
PriPlanName | varchar | YES | Stores Primary Plan Name for Claimheaderhistory from InsurancePlan Table..Nullable |
PriPlanAddress | varchar | YES | Stores Primary Plan Address for Claimheaderhistory from Address Table. Nullable |
PriCity | varchar | YES | Stores Primary City from Address Table. Nullable |
PriState | varchar | YES | Stores Primary State from Address Table. Nullable |
PriZip | varchar | YES | Stores Primary Zip Number from Address Table. Nullable |
PriInsuredFirstName | varchar | YES | Stores Primary Insured First Name for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredMiddleName | varchar | YES | Stores Primary Insured Middle Name for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredLastName | varchar | YES | Stores Primary Insured Last Name for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredSuffix | varchar | YES | Stores Primary Insured Suffix for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredDateOfBirth | datetime | YES | Stores Primary Insured Date of Birth for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredSex | varchar | YES | Stores Primary Insured sex for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredAddressLine1 | varchar | YES | Stores Primary Insured Address Line 1 for Claimheaderhistory from Address Table. Nullable |
PriInsuredAddressLine2 | varchar | YES | Stores Primary Insured Address Line 2 for Claimheaderhistory from Address Table. Nullable |
PriInsuredCity | varchar | YES | Stores Primary Insured City Name for Claimheaderhistory from Address Table. Nullable |
PriInsuredState | varchar | YES | Stores Primary Insured State Name for Claimheaderhistory from Address Table. Nullable |
PriInsuredZip | varchar | YES | Stores Primary Zip code for Claim header history from from Address Table. Nullable |
PriInsuredPhone | varchar | YES | Stores Primary Insured Last Name for Claim header history from fctPatientInsurance Table. Nullable |
PriInsuredRelation | varchar | YES | Stores Primary Insured relation for ClaimHeaderHistory from RelationTypes Table. Nullable |
PriPolicyNumber | varchar | YES | Stores Primary Policy Number for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriGroupNumber | varchar | YES | Stores Primary Group Number for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriSignature | char | YES | Stores Primary Signature. Nullable |
PriReleaseInfo | char | YES | Toggles between Y/N...Nullable |
PriAssignment | varchar | YES | Stores Primary Assignment. Nullable |
SecInsCoverageID | numeric | YES | Stores Secondary InsCoverageID for claimheaderhistory from fctInsurance Table. Nullable |
SecFilePlanID | numeric | YES | Stores Secondary FilePlanID for claimheaderhistory from EFilePlans Table. Nullable |
SecInsuranceTypeID | numeric | YES | Stores Secondary InsuranceTypeID for claimheaderhistory from InsuranceType Table. Nullable |
SecPayorID | varchar | YES | Stores Secondary Payor ID..Nullable |
SecPayorName | varchar | YES | Stores Secondary Payor Name. Nullable |
SecPlanID | numeric | YES | Stores Secondary PlanID for claimheaderhistory from InsurancePlan Table. Nullable |
SecPlanName | char | YES | Stores Secondary Plan Name for claimheaderhistory from InsurancePlan Table. Nullable |
SecPlanAddress | char | YES | Stores Secondary Plan Name for claimheaderhistory from Address Table. Nullable |
SecCity | varchar | YES | Stores Secondary City for claimheaderhistory from Address Table. Nullable |
SecState | varchar | YES | Stores Secondary State for claimheaderhistory from Address Table. Nullable |
SecZip | varchar | YES | Stores Secondary ZIP for claimheaderhistory from Address Table. Nullable |
SecInsuredFirstName | varchar | YES | Stores Secondary Insured First Name for ClaimHeaderHistory from Person Table. Nullable |
SecInsuredMiddleName | varchar | YES | Stores Secondary Insured Middle Name for ClaimHeaderHistory from Person Table. Nullable |
SecInsuredLastName | varchar | YES | Stores Secondary Insured Last Name for ClaimHeaderHistory from Person Table. Nullable |
SecInsuredSuffix | varchar | YES | Stores Secondary Insured Suffix for Claimheaderhistory from fctPatientInsurance Table. Nullable |
SecInsuredDateOfBirth | datetime | YES | Stores Secondary Insured Date of Birth for ClaimheaderHistory .Nullable |
SecInsuredSex | varchar | YES | Stores Secondary Insured Sex for ClaimheaderHistory .Nullable |
SecInsuredAddressLine1 | varchar | YES | Stores Secondary Insured Address Line 1 for ClaimheaderHistory .Nullable |
SecInsuredAddressLine2 | varchar | YES | Stores Secondary Insured Address Line 1 for ClaimheaderHistory .Nullable |
SecInsuredCity | varchar | YES | Stores Secondary Insured City for ClaimheaderHistory .Nullable |
SecInsuredState | varchar | YES | Stores Secondary Insured State for ClaimheaderHistory .Nullable |
SecInsuredZip | varchar | YES | Stores Secondary Insured Zip code for ClaimheaderHistory .Nullable |
SecInsuredPhone | varchar | YES | Stores Secondary Insured Phone number for ClaimheaderHistory .Nullable |
SecInsuredRelation | varchar | YES | Stores Secondary Insured Relation of patient for ClaimheaderHistory .Nullable |
SecPolicyNumber | varchar | YES | Stores Secondary Policy Number for ClaimheaderHistory .Nullable |
SecGroupNumber | varchar | YES | Stores Secondary Group Number for ClaimheaderHistory .Nullable |
SecSignature | char | YES | Stores Secondary Signature for ClaimheaderHistory .Nullable |
SecReleaseInfo | char | YES | Stores Secondary Release Info for ClaimheaderHistory .Nullable |
SecAssignment | varchar | YES | Stores Secondary Assignment for ClaimheaderHistory .Nullable |
PriBillingIndicator | char | YES | Stores Primary Billing Indicator for the Claim..Nullable |
PriInsuranceCode | varchar | YES | Stores Primary Insurance Code for the Claim. Nullable |
SecInsuranceCode | varchar | YES | Stores Secondary Insurance Code for the Claim. Nullable |
BillingProvTaxonomyCode | varchar | YES | Stores Billing Provider Taxonomy Code. Nullable |
BillingEntityType | int | YES | Stores Billing Entity Type. Nullable |
BillableProviderLastName | varchar | YES | Stores Billable Provider Last Name ..Nullable |
BillableProviderFirstName | varchar | YES | Stores Billable Provider First Name ..Nullable |
BillableProviderMiddleName | varchar | YES | Stores Billable Provider Middle Name ..Nullable |
BillableProviderNameSuffix | varchar | YES | Stores Billable Provider Name Suffix ..Nullable |
BillProviderIndInsuranceType | varchar | YES | Stores Billable Provider Insurance Type ..Nullable |
BillProviderGrpInsuranceType | varchar | YES | Stores Billable Provider Group Insurance Type ..Nullable |
BillGrpCareProviderIDNumber | varchar | YES | Stores Billable Group Care Provider ID Number ..Nullable |
BillIndCareProviderIDNumber | varchar | YES | Stores Billable Care Provider ID Number ..Nullable |
RendProviderIndInsuranceType | varchar | YES | Stores Rendering Provider Insurance Type. Nullable |
RendProviderGrpInsuranceType | varchar | YES | Stores Rendering Provider Insurance Type. Nullable |
ClaimPriority | int | YES | Stores priority of the Claim (P/S/T)..Nullable |
PatPregnancyInd | char | YES | Stores Patient Pregnancy Indication ..Nullable |
ClaimTotalCharges | money | YES | Stores Total Charges associated with the Claim ..Nullable |
OrderDate | datetime | YES | Stores Date of Order Datetime field. Nullable |
ReferralDate | datetime | YES | Stores Referral Date Datetime field. Nullable |
SimilarIllnessDate | datetime | YES | Stores Similar Illness Date Datetime field. Nullable |
AccidentDate | datetime | YES | Stores Date of Accident. Nullable |
LMPDate | datetime | YES | Stores LMP Date. Nullable |
EstimatedBirthDate | datetime | YES | Stores estimated Birth Date time datetime field. Nullable |
HearingVisionRxDate | datetime | YES | Stores Hearing Vision Rx Date datetime field. Nullable |
DisabilityFromDate | datetime | YES | Stores From date of Disability datetime field. Nullable |
DisabilityToDate | datetime | YES | Stores To date of Disability datetime field. Nullable |
LastWorkedDate | datetime | YES | Stores Last worked date datetime field. Nullable |
ReturnToWorkDate | datetime | YES | Stores return to work date datetime field. Nullable |
AssumedCareDate | datetime | YES | Stores Assumed Care Date datetime field. Nullable |
RelinquishedCareDate | datetime | YES | Stores Relinquished Care Date datetime field. Nullable |
ClaimPOS | varchar | YES | Stores Place of Service code for Claims |
ClaimFrequencyCode | char | YES | Stores Frequency Code of the Claims |
PriAssignBenefits | int | YES | Stores Primary Assign benefits for the claim |
OtherAccident | char | YES | Flag. Stores Y/N. Y is there is any accident and N if there is None |
OtherPartyAccResp | char | YES | Stores Other party account responsibility |
SpecialProgramCode | varchar | YES | Stores code of the Special program |
ClaimDelayReasonCode | varchar | YES | Stores Reason Code for the delay of claim |
TotalPurchasedServiceAmt | money | YES | Store the Service Amount of Total Purchase |
ServiceAuthExceptionCode | varchar | YES | Stores Exception code of Service Authorization |
ReferralNumber | varchar | YES | Stores referral number |
OriginalClaimRefNumber | varchar | YES | Stores Reference Number of the Original Claim |
ReferringProviderIDType | varchar | YES | Stores ID Type of Referring Provider |
RenderingProvTaxonomyCode | varchar | YES | Stores Taxonomy Code of Rendering Provider |
SecAssignBenefits | int | YES | Stores secondary assignment benefits |
InsPersonID | numeric | YES | Stores Person ID of the corresponding Insurance attached to the claim |
PatPersonID | numeric | YES | Stores Person ID of the Patient |
TheCareProviderID | numeric | YES | Stores ID of the Care Provider |
TimelyFilingDays | int | YES | Stores No.of days of time limit on claim submission |
CareProviderCredentials | varchar | YES | Stores credentials of Care Provider |
ProviderMiddleName | varchar | YES | Stores Middle Name of Care Provider |
ReferralMiddleName | varchar | YES | Stores Middle Name of the Referral |
SecondaryInsuranceType | varchar | YES | Stores Type of Secondary Insurance |
PriInsuredEmployerName | varchar | YES | Stores Employer Name of Primary Insurance |
PriInsuredEmployerAddressLine1 | varchar | YES | Stores Employer Address Line 1 of Primary Insurance |
PriInsuredEmployerAddressLine2 | varchar | YES | Stores Employer Address Line 2 of Primary Insurance |
PriInsuredEmployerCity | varchar | YES | Stores Employer City Name of Primary Insurance |
PriInsuredEmployerState | varchar | YES | Stores Employer State Name of Primary Insurance |
PriInsuredEmployerZip | varchar | YES | Stores Employer ZIP code of Primary Insurance |
AccidentTime | varchar | YES | Stores time of accident |
PriPayerClaimOffice | varchar | YES | Stores Office Name of Primary Payer Claim |
SecPayerClaimOffice | varchar | YES | Stores Office Name of Secondary Payer Claim |
PostedInsurancePaid | money | YES | Stores Amount paid by Insurance |
PostedPatientPaid | money | YES | Stores Amount paid by Patient |
COBANumber | varchar | YES | Stores Number of Coordination of Benefits Agreement |
UsePerfRefRule | char | YES | Flag to represent whether to use Performance Referral Rule. |
EPSDTReferralCode | varchar | NO | Stores Referral Code Early and Periodic Screening Diagnostic and Treatment |
CPOClaimFlag | char | YES | Flag. Stores if it is a Claim under or evidenced by the COP Service Contracts |
LocationIDQualifier | varchar | YES | Stores ID of the Location Qualifier |
SupervisingProviderID | numeric | YES | Stores ID of Supervising Provider |
SupervisingProviderFirstName | varchar | YES | Stores First Name of Supervising Provider |
SupervisingProviderLastName | varchar | YES | Stores Last Name of Supervising Provider |
SupervisingProviderMiddleName | varchar | YES | Stores Middle Name of Supervising Provider |
SupervisingProviderSuffix | varchar | YES | Stores Suffix of Supervising Provider |
SupervisingProviderTaxID | varchar | YES | Stores Tax ID of Supervising Provider |
SupervisingProviderTaxIDType | char | YES | Stores Tax ID type of Supervising Provider |
SupervisingProviderIDNumber | varchar | YES | Stores ID Number of Supervising Provider |
SupervisingProviderIDType | varchar | YES | Stores ID Type of Supervising Provider |
OrganizationNPI | varchar | YES | Stores National Provider Identifier of Organization |
RenderingProviderNPI | varchar | YES | National Provider Identifier of Rendering Provider |
BillableProviderNPI | varchar | YES | National Provider Identifier of Billing Provider |
ReferringProviderNPI | varchar | YES | National Provider Identifier of Referring Provider |
SupervisingProviderNPI | varchar | YES | National Provider Identifier of Supervising Provider |
ServiceLocationNPI | varchar | YES | National Provider Identifier of Service Location |
NPIFlag | int | YES | Flag. Stores if it is a National Provider Identifier |
PriPayerSecondaryIDType | varchar | YES | Stores Primary Payer Secondary ID Type |
SecPayerSecondaryIDType | varchar | YES | Stores Secondary Payer Secondary ID Type |
GroupTaxonomyCode | varchar | YES | Stores Taxonomy code of the Group |
PriUseGroupTaxonomy | tinyint | YES | Stores Primary Use Group Taxonomy |
ClaimComment | varchar | YES | Stores comment given in Claim |
InitialTxDate | datetime | YES | Datetime field Stores Initial Transaction date |
UBClaimPayorID | varchar | YES | Stores Uniform Billing Claim payor ID |
LocationQualifier | varchar | YES | Stores Location Qualifier |
PayToIsPerson | tinyint | YES | Stores Flag for Pay to Is person |
PayToLastNameOrgName | varchar | YES | Stores value of Pay To Last Name Organization Name |
PayToFirstName | varchar | YES | Stores value of Pay To First Name |
PayToMiddleName | varchar | YES | Stores value of Pay To Middle Name |
PayToSuffix | varchar | YES | Stores value of Pay To Suffix |
PayToNPI | varchar | YES | Stores value of Pay To NPI |
PayToTaxID | varchar | YES | Stores value of Pay To Tax ID |
PayToTaxIDType | varchar | YES | Stores value of Pay To Tax ID Type |
PayToAddressLine1 | varchar | YES | Stores value of Pay To Address Line 1 |
PayToAddressLine2 | varchar | YES | Stores value of Pay To Address Line 2 |
PayToCity | varchar | YES | Stores value of Pay To City |
PayToState | varchar | YES | Stores value of Pay To State |
PayToZip | varchar | YES | Stores value of Pay To Zip |
PayToSecCareProviderIDNumber | varchar | YES | Stores value of Pay to Secondary Care Provider ID Number |
PayToSecInsuranceType | varchar | YES | Stores value of Pay to Secondary Insurance Type |
FileInformation | varchar | YES | Stores File Information |
PropertyCasualtyClaimNumber | varchar | YES | Stores Property Casualty Claim Number |
CPOLocationNPI | varchar | YES | Stores CPO location National Provider Identity value |
DemonstrationProjectID | varchar | YES | Stores demonstration project ID value |
ClaimIDPrefix | varchar | YES | Stores ID of the Claim prefix |
ProviderSuffix | varchar | YES | Stores value of Provider Suffix |
Diagnosis9 | varchar | YES | Stores the Diagnosis code 9 attached with claims |
Diagnosis10 | varchar | YES | Stores the Diagnosis code 10 attached with claims |
Diagnosis11 | varchar | YES | Stores the Diagnosis code 11 attached with claims |
Diagnosis12 | varchar | YES | Stores the Diagnosis code 12 attached with claims |
Diagnosis1_ICD10 | varchar | YES | Stores the ICD10-1 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis2_ICD10 | varchar | YES | Stores the ICD10-2 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis3_ICD10 | varchar | YES | Stores the ICD10-3 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis4_ICD10 | varchar | YES | Stores the ICD10-4 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis5_ICD10 | varchar | YES | Stores the ICD10-5 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis6_ICD10 | varchar | YES | Stores the ICD10-6 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis7_ICD10 | varchar | YES | Stores the ICD10-7 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis8_ICD10 | varchar | YES | Stores the ICD10-8 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis9_ICD10 | varchar | YES | Stores the ICD10-9 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis10_ICD10 | varchar | YES | Stores the ICD10-10 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis11_ICD10 | varchar | YES | Stores the ICD10-11 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
Diagnosis12_ICD10 | varchar | YES | Stores the ICD10-12 Diagnosis code. Determines that ICD-10 Diagnosis Codes are required to be mapped to the Procedure Code(s) when posting the Charge |
OverrideGroupTaxonomyCode | varchar | YES | Override group taxonomy code provided by User |
OverrideRenderingTaxonomyCode | varchar | YES | Override rendering taxonomy code provided by User |
InvestigationalDeviceExemption | varchar | YES | Stores the context whether the Device can be used for Clinical studies.. stores varchar value |
CarrierCode | varchar | YES | Stores the Carrier Code of the Claim |
SendPrimaryCarrierCode | bit | NO | Stores the Primary Carrier Code of the Claim to be send |
ClaimHeaderHistoryOLD
This table contains ClaimHeaderHistoryOLD information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimHistoryID | numeric | NO | Primary Key Starts at 1000 and auto increments by 1. Not null |
EClaimID | numeric | NO | Stores electronic ID of the Claim from claim table. Not null |
ClaimStatus | char | YES | Stores Status of the claim (Submitted/Failed) ..Nullable |
LastUpdated | datetime | YES | Stores Date of Last Update ..Nullable |
CreateDate | datetime | YES | Stores Date of record creation ..Nullable |
Transmitted | datetime | YES | Stores date of claim transmission ..Nullable |
BatchID | numeric | NO | Stores ID of the Batch under which the claim falls. Not null |
PatientID | numeric | YES | Stores ID of the Patient ..Nullable |
PatFirstName | varchar | YES | Stores Patients First Name ..Nullable |
PatMi | varchar | YES | Stores last letter of Patients Full Name ..Nullable |
PatMiddleName | varchar | YES | Stores Patients middle Name ..Nullable |
PatLastName | varchar | YES | Stores Patients Last Name ..Nullable |
PatSuffix | varchar | YES | Stores suffix of Patient ..Nullable |
PatGeneration | varchar | YES | Stores the generation to which Patient belongs to |
PatDateOfBirth | datetime | YES | Stores Patient DOB from Person Table ..Nullable |
PatSex | varchar | YES | Stores Patient Sex (M/F) ..Nullable |
PatAddress1 | varchar | YES | Stores first Line of Patient Address ..Nullable |
PatAddress2 | varchar | YES | Stores Second Line of Patient Address ..Nullable |
PatCity | varchar | YES | Stores City name which patient resides in ..Nullable |
PatState | varchar | YES | Stores State Code in which patient resides from USStates table ..Nullable |
PatZip | varchar | YES | Stores ZIP Code of the patients place ..Nullable |
PatPhone | varchar | YES | Stores Phone number of Patient ..Nullable |
PatMaritalStatus | varchar | YES | Stores marital status of the Patient ..Nullable |
PatStudentStatus | varchar | YES | Toggles between Y and N. Y if a student and N if not ..Nullable |
PatEmploymentStatus | varchar | YES | Toggles between Y and N. Y if a Employed and N if not ..Nullable |
PatDeathInd | int | YES | Toggles between 1 and 0. 1 if dead ..Nullable |
PatientDateOfDeath | datetime | YES | Stores date on which patient died ..Nullable |
Diagnosis1 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis2 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis3 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis4 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis5 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis6 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis7 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
Diagnosis8 | varchar | YES | Stores Diagnosis Code if any ..Nullable |
FacilityLocationID | numeric | YES | Stores Facility Location ID from Claim Table ..Nullable |
OtherLocationID | varchar | YES | Stores Other Location ID if any ..Nullable |
FacilityLocationName | varchar | YES | Stores Name of the Facility Location Name ..Nullable |
FacilityLocationAddress | varchar | YES | Stores Name of the Facility Location Name from the Address Table ..Nullable |
FacilityLocationCity | varchar | YES | Stores Name of the Facility Location City Name from the Address Table ..Nullable |
FacilityLocationState | varchar | YES | Stores Name of the Facility Location State from the Address Table ..Nullable |
FacilityLocationZip | varchar | YES | Stores Name of the Facility Location Zip from the Address Table ..Nullable |
AdmitDate | datetime | YES | Stores Date of Admit ..Nullable |
DischargeDate | datetime | YES | Stores Date of Discharge ..Nullable |
CareProviderID | numeric | YES | Stores ID of Care provider from Careprovider Table ..Nullable |
ProviderLastName | varchar | YES | Stores the Providers Last Name.. Nullable |
ProviderFirstName | char | YES | Stores the Providers First Name.. Nullable |
ProviderUpin | varchar | YES | Stores Upin from CareProvider Table. Nullable |
TaxIndicatorID | char | YES | Stores ID of Tax Indicator. Nullable |
ProviderTaxID | varchar | YES | Stores Tax ID of Provider. Nullable |
ProviderPlanProviderNumber | varchar | YES | Stores Plan Provider Number. Nullable |
PriPlanHmoCode | varchar | YES | Represents the code for an identifier assigned to an HMO Plan. |
GrpCareProviderIDNumber | varchar | YES | Stores Group Care Provider ID Number. Nullable |
MammographyCertID | varchar | YES | Stores Mammography Certificate ID..Nullable |
CLIACode | varchar | YES | Stores CLIA Code from CFBClaimInfo Table. Nullable |
BillingLocationID | numeric | YES | Stores ID of the Billing location. Nullable |
BillingName | varchar | YES | Stores Name of the Billing. Nullable |
BillingAddressLine1 | varchar | YES | Stores 1st part of the Address of Billing from Address Table. Nullable |
BillingAddressLine2 | varchar | YES | Stores 2nd part of the Address of Billing from Address Table. Nullable |
BillingCity | varchar | YES | Stores City of the Billing from Address Table. Nullable |
BillingState | varchar | YES | Stores State of the Billing from Address Table. Nullable |
BillingZip | varchar | YES | Stores ZIP Code of the Billing from Address Table. Nullable |
BillingPhone | varchar | YES | Stores Phone number of the Billing. Nullable |
PriPlanNumber | varchar | YES | Stores Primary Plan Number. Nullable |
CareProviderSpecialtyCode | varchar | YES | Stores Specialty code of the Care Provider. Nullable |
ReferringProviderID | numeric | YES | Stores ID of the Referring Provider. Nullable |
ReferralLastName | varchar | YES | Stores Last Name of the Referral. Nullable |
ReferralFirstName | varchar | YES | Stores First Name of the Referral. Nullable |
ReferralUpin | varchar | YES | Stores UPIN of the Referral. Nullable |
AutoRelated | varchar | YES | Toggles between Y/N. N if not Auto Related. Nullable |
AutoAccidentState | varchar | YES | Stores Auto Accident State from Claim Table. Nullable |
WorkRelated | varchar | YES | Toggles between Y/N. N if not work Related. Nullable |
SymptomDate | datetime | YES | Stores symptom date from Claim Table..Nullable |
LastSeenByOtherPhy | datetime | YES | Stores datetime when the Patient was last seen by the other Phyisician..Nullable |
PriorAuthorizationNumber | varchar | YES | Stores prior authorization number. Nullable |
OutsideLab | varchar | YES | Toggles between Y/N. Y if it is outside Lab..Nullable |
OutsideLabCharges | money | YES | Stores Lab Charges from Claim table. Nullable |
ImplantDate | datetime | YES | Stores Date of Implantation. Nullable |
PriInsCoverageID | numeric | YES | Stores Primary insurance coverage id from fctinsurance..Nullable |
PriFilePlanID | numeric | YES | Stores Primary File Plan ID for claimheaderhistory from EFilePlans table. Nullable |
PriPayorID | varchar | YES | Stores ID of Primary Payor. Nullable |
PriPayorName | varchar | YES | Stores Name of Primary Payor. Nullable |
PriPlanID | numeric | YES | Stores Primary PlanID for Claimheaderhistory from InsurancePlan Table. Nullable |
PriInsuranceTypeID | numeric | YES | Stores PriInsuranceTypeID for ClaimHeaderHistory table from InsuranceType table..Nullable |
MedigapNumber | varchar | YES | Stores MedigapNumber for Claimheaderhistory from InsurancePlan Table. Nullable |
PriPlanName | varchar | YES | Stores Primary Plan Name for Claimheaderhistory from InsurancePlan Table. Nullable |
PriPlanAddress | varchar | YES | Stores Primary Plan Address for Claimheaderhistory from Address Table. Nullable |
PriCity | varchar | YES | Stores Primary City from Address Table. Nullable |
PriState | varchar | YES | Stores Primary State from Address Table. Nullable |
PriZip | varchar | YES | Stores Primary Zip Number from Address Table. Nullable |
PriInsuredFirstName | varchar | YES | Stores Primary Insured First Name for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredMiddleName | varchar | YES | Primary Insured Middle Name for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredLastName | varchar | YES | Primary Insured Last Name for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredSuffix | varchar | YES | Primary Insured Suffix for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredDateOfBirth | datetime | YES | Primary Insured Date of Birth for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredSex | varchar | YES | Primary Insured sex for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredAddressLine1 | varchar | YES | Primary Insured Address Line 1 for Claimheaderhistory from Address Table. Nullable |
PriInsuredAddressLine2 | varchar | YES | Primary Insured Address Line 2 for Claimheaderhistory from Address Table. Nullable |
PriInsuredCity | varchar | YES | Primary Insured City Name for Claimheaderhistory from Address Table. Nullable |
PriInsuredState | varchar | YES | Primary Insured State Name for Claimheaderhistory from Address Table. Nullable |
PriInsuredZip | varchar | YES | Primary Zip code for Claim header history from from Address Table. Nullable |
PriInsuredPhone | varchar | YES | Primary Insured Last Name for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriInsuredRelation | varchar | YES | Primary Insured relation for ClaimHeaderHistory from RelationTypes Table. Nullable |
PriPolicyNumber | varchar | YES | Primary Policy Number for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriGroupNumber | varchar | YES | Primary Group Number for Claimheaderhistory from fctPatientInsurance Table. Nullable |
PriSignature | char | YES | Stores Primary Signature. Nullable |
PriReleaseInfo | char | YES | Toggles between Y/N...Nullable |
PriAssignment | varchar | YES | Stores Primary Assignment. Nullable |
SecInsCoverageID | numeric | YES | Secondary Insurance CoverageID for claimheaderhistory from fctInsurance Table. Nullable |
SecFilePlanID | numeric | YES | Secondary File Plan ID for claimheaderhistory from EFilePlans Table. Nullable |
SecInsuranceTypeID | numeric | YES | Secondary Insurance Type ID for claimheaderhistory from InsuranceType Table. Nullable |
SecPayorID | varchar | YES | Stores Secondary Payor ID..Nullable |
SecPayorName | varchar | YES | Stores Secondary Payor Name. Nullable |
SecPlanID | numeric | YES | Secondary PlanID for claimheaderhistory from InsurancePlan Table. Nullable |
SecPlanName | char | YES | Secondary Plan Name for claimheaderhistory from InsurancePlan Table. Nullable |
SecPlanAddress | char | YES | Secondary Plan Name for claimheaderhistory from Address Table. Nullable |
SecCity | varchar | YES | Secondary City for claimheaderhistory from Address Table. Nullable |
SecState | varchar | YES | Secondary State for claimheaderhistory from Address Table. Nullable |
SecZip | varchar | YES | Secondary ZIP for claimheaderhistory from Address Table. Nullable |
SecInsuredFirstName | varchar | YES | Secondary Insured First Name for ClaimHeaderHistory from Person Table. Nullable |
SecInsuredMiddleName | varchar | YES | Secondary Insured Middle Name for ClaimHeaderHistory from Person Table. Nullable |
SecInsuredLastName | varchar | YES | Secondary Insured Last Name for ClaimHeaderHistory from Person Table. Nullable |
SecInsuredSuffix | varchar | YES | Secondary Insured Suffix for Claimheaderhistory from fctPatientInsurance Table. Nullable |
SecInsuredDateOfBirth | datetime | YES | Secondary Insured Date of Birth for ClaimheaderHistory .Nullable |
SecInsuredSex | varchar | YES | Secondary Insured Sex for ClaimheaderHistory .Nullable |
SecInsuredAddressLine1 | varchar | YES | Secondary Insured Address Line 1 for ClaimheaderHistory .Nullable |
SecInsuredAddressLine2 | varchar | YES | Secondary Insured Address Line 1 for ClaimheaderHistory .Nullable |
SecInsuredCity | varchar | YES | Secondary Insured City for ClaimheaderHistory .Nullable |
SecInsuredState | varchar | YES | Secondary Insured State for ClaimheaderHistory .Nullable |
SecInsuredZip | varchar | YES | Secondary Insured Zip code for ClaimheaderHistory .Nullable |
SecInsuredPhone | varchar | YES | Secondary Insured Phone number for ClaimheaderHistory .Nullable |
SecInsuredRelation | varchar | YES | Stores Secondary Insured Relation of patient for ClaimheaderHistory .Nullable |
SecPolicyNumber | varchar | YES | Stores Secondary Policy Number for ClaimheaderHistory .Nullable |
SecGroupNumber | varchar | YES | Stores Secondary Group Number for ClaimheaderHistory .Nullable |
SecSignature | char | YES | Stores Secondary Signature for ClaimheaderHistory .Nullable |
SecReleaseInfo | char | YES | Stores Secondary Release Info for ClaimheaderHistory .Nullable |
SecAssignment | varchar | YES | Stores Secondary Assignment for ClaimheaderHistory .Nullable |
PriBillingIndicator | char | YES | Stores Primary Billing Indicator for the Claim. Nullable |
PriInsuranceCode | varchar | YES | Stores Primary Insurance Code for the Claim. Nullable |
SecInsuranceCode | varchar | YES | Stores Secondary Insurance Code for the Claim. Nullable |
BillingProvTaxonomyCode | varchar | YES | Stores Billing Provider Taxonomy Code. Nullable |
BillingEntityType | int | YES | Stores Billing Entity Type. Nullable |
BillableProviderLastName | varchar | YES | Stores Billable Provider Last Name ..Nullable |
BillableProviderFirstName | varchar | YES | Stores Billable Provider First Name ..Nullable |
BillableProviderMiddleName | varchar | YES | Stores Billable Provider Middle Name ..Nullable |
BillableProviderNameSuffix | varchar | YES | Stores Billable Provider Name Suffix ..Nullable |
BillProviderIndInsuranceType | varchar | YES | Stores Billable Provider Insurance Type ..Nullable |
BillProviderGrpInsuranceType | varchar | YES | Stores Billable Provider Group Insurance Type ..Nullable |
BillGrpCareProviderIDNumber | varchar | YES | Stores Billable Group Care Provider ID Number ..Nullable |
BillIndCareProviderIDNumber | varchar | YES | Stores Billable Care Provider ID Number ..Nullable |
RendProviderIndInsuranceType | varchar | YES | Stores Rendering Provider Insurance Type. Nullable |
RendProviderGrpInsuranceType | varchar | YES | Stores Rendering Provider Insurance Type. Nullable |
ClaimPriority | int | YES | Stores priority of the Claim (P/S/T)..Nullable |
PatPregnancyInd | char | YES | Stores Patient Pregnancy Indication ..Nullable |
ClaimTotalCharges | money | YES | Stores Total Charges associated with the Claim ..Nullable |
OrderDate | datetime | YES | Stores Date of Order Datetime field. Nullable |
ReferralDate | datetime | YES | Stores Referral Date Datetime field. Nullable |
SimilarIllnessDate | datetime | YES | Stores Similar Illness Date Datetime field. Nullable |
AccidentDate | datetime | YES | Stores Date of Accident. Nullable |
LMPDate | datetime | YES | Stores LMP Date. Nullable |
EstimatedBirthDate | datetime | YES | Stores Estimated Birth Date time datetime field. Nullable |
HearingVisionRxDate | datetime | YES | Stores Hearing Vision Rx Date datetime field. Nullable |
DisabilityFromDate | datetime | YES | Stores From date of Disability datetime field. Nullable |
DisabilityToDate | datetime | YES | Stores To date of Disability datetime field. Nullable |
LastWorkedDate | datetime | YES | Stores Last worked date datetime field. Nullable |
ReturnToWorkDate | datetime | YES | Stores return to work date datetime field. Nullable |
AssumedCareDate | datetime | YES | Stores Assumed Care Date datetime field. Nullable |
RelinquishedCareDate | datetime | YES | Stores Relinquished Care Date datetime field. Nullable |
ClaimPOS | varchar | YES | Stores Place of Service code for Claims |
ClaimFrequencyCode | char | YES | Stores Frequency Code of the Claims |
PriAssignBenefits | int | YES | Stores Primary Assign benefits for the claim |
OtherAccident | char | YES | Flag. Stores Y/N. Y is there is any accident and N if there is None |
OtherPartyAccResp | char | YES | Stores Other party account responsibility |
SpecialProgramCode | varchar | YES | Stores code of the Special program |
ClaimDelayReasonCode | varchar | YES | Stores Reason Code for the delay of claim |
TotalPurchasedServiceAmt | money | YES | Store the Service Amount of Total Purchase |
ServiceAuthExceptionCode | varchar | YES | Stores Exception code of Service Authorization |
ReferralNumber | varchar | YES | Stores Number of the Referral |
OriginalClaimRefNumber | varchar | YES | Stores Reference Number of the Original Claim |
ReferringProviderIDType | varchar | YES | Stores ID Type of Referring Provider |
RenderingProvTaxonomyCode | varchar | YES | Stores Taxonomy Code of Rendering Provider |
SecAssignBenefits | int | YES | Stores secondary assignment benefits |
InsPersonID | numeric | YES | Stores Person ID of the corresponding Insurance attached to the claim |
PatPersonID | numeric | YES | Stores Person ID of the Patient |
TheCareProviderID | numeric | YES | Stores ID of the Care Provider |
TimelyFilingDays | int | YES | Stores Number of days of time limit on claim submission |
CareProviderCredentials | varchar | YES | Stores credentials of Care Provider |
ProviderMiddleName | varchar | YES | Stores Middle Name of Care Provider |
ReferralMiddleName | varchar | YES | Stores Middle Name of the Referral |
SecondaryInsuranceType | varchar | YES | Stores Type of Secondary Insurance |
PriInsuredEmployerName | varchar | YES | Stores Employer Name of Primary Insurance |
PriInsuredEmployerAddressLine1 | varchar | YES | Stores Employer Address Line 1 of Primary Insurance |
PriInsuredEmployerAddressLine2 | varchar | YES | Stores Employer Address Line 2 of Primary Insurance |
PriInsuredEmployerCity | varchar | YES | Stores Employer City Name of Primary Insurance |
PriInsuredEmployerState | varchar | YES | Stores Employer State Name of Primary Insurance |
PriInsuredEmployerZip | varchar | YES | Stores Employer ZIP code of Primary Insurance |
AccidentTime | varchar | YES | Stores time of accident |
PriPayerClaimOffice | varchar | YES | Stores Office Name of Primary Payer Claim |
SecPayerClaimOffice | varchar | YES | Stores Office Name of Secondary Payer Claim |
PostedInsurancePaid | money | YES | Stores Amount paid by Insurance |
PostedPatientPaid | money | YES | Stores Amount paid by Patient |
COBANumber | varchar | YES | Stores Number of Coordination of Benefits Agreement |
UsePerfRefRule | char | YES | Flag to represent whether to use Performance Referral Rule. |
EPSDTReferralCode | varchar | NO | Stores Referral Code Early and Periodic Screening Diagnostic and Treatment |
CPOClaimFlag | char | YES | Flag. Stores if it is a Claim under or evidenced by the COP Service Contracts |
LocationIDQualifier | varchar | YES | Stores the value of a code that identifies the specific location. |
SupervisingProviderID | numeric | YES | Stores ID of Supervising Provider |
SupervisingProviderFirstName | varchar | YES | Stores First Name of Supervising Provider |
SupervisingProviderLastName | varchar | YES | Stores Last Name of Supervising Provider |
SupervisingProviderMiddleName | varchar | YES | Stores Middle Name of Supervising Provider |
SupervisingProviderSuffix | varchar | YES | Stores Suffix of Supervising Provider |
SupervisingProviderTaxID | varchar | YES | Stores Tax ID of Supervising Provider |
SupervisingProviderTaxIDType | char | YES | Stores Tax ID type of Supervising Provider |
SupervisingProviderIDNumber | varchar | YES | Stores ID Number of Supervising Provider |
SupervisingProviderIDType | varchar | YES | Stores ID Type of Supervising Provider |
OrganizationNPI | varchar | YES | Stores National Provider Identifier of Organization |
RenderingProviderNPI | varchar | YES | National Provider Identifier of Rendering Provider |
BillableProviderNPI | varchar | YES | National Provider Identifier of Billing Provider |
ReferringProviderNPI | varchar | YES | National Provider Identifier of Referring Provider |
SupervisingProviderNPI | varchar | YES | National Provider Identifier of Supervising Provider |
ServiceLocationNPI | varchar | YES | National Provider Identifier of Service Location |
NPIFlag | int | YES | Flag stores if it is a National Provider Identifier |
PriPayerSecondaryIDType | varchar | YES | Stores Primary Payer Secondary ID Type |
SecPayerSecondaryIDType | varchar | YES | Stores Secondary Payer Secondary ID Type |
GroupTaxonomyCode | varchar | YES | Stores Taxonomy code of the Group |
PriUseGroupTaxonomy | tinyint | YES | Stores Primary Use Group Taxonomy |
ClaimHeaderProviderInfoHistory
This table contains ClaimHeaderProviderInfoHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimHistoryID | numeric | NO | Stores ClaimHistoryID |
BatchID | numeric | NO | Stores id of the Batch in which the claims are there |
EClaimID | numeric | NO | Stores the id of the claim |
TheCareProviderID | numeric | NO | Stores the id of the Care Provider |
PriPlanID | numeric | NO | Stores Plan ID |
IsPrimaryTypeNumber | tinyint | NO | Indicates if primary type number or not |
ProviderIndInsuranceType | varchar | YES | Stores individual provider insurance type |
ProviderGrpInsuranceType | varchar | YES | Stores Group provider insurance type |
GrpCareProviderIDNumber | varchar | YES | Stores Group provider insurance Number |
IndCareProviderIDNumber | varchar | YES | Stores individual provider insurance Number |
PerfRefType | tinyint | YES | Stores Performance Referral Type from CareProviderInsuranceID |
ClaimHistory
It stores the history data of Claim
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimID | numeric | NO | Stores the id of the claim from Claim Table |
PatientID | numeric | NO | Stores the id of the Patient |
InsurancePlanID | numeric | NO | Stores the id of the Insurance Plan From Claim Table |
InsID | numeric | YES | Stores the ID of the Insurance From Claim Table |
CareProviderID | numeric | YES | Stores the ID of the care provider from Claim Table |
FacilityLocationID | numeric | YES | Stores Facility Location ID from Claim Table |
ReferringPhysicanID | numeric | YES | Stores the ID of the Referring Physician from Claim Table |
DateFiledInAR | datetime | YES | Stores the date filed in from Claim Table from Claim Table |
PreCertificationNum | varchar | YES | stores the Number of the Precertification from Claim Table |
NumberOfServiceDetails | int | YES | Stores the number of service details under the claim from Claim Table |
InitialServiceDate | datetime | YES | Stores the inital service date from Claim Table |
LastActiveDate | datetime | YES | Stores when the claim was last active from Claim Table |
ActiveClaim | char | NO | Indicates if its an active claim or not from Claim Table |
CreationDate | datetime | YES | Stores the time when the claim was created |
SuspendSubmission | int | YES | Stores Suspend submission from claim table |
OriginalSubmissionDate | datetime | YES | Stores original submission date of the claim from Claim Table |
ClaimStatusID | numeric | NO | Stores the ID of claim Status from Claim Table |
ClaimStatusDate | datetime | YES | Stores the date of Claim Status from Claim Table |
EmploymentRelatedCondition | char | NO | Indicates if theres any employment related condition from Claim Table |
AutoAccident | char | NO | Indicates if theres any auto accident. Data comes from Claim Table |
AutoAccidentState | char | YES | Stores the state of the Auto Accident if theres any. Data comes from Claim Table |
AccidentResponsibility | char | NO | Indicates if theres any accident responsibility. Data comes from Claim Table |
OtherAccident | char | NO | Indicates if theres any other Accident. Data comes from Claim Table |
AbuseFlag | char | NO | Indicates if theres any abuse flag. Data comes from Claim Table |
ClaimNotes | varchar | YES | Stores Notes attached to claim from Claim Table |
OtherInsCovID | numeric | YES | Stores the ID of other insurance coverage if there are any. From Claim Table |
SignatureOnFileFlag | char | NO | Indicates if there are any Signature of Files |
SymptomDate | datetime | YES | Stores Symptom Date from Claim Table |
SimilarDate | datetime | YES | Stores Similar Date from Claim Table |
DisabilityType | char | YES | Stores Disability from Claim Table |
DisabilityFromDate | datetime | YES | Stores Disability start date from Claim Table |
DisabilityToDate | datetime | YES | Stores Disability end date if theres any |
HospAdmitDate | datetime | YES | Stores Date on which admitted to hospital |
HospDischDate | datetime | YES | Stores Date on which admitted to hospital |
LabIndicatorFlag | char | NO | Stores Indicates Lab from Claim Table |
LabCharges | money | YES | Stores Lab charges from Claim Table |
MedicaidResubCode | varchar | YES | Stores Medicaid Re sub Code from Claim Table |
ResubRefNo | varchar | YES | Stores ResubRefNo from Claim Table |
ProvAssignInd | char | NO | Stores Provider Assigned for Claim Table |
ProvSigInd | char | NO | Stores Provider Signed for Claim Table |
ProvSigDate | datetime | YES | Stores Provider Signed Date for Claim Table |
MedigapClaim | int | YES | Stores Medi gap Claim from Claim Table |
TotalClaimChrgs | money | YES | Stores total claim charge amount from Claim Table |
ClaimBalance | money | YES | Stores balance of the claim from Claim Table |
PatientOriginalAmountDue | money | YES | stores due amount of patient originally from Claim Table |
PatientAdjustedAmountDue | money | YES | stores due amount of patient after adjustment from Claim Table |
AmountPaidByPatient | money | YES | Stores amount paid by the patient from Claim Table |
PatientLastPaymentDate | datetime | YES | Stores date on which last payment was made by patient from Claim Table |
PatientBalance | money | YES | Stores balance remaining of the patient from Claim Table |
PatientOriginalBillingDate | datetime | YES | Stores the date on which billing was done originally from Claim Table |
InsuranceOriginalAmountDue | money | YES | Store the due amount of Insurance originally from Claim Table |
InsuranceAdjustedAmountDue | money | YES | Store the due amount of Insurance after adjustment from Claim Table |
AmountPaidByInsurance | money | YES | Stores the amount paid by Insurance from Claim Table |
InsuranceLastPaymentDate | datetime | YES | Stores date on which the last insurance payment was made from Claim Table |
InsuranceBalance | money | YES | Stores the Insurance Balance from Claim Table |
ContWriteOffAmount | money | YES | Stores Contract WriteOff Amount from Claim Table |
PatientCoPayAmount | money | YES | Stores Copay Amount of patient from Claim Table |
PatientAmountNotCovered | money | YES | Stores Amount which is not covered by patient from Claim Table |
PatientDeductibleAmount | money | YES | Stores Deductible amount from Claim Table |
PatientCoInsuranceAmount | int | YES | Stores Co Insurance Amount from Claim Table |
Reserved10d | char | YES | Stores Reserved10d from Claim Table |
Reserved19 | char | YES | Stores 19 from Claim Table |
CollectionFlag | char | NO | Toggles between Y/N.From Claims Table |
CollectionUserID | numeric | YES | Stores ID of Collection User from Claims Table |
CollectionAgencyID | numeric | YES | Stores ID of Collection Agency from Claims Table |
RevisionNumber | int | YES | Stores revision Number from Claims Table |
RevisionUserID | numeric | YES | Stores ID of Revision User from Claims Table |
RevisionDateTime | datetime | YES | Stores Date and time of Revision from Claims Table |
AmendedClaim | int | NO | Stores Amended claim from Claims Table |
AdjustmentAmount | money | YES | Stores Adjustment Amount from Claims Table |
LastAdjustmentDate | datetime | YES | Stores Last Adjustment Amount from Claims Table |
ContWriteOffDate | datetime | YES | Stores Date of Contract Write off from Claims Table |
ContWriteOffExpected | money | YES | Stores expected amount of Contract write off from Claims Table |
RenderingProviderID | numeric | YES | Stores ID of Rendering Provider from Claims Table |
SubOrder | int | YES | Stores SubOrder from Claims Table |
Priority | int | YES | Stores Priority from Claims Table |
State | int | YES | Stores State from Claims Table |
VisitID | numeric | YES | Stores the ID of Visit from Claims Table |
IncludePaidInFull | int | YES | Stores IncludePaidInFull from Claims Table |
DelayReasonCode | varchar | YES | Stores the Reason Code for delay from Claims Table |
ReprocessFlag | tinyint | NO | Toggles between 1/0.From Claims Table |
ClaimFollowUpReasonID | numeric | YES | Stores ID of Claim Followup Reason from Claims Table |
ClaimFolowUpDate | datetime | YES | Stores Date of Claim Follow up from Claims Table |
ClaimFrequencyCode | varchar | YES | Stores Frequenct Code of claim from Claims Table |
ClaimPaymentHistory
It stores the history payment of Claim
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimPaymentHistoryID | numeric | NO | Stores the ID of ClaimPaymentHistory |
BatchID | numeric | NO | Stores Batch ID of the claims |
ClaimID | numeric | NO | Stores the ID of the claim from Claims Table |
CreateDate | datetime | NO | Stores Date on which the record was created |
ClaimPayment | money | YES | Stores the Total amount of payment of the claim |
ClaimPatResp | money | YES | Stores Amount of Patient Responsibility |
ReimbursementRate | decimal | YES | Stores rate of Reimbursment |
HCPCSPayableAmt | money | YES | Stores HCPCS Payable Amount |
ESRDPaymentAmt | money | YES | Stores ESRD Payable Amount |
NonpayableProfCompAmt | money | YES | Stores Amont of NonpayableProfComp |
RemarkCode1 | varchar | YES | Stores Remark Code if there are any |
RemarkCode2 | varchar | YES | Stores Remark Code if there are any |
RemarkCode3 | varchar | YES | Stores Remark Code if there are any |
RemarkCode4 | varchar | YES | Stores Remark Code if there are any |
RemarkCode5 | varchar | YES | Stores Remark Code if there are any |
CoveredAmt | money | YES | Stores Amount Covered |
DiscountAmt | money | YES | Stores Discounted Amount |
PerDayLimitAmt | money | YES | Stores limit amount per day |
TaxAmount | money | YES | Stores Tax Amount |
BeforeTaxAmount | money | YES | Stores Amount prior to Tax |
PatientPaidAmt | money | YES | Stores Amount Paid by Patient |
AdjudicationDate | datetime | YES | Stores Date of Adjusication |
EOBType | varchar | YES | Stores explanation of benefits document type |
ClaimPrintHistory
It stores the ClaimPrintHistory table information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BatchID | numeric | NO | Primary Key.. Stores ID of the batch in which the claims are present |
ClaimID | numeric | NO | Primary Key.. Stores the id of the Claim |
PrintDateTime | datetime | NO | Primary Key.. Stores the date and time on which the claim was printed. Gets the date from ([dbo].[GreenwayDate](getdate().. getutcdate())) |
crTemplateVersionID | numeric | NO | Stores the ID of template version |
UserID | numeric | NO | Stores the ID of the User logged in |
ElectronicSubmission | tinyint | NO | Toggles between 1 and 0. 1 if its an electronic submission |
ClaimPWKHistory
It stores the ClaimPWKHistory table information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PWKHistoryID | numeric | NO | Primary Key for ClaimPWKHistory |
ClaimHistoryID | numeric | NO | This column represents claim history ID from claimheaderhistory |
BatchID | numeric | NO | This column represents ID of the Batch under which the claim comes |
ClaimID | numeric | NO | This column represents ID of the claim |
PWKRptTypeCode | char | NO | This column indicates RPT Type code of the PWK Segment of the claim |
PWKRptTransCode | char | NO | This column stores RPT Transaction code of the PWK Segment of the claim |
PWKRptIdentCode | varchar | YES | This column contains RPT Identity code of the PWK Segment of the claim |
CreateDate | datetime | NO | This column represents the Date of creation |
ClaimRegister
ClaimRegister Related Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimRegisterID | numeric | NO | Primary Key for Claim Register table. Stores the Claim Register ID. |
PatientID | numeric | NO | This column represents ID of the Patient |
CRTID | smallint | NO | This column represents ID of Civil Resolution Tribunal |
ClaimID | numeric | NO | This column represents the Id of the claim |
ServiceDetailID | numeric | NO | This column represents the ID of service detail |
InsCovID | numeric | NO | Stores the ID of Insurance Coverage |
Priority | tinyint | NO | This column represents the Priority |
PlanID | numeric | NO | Stores the ID of the Insurance Plan |
PostingDate | datetime | NO | This column represents the date of posting |
CreateDate | datetime | NO | This column represents Date on which the record got created |
PaymentID | numeric | NO | Stores the ID of the Payment |
UserID | numeric | NO | This column represents the ID of the User |
Amount | money | NO | Stores the amount for the Claim |
OffsetRegisterID | numeric | NO | This column represents ID of Off Set Register |
ClaimExpected | money | NO | This column represents the amount of claim expected |
ClaimBalance | money | NO | This column represents balance of the claim |
WriteoffExpected | money | NO | This column represents the amount of write off expected |
ActualWriteoff | money | NO | This column represents the amount of Actual Write off |
Paid | money | NO | This column stores paid amount |
HigherPaids | money | NO | This column represents amount of Higher Paids |
ClaimStatus
Reference table that defines what each of the claim status ids stand for
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimStatusID | numeric | NO | Primary Key of the table. Stores the claims status ID.. Not null |
ClaimStatusShortDesc | varchar | NO | Stores the Abbreviation of claim status description.. Not null |
ClaimStatusDesc | varchar | NO | Stores the Description of claim status.. Not null |
ClaimSuspendSubmission
Reference table for descriptions of suspended claim reasons with their correlating code
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimSuspendSubmissionID | int | NO | Primary Key of the Table. Stores the Claim Suspend Submission status ID.. not null |
Code | varchar | NO | This column represents the unique code for the claim status like hold |None. Not null |
Name | nvarchar | YES | This column represents the Name for the claim status like hold.. Nullable |
Desc | nvarchar | YES | This represents the description of the Claim. Nullable |
ClaimToBatch
Table used to store batch information for each specific claim
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BatchID | numeric | NO | Primary Key that uniquely identifies each batch of claims |
ClaimID | numeric | NO | Primary Key that uniquely identifies each claim |
UploadSuccess | int | YES | Defines if the upload of the claim was successful. Nullable |
ClaimUBHeaderHistory
This table store ClaimUBHeaderHistoryDiagnosis information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimHistoryID | numeric | NO | Stores the Claim History ID |
BatchID | numeric | NO | Stores the Batch ID in which the Claim was submitted |
EClaimID | numeric | NO | Stores the Electronic Claim ID |
CreateDate | datetime | NO | Datetime record got created |
TypeOfBill | varchar | YES | Stores the Type of Bill |
PaperEOBRequested | tinyint | NO | Toggles between 0 & 1. Is 1 when checkbox is checked else 1. Not NULL |
AdmissionHour | varchar | YES | Represents the Admission Hour of the patient |
DischargeHour | varchar | YES | Represents the Discharge Hour of the patient |
StatementDateFrom | datetime | YES | From Datetime record value of the Statement |
StatementDateTo | datetime | YES | To Datetime record value of the Statement |
AdmissionTypeCode | char | YES | Stores the Code of Admission Type |
AdmissionSourceCode | char | YES | Stores the Code of Admission Source |
UBFLFreeUse | varchar | YES | Stores the customize information of Uniform Billing |
Remarks | varchar | YES | Stores the Remarks provided by user |
PatientStatusCode | varchar | YES | Stores the Code of the Patient Status |
PrincipalDiagnosis | varchar | YES | Stores the principal diagnosis code for the patient |
AdmittingDiagnosis | varchar | YES | Stores the diagnosis code for the patient at the time of admitting |
ReasonForVisitDiagnosis | varchar | YES | Stores the reason for the diagnosis mentioned for the visit |
ECodeDiagnosis | varchar | YES | Stores the Electronic Diagnosis code |
CoveredDays | int | YES | Stores the number of Covered days of the Claims |
CoInsuredDays | int | YES | Stores the number of Co Insured Days of the Claims |
LifeTimeReserveDays | int | YES | Stores the life time reserved days of the Claims |
NonCoveredDays | int | YES | Stores the non-Covered days of the Claims |
UseUBCodes | tinyint | YES | Stores the flag whether the Uniform Billing codes are used or not |
UBRollupType | tinyint | YES | Stores the Uniform Billing Rollup Type of the Claim |
PropertyCasualtyClaimNumber | varchar | YES | Stores the value of property causality claim number. |
OverrideOperatingFlag | tinyint | YES | Flag toggles between 0 and 1 |
ClaimFrequencyCode | varchar | YES | Stores the Frequency Code of the Claims |
InvestigationalDeviceExemption | varchar | YES | Stores the context whether the Device can be used for Clinical studies.. stores varchar value |
ClaimUBHeaderHistoryDiagnosis
This table store ClaimUBInformationCodeHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BatchID | numeric | NO | Stores the Batch ID in which the Claim was submitted |
EClaimID | numeric | NO | Stores the Electronic Claim ID |
ServiceGroupUBID | numeric | NO | Stores the service group Uniform Billing ID |
DiagnosisCode | varchar | NO | This column represents the diagnosis code mapped to the Procedure Code(s) when posting the Charge |
SGUBDiagnosisCategoryID | smallint | NO | Stores the service group diagnosis Category ID of the Claim |
CodingSystemID | numeric | NO | Stores the coding system ID |
ClaimUBInformationCodeHistory
This table store ClaimUBInformationCodeHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClaimHistoryID | numeric | NO | Stores the Claim History ID |
BatchID | numeric | NO | Stores the Batch ID in which the Claim was submitted |
EClaimID | numeric | NO | Stores the Electronic Claim ID |
CreateDate | datetime | NO | Datetime field representing the date time when record got created |
InformationCodeType | varchar | NO | Stores Type of the Information Code. |
InformationCode | varchar | NO | Stores Information Code for the Uniform Billing Claims. |
InformationCodeUB | varchar | YES | Stores Uniform Billing Information Code for the Claims. |
InformationDateFrom | datetime | YES | Stores the from date value of the Information. Datetime field. |
InformationDateTo | datetime | YES | Stores the To date value of the Information. Datetime field. |
InformationAmount | varchar | YES | Stores Information Amount |
ClinicalAdminFreq
This table stores user defined short codes used within the prescription writer.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Code | char | NO | Primary key that uniquely identifies each short code |
ClinicalUnitID | numeric | NO | Id of the unit used in the short code...correlates to clincialunit table |
FreqDescription | varchar | YES | Describes the frequency in which the medication is to be taken. Nullable |
Quantity | char | YES | Defines the amount to be taken. Nullable |
UsageOrder | int | YES | Duration the medication is to be taken. Nullable |
ClinicalAlert
This table stores ClinicalAlert information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AlertID | numeric | NO | Stores the Clinical Alert ID. Identity column |
Name | varchar | YES | Stores the Name given to the alert |
CreateDate | datetime | NO | Datetime field representing the date time when record got created |
Description | varchar | YES | Stores the description of the clinical alert |
filterXML | varchar | NO | Stores the XML field |
URL | varchar | YES | Stores the URL |
AlertTypeID | tinyint | YES | Foreign Key column. Represents the Alert Type ID |
FlowSheetID | numeric | YES | Foreign Key column. Represents the Flow Sheet ID |
ClinicalAlertLog
This table stores ClinicalAlertLog information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalAlertLogID | int | NO | Primary Key column. Represents the Clinical Alert Log ID. Identity column. |
CareProviderID | numeric | YES | Foreign Key Column. Represents the Care Provider ID. REFERENCES dbo.CareProvider (CareProviderID) |
AlertID | numeric | YES | Foreign Key Column. Represents the Clinical Alert ID. REFERENCES dbo.ClinicalAlert (AlertID) |
ClinicalAlertLogTypeID | smallint | YES | Foreign Key column. REFERENCES dbo.ClinicalAlertLogType (ClinicalAlertLogTypeID) |
LogDate | datetime | YES | Datetime field representing the date time when the alert was logged |
ClinicalAlertLogType
This table stores ClinicalAlertLogType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalAlertLogTypeID | smallint | NO | Primary Key column. represents the Clinical Alert Log Type ID |
ClinicalAlertLogTypeDesc | varchar | YES | Stores the Clinical Alert Log Type Description. |
ClinicalAlertOverrideReason
This table stores ClinicalAlertOverrideReason information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalAlertOverrideReasonID | tinyint | NO | Stores the Clinical Alert Override Reason ID. Primary Key column. Identity Column |
ClinicalAlertOverrideReasonDesc | varchar | YES | Stores the Clinical Alert Override Reason Description. |
ClinicalAlertPatient
This table stores ClinicalAlertPatient information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary Key that uniquely identifies each Patient Alert |
AlertID | numeric | NO | Primary Key that uniquely identifies each Clinical Alert |
CreateDate | datetime | NO | Patient Clinical Alert created date |
ClinicalAlertPatientDetails
This table stores ClinicalAlertPatientDetails information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AlertID | numeric | NO | This column stores ClinicalAlert table AlertID |
PatientID | numeric | NO | This column stores Patient ID information |
FilterName | varchar | NO | This column stores the Filter Name |
ActualValues | varchar | NO | This column stores actual values of clinical alerts |
SeqNo | int | NO | This column stores patient clinical alerts details sequence. |
ClinicalAlertPatientFlag
This table stores ClinicalAlertPatientFlag information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column inserts Patient Table PatientID |
AlertID | numeric | NO | This column inserts Alert Table AlertId |
FlagID | numeric | NO | This column inserts Flag Table FlagId |
Note | varchar | YES | Stores the descirption/note |
CreateDate | datetime | NO | Date Created, when uer inserts |
ClinicalAlertRecall
This table stores ClinicalAlertRecall information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalAlertRecallID | numeric | NO | Primary Key column. represents the Clinical alert recall ID. Identity column |
ClinicalAlertID | numeric | NO | Stores the Clinical Alert ID. |
AppointmentCategoryID | numeric | NO | Stores the Appointment Category ID. |
AppointmentTypeID | numeric | NO | Stores the Appointment Type ID. |
NumberDaysOutType | char | NO | Stores the Type of the Number of days out whether Week or Days or months or year. |
NumberDaysOut | int | NO | Stores the Number of Days Out given in the Recall. |
NumberDaysBuffer | int | NO | Stores the number of days out buffer given in the Day Buffer field. |
NumberDaysText | varchar | NO | Stores the number of days given in Day Buffer field and recall in field |
CreateDate | datetime | NO | Datetime field representing the date time when record got created |
LastModified | datetime | NO | Datetime field representing the date time when record got modified |
CreateUserID | numeric | NO | Stores the ID of the user who created the record |
LastUserID | numeric | NO | Stores the ID of the user who modified the record |
ClinicalAlertScheduledRecall
This table stores ClinicalAlertScheduledRecall information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalAlertScheduledRecallID | numeric | NO | Primary key Identity column. Identity/Auto increment |
ClinicalAlertRecallID | numeric | NO | This column stores ClinicalAlertRecallID details |
ClinicalAlertID | numeric | NO | This column stores ClinicalAlertID details |
RecallID | numeric | NO | This column stores RecallID details |
PatientID | numeric | NO | This column stores Patient ID details |
ActiveFlag | tinyint | NO | This column stores record active information, toggle between 0 and 1 |
RecallCreateDate | datetime | YES | This column stores creation date of ClinicalAlertSceduledRecall |
RecallDeactivateDate | datetime | YES | This column stores deactivation date of ClinicalAlertSceduleRecall |
ClinicalBin
This table stores ClinicalBin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | This column contians the BatchID |
SequenceNumber | int | NO | This column contians the Sequence Number |
BinTypeID | smallint | NO | FK reference to BinType Table |
FileType | NA | NO | This is an additional field added into the query to help the 'Document Converter Tool' to help classify the document type for related file generation |
DocFileData | NA | NO | This column contains all the fields apart from the Document Image(Binary) from the respective table in xml format |
DocFileImage | NA | NO | This column contains the Document Image filed (Binary) from the respective table in xml format |
Note: The last 3 columns are included for use by the Document Converter Tool during the document conversion process and are not expected to be imported into the new database
ClinicalConversions
This table stores ClinicalConversions information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UnitFromID | numeric | NO | Primary key column represents the Unit ID to convert from |
UnitToID | numeric | NO | Primary key column represents the Unit ID to convert to |
ConversionFormula | varchar | NO | Stores the conversion formula to convert from 1 unit to another |
ClinicalCorr
Clinical correspondence main header table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | Numeric join to Clinical Document. References: dbo.ClinicalDocuments |
SequenceNumber | int | NO | Sequence number: Increments for a given DocumentId |
TemplateVersionID | numeric | NO | Template Version Id |
SourceDocumentID | numeric | YES | Selft join: Source Document Id. Nullable |
SourceSequenceNumber | int | YES | self join: Sequence number. Nullable |
CorrDate | datetime | NO | Correspondence date sent |
CreateDate | datetime | NO | Correspondence date created |
LastChanged | datetime | NO | Edit timestamp |
Body | varchar | NO | Correspondence body |
PerSigVerID | numeric | NO | Authors signature version Id |
SignatureBlock | varchar | NO | Authors signature |
ClinicalCorrAddressee
Clinical correspondence addressee/recipient table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalCorrAddresseeID | numeric | NO | Identity Id of record. Identity / Auto increment |
DocumentID | numeric | NO | Joins to ClinicalCorr.DocumentId. References: dbo.ClinicalCorr |
SequenceNumber | int | NO | Joins to ClinicalCorr.SequenceNumber. References: dbo.ClinicalCorr |
CPorPat | smallint | YES | Care Provider or Patient. Nullable |
TOorCC | smallint | YES | To or CC. Nullable |
FullName | varchar | NO | Full name of correspondence addressee |
AddressLn1 | varchar | YES | Address Line 1. Nullable |
AddressLn2 | varchar | YES | Address Line 2. Nullable |
City | varchar | YES | City. Nullable |
State | varchar | YES | State. Nullable |
Zip | varchar | YES | Zip. Nullable |
Fax | varchar | YES | Fax Number. Nullable |
CareProviderOrPatientID | numeric | YES | Id of patient or provider that correspondence was sent to. Nullable |
ClinicalCorrAttachedDocument
Clinical correspondence document attachment table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalCorrAttachedDocumentID | numeric | NO | Identity Id of record. Identity / Auto increment |
DocumentID | numeric | NO | Joins to ClinicalCorr.DocumentId. References: dbo.ClinicalCorr |
SequenceNumber | int | NO | Joins to ClinicalCorr.SequenceNumber. References: dbo.ClinicalCorr |
AttachedDocumentID | numeric | NO | Id of attached document |
AttachedSequenceNumber | int | NO | SequenceNumber of attached document |
ClinicalDataExport
This table stores ClinicalDataExport information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalDataExportID | numeric | NO | Primary key identity column. Identity/Auto Increment |
SourceID | int | NO | This column stores SourceID details |
ProcedureID | numeric | YES | This column stores ProcedureID details |
VisitID | numeric | YES | This column stores VisitID value |
DocumentID | numeric | NO | This column stores DocumentId value |
SequenceNumber | int | NO | This column stores Sequence number |
LastDateTime | datetime | NO | This column stores Date of Modification of ClinicalDataExport |
CreateDateTime | datetime | NO | This column stores creation date of ClinicalDataExport |
ClinicalDataExportHistory
This table stores ClinicalDataExportHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalDataExportID | numeric | NO | This column stores ClinicalDataExport table identity value |
SourceID | int | NO | This column stores SourceID value |
ProcedureID | numeric | YES | This column stores ProcedureId value |
VisitID | numeric | YES | This column store VisitID value |
DocumentID | numeric | NO | This column store DocumentID value |
SequenceNumber | int | NO | This column store sequence number of ClinicalDataExport value |
LastDateTime | datetime | NO | This column stores last modified date of ClinicalDataExportHistoryTable |
CreateDateTime | datetime | NO | This column store creation date of ClinicalDataExport |
ClinicalDiagnosisExport
This table supports Export of Clinical Diagnosis
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DiagID | numeric | NO | Primary Key, Not Currently Used Identity / Auto increment |
DocumentID | numeric | NO | Logical Reference to ClinicalDocument Table, used to support building |
DiagCode | varchar | NO | FCTVisitCodes and used to support diagnosis related metrics References: dbo.ClinicalDocuments |
GMTFavoritesID | varchar | YES | ICD 9 Diag Code, used to support diagnosis related metrics |
Description | varchar | NO | Logical Reference to ClinicalDiagnosisFavorites Nullable ICD Description |
DocumentVersion | int | NO | Version of Document |
Disabled | int | YES | Flag, Disabled (0/1), used to support building FCTVisitCodes and diagnosis metrics Nullable Default: 0 |
Processed | int | NO | Flag, Processed (0/1) |
RuleOut | int | YES | Flag, RuleOut (0/1), used to support building FCTVisitCodes and diagnosis metrics Nullable Default: 0 |
DiagCodeICD10 | varchar | YES | ICD10 Diagnostic Code, used to support building FCTVisitCodes Nullable |
lexicalID | numeric | YES | Logical Reference to ProblemITLexicals Nullable |
Note | varchar | YES | Note Comments Nullable |
CreateDate | datetime | YES | This column contains the creation date of this ClinicalDiagnosisExport |
SortOrder | numeric | YES | This column contains values of the order to sort |
CreatedBy | numeric | YES | This column contains the user id of the user who created this ClinicalDiagnosisExport. |
LastModifiedBy | numeric | YES | This column contains the user id of the user who modified this ClinicalDiagnosisExport. |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this ClinicalDiagnosisExport |
SnomedCode | numeric | YES | This column contains the Snomed Code |
IsSDOHProblem | bit | YES | Flag to determine the SDOH problems |
ClinicalDiagProcedureLinkExport
This table stores ClinicalDiagProcedureLinkExport information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedureID | numeric | YES | Foreign Key column represents the Procedure Id. REFERENCES dbo.ClinicalProcedureExport (ProcedureID) |
DiagID | numeric | YES | Foreign Key column represents the Diagnosis ID. REFERENCES dbo.ClinicalDiagnosisExport (DiagID) |
Sequence | tinyint | NO | Toggles between 0 and 1. Default value 0 |
ClinicalDiagProcedureLinkExportID | int | NO | Primary key column represents the Clinical Diagnosis Procedure Link Export Id. Identity column |
ClinicalDiscontinuedReason
Lookup list of reasons a medication has been discontinues, selected in UI
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DiscontinuedReasonid | tinyint | NO | Pk. numeric lookup value |
Description | varchar | NO | Description text |
ClinicalDocTypes
Clinical Document Types Lookup Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocTypeID | numeric | NO | Primary Key. Used to suppport Electronic Note Views. Identity / Auto increment |
DocTypeName | varchar | NO | Name of the Clinical Document |
Enabled | int | NO | Flag. Enabled (0/1). used to filter obsolete items. Not Currently used. Default: 1 |
Description | varchar | YES | Description of Clinical Document. Nullable |
Code | varchar | YES | Not Currently Used. Nullable |
CodingSystem | varchar | YES | Logical Reference to CodingSystem Table. Nullable |
SystemType | int | NO | Not Currently Used |
CreateId | int | YES | Logical Reference User Table. Nullable |
CreateDate | datetime | YES | Not Currently Used. Nullable |
LastModifiedId | int | YES | Logical Reference User Table. Nullable |
LastModifiedDate | datetime | YES | Date Last Modified. Nullable |
System | int | NO | System Code - No back-end reference. Default: 1 |
Hide | tinyint | YES | Flag. Hide Display (0/1) - No Back-end Reference. Nullable Default: 0 |
LoincCode | varchar | YES | Loinc Code - No back-end reference |
ClinicalDocumentDiscreteElement
Clinical Document Discrete Elements for a given Patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalDocumentDiscreteElementID | int | NO | Primary Key. Not Currently Used. Identity / Auto increment |
PatientID | numeric | NO | Logical Reference to FCTPatientVisit Table. also used to support building FCTPatientVisitMU Table. References: dbo.Patient |
DocumentID | numeric | YES | Logical Reference to ClinicalDocuments Table. also used to support MU Summary of Care metrics. Nullable. References: dbo.ClinicalDocuments |
DiscreteElementID | tinyint | NO | Logical Reference To DiscreteElement Table. also used to support MU Summary of Care metrics. References: dbo.DiscreteElement |
Value | varchar | YES | Element Data Value. used to support MU Summary of Care metrics. Nullable |
LastUpdatedDateTime | datetime | YES | Represents the DateTime related to the save operation for Clinical Discrete Elements.. Nullable |
ClinicalDocuments
Patient Clinical Documents created via Correspondence or Imported
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | Primary Key, used to build FCTVisitCodes and used to support MU Summary of Care metrics Identity / Auto increment |
SequenceNumber | int | NO | Document Sequence used to distinquish multiple related documents Default: 1 |
PatientID | numeric | NO | Logical Reference to FCTPatientVisit Table, also used to support building FCTPatientVisitMU Table and Summary Metrics |
CreatedBy | numeric | NO | Not Currently Used |
DocTypeID | numeric | NO | Logical Reference to ClinicalDocTypes Table, and also used to filter MU electronic Notes References: dbo.ClinicalDocTypes |
DocName | varchar | YES | Name Of Document Nullable |
DocDescription | varchar | YES | Document Description uses PS page (Chart - Documents ) Title assigned to Correspondence or Imported. Nullable |
VisitID | numeric | YES | Logical Reference to FCTPatientVisit Table, also used to support MU Summary of Care metrics Nullable |
StatusID | numeric | NO | Logical Reference to ClinicalDocumentStatus Table, also used to support MU Patients Electronic Notes metrics References: dbo.ClinicalDocumentStatus |
LastModifiedId | numeric | YES | Logical Reference to Users Table Nullable |
LastModified | datetime | YES | Not Currently Used Nullable |
CreatedId | numeric | YES | Logical References to Users Table Nullable |
Created | datetime | NO | Date Created, Used to support MU PatientVisit metrics |
Enabled | int | NO | Flag, Enabled (0/1) used to filter obsolete items related to MU PatientVisit Metrics Default: 1 |
FileType | varchar | NO | Type Of File Extenstion uses PS page (Chart - Documents) FileType assigned on Correspondence or import Default: gmt |
ExternalVisitDate | datetime | YES | ExternalVisitDate uses PS page (Chart - Documents - Import Document) assigned on Correspondence or import Nullable |
Priority | int | YES | Flag, Priority (0/1) Nullable |
IsCached | tinyint | NO | Flag, IsCached (0/1) Default: 0 |
ConfidentialityLevel | int | YES | Logical Reference to ConfidentialityLevelLU Table Nullable References: dbo.CCDASubmissionOption |
ClinicalDocumentSaveSourceHistory
Log table for document save history including user, source, and date/time
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalDocumentSaveSourceHistoryID | bigint | NO | Pk. numeric identity of record. Identity / Auto increment |
DocumentID | numeric | NO | REFERENCES dbo.ClinicalDocuments (DocumentID). References: dbo.ClinicalDocuments |
SourceOfChange | varchar | NO | Application name |
userID | numeric | NO | REFERENCES dbo.Users (UserID). References: dbo.Users |
CreatedBy | varchar | NO | text Name of created by user |
CreatedDatetime | datetime | NO | date record created. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
UpdatedBy | varchar | NO | text Name of upated by user |
UpdatedDateTime | datetime | NO | date record updated. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
ClinicalDocumentsCheckOut
This table stores ClinicalDocumentsCheckOut information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | This column store dbo.ClinicalDocuments table DocumentID |
SequenceNumber | int | NO | This Column store sequence number value |
CheckOutDate | datetime | NO | This column store checkout date of Clinical Document |
CheckOutUserID | numeric | NO | This columns store User ID details who performed Clinical Document checkout |
CheckOutIP | varchar | NO | This column store user IP address value. |
SessionID | varchar | NO | This column store SessionID information |
ClinicalDocumentsHWDeviceAuxFile
This table stores ClinicalDocumentsHWDeviceAuxFile information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | char | NO | This column store DocumentID values |
HWDeviceAuxFileName | varchar | NO | This column store HWDeviceAuxFileName values |
ClinicalDocumentsHWTest
This table stores ClinicalDocumentsHWTest information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | This Column stores DocumentID value |
HWTestGuid | varchar | YES | This column stores unique GUID value |
HWDeviceID | numeric | NO | This column stores HWDeviceID value |
HWVendorID | numeric | NO | This column stores HWVendorID value |
HWDeviceNumber | int | YES | This column sstores HWDevice number. |
ClinicalDocumentSignatures
This Table contains Signature related information for Signed Clinical Notes
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | Primary Key. has physical FK relationship with ClinicalDocuments Table DocumentID. References: dbo.ClinicalDocuments |
SequenceNumber | int | NO | Primary Key. has logical FK relationship with ClinicalDocuments Table SequenceNumber |
SignerID | numeric | NO | Primary key. has logical FK relationship with Users Table UserId |
DateSigned | datetime | NO | Datetime when User has signed the Clinical Note |
Comment | varchar | YES | Note entered by user while signing the Clinical Note. Nullable |
SignatureTypeID | int | YES | This column has logical FK with ClinicalSignatureTypes Table SignatureTypeID. Nullable |
CRC | int | YES | This column is being calculated using BINARY_CHECKSUM using Document image. Nullable |
SignatureMeaning | varchar | NO | Describes if Note signed by Author or Reviewer |
AmendmentInitiateDate | datetime | YES | Describes date information of Amendement Initiated |
ClinicalDocumentsImgLibGroup
This table stores ClinicalDocumentsImgLibGroup information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | This column stores Primary key reference of table dbo.ClinicalDocuments |
RefID | int | NO | This column stores reference number |
CustomNoteDocTypeID | numeric | NO | This column stores primary key reference of table dbo.CustomNoteDocType |
ImgID | numeric | NO | This column stores ImgID value |
ImgSource | varchar | NO | This column stores ImgSource value |
ClinicalDocumentsLab
Table to link ClinicalDocuments.DocumentID to Lab.LabID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabID | numeric | NO | REFERENCES dbo.Lab on LabID. References: dbo.Lab |
DocumentID | numeric | NO | REFERENCES dbo.ClinicalDocuments (DocumentID) |
ClinicalDocumentStatus
Clinical Document Status Lookup Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatusID | numeric | NO | Primary Key column represents the Status ID. |
Description | varchar | NO | Describes the description of the document status whether in progress/Authenticated/Appended/Moved |
Enabled | int | NO | Represents whether enabled or not. |
ClinicalDocumentVitalGroup
Table to link ClinicalDocuments.DocumentID to ClinicalVitalGroup.ClinicalVitalGroupID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | REFERENCES dbo.ClinicalDocuments (DocumentID). References: dbo.ClinicalDocuments |
ClinicalVitalGroupID | numeric | NO | joins ClinicalVitalGroup on ClinicalVitalGroup. References: dbo.ClinicalVitalGroup |
ClinicalEncounterDisposition
This table stores Encounter Disposition related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalEncounterDispositionID | numeric | NO | Primary Key for ClinicalEncounterDisposition records |
EncounterDispositionCode | varchar | NO | This will store the Code of Encounter Disposition display options |
EncounterDispositionName | varchar | NO | This will store the Name of Encounter Disposition display options |
Enabled | bit | NO | This will be used for fetching condition |
ClinicalForm
This table stores ClinicalForm information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormID | numeric | NO | Primary key column. Represents the Clinical form ID. Identity column |
ClinicalFormGroupID | numeric | NO | Foreign key column. Represents the Clinical form Group ID. REFERENCES PrimeRecord350025.dbo.ClinicalFormGroup (ClinicalFormGroupID) |
FormName | varchar | NO | Represents the name of the clinical form |
FormDescription | varchar | NO | Represents the description provided for the clinical form |
ClinicalFormManagerID | int | YES | Foreign Key Represents the Clinical form Manager ID. REFERENCES dbo.InterfaceProviderRole (InterfaceProviderRoleID) |
ClinicalFormArchiverID | int | YES | Represents the Clinical form Archiver ID |
ClinicalFormPrePopID | numeric | YES | Foreign key column. Represents the Clinical form Pre pop ID. REFERENCES dbo.ClinicalFormPrePop (ClinicalFormPrePopID) |
RequestFormID | varchar | YES | Represents the Clinical form Request ID |
RequestFormVisit | varchar | YES | Represents the Clinical form Request Visit |
Enabled | tinyint | NO | Represents whether enabled or not. |
CreateDate | datetime | YES | Datetime field representing the date time when record got created |
CreateUser | numeric | NO | Stores the ID of the user who created the record |
LastModifiedDate | datetime | NO | Datetime field representing the date time when record got modified |
LastModifiedUser | numeric | NO | Stores the ID of the user who modified the record |
EncodedResponse | tinyint | YES | Toggles between 0 and 1. Default value 0 |
ClinicalFormGroup
This table stores ClinicalFormGroup information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormGroupID | numeric | NO | This column represents Primary Key of ClinicalFormGroup table |
GroupName | varchar | NO | This column represents Group Name of the Clinical Form |
ClinicalFormGroupTypeID | numeric | NO | This column represents ID of the Clinical form group type |
StartDate | datetime | YES | This column represents the start date of the clinical form group |
EndDate | datetime | YES | This column represents the end date of the clinical form group |
StudyID | varchar | YES | This column Study ID of the clinical form group |
Enabled | tinyint | NO | This column represents if the group is enabled or not |
CreateDate | datetime | NO | This column represents Date of Creation |
CreateUser | numeric | NO | This column represents ID of the User who created the record |
LastModifiedDate | datetime | NO | This column represents Date of last modification |
LastModifiedUser | numeric | NO | This column represents ID of the User who modified last |
ProtocolStateManagerID | int | YES | This column represents the ID of Protocol State Manager |
ProtocolDefManagerID | int | YES | This column represents the ID of Protocol Definition Manager |
ClinicalFormGroupHistory
This table stores ClinicalFormGroupHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormGroupID | numeric | NO | This column represents Primary Key of ClinicalFormGroup table |
GroupName | varchar | NO | This column represents Group Name |
ClinicalFormGroupTypeID | char | NO | This column represents ID of the Clinical form group type |
StartDate | datetime | YES | This column represents the start date of the clinical form group |
EndDate | datetime | YES | This column represents the end date of the clinical form group |
StudyID | varchar | YES | This column Study ID of the clinical form group |
Enabled | tinyint | NO | This column represents if the group is enabled or not |
CreateDate | datetime | NO | This column represents Date of Creation |
CreateUser | numeric | NO | This column represents ID of the User who created the record |
LastModifiedDate | datetime | NO | This column represents Date of last modification |
LastModifiedUser | numeric | NO | This column represents ID of the User who modified last |
ProtocolStateManagerID | int | YES | This column represents the ID of Protocol State Manager |
HistoryDate | datetime | NO | This column represents Date. Logical reference to ClinicalFormGroup |
HistoryUserID | numeric | NO | This column represents the User ID. Logical reference to ClinicalFormGroup |
HistoryAction | char | NO | This column represents Action. Logical reference to ClinicalFormGroup |
ClinicalFormGroupPatient
This table stores ClinicalFormGroupPatient information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormGroupID | numeric | NO | FK to ClinicalFormGroup table ClinicalFormGroupID. Reference: dbo.ClinicalFormGroup |
PatientID | numeric | NO | This column stores PatientID value |
ClinicalFormGroupStatusID | numeric | YES | FK to ClinicalFormGroupStatus table ClinicalFormGroupStatusID. Reference: dbo.ClinicalFormGroupStatus |
SubjectIdentifier | varchar | YES | This column stores Subject Identifier value. |
UniqueSubjectIdentifier | varchar | YES | This column stores Unique Subject Identifier value. |
StatusDate | datetime | NO | This column stores date of status |
CandidateID | varchar | YES | This column stores CandidateID value |
ClinicalFormGroupPatientHistory
This table stores ClinicalFormGroupPatientHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormGroupID | numeric | NO | This column stores ClinicalFormGroupID value |
PatientID | char | YES | This column stores patientID value |
ClinicalFormGroupStatusID | char | YES | This column stores ClinicalFormGroupStatusID value |
SubjectIdentifier | varchar | YES | This column stores Subject Identifier value |
UniqueSubjectIdentifier | varchar | YES | This column stores unique subject identifier value |
StatusDate | datetime | NO | This column stores date value of Status |
HistoryDate | datetime | NO | This column stores date value of History creation |
HistoryUserID | numeric | YES | This column stores History creation UserID value |
HistoryAction | char | NO | This column stores History action information |
ClinicalFormGroupStatus
This table stores ClinicalFormGroupStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormGroupStatusID | numeric | NO | Primary key column. This column represent Clinical Form Group Status ID. Identity/Auto Increment |
Description | varchar | NO | This column represents Description of ClinicalFormGroupStatus |
SeqNo | tinyint | YES | This column represents sequence number |
ClinicalFormGroupType
This table stores ClinicalFormGroupType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormGroupTypeID | numeric | NO | This column represents Primary Key of ClinicalFormGroupType table |
ClinicalFormGroupTypeName | varchar | NO | This column stores Name of the Clinical Form Group |
ClinicalFormHistory
This table stores ClinicalFormHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormID | numeric | NO | This column represents ID of the Clinical Form |
ClinicalFormGroupID | numeric | NO | This column represents ID of the Clinical Form Group which the clinical form comes under |
FormName | varchar | NO | This column represents Name of the Form |
FormDescription | varchar | NO | This column represents Description of the form |
ClinicalFormManagerID | char | YES | This column represents ID of the Clinical form Manager |
ClinicalFormArchiverID | char | YES | This column represents ID of the Clinical form Archiver |
ClinicalFormPrePopID | char | YES | This column represents Description of the form |
RequestFormID | varchar | YES | This column represents ID of the Request Form |
RequestFormVisit | varchar | YES | Stores the Visit of the Request Form |
Enabled | tinyint | NO | Toggles between 1 and 0. 1 if it is deleted and 0 if it is not |
CreateDate | datetime | YES | This column represents Date of Created |
CreateUser | numeric | NO | This column represents ID of the User who created the record |
LastModifiedDate | datetime | NO | This column represents the Date of last modification |
LastModifiedUser | numeric | NO | This column represents ID of the User who modified last |
HistoryDate | datetime | NO | This column represents Date field. Logical reference to ClinicalForm table. |
HistoryUserID | numeric | NO | This column represents User ID. Logical reference to ClinicalForm table. |
HistoryAction | char | NO | This column represents Action. Logical reference to ClinicalForm table. |
ClinicalFormPatientHistory
This table stores ClinicalFormPatientHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormID | numeric | NO | FK to table ClinicalForm column ClinicalFormID: REFERENCES dbo.ClinicalForm |
PatientID | numeric | NO | This column stores value of PatientID |
ClinicalFormStatusID | numeric | YES | FK to table ClinicalFormStatus column ClinicalFormStatusID: REFERENCES dbo.ClinicalFormStatus |
CreateDate | datetime | NO | This column stores date of creation of ClinicalFormPatientHistory |
LastModifiedDate | datetime | NO | This column stores date of modificationof ClinicalFormPatientHistory |
ClinicalFormPrePop
This table stores ClinicalFormPrePop information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormPrePopID | numeric | NO | Primary key of the table. This column represents the Clinical Form pre pop ID. Not Null |
FormatName | varchar | NO | This column represents Name of the Format |
FormatDescription | varchar | NO | This column represents Description of the format |
CDADocumentID | numeric | YES | Foreign key column. REFERENCES dbo.CDADocument (CDADocumentID). This Column represents IDA of the Clinical Document Architecture Document |
Enabled | tinyint | NO | This column represents if the format is enabled or not |
ClinicalFormStatus
This table stores ClinicalFormStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalFormStatusID | numeric | NO | Primary key column. This column represents ID of ClinicalFormStatus table. Identity column/Auto Increment by 1. |
Status | varchar | YES | This column represents the status(Ready | Incomplete | Complete | Cancelled Now) |
Description | varchar | YES | This column represents the Description of the status |
SeqNo | tinyint | YES | This column represents the sequence number |
ClinicalMedAction
This table stores ClinicalMedAction information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ActionID | numeric | NO | Primary key column. This column represents Action ID. Identity column/Auto Increment by 1. |
Description | varchar | NO | This column represents Description of action |
LongDescription | varchar | YES | This column represents Long Description of action |
ClinicalMedStatus
This table stores ClinicalMedStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatusID | numeric | NO | This columns stores ClinicalMedStatus Id value |
StatusDescription | varchar | YES | This columns stores ClinicalMedStatus Status description value. |
ClinicalPatMedAlertOverride
Table that stores if and why a medication alert was overridden/ignored. Links to MedAlertOverrideReason.MedAlertOverrideReasonID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatMedID | numeric | NO | REFERENCES dbo.ClinicalPatMeds (ClinicalPatMedID). References: dbo.ClinicalPatMeds |
MedAlertOverrideReasonID | int | NO | REFERENCES MedAlertOverrideReason(MedAlertOverrideReasonID) |
AlertType | varchar | NO | Type of medication alter |
ScreenMsg | varchar | NO | Message text |
UserID | numeric | NO | REFERENCES dbo.Users (UserID). References: dbo.Users |
CreateDate | datetime | NO | Date record created. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
ClinicalPatMedComment
Table storing comment information stored with a medication/prescription at time of entry
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatMedCommentID | numeric | NO | Pk. Idenitity id of record. Identity / Auto increment |
ClinicalPatMedID | numeric | NO | References dbo.ClinicalPatMed (ClinicalPatMedID) |
CommentTypeID | numeric | NO | REFERENCES dbo.ClinicalMedCommentType (CommentTypeId) |
Comment | varchar | YES | Comment text. Nullable |
PharmacyNote | varchar | YES | Note for patients pharmacy. Nullable |
SerialNumber | varchar | YES | No references. free text for Serial Number. Nullable |
ClinicalPatMedPrint
Logging table that captures when a medication was printed, links to ClinicalPatMed.ClinicalPatMedID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalMedPrintID | numeric | NO | Pk. Idenitity id of record. Identity / Auto increment |
ClinicalPatMedID | numeric | NO | REFERENCES dbo.ClinicalPatMeds (ClinicalPatMedID) |
UserID | numeric | NO | REFERENCES dbo.Users (UserID) |
PrintDate | datetime | NO | Date printed |
Icd9 | varchar | YES | Code text. Nullable |
Format | varchar | YES | Format text. Nullable |
LocationID | numeric | YES | REFERENCES dbo.CareProviderLocation (LocationId). Nullable |
PrinterName | varchar | YES | Name of network printer. Nullable |
ClinicalPatMeds
Patient Medication Tracking Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatMedID | numeric | NO | Primary Key, used to support many ePrescribing Views and used to . support build of FCTClinicalPatMeds Identity / Auto increment |
OriginalPatMedID | numeric | YES | OriginalPatMedID, used to show changes from original PatMed Nullable |
UserID | numeric | NO | Logical Reference to Users Table, used to support build of FCTClinicalPatMeds and used also for audit logging. |
PatientID | numeric | NO | Logical Reference to Patient Info and used to support build of FCTClinicalPatMeds |
VisitID | numeric | YES | Logical Reference to Visit Table, used to support build of . FCTClinicalPatMeds Table Nullable |
OrderingDocumentID | numeric | YES | OrderingDocumentID uses PS page (Patient Charts - Med List)-Support . eRx Eligibility Nullable |
OrderingSeqNumber | int | YES | OrderingSeqNumber uses PS Page (Patient Charts - Med List)- Support . eRx Eligibility Nullable |
StatusID | numeric | YES | Logical Reference to ClinicalMedStatus Table, used to support Medication . Metrics and build FCTClinicalPatMeds Nullable |
StartDT | datetime | YES | Used to filter rows related to Patient Level Metrics and build . FCTClinicalPatMeds Nullable |
MCProvCode | varchar | YES | MCProvCode - Source XML Import Nullable |
MedicationID | varchar | NO | Logical Reference to MedicationRxNormFact table used to derive the RxNorm value |
MedicationName | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
NameType | varchar | NO | Used to support views of electronic medication views and also in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds |
DrugNameID | varchar | NO | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table |
MedicationStrength | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
MedicationStrengthUnit | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
DoseFormID | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
DoseForm | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
DoseTypeID | varchar | YES | Logical Reference To FDB..fdb_dosetype Nullable |
DoseType | varchar | YES | Logical Reference To - FDB..fdb_description1 Table - uses PS page (Patient Charts - Med List) DropDown Nullable |
DoseQuantity | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
DoseQuantityUnit | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
RouteID | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
Route | varchar | YES | Route FDB..Route.Description1, Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
Duration | numeric | YES | Used to support medication metrics, Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
Durationunitid | numeric | YES | Logical Reference to ClinicalUnit Table Nullable |
DispenseAmount | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
DispenseUnit | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
NumRefills | varchar | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
ExpireDate | datetime | YES | used to support patient medication metrics, and Used to build FCTClinicalPatMeds Table Nullable |
Description | varchar | YES | Used to build FCTClinicalPatMeds Table, No other usage Nullable |
SIG | varchar | YES | Supports patient medication metrics, Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
SIGModeID | int | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
Frequency | varchar | YES | Used i spMNTInsFCTClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
Enable | int | NO | Flag, Enable (0/1), used in spMNTInsFCTClinicalPatMeds to build FCTClinicalPatMeds Table, No other usage. |
DispenseAsWritten | bit | YES | Used to support build of FCTClinicalPatMeds Table, No other usage Nullable |
OSID | numeric | YES | OSID - (Source Rx Import) Nullable |
FrequencyCode | varchar | YES | Used to support Patient Medication Metrics and to build FCTClinicalPatMeds Table Nullable |
StartDateText | varchar | YES | Med Start Date Nullable |
DEACode | char | YES | Drug Enforcement Agency Number, Used in Medications, ePrescribing Views and to build FCTClinicalPatMeds Table Nullable References: dbo.eRxSSDEASchedule |
CareProviderID | numeric | NO | Logical Reference To FCTCareProvider Table, used to build FCTClinicalPatMeds Table |
SigInd | varchar | YES | SigInd - (Source XML Import) Nullable |
CreateDate | datetime | NO | Used to support build of FCTClinicalPatMeds Table |
External | tinyint | NO | Flag, External (0/1) |
Maintenance | tinyint | NO | Flag, Maintenance (0/1), used to support build of FCTClinicalPatMeds Table |
ActionID | tinyint | NO | Used to support build of FCTClinicalPatMeds Table |
ValidScript | tinyint | NO | Flag, ValidScript (0/1) |
SampleGiven | tinyint | NO | Flag, SampleGiven (0/1) |
RemovalReasonid | tinyint | NO | Used in ePrescribing Views and patient medication metrics, also to build FCTClinicalPatMeds Table |
DateTimeRemoved | datetime | YES | used to filter rows for Medications Metrics and build FCTClinicalPatMeds Table Nullable |
MedicalAlertOverrideID | int | YES | Link to ClinicalAlertOverrideReason Table Nullable |
ControlledConsecNum | numeric | YES | ControlledConsecNum - Computed from function call dbo.GetNextControlledConsecutiveNumber Nullable |
PharmacyID | numeric | YES | Logical Reference to Pharmacy Table Nullable |
EPrescribeDone | tinyint | YES | Flag, EPrescribeDone (0/1) indicates Electronic Prescription complete Nullable |
EPrescribeDate | datetime | YES | ePrescribeDate - Date Electronic Prescription complete. Nullable |
SureScriptsSPI | varchar | YES | Surescripts Provider Identifier Nullable |
LocationID | numeric | YES | Used in spMNTInsFctClinicalPatMeds to build FCTClinicalPatMeds Table Nullable |
SupervisorID | numeric | YES | SuperVisorID uses PS page (System - Care Provider) Nullable |
ProductCode | varchar | YES | ProductCode - Source fdb..fdb_packageddrug Nullable |
MedicalConditionID | varchar | YES | MedicalConditionID - Not Inserted/Updated on Back-End Nullable |
MedicalCondition | varchar | YES | MedicalCondition - Not Inserted/Updated on Back-End Nullable |
PlanID | int | YES | Not Currently Used Nullable |
PharmacyRequestID | numeric | YES | Logical Reference to eRxSSPharmacyRequestID Table Nullable |
EffectiveDT | datetime | YES | Effective Date uses PS page (Patient Chart-Med List) Nullable |
ExternalProviderName | varchar | YES | Prescribing Provider Name uses PS page (Patient Chart-Med List) - ePrescribe Nullable |
PharmacyVerifiedDate | datetime | YES | Date Pharmacy Dispenses ePrescribe Medication Nullable |
DestinationParticipantID | varchar | YES | InterfaceEvent - PrescriptionRecord Nullable |
HealthPlanID | varchar | YES | InterfaceEvent - PrescriptionRecord Nullable |
HealthPlanGroupID | varchar | YES | InterfaceEvent - PrescriptionRecord Nullable |
FormularyDetails | varchar | YES | Used in ePrescribing views and used to build FCTClinicalPatMeds Table Nullable |
AdministeredInOffice | bit | NO | Used in ePrescribing views, supports workTables for Patient Med metrics . and used to build FCTClinicalPatMeds Table Default: 0 |
NADEAN | bit | NO | Flag, Narcotic Addiction DEA Number (0/1) uses PS page (Patient Chart - Med List) Default: 0 |
GHB | bit | NO | Flag, Gamma Hydroxybutyrate (Date Rape) (0/1) uses PS page (Patient Chart - Med List) Default: 0 |
Package | varchar | YES | This column contains the value for Package |
LastModifiedBy | numeric | YES | This column contains the user id of the user who modified this ClinicalPatMeds. |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this ClinicalPatMeds |
IndicationFeedback | varchar | YES | Stores feedbackloop notes information for medication indication |
clinicalPatmedsb4Migration
This table stores clinicalPatmedsb4Migration information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatMedID | numeric | NO | Primary Key |
OriginalPatMedID | numeric | NO | This column stores original ClinicalPatMedID value |
SiteID | numeric | YES | This column stores SiteID value |
UserID | numeric | NO | This columns stores UserID value |
PatientID | numeric | NO | This column stores PatientID value |
VisitID | numeric | YES | This column stores VisitID value |
OrderingDocumentID | numeric | YES | This column stores OrderingDocumentID value |
OrderingSeqNumber | int | YES | This column stores ordering sequence number |
DocumentID | numeric | YES | This column stores DocumentID value |
SequenceNumber | int | YES | This column stores sequence number value |
StatusID | numeric | YES | This column stores StatusID value |
StartDT | datetime | NO | This column stores start date time value |
MedicalConditionID | varchar | YES | This column stores MedicalConditionID value |
MedicalCondition | varchar | YES | This column stores Medical Condition information |
MCProvCode | varchar | YES | This column stores MC Provider Code value |
MedicationID | varchar | NO | This column stores MedicationID value |
MedicationName | varchar | NO | This column stores Medication name details |
NameType | varchar | NO | This column stores name type information |
DrugNameID | varchar | NO | This column stores DrugNameID value |
GenericName | varchar | YES | This column stores Generic name |
MedicationStrength | varchar | YES | This column stores Medication strength information |
MedicationStrengthUnit | varchar | YES | This column stores Medication strength unit information |
DoseFormID | varchar | YES | This column stores DoseFormID value |
DoseForm | varchar | YES | This column stores DoseForm value |
DoseTypeID | varchar | YES | This column stores DoseTypeID value |
DoseType | varchar | YES | This column stores Dose type information |
DoseQuantity | varchar | YES | This column stores Dose Qunatity information |
DoseQuantityUnit | varchar | YES | This column stores Dose quantity unit messure details |
RouteID | varchar | YES | This column stores RouteID value |
Route | varchar | YES | This column stores Route details |
Duration | numeric | YES | This column stores Duration value |
Durationunitid | numeric | YES | This column stores DurationUnitID value |
DispenseAmount | varchar | YES | This column stores amount value of Dispense |
DispenseUnit | varchar | YES | This column stores Dispense unit information |
NumRefills | varchar | YES | This column stores number of refills |
Notes | varchar | YES | This column stores notes |
StopDT | datetime | YES | This column stores stopped Date time. |
Description | varchar | YES | This column stores description details |
SIG | varchar | YES | This column stores Signeture information |
SIGModeID | int | YES | This column stores SignetureModelID |
Frequency | varchar | YES | This column stores frequency information |
MedInterval | varchar | YES | This column stores Medication interval information |
Intervalunitid | int | YES | This column stores IntervalUnitID value |
Enable | int | YES | Toggles between 0 to 1 |
DispenseAsWritten | bit | YES | Toggles between 0 to 1 |
OSID | numeric | YES | This column stores OSID value |
FrequencyCode | varchar | YES | This column stores frequency code |
StartDateText | varchar | YES | This column stores start date in text format |
DEACode | char | YES | This column stores DEACode value |
DiscontinueDateText | varchar | YES | This column stores Discontinue date value in text format |
PrintDate | datetime | YES | This column stores date value of print |
CareProviderID | numeric | YES | This column stores CareProviderID value |
SigInd | varchar | YES | This column stores DigInd value |
ClinicalPatMedsDiscontinued
Patient Discontinued Medication Tracking Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatmedid | numeric | NO | Primary Key |
DiscontinuedDate | datetime | NO | Used in creating FCTClinicalPatMeds and also supports medication metrics |
DiscontinuedReasonID | numeric | NO | Logical Reference to ClinicalDiscontinuedReason Table |
CareProviderID | numeric | YES | Logical Reference to FCTCareProvider Table. No other usage. Nullable |
UserID | numeric | NO | Logical Reference to Users Table. No other usage |
DiscontinuingDocumentID | numeric | YES | Logical Reference to ClinicalDocuments Table. Nullable |
DiscontinuingDocumentSeqNumber | numeric | YES | SureScripts Imported XML. Nullable |
ClinicalPatMedsFillStatus
Table that stores details for a medication that might have not been filled and reasons why
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatMedID | numeric | NO | REFERENCES dbo.ClinicalPatMeds (ClinicalPatMedID) |
StatusDate | datetime | NO | Date. last update of record |
RxFillStatusID | smallint | NO | REFERENCES dbo.RXFillStatus (RXFillStatusID). References: dbo.RXFillStatus |
RxFillStatusReasonID | smallint | YES | REFERENCES dbo.RXFillStatusReason (RXFillStatusReasonID). Nullable. References: dbo.RXFillStatusReason |
RxFillStatusReasonText | varchar | YES | Text description of refill reason. Nullable |
QuantityDispensed | decimal | YES | Numeric quantity dispensed. Nullable |
PotencyUnitCode | varchar | YES | REFERENCES dbo.SureScriptPotencyUnit (SSExactMatchCode). Nullable |
ClinicalPlanInfoExport
This table stores ClinicalPlanInfoExport information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPlanInfoExport | numeric | NO | Primary Key Identity column; Auto increment |
DocumentID | numeric | NO | This column stores DocumentID information |
PlanInfoType | varchar | NO | This column stores PlanInfoType information |
Description | varchar | YES | This column contains description |
DocumentVersion | numeric | NO | This column stores document version information |
Disabled | char | NO | Toggles between 0 to 1 |
Checked | bit | YES | Toggles between 0 to 1 |
CreatedBy | numeric | YES | This column stores ClinicalPlanInfoExport record created UserID |
CreatedDateTime | datetime | YES | This column stores date of creation for ClinicalPlanInfoExport |
LastModifiedBy | numeric | YES | This column stores Modified UserID value |
LastModifiedDateTime | datetime | YES | This column stores modified date time. |
ClinicalProblemList
Lookup table for problem list, used with/linked to ClinicalProblemListPatient on ProblemID (used with PatientID)
ColumnName | DataType | Nullable | Description |
---|---|---|---|
problemid | numeric | NO | Primary Key. This Column represents ID of the Problem |
problem | varchar | NO | This column represents name of the Problem |
notes | varchar | YES | This column represents Notes attached if there are any |
dateadded | datetime | NO | This column represents Date on which the problem is added |
contextid | numeric | YES | This column stores the value of context ID. |
icd9 | varchar | YES | This column represents ICD9 code |
enabled | int | NO | This column represents if the problem is enabled or not |
icd10 | varchar | YES | This column represents ICD10 Code |
snomed | varchar | YES | This column represents the systematized Nomenclature of Medicine Clinical Terms code |
PatHistCatHistItemID | numeric | YES | This column has the logical FK relation with PatHistCatHistItem table PatHistCatHistItemID |
ClinicalProblemListPatient
Table for problem list, used with/linked to ClinicalProblemListPatient on ProblemID (used with PatientID)
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientId | numeric | NO | REFERENCES dbo.Patient (PatientId) |
ProblemId | numeric | NO | REFERENCES dbo.ClinicalProblemList(problemid) |
EpisodeId | numeric | YES | numeric Episode id. Nullable |
ClinicalProcedureExport
Associative Table of ClinicalProcedureMaster Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedureID | numeric | NO | Primary Key. Identity / Auto increment |
DocumentID | numeric | NO | Logical Reference to ClinicalDocuments Table. supports building multiple patient metrics. References: dbo.ClinicalDocuments |
Unit | float | YES | Unit Identifier. Nullable |
Description | varchar | NO | Document Description |
DocumentVersion | int | NO | Document Version. Sequence Number of Documents |
Disabled | int | YES | Flag. Disabled (0/1) supports building multiple patient metrics. Nullable Default: 0 |
Processed | int | NO | Flag. Processed (0/1) |
Billable | int | NO | Flag. Bilable (0/1). Default: 1 |
Mod4 | char | YES | Procedure Modifier Code 4. Nullable |
Mod3 | char | YES | Procedure Modifier Code 3. Nullable |
Mod2 | char | YES | Procedure Modifier Code 2. Nullable |
Mod1 | char | YES | Procedure Modifier Code 1. Nullable |
OrdersTrackingOrderID | numeric | YES | Foreign Key to OrdersTracking Table. Nullable. References: dbo.OrdersTracking |
ClinicalProcedureMasterExport
Associative Table of ClinicalProcedureMaster Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ID | numeric | NO | Primary Key. Identity / Auto increment |
ProcedureID | numeric | NO | Logical Reference to ClinicalProcedureExport Table. References: dbo.ClinicalProcedureExport |
ProcedureMasterID | numeric | YES | Logical Reference to ClinicalprocedureMasterInfo Table. Nullable. References: dbo.ProcedureMasterInfo |
ProcedureCode | varchar | NO | CPT Code. Used to support build of FCTVisitCodes table Lookup3rdParty..CPT_IMO CPT_IMO_CODE Reference |
ClinicalRemovalReason
Used in ePrescribing Views and patient medication metrics, also to build FCTClinicalPatMeds Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RemovalReasonID | numeric | NO | REFERENCES dbo.ClinicalPatMeds(RemovalReasonID) |
Description | varchar | NO | Description text |
ClinicalSummaryProvided
Table to track type of Clinical Summary provided
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitID | numeric | NO | Primary Key. Logical Reference to Visit Table |
ProvidedDate | datetime | NO | Primary Key |
UserID | numeric | NO | Logical Reference to Users Table. Not Currently Used |
ClinicalSummaryProvidedTypeID | int | YES | Logical Reference to ClinicalSummaryProvidedType Table. used to support building MU_ClinicalSummaryProvided. Nullable. References: dbo.ClinicalSummaryProvidedType |
ClinicalSummaryProvidedHistory
Table to track type of Clinical Summary provided History
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalSummaryProvidedHistoryID | numeric | NO | Primary Key Identity column; Auto increment |
VisitID | numeric | NO | This column stores VisitID value |
ProvidedDate | datetime | NO | This column stores Provider date time value |
UserID | numeric | NO | This column stores UserID value |
HistoryDatetime | datetime | NO | This column stores Date time of History |
Action | varchar | NO | This column stores Action details |
ClinicalSummaryProvidedTypeID | int | YES | This column stores ClinicalSummaryProvidedType Primary key value |
ClinicalSummaryProvidedType
Lookup list for the method that the clinical summary was provided to a patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalSummaryProvidedTypeID | int | NO | This column represents Primary Key for ClinicalSummaryProvidedType table(1;2;3;4) |
ClinicalSummaryProvidedTypeDesc | varchar | YES | This Column represents Description of ClinicalSummaryProvidedType(PrimePatient; Print; Export; Declined). |
ClinicalUnit
This table stores ClinicalUnit information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalUnitID | numeric | NO | Primary Key for ClinicalUnit Table |
UnitTypeID | numeric | NO | Stores the ID of the Unit Type |
UnitAbbreviation | varchar | YES | This column represents Abbreviation Unit |
UnitDescription | varchar | YES | This column represents Abbreviation Description |
ClinicalVital
Patient Vital Tracking Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalVitalID | numeric | NO | Primary Key Identity / Auto increment |
ClinicalVitalGroupID | numeric | NO | Logical Reference to ClinicalVitalGroup Table, Not Currently Used References: dbo.ClinicalVitalGroup |
UserID | numeric | NO | Logical Reference to Users Table |
DateTimeTaken | datetime | NO | DateTime Vitals Taken |
Temperature | numeric | YES | Body Temperature, uses PS page (Patient Charts-Results) Nullable |
Height | numeric | YES | How Tall is the patient, uses PS page (Patient Charts-Results) Nullable |
Weight | numeric | YES | How much patient weights, uses PS page (Patient Charts-Results) Nullable |
BPPosition | varchar | YES | Position of Patient (Sitting/Standing) when BP was taken, uses PS page (Patient Charts-Results) Nullable |
HeartRate | numeric | YES | HeartRate uses PS page (Patient Charts-Results) Nullable |
SystolicBP | numeric | YES | Systolic BP uses PS page (Patient Charts-Results) Nullable |
DiastolicBP | numeric | YES | Diastolic BP uses PS page (Patient Charts-Results) Nullable |
Laterality | varchar | YES | Side of the Body, uses PS page (Patient Charts-Results) Nullable |
CuffSize | varchar | YES | Wrist measure, uses PS page (Patient Charts-Results) Nullable |
VitalSite | varchar | YES | Where on the Body the Vital was taken/measured, uses PS page (Patient Charts-Results) Nullable |
RespRate | numeric | YES | Respiratory Rate, uses PS page (Patient Charts-Results) Nullable |
HRRegularity | varchar | YES | Heart Rate Regularity, uses PS page - (Patient Charts-Results) Nullable |
TempMethod | varchar | YES | How was temperature taken (oral/rectal), uses PS page (Patient Charts- Results) Nullable |
HeadCircumference | numeric | YES | Head Size, uses PS page (Patient Charts-Results) Nullable |
Spo2Percent | numeric | YES | Sporometer reading entered by User Nullable |
o2DeliveryDevice | varchar | YES | o2DeliveryDevice uses PS page (Patient Charts-Results) Nullable |
fiO2 | numeric | YES | fiO2 uses PS page (Patient Charts-Results) Nullable |
flowRate | numeric | YES | flowRate uses PS page (Patient Charts-Results) Nullable |
ClinicalVitalConceptLU
This table stores ClinicalVitalConceptLU information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptID | numeric | NO | This column represents ID of the Concept |
LongName | varchar | NO | This column represents Long Name of the Vital |
ShortName | varchar | NO | This column represents Short Name of the Vital |
ClinicalVitalGroup
Support multiple vitals on different occassions
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalVitalGroupID | numeric | NO | Primary Key Identity / Auto increment |
PatientID | numeric | NO | Logical Reference to FCTPatientVisit Table, used to support tracking of patient changes |
DateTimeAdded | datetime | NO | Date Time Created |
isOrthostatic | bit | NO | Flag, IsOrthostatic (0/1) set in ClinicalInsertVitals |
VisitID | numeric | YES | Logical Reference to FCTPatientVisit Table, used to support tracking of patient changes Nullable |
ClinicalVitalHistory
Patient Vital Tracking Histroy Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalVitalID | numeric | NO | Primary Key column. |
ClinicalVitalGroupID | numeric | NO | This column represents the ID of the clinical vital group under which the vital falls |
UserID | numeric | NO | This column represents ID of the User |
DateTimeTaken | datetime | NO | This column represents the date and time of vitals taken |
Temperature | numeric | YES | This column represents temperature of the patient while the vital was taken |
Height | numeric | YES | This column represents Height of the patient while the vital was taken |
Weight | numeric | YES | This column represents weight of the patient while the vital was taken |
BPPosition | varchar | YES | This column represents BP Position of the patient while the vital was taken |
HeartRate | numeric | YES | This column represents Heart Rate of the patient while the vital was taken |
SystolicBP | numeric | YES | This column represents Systolic BP of the patient while the vital was taken |
DiastolicBP | numeric | YES | This column represents Diastolic BP of the patient while the vital was taken |
Laterality | varchar | YES | To indicates the side of body being referenced that has more dominance (Ex. Right or Left or bilateral) |
CuffSize | varchar | YES | This column represents cuff size of the patient while the vital was taken |
VitalSite | varchar | YES | This column represents size of the vital of the patient while the vital was taken |
RespRate | numeric | YES | This column represents respiratory rate of the patient while the vital was taken |
HRRegularity | varchar | YES | This column represents Heart rate regularity of the patient while the vital was taken |
TempMethod | varchar | YES | This column represents method used to take the temperature of the patient |
UpdateDatetime | datetime | YES | Datetime when the update had happened on the data |
UpdatedByUserID | numeric | YES | This column represents the user id which it was last updated by |
orgVitalID | numeric | YES | This column represents the ID of Original Vital |
Deleted | tinyint | NO | Toggles between 1 and 0. 1 if its deleted; 0 if its not |
HeadCircumference | numeric | YES | This column represents Head Circumference of the patient while the vital was taken |
Spo2Percent | numeric | YES | This column represents Saturation of Peripheral Oxygen of the patient while the vital was taken |
o2DeliveryDevice | varchar | YES | This column represents Oxygen delivery device used |
fiO2 | numeric | YES | This column represents fraction of inspired oxygen rate of the patient while the vital was taken |
flowRate | numeric | YES | This column represents flow rate of the patient while the vital was taken |
COB
The COB Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
COBTypeID | numeric | NO | This is Primary Key Column. |
LocalName | varchar | NO | This Column Discribes the localnames of the records . |
StandardName | varchar | NO | This Column Discribes the StandardName of the records . |
Description | varchar | NO | This Column represents the description of the records such as YES.No.test etc. |
IsDefaultField | int | NO | Default value set to 0 Not Nullable Default: 0. Default: 0 |
Enabled | int | NO | Default value set to 1 Not Nullable Default: 1. Default: 1 |
Codingsystem
Coding System Lookup
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | Primary Key, used and interpreted by this assigned value Identity / Auto increment |
Description | varchar | NO | Coding System Description |
DisplayName | varchar | YES | DisplayName Nullable |
OID | varchar | YES | Object Identifiers Nullable |
CodingSystemVersion
This table stores CodingSystemVersion information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemVersionID | int | NO | This column has Primary key |
CodingSystemVersionDesc | varchar | NO | Stores coding system version description |
CodingSystemID | numeric | NO | Stores coding system ID |
StartDate | datetime | NO | This column contains Start Date |
EndDate | datetime | YES | This column contains End Date |
Concept
Concept Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptID | numeric | NO | Primary Key column, generates new ID using MasterID Table which keep tracks of last Inserted ConceptID. Identity / Auto increment |
LongName | varchar | NO | This column Describes the health monitoring Systems such as Heart Rate,Height,Temperature etc. |
CreatedBy | numeric | NO | This column has logical FK to Users Table UserID . |
CreateDate | datetime | NO | Datetime field to contains Datetime when record got created . |
LastChangedBy | numeric | NO | This column has logical FK to Users Table UserID . |
LastChangedDate | datetime | NO | Datetime field to contains Datetime when record got changed. |
Enabled | tinyint | NO | This is flag indicates 1 is active and 0 is inactive. |
SystemConcept | bit | NO | Default value set to 0 Not Nullable Default: 0 Default: 0 |
ConceptType
Concept Types Related Information such as Observation,Order etc.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptTypeID | tinyint | NO | Primary Key for the Table ConceptType.. stores numeric value.. cannot be Null/Identity / Auto increment |
ConceptTypeDescription | varchar | NO | Stores the Value of Description of the Concept. Not Null |
Contraceptive
Contraceptive Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ContraceptiveID | numeric | NO | Primary Key for Contraceptive table |
ContraceptiveDesc | varchar | NO | This column represents Description of the Contraceptive |
Countries
Country Table Lookup
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CountryID | numeric | NO | Primary key for the country data |
LocalName | varchar | NO | This column contains the name of the country |
StandardName | varchar | NO | This column contains the abbreviation for local name of country like USA. |
Description | varchar | NO | This column contains the country description |
IsDefaultField | int | NO | Toggles between 0 and 1. Default value is 1 |
Enabled | int | NO | Toggles between 0 and 1. Default value is 0 |
CountryCodingSystem
Country Coding Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | This column has Logical FK to Codingsystem Table CodingSystemId.. References: dbo.Codingsystem |
CountryID | numeric | NO | This column has Logical FK to Countries Table CountryID.. References: dbo.Countries |
Code | varchar | NO | This column represents the codes such as UNK.US etc |
CodeDisplayName | varchar | YES | This column Displays the names of the Country such as [United States].Mexico.Canada.Unknown etc.. Nullable |
CoverageRoleType
CoverageRole Types Related Information such as [Family dependent],[Full-time student] etc.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CoverageRoleTypeID | tinyint | NO | Primary key column for CoverageRoleType table |
ConceptCode | varchar | YES | This column contains abbreviation for Insurance coverage type |
ConceptName | varchar | YES | This column contains Insurance coverage type |
CreditType
CreditTypes Related Information such as Patient,Insurance,Undetermined etc.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CreditTypeID | numeric | NO | Primary key column for CreditType table. |
CreditTypeDescription | varchar | NO | This column represents the description for credit type like Pre-Pay or Patient |
crStampPatient
This table stores crStampPatient information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column stores PatientID value |
crStampID | numeric | NO | FK to table crStamp: REFERENCES dbo.crStamp |
CTBClinicalDocumentExportDiagnosisHistory
ClinicalDocument History Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
KeyId | numeric | NO | Primary Key column. generates new ID using MasterID Table which keep tracks of last Inserted KeyId.. Identity / Auto increment |
AttachedUTCDate | datetime | NO | Datetime field to contains Datetime when record got created into this Table.. Default: getutcdate() |
documentID | numeric | YES | This column has logical FK to CTBDocument Table DocumentID.. Nullable |
userid | numeric | YES | This column has logical FK to Users table UserID.. Nullable |
userName | varchar | YES | This column represents userName.. Nullable |
UserFullName | varchar | YES | This column represents userFullName.. Nullable |
docStatusID | numeric | YES | This column is Nullable.. Nullable |
docStatus | varchar | YES | This column is Nullable and contains the status of the Diagnosis.. Nullable |
dxOrder | tinyint | YES | This column is Nullable.. Nullable |
diagID | numeric | YES | This column is Nullable.. Nullable |
diagCode | varchar | YES | This column is Nullable.. Nullable |
diagCodeICD10 | varchar | YES | This column is Nullable.. Nullable |
GMTFavoritesID | varchar | YES | This column is Nullable.. Nullable |
dxDesc | varchar | YES | This column is Nullable column and contains Description.. Nullable |
dxDescStored | varchar | YES | This column is Nullable.. Nullable |
ruleout | tinyint | YES | This column is Nullable.. Nullable |
status | varchar | YES | This column represents the Status of the records.. Nullable |
CTBDiagnosisID | int | YES | This column has logical FK to CTBDiagnosis Table CTBDiagnosisID.. Nullable |
datasource | varchar | YES | This column is Nullable.. Nullable |
VisitID | numeric | YES | This column has logical FK to Visit Table VisitID.. Nullable. References: dbo.Visit |
PatientID | numeric | YES | This column has logical FK to Patient Table PatientID.. Nullable. References: dbo.Visit |
CTBClinicalDocumentExportProceduresHistory
ClinicalDocument procedures History Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
KeyId | numeric | NO | Primary Key column. generates new ID using MasterID Table which keep tracks of last Inserted KeyId.. Identity / Auto increment |
visitid | numeric | YES | This column has Logical FK to Visit Table visitid.. Nullable. References: dbo.Visit |
documentid | numeric | YES | This column has Logical FK to ClinicalDocuments Table DocumentID.. Nullable |
AttachedUTCDate | datetime | NO | Datetime field to contains Datetime when record got created.. Default: getutcdate() |
Tag | int | NO | This numeric column displays the Tag number. |
Parent | int | YES | This column is a nullable field.. Nullable |
GroupByProcedureID | numeric | YES | This column contains procedureId such as ICD9 or ICD10 codes.. Nullable |
ctbprocedureid | numeric | YES | This column has logical FK to CTBprocedure Table ctbprocedureid.. Nullable |
docstatusid | varchar | YES | This column is a nullable field.. Nullable |
docstatus | varchar | YES | This column is a nullable field.. Nullable |
userid | numeric | YES | This column has logical FK to Users Table UserID.. Nullable |
username | varchar | YES | This column Displays the username.. Nullable |
userfullname | varchar | YES | This column Displays the full username.. Nullable |
clinicalprocedureid | numeric | YES | This column contains the ClinicalProcedure Id.. Nullable |
procedurecode | varchar | YES | This column contains the procedure code.. Nullable |
clinicalproceduredescriptionstored | varchar | YES | This column contains the clinical procedure descriptions.. Nullable |
clinicalproceduredescription | varchar | YES | This column contains the clinical procedure descriptions.. Nullable |
unit | varchar | YES | This column is a nullable field.. Nullable |
billable | int | YES | This column is a nullable field.. Nullable |
nocharge | int | YES | This column is a nullable field.. Nullable |
proceduremasterid | numeric | YES | This column is a nullable field.. Nullable |
procedurecharge | money | YES | This column contains the Procedure charges.. Nullable |
altcodes | varchar | YES | This column is a nullable field.. Nullable |
mod1 | char | YES | This column is a nullable field.. Nullable |
mod2 | char | YES | This column is a nullable field.. Nullable |
mod3 | char | YES | This column is a nullable field.. Nullable |
mod4 | char | YES | This column is a nullable field.. Nullable |
MappedDxICD9_1 | varchar | YES | This column represents the mapped ICD9 codes.. Nullable |
MappedDxICD10_1 | varchar | YES | This column represents the mapped ICD10 codes.. Nullable |
MappedDxDescription_1 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxSequence_1 | int | YES | This column is a nullable field.. Nullable |
MappedDxICD9_2 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxICD10_2 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxDescription_2 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxSequence_2 | int | YES | This column is a nullable field.. Nullable |
MappedDxICD9_3 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxICD10_3 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxDescription_3 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxSequence_3 | int | YES | This column is a nullable field.. Nullable |
MappedDxICD9_4 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxICD10_4 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxDescription_4 | varchar | YES | This column is a nullable field.. Nullable |
MappedDxSequence_4 | int | YES | This column is a nullable field.. Nullable |
mappeddxcodes | varchar | YES | This column is a nullable field.. Nullable |
status | varchar | YES | This column is a nullable field.. Nullable |
servicedetailid | numeric | YES | This column Logical FK to CHCServiceDetail Table ServiceDetailID.. Nullable |
placeofservice | char | YES | This column is a nullable field.. Nullable |
typeofservice | char | YES | This column is a nullable field.. Nullable |
LocationID | numeric | YES | This column is a nullable field.. Nullable |
DefaultEPSDT | char | YES | This column is a nullable field.. Nullable |
DefaultEMG | char | YES | This column is a nullable field.. Nullable |
DefaultCOB | char | YES | This column is a nullable field.. Nullable |
CTBOrder | numeric | YES | This column represents the order of records.. Nullable |
ctbholdreason | varchar | YES | This column represents the CTBHold reasons such as Pathology.Dictation.Authorization etc.. Nullable |
proceduremasteramount | money | YES | This column represents the Procedure master amount.. Nullable |
chargescheduleid | numeric | YES | This column is a nullable field.. Nullable |
chargescheduleamount | money | YES | This column is a nullable field.. Nullable |
RevenueCode | varchar | YES | This column is a nullable field.. Nullable |
OrdConceptID | numeric | YES | This column is a nullable field.. Nullable |
CreatedByID | numeric | YES | This column has logical FK to Users Table UserID. Nullable |
Created | datetime | YES | Datetime field to contains Datetime when record got created .. Nullable |
NDCCode | varchar | YES | This column is a nullable field.. Nullable |
NDCQty | varchar | YES | This column is a nullable field.. Nullable |
NDCUOM | varchar | YES | This National Drug Code (NDC) column represents the unit of measure.. Nullable |
Submitted | int | YES | This column represents the Submitted UserIds.. Nullable |
datasource | varchar | YES | This column represents the data Source.. Nullable |
ProcedureSequence | int | NO | This numeric column represents the order of Procedure. |
PatientID | numeric | YES | This column has Logical FK to Visit Table PatientID.. Nullable. References: dbo.Visit |
CTBDiagnosis
CTBDiagnosis Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBDiagnosisID | int | NO | Primary Key column. generates new ID using MasterID Table which keep tracks of last Inserted CTBDiagnosisID.. Identity / Auto increment |
DocumentID | numeric | NO | This column has Logical FK to CTBDocument Table DocumentID.. References: dbo.CTBDocument |
DiagID | numeric | YES | This column has Logical FK to DiagnosisMaster Table DiagID.. Nullable |
CTBDiagnosisStatusID | tinyint | YES | This column has Logical FK to CTBDiagnosisStatus Table CTBDiagnosisStatusID.status such as (1 for Ready.2 for Duplicate etc). Nullable |
dxOrder | tinyint | YES | This column describes the order of the records.. Nullable |
dxCode | varchar | NO | This column represents the diagnosis Codes such as V22.1.793.89 etc for table CTBDiagnosis. |
UserID | numeric | NO | This column has logical FK to Users Table UserID. |
Disabled | tinyint | NO | This column indicates 1 is active and 0 is inactive/Disabled. |
ChangeDate | datetime | NO | Datetime field to contains Datetime when record got changed/Modified. |
DiagCodeICD10 | varchar | YES | This column Displys the diagnosis ICD10Codes for table CTBDiagnosis (Nullable field).. Nullable |
CTBDiagnosisDescriptionOverride
CTBDiagnosis Description Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBDiagnosisID | int | NO | Primary Key for the Table CTBDiagnosisDescriptionOverride.. stores int value.. cannot be Null |
CTBDiagnosisDescription | varchar | NO | Stores the description the Diagnosis mapped to the Order |
CTBDiagnosisHistory
CTBDiagnosis History Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBDiagnosisID | int | NO | This column has Logical FK to CTBDiagnosis Table CTBDiagnosisID. |
DocumentID | numeric | NO | This column has Logical FK to CTBDocument Table DocumentID. |
DiagID | numeric | YES | This column has Logical FK to DiagnosisMaster Table DiagID.. Nullable |
CTBDiagnosisStatusID | tinyint | YES | This column has Logical FK to CTBDiagnosisStatus Table CTBDiagnosisStatusID.status such as (1 for Ready.2 for Duplicate etc). Nullable |
dxOrder | tinyint | YES | This column describes the order of the records.. Nullable |
dxCode | varchar | NO | This column represents the diagnosis Codes such as V22.1.793.89 etc for table CTBDiagnosis. |
UserID | numeric | NO | This column has logical FK to Users Table UserID. |
Disabled | tinyint | NO | This column indicates 1 is active and 0 is inactive/Disabled. |
ChangeDate | datetime | NO | Datetime field to contains Datetime when record got changed/Modified. |
DiagCodeICD10 | varchar | YES | This column Displys the diagnosis ICD10Codes for table CTBDiagnosis (Nullable field).. Nullable |
CTBDiagnosisStatus
CTBDiagnosis Status Related Information such as Ready,Duplicate,Hold etc.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBDiagnosisStatusID | tinyint | NO | Primary key for the Table CTBDiagnosisStatus.. stores int value.. cannot be NULL. |
CTBDiagnosisStatus | varchar | YES | Stores the value of the status of the Diagnosis |
CTBDocument
CTBDocument Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | This is Primary Key Column. |
CTBHeaderID | numeric | NO | This column Logical FK to CTBHeader Table CTBHeaderID.. References: dbo.CTBHeader |
CTBHeader
CTBHeader Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBHeaderID | numeric | NO | Primary Key column. generates new ID using MasterID Table which keep tracks of last Inserted CTBHeaderID.. Identity / Auto increment |
CTBHeaderStatusID | tinyint | NO | This Column Describes the Status of the CTB Header such as Ready.Not Ready.Hold.Posted etc. |
VisitID | numeric | YES | This column Logical FK to Visit Table VisitID and it is nullable field.. Nullable |
AccidentDate | datetime | YES | This column Represents AccidentDate and It is nullable field.. Nullable |
CTBHeaderStatus
CTBHeaderStatus Related Information such as Ready,Not Ready,Hold etc.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBHeaderStatusID | tinyint | NO | Primary Key for the Table CTBHeaderStatus.. stores int value.. cannot be null |
CTBHeaderStatus | varchar | NO | Stores the value of the status |
CTBPlanInfo
CTBPlanInfo Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBPlanInfoID | numeric | NO | Primary Key column. generates new ID using MasterID Table which keep tracks of last Inserted CTBPlanInfoID.. Identity / Auto increment |
DocumentID | numeric | NO | This column has Logical FK to CTBDocument Table DocumentID.. References: dbo.CTBDocument |
CTBPlanInfoTypeID | tinyint | NO | This column has Logical FK to CTBPlanInfoType Table CTBPlanInfoTypeID. |
Description | varchar | NO | This column represents the description of the table CTBPlanInfo records. |
Disabled | tinyint | NO | This flag indicates 1 is active and 0 is inactive. |
ChangeDate | datetime | NO | Datetime field to contains Datetime when record got changed. |
CTBPlanInfoHistory
CTBPlanInfo History Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBPlanInfoID | numeric | NO | This column has Logical FK to CTBPlanInfo Table CTBPlanInfoID. |
DocumentID | numeric | NO | This column has Logical FK to CTBDocument Table DocumentID. |
CTBPlanInfoTypeID | tinyint | NO | This column has Logical FK to CTBPlanInfoType Table CTBPlanInfoTypeID. |
Description | varchar | NO | This column represents the description of the table CTBPlanInfoHistory records. |
Disabled | tinyint | NO | This flag indicates 1 is active and 0 is inactive. |
ChangeDate | datetime | NO | Datetime field to contains Datetime when record got changed. |
CTBPlanInfoType
CTBPlanInfo Type Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBPlanInfoTypeID | tinyint | NO | Primary Key for the Table CTBPlanInfoType.. stores int value.. cannot be null |
CTBPlanInfoTypeDesc | varchar | NO | Stores the value of the description of the plan |
CTBProcedure
CTBProcedure Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBProcedureID | numeric | NO | Primary Key column. generates new ID using MasterID Table which keep tracks of last Inserted CTBProcedureID.. Identity / Auto increment |
DocumentID | numeric | NO | This column Logical FK to CTBDocument Table DocumentID.. References: dbo.CTBDocument |
ServiceDetailID | numeric | YES | This column Logical FK to CHCServiceDetail Table ServiceDetailID.. Nullable Default: null |
UserID | numeric | NO | This column has logical FK to Users table UserID |
ClinicalProcedureID | numeric | YES | Text field to contain ClinicalProcedureID for CTBProcedure table.. Nullable |
ProcedureMasterID | numeric | YES | This column has logical FK to ProcedureMasterInfo table ProcedureMasterID.. Nullable |
ProcedureCode | varchar | NO | This column represents procedure code to report medical. surgical and diagnostic procedures. |
CTBProcedureStatusID | tinyint | NO | This column has logical FK to CTBProcedureStatus table CTBProcedureStatusID. |
Unit | float | YES | This Float field contains Unit value.(All the records have 1 as Unit value).. Nullable |
Billable | tinyint | NO | This column represents 1 is for billable and 0 is non billable. |
NoCharge | tinyint | NO | This column used as flag indicates 0 means Nocharge.All existing records have 0 value for this Column. |
ProcedureCharge | money | YES | This column Displys the procedure charges.. Nullable |
Disabled | tinyint | NO | This column has default value 0 Indicates Active and 1 means Disabled.. Default: 0 |
Mod4 | char | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Mod3 | char | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Mod2 | char | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Mod1 | char | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Diag4 | varchar | YES | This column represents the Diagnosis code for Procedure.. Nullable |
Diag3 | varchar | YES | This column represents the Diagnosis code for Procedure.. Nullable |
Diag2 | varchar | YES | This column represents the Diagnosis code for Procedure.. Nullable |
Diag1 | varchar | YES | This column represents the Diagnosis code for Procedure.. Nullable |
ChangeDate | datetime | NO | Datetime field to contains Datetime when record got changed. |
CTBHoldReason | varchar | YES | This column represents the CTBHoldReason reasons such as Pathology.Dictation.Authorization etc.. Nullable |
ChargeOverride | tinyint | YES | This column used as Flag and It is nullable field.. Nullable |
ChargeScheduleID | numeric | YES | This column used as Flag and It is nullable field.. Nullable |
ProcedureMasterAmount | money | YES | This column represents the Procedure Master amount.. Nullable |
ChargeScheduleAmount | money | YES | This column represents the Change schedule amount of the procedure.. Nullable |
ProcedureAmount | money | YES | This column represents the procedure amount.. Nullable |
Diag1_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases).. Nullable |
Diag2_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases).. Nullable |
Diag3_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases).. Nullable |
Diag4_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases).. Nullable |
IgnoreRenderingOverride | tinyint | NO | This column used as Flag and this column is not nullable field.By default value 0.. Default: 0 |
GCodeID | int | YES | This column Logical FK to NotePlanAUCGCode Table NotePlanAUCGCodeID. |
CTBProcedureDescriptionOverride
CTBProcedure Description Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBProcedureID | numeric | NO | Primary Key for table CTBProcedureDescriptionOverride. Logical FK relationship with table CTBProcedure (CTBProcedureID) |
CTBProcedureDescription | varchar | NO | This column stores the description of the Procedure. |
CTBProcedureHistory
CTBProcedureHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBProcedureID | numeric | NO | This column Logical FK to CTBProcedure Table CTBProcedureID. |
DocumentID | numeric | NO | This column Logical FK to CTBDocument Table DocumentID. |
ServiceDetailID | numeric | YES | This column Logical FK to CHCServiceDetail Table ServiceDetailID.. Nullable |
UserID | numeric | NO | This column has logical FK to Users table UserID. |
ClinicalProcedureID | numeric | YES | Text field to contain ClinicalProcedureID for CTBProcedure table.. Nullable |
ProcedureMasterID | numeric | YES | This column has logical FK to ProcedureMasterInfo table ProcedureMasterID.. Nullable |
ProcedureCode | varchar | NO | This column represents procedure code to report medical. surgical and diagnostic procedures. |
CTBProcedureStatusID | tinyint | NO | This column has logical FK to CTBProcedureStatus table CTBProcedureStatusID. |
Unit | float | YES | This Float field contains Unit value.(All the records have 1 as Unit value).. Nullable |
Billable | tinyint | NO | This column represents 1 is for billable and 0 is non billable. |
NoCharge | tinyint | NO | This column used as flag indicates 0 means Nocharge.All existing records have 0 value for this Column. |
ProcedureCharge | money | YES | This column Displys the procedure charges.. Nullable |
Disabled | tinyint | NO | This column has default value 0 Indicates Active and 1 means Disabled. |
Mod4 | char | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Mod3 | char | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Mod2 | char | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Mod1 | char | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Diag4 | varchar | YES | This column represents the Diagnosis code for Procedure.. Nullable |
Diag3 | varchar | YES | This column represents the Diagnosis code for Procedure.. Nullable |
Diag2 | varchar | YES | This column represents the Diagnosis code for Procedure.. Nullable |
Diag1 | varchar | YES | This column represents the Diagnosis code for Procedure.. Nullable |
ChangeDate | datetime | NO | Datetime field to contains Datetime when record got changed. |
CTBHoldReason | varchar | YES | This column represents the CTBHoldReason reasons such as Pathology.Dictation.Authorization etc.. Nullable |
ChargeOverride | tinyint | YES | This column used as Flag and It is nullable field.. Nullable |
ChargeScheduleID | numeric | YES | This column used as Flag and It is nullable field.. Nullable |
ProcedureMasterAmount | money | YES | This column represents the Procedure Master amount.. Nullable |
ChargeScheduleAmount | money | YES | This column represents the Change schedule amount of the procedure.. Nullable |
ProcedureAmount | money | YES | This column represents the procedure amount.. Nullable |
Diag1_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases).. Nullable |
Diag2_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases).. Nullable |
Diag3_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases).. Nullable |
Diag4_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases).. Nullable |
IgnoreRenderingOverride | tinyint | NO | This column used as Flag and this column is not nullable field.By default value 0.. Default: 0 |
GCodeID | int | YES | This column Logical FK to NotePlanAUCGCode Table NotePlanAUCGCodeID. |
CTBProcedureNDC
CTBProcedureNDC Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBProcedureID | numeric | YES | Logical relationship with CTBProcedure table (CTBProcedureID). |
NDCCode | varchar | YES | Stores the NDC codes associated with the Procedure Code |
NDCQuantity | varchar | YES | Stores the Quantity |
NDCUnitOfMeasure | varchar | YES | Stores the Unit of measure |
CTBProcedureStatus
CTBProcedureStatus Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CTBProcedureStatusID | tinyint | NO | Primary Key for CTBProcedureStatus table. |
CTBProcedureStatus | varchar | YES | This Column describes the status of the Procedure such as Ready/Manual Post/Duplicate etc.. Nullable |
DataPortabilityExportPatient
DataPortability Patient Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DataPortabilityExportID | int | NO | This column has Logical FK to DataPortabilityExport Table DataPortabilityExportID.. References: dbo.DataPortabilityExport |
PatientID | numeric | NO | This column has Logical FK to Patient Table PatientID.. References: dbo.Patient |
DataSource
DataSource Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DataSourceId | numeric | NO | Primary Key for the Table DataSource.. Auto Increment/ Identity.. not nullable |
DataSourceTypeId | numeric | NO | Logical Foreign Key relationship with table DataSourceType (DataSourceTypeId) |
Description | varchar | YES | This Column Represents the Description of the data source such as Manual Entry/LabCorp/Spectrum etc.. Nullable |
CreateUser | numeric | NO | Contains UserID when records get created. |
CreateDate | datetime | NO | Datetime field to contains Datetime when record got created . |
LastChangedBy | numeric | NO | Contains UserID record last updated. |
LastChangedDate | datetime | NO | Datetime field to contains Datetime when record got changed. |
Enabled | tinyint | NO | This flag indicates 1 is active and 0 is inactive. |
InterfaceProviderRoleID | numeric | YES | This column Logical FK to InterfaceProviderRole Table InterfaceProviderRoleID..Nullable |
DataSourceFacility
DataSourceFacility Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DataSourceFacilityID | numeric | NO | Primary Key column. generates new ID using MasterID Table which keep tracks of last Inserted DataSourceFacilityID..Identity / Auto increment |
FacilityName | varchar | NO | This column represents the Facility Name for table DataSourceFacility. |
DisplayName | varchar | NO | This column represents the DisplayName for table DataSourceFacility. |
DataSourceId | numeric | NO | This column has Logical FK to DataSource Table DataSourceId. |
Enabled | tinyint | NO | This flag indicates 1 is active and 0 is inactive. |
CustomReportTemplateID | numeric | YES | This column has Logical FK to crTemplate Table CustomReportTemplateID..Nullable. |
OrderCodeValidation | bit | YES | This column indicates 1 is OrderCodeValidation active and 0 is OrderCodeValidation inactive. Nullable |
DataSourceFacilityOrderCode
DataSource Facility OrderCode Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DataSourceFacilityID | numeric | NO | This column has Logical FK to DataSourceFacility Table DataSourceFacilityID. |
OrderCode | varchar | NO | This column Describes order codes of the data source. |
DataSourceFacilityTestCode
DataSource Facility TestCode Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedureMasterID | numeric | NO | This column is part of composite primary key. Represents the ProcedureMasterIDs. |
DataSourceFacilityID | numeric | NO | This column is part of composite primary key. Logical FK to DataSourceFacility Table DataSourceFacilityID. |
LabTestCode | varchar | NO | This column is part of composite primary key. Represents the Lab test codes. |
OrderNumber | int | YES | This column represents the record order number. Nullable |
DataSourceType
DataSource Type Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DataSourceTypeId | numeric | NO | Primary Key column. Generates new ID using MasterID Table which keep tracks of last Inserted DataSourceTypeId..Identity / Auto increment |
Description | varchar | NO | This Column Represents the data Source Type descriptions such as [Manual Entry].[Lab Company].[Transcription] etc. |
Enabled | tinyint | NO | This flag indicates 1 is active and 0 is inactive. |
Days
Days Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DayID | int | NO | Contains Day ID.. stores int value.. Not null |
dtDate | datetime | NO | Primary Key of the table Days.. Contains Datetime field.. Not Null |
DayOfMonth | int | NO | Stores the value of Day of the month... datatype is int.. not null |
Year | int | NO | Represents the Year value.. Datatype is int.. Not null |
Quarter | int | NO | Represents the quarter value (1|2|3|4)..Datatype is int.. not null |
intMonth | int | NO | Contains the value of month. Datatype is int.. Not null |
DayOfYear | int | NO | Contains the value of the Day of the year.. Datatype is int.. Not null |
intWeek | int | NO | Represents the value of week.. Datatype is int.. Not null |
intWeekDay | int | NO | Contains the value of the Day of the week.. Datatype is int.. Not null |
Month | varchar | NO | Contains the name of the Month.. Datatype is varchar.. Not null |
Weekday | varchar | NO | Contains the name of the day of the week(Monday| Tuesday|Wednessday| Thursday...) .. Datatype is varchar.. Not null |
DelayMap
DelayMap Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DelayMapID | int | NO | This column indicates the primary key for DelayMap Table |
PatientAllergyTestID | int | YES | This column stores PatientAllergyTestID from PatientAllergyTest Table |
DelayMapDirectionID | tinyint | YES | This column stores DelayMapDirectionID from DelayMapDirection Table |
Comment | varchar | YES | This column indidcates the comments if there are any |
DelayMapDetail
DelayMap Detail Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DelayMapDetailID | int | NO | This column is the primary key for DelayMapDetail table |
DelayMapID | int | NO | This column stores DelaymapID which is a primary key of DelayMap Table |
DelayRow | tinyint | NO | This column indicates the row number of the grid |
DelayColumn | tinyint | NO | This column represents the column number of the grid |
DelayCellText | varchar | YES | This column represents text present of the Display cell which was added while choosing an option from dropdown |
DelayMapDirection
DelayMap Direction Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DelayMapDirectionID | tinyint | NO | This column is the primary key for DelayMapDirection table |
DelayMapDirectionDesc | varchar | NO | This column stores the description of DelayMapDirection(medial to lateral : Lateral to medial) |
DenyNewRxClinicalPatMed
ClinicalPatMed Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DenyNewRxUserSettingsID | numeric | NO | This column Describes the Unique record for Table DenyNewRxClinicalPatMed. |
ClinicalPatMedID | numeric | NO | This column Logical FK to ClinicalPatMeds Table ClinicalPatMedID. |
DenyNewRxUserSettings
UserSettings Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DenyNewRxUserSettingsID | numeric | NO | This column is the primary key for DenyNewRxUserSettings table |
RxRefFlag | bit | YES | This column is a flag. Toggles between 0 & 1. |
PharmacyRequestID | numeric | YES | This column stores the ID of the Pharmacy request |
DirectorySpecialty
DirectorySpecialty Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DirectorySpecialtyID | int | NO | This column is the primary key for DirectorySpecialty table |
DirectorySpecialtyType | nvarchar | NO | This column stores type of Directory Specialty |
DiscontinueReason
Discontinue Reason Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DiscontinueReasonID | tinyint | NO | This column is the primary key for DiscontinueReason table |
DiscontinueReasonDesc | varchar | NO | This column stores Description of Reason for discontinuation |
DiscreteElement
Discrete Elements Lookup Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DiscreteElementID | tinyint | NO | This column is the primary key for DiscreteElement table |
DiscreteElementDataTypeID | tinyint | NO | This column stores ID of Discrete Element Data Type |
DiscreteElementDesc | varchar | NO | This column stores Description of Discrete Element |
divCharge
divCharge Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DivID | numeric | NO | Stores the ID of the Div Section. 0 by default |
ChargeID | numeric | NO | This column stores ChargeID which is a primary key of Charge Table |
UserID | numeric | NO | This column represents the ID of user who created the record |
divGroup
divGroup Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DivID | numeric | NO | Stores the ID of the Div Section. 0 by default |
CareProviderID | numeric | YES | Logical relationship with CareProvider Table CareProviderID |
LocationID | numeric | YES | This column stores ID of location |
divPaymentAllocations
divPaymentAllocations Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DivID | numeric | NO | Stores the ID of the Div Section. 0 by default |
AllocationID | numeric | NO | This column is the primary key for divPaymentAllocations table |
PaymentID | numeric | NO | This column represents Id of the Payment done |
UserID | numeric | NO | This column represents the ID of user who created the record |
Dose
Dose Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DoseID | tinyint | NO | This column is the primary key for Dose table |
DoseValue | decimal | NO | This column represents value of the dose |
DoseAmountUOM
Dose Amount UOM Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DoseAmountUOMID | int | NO | This column is the primary key for DoseAmountUOM table |
DoseAmountUOMDesc | varchar | NO | This column stores description of Unit of Measurement of Dose |
DisplayOrder | int | NO | This column represents the order in which the unit of measurements of dose are displayed |
IsEnabled | bit | NO | Flag. Toggles between 1/0. 1 if enabled and 0 if disabled |
DoseCompletionStatus
DoseCompletion Status Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DoseCompletionStatusID | int | NO | This column is the primary key for DoseCompletionStatus table |
StatusDescription | varchar | YES | This column stores description of Dose Completion status(Complete : Refused : Administered : Not Administered) |
IsEnabled | bit | NO | Flag. Toggles between 1/0. 1 if enabled and 0 if disabled |
DisplayOrder | tinyint | NO | This column stores the order in which the status are displayed |
DoseCompletionStatusCodingSystem
DoseCompletion Status CodingSystem Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DoseCompletionStatusID | int | NO | This column represents Dose Completion Status ID which is a part of composite primary key for DoseCompletionStatus table. Also the Foreign key for the table. REFERENCES dbo.DoseCompletionStatus (DoseCompletionStatusID). |
CodingSystemID | numeric | NO | This is the Foreign Key for the Table. Represents the Coding System ID. REFERENCES dbo.Codingsystem (CodingSystemId). |
CodeID | varchar | NO | This column stores ID of the code which is the part of composite primary key for the Table. |
DoseRoute
DoseRoute Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DoseRouteID | int | NO | This column is the primary key for DoseRoute table |
RouteDescription | varchar | NO | This column stores Description of the route |
DoseRouteCode | varchar | NO | This column stores code of the route (short form) |
IsEnabled | bit | YES | Flag. Toggles between 1/0. 1 if enabled and 0 if disabled |
DSAvailableDocument
DSAvailableDocument Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DSAvailableDocumentId | int | NO | Primary Key column. generates new ID using MasterID Table which keep tracks of last Inserted DSAvailableDocumentId.. Identity / Auto increment |
InterfaceEventId | int | YES | This column has logical FK to InterfaceEvent Table InterfaceEventID.. Nullable |
PatientId | int | YES | This column has logical FK to Patient Table PatientID.. Nullable |
DocumentName | varchar | YES | This column represents the Documentname.. Nullable |
DocumentDesc | varchar | YES | This column represents the description of the Document.. Nullable |
DocumentUniqueId | varchar | YES | This column contains unique DocumentId for each document.. Nullable |
RepositoryUniqueId | varchar | YES | This column contains unique RepositoryID for each document.. Nullable |
HomeCommunityId | varchar | YES | This column has unique CommunityId for each document.. Nullable |
DocumentCreateTime | datetime | YES | Datetime field to contains Datetime when record got Created.. Nullable |
DocumentSize | int | YES | This column represents the Size of the document.. Nullable |
DocumentHash | varchar | YES | This column represents the documenthash information.. Nullable |
FormatCode | varchar | YES | This column represents the format code for each document.. Nullable |
CreateDate | datetime | YES | Datetime field to contains Datetime when record got Created.. Nullable |
Disabled | tinyint | YES | This flag indicates 1 is active and 0 is inactive.. Nullable |
InterfaceStatusId | int | YES | This column has logical FK to InterfaceStatus Table InterfaceStatusId.. Nullable. References: dbo.InterfaceStatus |
ProgramId | numeric | NO | This column has logical FK to Program Table ProgramId.. References: dbo.Program |
DSRetrieveDocument
DSRetrieveDocument Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DSRetrieveDocumentId | int | NO | Primary Key column. It stores int values.. Represents the DS Retrieve Document ID. Not null. It is Identity columns and increments by 1000. |
DSAvailableDocumentId | int | NO | Foreign Key column. It stores int values.. Represents the DS Available Document ID. Not null. REFERENCES dbo.DSAvailableDocument (DSAvailableDocumentId). |
InterfaceEventId | int | YES | Foreign Key column. It stores int values.. Represents the Interface Event ID. Nullable. REFERENCES dbo.InterfaceEvent (InterfaceEventID). |
InterfaceStatusId | int | YES | Foreign Key column. It stores int values. Represents the Interface Status ID. Nullable. REFERENCES dbo.InterfaceStatus (InterfaceStatusID). |
EDCInformation
Contains Patients prenatal flowseet data.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EDCInfoID | numeric | NO | primary key. identity column. Identity / Auto increment |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID |
Description | varchar | YES | Description. Nullable |
LMPDate | datetime | YES | LMP date provided by User. Nullable |
EstimatedDeliveryDate | datetime | YES | EDD Date provided by User. Nullable |
ActualDeliveryDate | datetime | YES | Actual delivery date. Nullable |
ExpectedCareProviderID | numeric | YES | logical FK to CareProvider Table CareProviderID. Nullable |
ExpectedBillableCareProviderID | numeric | YES | logical FK to CareProvider Table CareProviderID. Nullable |
ExpectedServiceLocationID | numeric | YES | logical FK to CareProvider Table CareProviderID. Nullable |
ExpectedDelivery | int | YES | Number of expected delivery. Nullable |
ExpectedIsVaginal | int | NO | toggles between 1 and 0. Default: 0 |
ExpectedIsCesarean | int | NO | toggles between 1 and 0. Default: 0 |
ExpectedComments | varchar | YES | Comments text from User. Nullable |
ActualCareProviderID | numeric | YES | logical FK to CareProvider Table CareProviderID. Nullable |
ActualBillableCareProviderID | numeric | YES | logical FK to CareProvider Table CareProviderID. Nullable |
ActualServiceLocationID | numeric | YES | logical FK to CareProviderLocation Table LocationID. Nullable |
ActualDelivery | int | YES | number of actual Delivery. Nullable |
ActualIsVaginal | int | NO | toggles between 1 and 0. Default: 0 |
ActualIsCesarean | int | NO | toggles between 1 and 0. Default: 0 |
ActualComments | varchar | YES | Comments text from User. Nullable |
Created | datetime | NO | Datetime created |
Modified | datetime | NO | Datetime modified |
UserID | numeric | NO | logical FK relation to User Table UserID |
Enabled | int | NO | toggles between 1 and 0. 1=display. 0=hide |
OutsideProviderInitVisitDate | datetime | YES | Datetime initial visit Outside provider. Nullable |
EDCInsurance
EDCInsurance Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EDCInformationID | numeric | NO | Primary key column. Contains the EDC Information ID. Not null. This column has Logical FK to EDCInformation Table EDCInfoID. |
InsID | numeric | NO | Primary key column. Contains the Insurance ID. Cannot be Null. This column has Logical FK to InsuranceCoverage Table InsID. |
Priority | int | NO | Default value set to 0 Not Nullable Default: 0. Default: 0. Represents the Priority. |
SubmissionOrder | int | NO | Default value set to 0 Not Nullable Default: 0. Default: 0. Represents the Order of Submission. |
PreCertNumber | varchar | NO | This column represents the precertification Number such as 1072 PreCertNumber. 1074 PreCertNumber etc. |
Created | datetime | YES | Datetime field to contains Datetime when record got created. Nullable. |
Modified | datetime | YES | Datetime field to contains Datetime when record got changed. Nullable. |
UserID | numeric | YES | This column has logical FK to Users Table UserID. Nullable. |
InsPreCertID | numeric | YES | This column Logical FK to InsurancePreCert Table InsPreCertID. Nullable. |
EDCServiceDetail
EDCServiceDetail Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EDCInfoID | numeric | NO | This column Logical FK to EDCInformation Table EDCInfoID. |
ServiceDetailID | numeric | NO | This is Primary key column. |
eligBenefitCodes
eligBenefitCodes Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BenefitID | numeric | NO | Primary Key. Identity column. Identity / Auto increment |
BenefitCode | varchar | NO | Stores the code for eligibility benefit |
BenefitDesc | varchar | NO | Description for eligibility benefit types |
eligBenefitPeriodCategory
eligBenefitPeriodCategory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BenefitPeriodCategoryID | numeric | NO | Primary Key. Identity column. Identity / Auto increment |
PeriodCode | varchar | NO | Stores the code for eligibility benefit period |
PeriodDesc | varchar | NO | Description for eligibility benefit period |
eligBenefitQuantityCodes
eligBenefitQuantityCodes Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
BenefitQuantityCodeID | numeric | NO | Primary Key. Identity column. Identity / Auto increment |
QuantityCode | varchar | NO | Stores the code for quantity of eligibility |
QuantityCodeDesc | varchar | NO | Description for quantity of eligibility |
eligCoverageLevelCodes
eligCoverageLevelCodes Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CoverageLevelCodeID | numeric | NO | Primary Key. Identity column. Identity / Auto increment |
LevelCode | varchar | NO | Stores the code for level of eligibilty coverage |
LevelCodeDesc | varchar | NO | Description for level of eligibilty coverage |
eligDateTypes
eligDateTypes Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DateTypeID | numeric | NO | Primary key column of the table. Stores numeric value and contains the Date Type ID value. Auto increment by 1 and is an Identity column. Not null. |
TypeCode | varchar | NO | Contains the value of Type of code. Stores the varchar value. Cannot be null. |
TypeDesc | varchar | NO | Contains the value of type description. Stores the varchar value. Cannot be null. |
eligEmploymentStatusCodes
eligEmploymentStatusCodes Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EmploymentStatusID | numeric | NO | Primary Key. Identity column. Identity / Auto increment |
EmploymentStatusCode | varchar | NO | Stores the code for employment status |
EmploymentStatusDesc | varchar | NO | Description for employment status |
eligFollowUpCode
eligFollowUpCode Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FollowUpID | numeric | NO | Primary Key. Identity column. Identity / Auto increment |
FollowUpCode | varchar | NO | Stores the code for follow-up from prescriber |
FollowUpDesc | varchar | NO | Description for follow-up from prescriber |
eligRequest
eligRequest Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestID | numeric | NO | Represents the Request ID.. Stores numeric value. Not null. Auto increment/Identity column. |
UserID | numeric | NO | This column has logical FK to Users Table UserID. Not null. contains numeric value. |
FilingPlanID | numeric | NO | Contains the filing plan ID. Cannot be Null. Stores the numeric value. |
RequestDate | datetime | NO | Datetime field containing the request date. Not null. |
RequestPurposeCode | varchar | NO | Contains the value of request purpose code. Stores the varchar value. Not null. |
RequestType | varchar | NO | Contains the value of the request type. Stores the varchar value. Not null. |
RequestMode | tinyint | NO | Identifies the mode of request. Stores the tiny int value. not null. |
NumberOfTransactions | int | NO | Identifies the number of transactions. Datatype is int. Not null. |
UserComment | varchar | NO | Contains the value of the comment given by User. Datatype is varchar. Not null. |
ConfirmationReceived | datetime | YES | Datetime field which contains the confirmation received date. Nullable. |
Status | tinyint | NO | Identifies the status of the eligibility request. Datatype is tinyint. Not null. |
eligRequestTransaction
eligRequestTransaction Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestTransactionID | numeric | NO | Primary Key Identity column: Auto Increment |
RequestID | numeric | NO | This column stores RequestID value |
CompanyID | numeric | NO | This column stores ComapnyID value |
PlanID | numeric | NO | This column stores PlanID value |
ProviderID | numeric | NO | This column stores ProviderID value |
ProviderType | tinyint | NO | This column stores Provider name |
LocationID | numeric | NO | This column stores LocationID value |
InsuredPersonID | numeric | NO | This column stores Insured person identity number |
PatientID | numeric | NO | This column stores PatientID value |
GroupID | int | NO | This column stores GroupID value |
SourceCode | varchar | NO | This column stores Source Code information |
SourceName | varchar | NO | This column stores Source Name information |
SourceType | tinyint | NO | This column stores Source Type information |
SourceFirstName | varchar | NO | This column stores Source First Name details |
SourceMiddleName | varchar | NO | This column stores Source Middle Name details |
SourceSuffix | varchar | NO | This column stores Source Suffix details |
SourceIdentifierQualifier | varchar | NO | This column stores SourceIdentifierQualifier information |
SourceIdentifier | varchar | NO | This column stores Source Identifier details |
ReceiverCode | varchar | NO | This column stores Receiver Code details |
ReceiverType | tinyint | NO | This column stores Receiver Type details |
ReceiverName | varchar | NO | This column stores Receiver Name |
ReceiverFirstName | varchar | NO | This column stores Receiver First Name details |
ReceiverMiddleName | varchar | NO | This column stores Receiver Middle Name details |
ReceiverSuffix | varchar | NO | This column stores Receiver Suffix details |
ReceiverIdentifierQualifier | varchar | NO | This column stores ReceiverIdentifierQualifier information |
ReceiverIdentifier | varchar | NO | This column stores Receiver Identifier details |
ReceiverNPI | varchar | NO | This column stores Receivers NPI value |
ReceiverAdditionalIdentifierQualifier | varchar | NO | This column stores ReceiverAdditionalIdentifierQualifier information |
ReceiverAdditionalIdentifier | varchar | NO | This column stores ReceiverAdditionalIdentifier information |
ReceiverLicenseState | varchar | NO | This column stores Receiver Licence state details |
ReceiverAddressLine1 | varchar | NO | Receiver address line 1 |
ReceiverAddressLine2 | varchar | NO | Receiver address line 2 |
ReceiverCity | varchar | NO | city |
ReceiverState | varchar | NO | State |
ReceiverZip | varchar | NO | ZIP |
ReceiverCountryCode | varchar | NO | Country Code |
ReceiverContactName | varchar | NO | Contact Name |
ReceiverContactPhone | varchar | NO | Contact Phone number |
ReceiverContactFax | varchar | NO | Constact Fax number |
ReceiverContactEmail | varchar | NO | Constact Email |
ReceiverContactEDINumber | varchar | NO | Contact EDI number |
ReceiverProviderCode | varchar | NO | Receiver Provider Code |
ReceiverSpecialtyCode | varchar | NO | Receiver Specialty Code |
InsuredName | varchar | NO | This column stores Insured person name |
InsuredFirstName | varchar | NO | This column stores Insured person first name |
InsuredMiddleName | varchar | NO | This column stores Insured person middle name |
InsuredSuffix | varchar | NO | This column stores Insured person suffix |
InsuredIDQualifier | varchar | NO | This column stores InsuredIDQualifier value |
InsuredPlanNumber | varchar | NO | This column stores Insured person plan number |
InsuredPolicyNumber | varchar | NO | This column stores Insured person policy number |
InsuredGroupNumber | varchar | NO | This column stores Insured person Group number |
InsuredSSN | varchar | NO | This column stores Insured person SSN details |
InsuredAddressLine1 | varchar | NO | This column stores Insured person Address line 1 |
InsuredAddressLine2 | varchar | NO | This column stores Insured person Address line 2 |
InsuredCity | varchar | NO | This column stores Insured person city |
InsuredState | varchar | NO | This column stores Insured person state |
InsuredZip | varchar | NO | This column stores Insured person ZIP |
InsuredCountryCode | varchar | NO | This column stores Insured person country code |
ServiceProviderCode | varchar | NO | This column stores Service Provider Code details |
ServiceProviderIDQualifier | varchar | NO | This column stores ServiceProviderIDQualifier value |
ServiceProviderNPI | varchar | NO | This column stores ServiceProvider NPI value |
ServiceProviderID | varchar | NO | Ithis column stores Service Provider Identity value |
InsuredDOB | datetime | YES | This column stores Insured person Date of Birth |
InsuredGender | varchar | NO | This column stores Insured person Gender |
DependentLastName | varchar | NO | This column stores Dependent person Last name |
DependentFirstName | varchar | NO | This column stores Dependent person Fisrt name |
DependentMiddleName | varchar | NO | This column stores Dependent person Middle name |
DependentSuffix | varchar | NO | This column stores Dependent person suffix value |
DependentSSN | varchar | NO | This column stores Dependent person SSN details |
DependentPolicyNumber | varchar | NO | This column stores Dependent person Policy number |
DependentAddressLine1 | varchar | NO | This column stores Dependent person Address line 1 |
DependentAddressLine2 | varchar | NO | This column stores Dependent person Address line 2 |
DependentCity | varchar | NO | This column stores Dependent person city |
DependentState | varchar | NO | This column stores Dependent person state |
DependentZip | varchar | NO | This column stores Dependent person ZIP |
DependentCountryCode | varchar | NO | This column stores Dependent person country code |
DependentDOB | datetime | YES | This column stores Dependent person Date of Birth |
DependentGender | varchar | NO | This column stores Dependent person gender details |
DependentRelationToInsured | varchar | NO | This column stores Dependent person relation with Insured person |
TransactionType | varchar | NO | This column stores Transaction type information |
TransactionDateFrom | datetime | NO | This column stores date of the Transaction creation from |
TransactionDateTo | datetime | NO | This column stores date of the Transaction to |
eligRequestTransactionDetail
eligRequestTransactionDetail Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestTransactionDetailID | numeric | NO | Identify the Request transaction detail id. Datatype is numeric. Not null. |
RequestTransactionID | numeric | NO | Identify the Request transaction id. Datatype is numeric. Not null. |
TransactionDetailType | varchar | NO | Identify the transaction detail type. Datatype is varchar. Not null. |
TransactionDetailDate | datetime | NO | Datetime field containing the Transaction Detail Date. Not null. |
ServiceTypeCode | varchar | NO | Contains the Service Type Code value. Datatype is varchar. Not null. |
ProcedureQualifier | varchar | NO | Identifies the Procedure Qualifier. Datatype is varchar. Not null. |
ProcedureCode | varchar | NO | Contains the value of Procedure Code. Datatype is varchar. Not null. |
ProcedureModifier1 | varchar | NO | Contains the value of Procedure Modifier 1. Datatype is varchar. Not null. |
ProcedureModifier2 | varchar | NO | Contains the value of Procedure Modifier 2. Datatype is varchar. Not null. |
ProcedureModifier3 | varchar | NO | Contains the value of Procedure Modifier 3. Datatype is varchar. Not null. |
ProcedureModifier4 | varchar | NO | Contains the value of Procedure Modifier 4. Datatype is varchar. Not null. |
CoverageLevelCode | varchar | NO | Identifies the Coverage Level Code. Datatype is varchar. Not null. |
SpendDownAmount | money | NO | Represents the Spend down amount value. Datatype is varchar. Not null. |
PrincipalDiagnosis | varchar | NO | Identifies the Principal Diagnosis. Datatype is varchar. Not null. |
Diagnosis2 | varchar | NO | Contains the value of the Diagnosis Code if any. Datatype is varchar. Not null. |
Diagnosis3 | varchar | NO | Contains the value of the Diagnosis Code if any. Datatype is varchar. Not null. |
Diagnosis4 | varchar | NO | Contains the value of the Diagnosis Code if any. Datatype is varchar. Not null. |
Diagnosis5 | varchar | NO | Contains the value of the Diagnosis Code if any. Datatype is varchar. Not null. |
Diagnosis6 | varchar | NO | Contains the value of the Diagnosis Code if any. Datatype is varchar. Not null. |
Diagnosis7 | varchar | NO | Contains the value of the Diagnosis Code if any. Datatype is varchar. Not null. |
Diagnosis8 | varchar | NO | Contains the value of the Diagnosis Code if any. Datatype is varchar. Not null. |
POSCode | varchar | NO | Stores the Place Of Service Code value. Datatype is varchar.. Not null. |
ReferralNumber | varchar | NO | Identify the value of referral number. Datatype is varchar. Not null. |
PreCertNumber | varchar | NO | Identify the value of Pre Cert Number. Datatype is varchar. Not null. |
eligRequestTransactionStatus
eligRequestTransactionStatus Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestTransactionStatusID | numeric | NO | Primary Key column. Represents the Request Transaction Status Id. numeric. Not null. |
RequestTransactionID | numeric | NO | Identify the Request transaction id. Datatype is numeric. Not null. |
ResponseTransactionID | numeric | NO | Identify the Response transaction id. Datatype is numeric. Not null. |
StatusDateTime | datetime | NO | Datetime field containing the Date Time of Status. Not null. |
ErrorStatus | tinyint | NO | Error status field. Datatype is tinyint. Not null. |
ActiveStatus | varchar | YES | Identifies the active status. datatype is varchar. Nullable. |
ActiveStatusFromDate | varchar | YES | Stores the from date of Active status. Datatype is varchar. Nullable. |
ActiveStatusToDate | varchar | YES | Stores the To date of Active status. Datatype is varchar. Nullable. |
CompleteStatus | tinyint | YES | Stores whether the Status is completed or not. Datatype is tinyint. Nullable. |
eligRSPFile
eligRSPFile Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ResponseFileID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
FileName | varchar | NO | Stores the name of downloaded file |
ResponseDownloadDate | datetime | NO | Records date time of download |
SenderID | varchar | NO | Having sender ID of the file |
ReceiverID | varchar | NO | Having receiver ID of the file |
ISANumber | varchar | NO | Interoperability Standards Advisory Number |
eligRSPGroup
eligRSPGroup Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ResponseGroupID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
ResponseFileID | numeric | NO | File ID of response received. Logical FK relation with table eligRSPFile ResponseFileID |
SenderCode | varchar | NO | Stores code for Sender of file |
ReceiverCode | varchar | NO | Stores code for Receiver of file |
GroupDateTime | datetime | NO | Datetime when response group added |
GroupControlNumber | varchar | NO | Functional group control number |
eligRSPReqValidation
eligRSPReqValidation Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ResponseValidationID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
RequestTransactionID | numeric | NO | Logical FK relation with table eligRequestTransaction RequestTransactionID |
ResponseTransactionID | numeric | NO | Logical FK relation with table eligRSPTransaction ResponseTransactionID |
ValidationLevelID | numeric | NO | Logical FK relation with table eligValidationLevel ValidationLevelID |
ValidRequestIndicator | char | NO | Value to represent the validity of request |
RejectionCode | varchar | NO | Stores the code for reason of rejection |
FollowUpCode | varchar | NO | Stores the code for follow-up from prescriber. Logical relation with table eligFollowUpCode FollowUpCode. |
eligRSPTransaction
eligRSPTransaction Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ResponseTransactionID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
ResponseGroupID | numeric | NO | Logical FK relation with table eligRSPGroup ResponseGroupID |
RequestTransactionID | numeric | NO | Logical FK relation with table eligRequestTransaction RequestTransactionID |
TransactionRecord | varchar | NO | Transaction record number |
TransactionDateTime | datetime | NO | Date time of transaction |
TransactionXML | varchar | NO | Stores the transaction response in XML format |
eligServiceTypeCodes
eligServiceTypeCodes Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceTypeCodeID | numeric | NO | Primary Key column. Stores the Service type code ID. Auto Increment/Identity. not nullable. |
TypeCode | varchar | NO | This column represents the Service Type code. stores varchar value. cannot be NULL. |
TypeDesc | varchar | NO | This column represents the Service Type description. stores varchar value. cannot be NULL. |
eligValidationLevel
eligValidationLevel Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ValidationLevelID | numeric | NO | Primary Key. Identity column. Identity / Auto increment |
ValidationLevelCode | varchar | NO | Stores the code for level of eligibilty validation |
ValidationLevelDescription | varchar | NO | Description for level of eligibilty validation |
EMG
Reference table that defines each of the EMG responses
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EMGTypeID | numeric | NO | Primary key that uniquely identifies the EMG type wiht a numeric id |
LocalName | varchar | NO | Short name of the EMG type (one character) |
StandardName | varchar | NO | Name of the EMG type |
Description | varchar | NO | Description of the EMG type |
IsDefaultField | int | NO | Defines if the type has been made the default. Default: 0 |
Enabled | int | NO | Defines if the type is enabled = 1 or diasbled = 0. Default: 1 |
EMMethodology
EMMethodology Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EMMethodologyID | numeric | NO | Primary key that uniquely identifies the EM Methodology with a numeric id |
Description | varchar | NO | Description of EM Methodology used for Insurance. |
Employers
This table stores Employers Address Information, Not Currently Used
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EmployerID | numeric | NO | Primary Key |
Name | varchar | NO | Employer Name. Not Currently Used |
Address1 | varchar | YES | Address1 uses PS page (Registration-Info). Nullable |
Address2 | varchar | YES | Address2 uses PS page (Registration-Info). Nullable |
City | varchar | YES | City uses PS page(Registration-Info). Nullable |
County | varchar | YES | County uses PS page (Registration-Info). Nullable |
State | char | YES | State uses PS page (Registration-Info)-Dropdown. Nullable |
Zip | varchar | YES | Zip uses PS page (Registration-Info). Nullable |
CountryID | numeric | NO | Logical Reference to Country Table. Not Currently Used. Default: 0 |
Phone | varchar | YES | Phone uses PS page (Registration-Info). Nullable |
Fax | varchar | YES | Fax uses PS page (Registration-Info). Nullable |
ContactName | varchar | YES | ContactName uses PS page (Registration-Info). Nullable |
Encounter
This table defines any encounters entered into the Prime Suite system.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EncounterID | numeric | NO | Primary key that uniquley identifies any encounter with a numeric id.. Identity / Auto increment |
CaseHeaderID | numeric | NO | Id that ties the encounter to a caseheader...correlates to caseheader table.. References: dbo.CaseHeader |
VisitID | numeric | NO | Id that ties the encounter to a visit...correlates to visit table. |
DocumentID | numeric | NO | Id of any document associated to this encounter...ties to clinicaldocument table. |
RenderingCareProviderID | numeric | NO | Id of the rendering care provider on the encounter...ties to careprovider table. |
BillableCareProviderID | numeric | NO | Id of the billable care provider on the encounter...ties to careprovider table. |
ServiceLocationID | numeric | NO | Id of the service location on the encounter...ties to careproviderlocations table. |
PracticeServiceLocationID | numeric | NO | Id of the practice location on the encounter...ties to careproviderlocations table. |
DateOfService | datetime | NO | Date of Service of the encunter. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
Notes | varchar | YES | Any notes that were written into the encounter. Nullable |
EncounterClassLookUp
EncounterClassLookUp Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EncounterClassID | numeric | NO | Primary Key identity column: Auto increment |
EncounterValueCode | varchar | NO | This column stores Encounter value code |
EncounterValueName | varchar | NO | This column stores Encounter value name |
EOBClaim
This table stores summary information of the EOB along with what claim it ties to.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PrimaryClaimID | numeric | NO | Identify the Primary Claim Id. Primary key of the table. Foreign key column also has REFERENCES to table dbo.EOBClaimHeader (PrimaryClaimID). Not null. |
EOBDate | datetime | NO | Primary Key Column. Datetime field representing the EOB Date. Not null. |
EOBClaimDetail
This table stores more detailed information around the claim the EOB applies to.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PrimaryClaimID | numeric | NO | Primary Key that uniquely identifies the claim tied to the EOB...correlates to claim table.. References: dbo.EOBClaim |
EOBDate | datetime | NO | Primary Key that identifies the date of the EOB.. References: dbo.EOBClaim |
ServiceDetailID | numeric | NO | Primary Key that uniquely identifies the service detail tied to the EOB...correlates to servicedetail table. |
PaymentAmount | money | NO | Payment amunt defined in the EOB |
CreateDate | datetime | NO | Create date of the EOB |
LastChanged | datetime | NO | Last Changed date of the EOB |
EOBClaimDetailAdj
This table stores any adjustments that come in from the EOB along with which claim they are associated to.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PrimaryClaimID | numeric | NO | Primary Key that uniquely identifies the claim tied to the EOB...correlates to claim table.. References: dbo.EOBClaimDetail |
EOBDate | datetime | NO | Primary Key that identifies the date of the EOB.. References: dbo.EOBClaimDetail |
ServiceDetailID | numeric | NO | Primary Key that uniquely identifies the service detail tied to the EOB...correlates to servicedetail table.. References: dbo.EOBClaimDetail |
GroupCode | varchar | NO | Primary key that defines the Adjustment Group Code related to the adjustment. Valid values are: CO Contractual Obligation CR Correction and Reversals OA Other Adjustments PI Payer Initiated Reductions PR Patient Responsibility |
ReasonCode | varchar | NO | Primary key that defines the ReasonCode for the EOB. Correlates to the ASCX12_CodeSet table. |
Qty | smallint | NO | Quantity of the adjustment. |
Amount | money | NO | Amount of the adjustment. |
CreateDate | datetime | NO | Create date of the adjustment. |
LastChanged | datetime | NO | Last Changed by date of the adjustment. |
EOBClaimDetailAdjHistory
EOBClaimDetailAdjHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EOBHistoryID | numeric | NO | This column stores EOBHistoryID |
PrimaryClaimID | numeric | NO | This column stores PrimaryClaimID |
EOBDate | datetime | NO | This column stores date of EOB |
ServiceDetailID | numeric | NO | This column stored ServiceDatilID |
GroupCode | varchar | NO | This column stores GroupCode details |
ReasonCode | varchar | NO | This column stores ReasonCode information |
BatchID | numeric | YES | This column stores BatchID value |
Qty | int | NO | This column stores Quantity information |
Amount | money | NO | This column stores amount details |
EOBClaimDetailHistory
EOBClaimDetailHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EOBHistoryID | numeric | NO | This column stores EOBHistoryID details |
PrimaryClaimID | numeric | NO | This Column stores PrimaryClaimID information |
EOBDate | datetime | NO | This column stores date for EOB |
ServiceDetailID | numeric | NO | This column stores ServiceDetailID |
BatchID | numeric | YES | This column stores BatchID value |
PaymentAmount | money | NO | This column stores Payment amount details |
EOBClaimHeader
EOBClaimHeader Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PrimaryClaimID | numeric | NO | Primary key Column of the table cannot be null and datatype is numeric. Contains the Primary Claim ID. |
SecClaimID | numeric | YES | Contains the Secondary Claim ID. Datatype is numeric. Nullable. |
UserID | numeric | NO | This column has logical FK to Users Table UserID. Not null. contains numeric value. |
Enabled | tinyint | NO | Toggles between 0 & 1. Datatype is tinyint. Not null. |
ReimburseRate | decimal | YES | Contains the value of reimburse rate. Datatype is decimal. Nullable. |
HCPCSPayableAmount | money | YES | Identifies the Healthcare Common Procedure Coding System Payable amount. Datatype is money.. Nullable. |
RemarkCode1 | varchar | YES | Contains the value of the remark code 1. Datatype is varchar. Nullable. |
RemarkCode2 | varchar | YES | Contains the value of the remark code 2. Datatype is varchar. Nullable |
RemarkCode3 | varchar | YES | Contains the value of the remark code 3. Datatype is varchar. Nullable. |
RemarkCode4 | varchar | YES | Contains the value of the remark code 4. Datatype is varchar. Nullable. |
RemarkCode5 | varchar | YES | Contains the value of the remark code 5. Datatype is varchar. Nullable. |
ESRPA | money | YES | Contains the value of ESRPA amount. Datatype is money. Nullable. |
NPPCB | money | YES | Contains the value of NPPCB amount. Datatype is money. Nullable. |
CASAmount | money | YES | Contains the value of CAS amount. Datatype is money. Nullable. |
CASReasonCode | varchar | YES | Identifies the CAS Reason code value. Datatype is varchar. Nullable. |
CASQuantity | tinyint | YES | Contains the value of CAS Quantity. Datatype is tinyint. Nullable. |
PatientResponsibility | money | YES | Identifies the patient responsibility amount. Datatype is money. Nullable. |
DiscountAmount | money | YES | Identifies the discount amount. Datatype is money. Nullable. |
PerDayLimit | money | YES | Identifies the per day limit amount. Datatype is money. Nullable. |
TaxAmount | money | YES | Identifies the Tax amount. Datatype is money. Nullable. |
TotalClaimBeforeTaxAmount | money | YES | Identifies the total claim before tax amount. Datatype is money. Nullable. |
PatientPaidAmount | money | YES | Identifies the patient paid amount. Datatype is money. Nullable. |
CreateDate | datetime | NO | Datetime field representing the time record got created. Not null. |
LastChanged | datetime | NO | Datetime field representing the time record got modified. Not null. |
CreatedBy | numeric | NO | Stores the value of the user Id who created the record. Datatype is numeric. Not null. |
EOBClaimHeaderHistory
EOBClaimHeaderHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EOBHistoryID | numeric | NO | Primary key column. stores the explanation of benefits History ID and datatype is numeric. not null. |
PrimaryClaimID | numeric | NO | Primary key column. stores the primary claim ID and datatype is numeric. not null. |
BatchID | numeric | YES | Identifies the Batch Id in which the claim was submitted. Datatype is numeric. Nullable. |
SecClaimID | numeric | YES | Contains the Secondary Claim ID. Datatype is numeric. Nullable. |
UserID | numeric | NO | This column has logical FK to Users Table UserID. Not null. contains numeric value. |
Enabled | tinyint | NO | Toggles between 0 & 1. Datatype is tinyint. Not null. |
ReimburseRate | decimal | YES | Contains the value of reimburse rate. Datatype is decimal. Nullable. |
HCPCSPayableAmount | money | YES | Identifies the Healthcare Common Procedure Coding System Payable amount. Datatype is money.. Nullable. |
RemarkCode1 | varchar | YES | Conatins the value of the remark code 1. Datatype is varchar.. Nullable. |
RemarkCode2 | varchar | YES | Conatins the value of the remark code 2. Datatype is varchar.. Nullable. |
RemarkCode3 | varchar | YES | Contains the value of the remark code 3. Datatype is varchar.. Nullable. |
RemarkCode4 | varchar | YES | Contains the value of the remark code 4. Datatype is varchar.. Nullable. |
RemarkCode5 | varchar | YES | Contains the value of the remark code 5. Datatype is varchar.. Nullable. |
ESRPA | money | YES | Contains the value of ESRPA amount. Datatype is money.. Nullable. |
NPPCB | money | YES | Contains the value of NPPCB amount. Datatype is money.. Nullable. |
CASAmount | money | YES | Contains the value of CAS amount. Datatype is money.. Nullable. |
CASReasonCode | varchar | YES | Identifies the CAS Reason code value. Datatype is varchar.. Nullable. |
CASQuantity | tinyint | YES | Contains the value of CAS Quantity. Datatype is tinyint.. Nullable. |
PatientResponsibility | money | YES | Identifies the patient responsibility amount. Datatype is money.. Nullable. |
DiscountAmount | money | YES | Identifies the discount amount. Datatype is money.. Nullable. |
PerDayLimit | money | YES | Identifies the per day limit amount. Datatype is money.. Nullable. |
TaxAmount | money | YES | Identifies the Tax amount. Datatype is money.. Nullable. |
TotalClaimBeforeTaxAmount | money | YES | Identifies the total claim before tax amount. Datatype is money.. Nullable. |
PatientPaidAmount | money | YES | Identifies the patient paid amount. Datatype is money.. Nullable. |
HistoryDate | datetime | NO | Datetime field representing the History date of the record. Not null. |
EPSDT
EPSDT Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EPSDTTypeID | numeric | NO | Primary key that uniquely identifies the EPSDT type with a numeric id |
LocalName | varchar | NO | Short name of the EPSDT type (one character) |
StandardName | varchar | NO | Name of the EPSDT type |
Description | varchar | NO | Description of the EPSDT type |
IsDefaultField | int | NO | Defines if the type has been made the default. Default: 0 |
Enabled | int | NO | Defines if the type is enabled = 1 or diasbled = 0. Default: 1 |
ERAPost
Table used to store the link between era transaction, the original charge/service detail, and the new payment record
ColumnName | DataType | Nullable | Description |
---|---|---|---|
X12DS835ID | numeric | NO | Key to join to ASCX12_835D_Service table |
ServiceDetailID | numeric | NO | Key to join to ServiceDetail table |
PaymentID | numeric | NO | Key to join to br_Payment table |
ERABatchGUID | varchar | NO | Unique identifier for natch |
AdjustmentSubTypeID | int | NO | Key to join to AdjustmentSubType table |
ERAProfile
ERAProfile Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ERAProfileID | numeric | NO | Primary Key column.. stores the ERA Profile ID.. cannot be NULL. |
ProfileName | varchar | NO | This column represents the ERA Profile Name specific to the Insurance Plan.. cannot be NULL. |
IgnoreAllowedMismatch | tinyint | NO | This Flag stores 1 if IgnoreAllowedMismatch is checked else 0. |
CreateDate | datetime | NO | Datetime field to contains Datetime when record got created . |
CreatedBy | numeric | NO | This column represents the User Id who created the ERA Profile. |
ModifiedDate | datetime | NO | Datetime field to contains Datetime when record got modified. |
ModifiedBy | numeric | NO | This column represents the User Id who modified the ERA Profile. |
ERAProfileCode
ERAProfileCode Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ERAProfileCodeID | numeric | NO | Primary Key column.. stores the ERA Profile Code ID.. cannot be NULL. Auto Increment/Identity.. not nullable. |
ERAProfileID | numeric | NO | Foreign Key.. REFERENCES dbo. ERAProfile (ERAProfileID). Represents the ERA Profile ID. |
TrxType | int | NO | This column represents the Payment Reason Code. |
PRCID | numeric | NO | Logical Reference to PRCCodes Table. Nullable. |
AdjustmentSubTypeID | int | NO | This Column stores adjustment sub type ID. |
Allowed | int | NO | Flag of the table. Toggles between 0 & 1. |
CreateDate | datetime | NO | Datetime field to contains Datetime when record got created. |
CreatedBy | int | NO | This column represents the User Id who created the ERA Profile. |
ModifiedDate | datetime | NO | Datetime field to contains Datetime when record got modified. |
ModifiedBy | int | NO | This column represents the User Id who modified the ERA Profile. |
ERFRecords
ERFRecords Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ERFRecordID | numeric | NO | Primary Key Identity column: Auto increment |
ERFFileID | numeric | NO | This column stores ERFFileID information |
ERFRecordType | char | NO | This column stores ERF record type |
SequenceNumber | numeric | YES | This is sequence number |
AgencyID | char | YES | This column has AgencyID value |
ClientID | char | YES | This column stores ClientID |
AgencyName | char | YES | This column has Agency name |
ReportDate1 | datetime | YES | This column has date of report |
ReportDate2 | char | YES | This column has second date of report |
SubmissionDate | datetime | YES | This column stores Date of submission |
ERFTotalAmount | money | YES | This column has Total amount of ERF |
ERFTotalRecords | numeric | YES | This column stores Total ERF records count |
TypeOfBusiness | char | YES | This column states about the type of business |
ProviderNumber | char | YES | This column stores Provider number |
ProviderName | char | YES | This column stores Provider name |
PolicyNumber | char | YES | This column stores Policy number |
LastName | char | YES | This column stores Last name |
FirstName | char | YES | This column stores First name |
MiddleInitial | char | YES | This column stores Middle Initial |
ColumnNumber | numeric | YES | This column has column number |
LineNumber | numeric | YES | This column has line number |
NSFRecordType | char | YES | This column has NSF Record Type |
FieldNumber | char | YES | This column stores Field number |
FieldName | char | YES | This column stores FieldName |
FieldValue | char | YES | This column stores Field value information |
RecordIdentifier | char | YES | This column stores RecordIdentifier information |
ClaimID | numeric | YES | This column stores ClaimID details |
ClaimType | char | YES | This column stores Claim type details |
ClaimPlanCode | char | YES | This column stores Claim plan code details |
ClaimNumber | char | YES | This column stores Claim number details |
ClaimTotalCharges | money | YES | This column stores Claim total charges details |
ServiceFromDate | datetime | YES | This cloumn stores service from date |
ServiceToDate | datetime | YES | This column stores service to date |
TypeOfService | char | YES | This column stores what type of service |
PlaceOfService | char | YES | This column stores place of service |
NumberOfService | numeric | YES | This column stores number of services |
ProcedureCode | char | YES | This contains Procedure code |
ServiceTotalCharge | money | YES | Amount of total service charge |
Modifier1 | char | YES | Modifier1 |
Modifier2 | char | YES | Modifier2 |
ClaimsReceived | numeric | YES | Count of claims received |
LinesReceived | numeric | YES | Count of lines received |
ChargesReceived | money | YES | Amount of charge received |
ClaimsAccepted | numeric | YES | Count of accepted claims |
LinesAccepted | numeric | YES | Count of accepted lines |
ChargesAccepted | money | YES | Accepted amount of charges |
ClaimsRejected | numeric | YES | Count of rejected claims |
LinesRejected | numeric | YES | Count of rejected Lines |
ChargesRejected | money | YES | Amount of rejected charges |
Message | char | YES | Message |
MessageNumber | char | YES | This clolumn stores Message number |
VersionCode | char | YES | This column tores Version code details |
CycleNumber | char | YES | This column stores Cycle number details |
erxEligibilityErrorResponse
erxEligibilityErrorResponse Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EligibilityBatchID | numeric | NO | Primary kay identity column: Auto increment |
ErrorTransactionStatus | varchar | YES | This column has status of error transaction |
ErrorReasonCode | varchar | YES | This column has Reason code of error |
ErrorResponseActionCode | varchar | YES | This column has Response action code of error |
ErrorDescription | varchar | YES | This column stores description of error |
PatientID | numeric | YES | This column has PatientID information |
RequestTransactionID | numeric | YES | This column contains Request transaction ID |
UniqueID | numeric | YES | Unique ID value |
erxEligibilityErrorResponseID | numeric | NO | This has erxEligibilityErrorResponseID details |
eRxEligibilityTransactionDetails
eRxEligibilityTransactionDetails Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
eRxEligibilityTransactionDetailsID | numeric | NO | Primary Key Identity column: Auto Increment |
PatientID | numeric | YES | This column stores PatientID information |
Status | smallint | YES | This column has status information |
InsuranceName | varchar | YES | This column stores Insurance name |
PlanName | varchar | YES | This column stores Plan Name |
Completed | bit | YES | This column states completed information |
SourceName | varchar | YES | This column stores Source name |
SourceType | tinyint | YES | This column stores Source type |
InsuredName | varchar | YES | This column contains Insured person name |
InsuredFirstName | varchar | YES | This column contains Insured person first name |
InsuredMiddleName | varchar | YES | This column contains Insured person middle name |
ServiceTypeCode | varchar | YES | This column contains service type code information |
SourceIdentifier | varchar | YES | This column stores SourceIdentifier details |
InsuredPolicyNumber | varchar | YES | This column contains Insured person policy number |
InsuredSuffix | varchar | YES | This column contains Insured person suffix |
InsuredDOB | datetime | YES | This column contains Insured person Date of Birth |
InsuredGender | varchar | YES | This column contains Insured person gender |
InsuredAddressLine1 | varchar | YES | This column contains Insured person Address line 1 |
InsuredAddressLine2 | varchar | YES | This column contains Insured person address line 2 |
InsuredCity | varchar | YES | This column contains Insured person city |
InsuredState | varchar | YES | This column contains Insured person state |
InsuredZip | varchar | YES | This column contains Insured person ZIP |
DependentLastName | varchar | YES | This column contains Dependent person last name |
DependentFirstName | varchar | YES | This column contains Dependent person first name |
DependentMiddleName | varchar | YES | This column contains Dependent person middle name |
DependentSuffix | varchar | YES | This column contains Dependent person suffix |
DependentPolicyNumber | varchar | YES | This column contains Dependent person policy number |
DependentAddressLine1 | varchar | YES | This column contains Dependent person Address line 1 |
DependentAddressLine2 | varchar | YES | This column contains Dependent person Address line 2 |
DependentCity | varchar | YES | This column contains Dependent person city |
DependentState | varchar | YES | This column contains Dependent person state |
DependentZip | varchar | YES | This column contains Dependent person ZIP |
DependentCountryCode | varchar | YES | This column contains Dependent person country code |
DependentDOB | datetime | YES | This column contains Dependent person date of birth |
DependentGender | varchar | YES | This column contains Dependent person gender |
DependentRelationToInsured | varchar | YES | This column contains Dependent person relation with Insured person |
InsuredLastName | varchar | YES | This column contains Insured person last name |
RequestTransactionID | numeric | YES | This column stores transaction ID of request |
PatientInformationChange | char | NO | This column stores patientInformationChange details |
eRxeligRequestTransactionStatus
eRxeligRequestTransactionStatus Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestTransactionStatusID | numeric | NO | This column represents the Request Transaction status ID. Identity autoincrement. |
RequestTransactionID | numeric | NO | This column represents the Request Transaction ID. |
ResponseTransactionID | numeric | NO | This column represents the Response Transaction ID. |
StatusDateTime | datetime | NO | This column represents the Date time status. |
ErrorStatus | tinyint | NO | This column represents the Error Status. |
ActiveStatus | varchar | YES | This column represents the Active status. |
ActiveStatusFromDate | varchar | YES | This column represents the from date of active status. Datetime field. |
ActiveStatusToDate | varchar | YES | This column represents the to date of active status. Datetime field. |
CompleteStatus | tinyint | YES | This column represents the complete status. |
eRxeligRSPTransaction
eRxeligRSPTransaction Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
eRxeligRSPTransactionID | numeric | NO | This column represents the eRx eligibility RSP Transaction status ID. Identity autoincrement. |
ResponseTransactionID | numeric | YES | This column represents the Response Transaction ID. |
ResponseGroupID | numeric | NO | This column represents the Response Group ID. |
RequestTransactionID | numeric | NO | This column represents the Request Transaction ID. |
TransactionRecord | varchar | NO | This column is responsible for Transaction Record. |
TransactionDateTime | datetime | NO | This column is responsible for Storing for Transaction Date time. |
TransactionXML | varchar | NO | This column is responsible for Storing Transaction details in xml format. |
erxEnrollCareProvider
erxEnrollCareProvider Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
erxEnrollCareProviderID | decimal | NO | Identity / Auto increment column. |
CareProviderID | decimal | NO | logical FK to CareProvider Table CareProviderID |
SendDate | datetime | NO | Stores Datetime. Calculated with dbo.GreenwayDate(GetDate().GetUTCDate()). Set in erxSSEnrollCareProvider (SureScripts) |
Action | varchar | YES | Action for particular enrollment of care provider. Nullable |
UserID | numeric | NO | Logical FK relation with table Users UserID |
LocationID | numeric | YES | Stores ID of location. Logical FK relation with table CareProviderLocation LocationID. Nullable |
erxLocationEnrollResponse
erxLocationEnrollResponse Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ResponseID | decimal | NO | Identity / Auto increment column. |
erxProviderLocationID | decimal | NO | logical FK to erxProviderLocation Table erxProviderLocationID |
ReceivedDate | datetime | NO | Datetime when the record was added to this table |
ResponseMessage | varchar | NO | Stores the response message. |
Enable | bit | YES | Toggles between 0 & 1. Set based on action type. |
ResponseXML | varchar | YES | Stores the enrollment response in XML format. Set in erxSSUpdateEnrollLocation & erxInsertEnrollLocationResponse(SureScripts) |
EventType | varchar | YES | Surescript event which is taking the result |
EventStatus | varchar | YES | Current status of event triggerred |
ERXPatMedList
This table supports eRx Sure Scripts Patient Imports
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ERXPatMedID | numeric | NO | Primary Key. Identity / Auto increment |
ClinicalPatMedID | numeric | YES | Logical Reference to ClinicalPatMeds Table. used to support eprescribing Views and build FctClinicalPatMeds Table. Nullable |
ExternalPatMedID | varchar | NO | eRx Import ExternalID |
ExternalSourceID | numeric | NO | eRx Import SourceID |
LastUpdateDate | datetime | NO | Last Date Updated |
UpdatedFlag | tinyint | NO | Flag (0/1) |
AuditCode | varchar | NO | eRx Import Audit Code |
ExternalPrescriptionID | varchar | YES | eRx Import ExternalPrescriptionID. used to support eprescribing Views and build FctClinicalPatMeds Table. Nullable |
NDCID | varchar | YES | National Drug Code Directory ID - eRx import NCID. Nullable |
ExternalDrugID | varchar | YES | External Drug ID - eRx Import. Nullable |
BrandName | varchar | YES | BrandName - eRx Import. Nullable |
GenericName | varchar | YES | GenericName - eRx Import. Nullable |
DrugForm | varchar | YES | DrugForm - eRx Import. Nullable |
DrugStrength | varchar | YES | DrugStrength - eRx Import. Nullable |
SigAction | varchar | YES | Signature Action - eRx Import. Nullable |
SigDose | varchar | YES | Signature Dose - eRx Import. Nullable |
SigDoseUnit | varchar | YES | Signature Dos Unit - eRx Import. Nullable |
SigRoute | varchar | YES | Signature Route - eRx Import. Nullable |
SigDoseTiming | varchar | YES | Sig Dose Time - eRx Import. Nullable |
SigDoseOther | varchar | YES | Signature Dose Other - eRx Import. Nullable |
SigDuration | varchar | YES | Signature Duration - eRx Import. Nullable |
SigQuantity | varchar | YES | Signature Quantity - eRx Import. Nullable |
SigQuantityUnit | varchar | YES | Signature Quantity Unit - eRx Import. Nullable |
Refills | varchar | YES | Refills - eRx Import. Nullable |
SubPermitted | tinyint | YES | subPermitted - eRx Import. Nullable |
OtherNotes | varchar | YES | OtherNotes - eRx XML Import. Nullable |
PatientNotes | varchar | YES | Patient Notes - eRx XML Import. Nullable |
Comments | varchar | YES | Comments - eRx XML Import. Nullable |
IsOutsideMed | tinyint | YES | Flag. IsOutsideMed (0/1) - eRx Import. Nullable |
StartDate | datetime | YES | StartDate - Initialized in eRxSSPatMedListUpdate (eRx Import). Nullable |
StopDate | datetime | YES | StopDate - Initalized in eRxSSPatMedListUpdate (eRx Import). Nullable |
StopReason | varchar | YES | StopReason - Initialized in eRxSSPatMedListUpdate (eRx Import). Nullable |
EventTypeID | int | YES | Logical Reference to EventType Table. Nullable. References: dbo.EventType |
EventStatusID | int | YES | Logical Reference to EventStatus Table. Nullable. References: dbo.EventStatus |
LastStatusDateTime | datetime | YES | Last DateTime Status Updated. Nullable |
ErrorMessage | varchar | YES | Set in eRxSSPatMedListUpdate (SureScripts). Nullable |
SendDate | datetime | YES | Set in eRxSSPatMedListUpdate (SureScripts). Nullable |
RenReasonID | numeric | YES | Renewal Reason ID-eRx Import. Nullable |
RenPharmacyNotes | varchar | YES | Renewal Pharmacy Notes set in eRxSSPatMedListupdate (SureScripts). Nullable |
ApprovedStatusID | numeric | YES | Flag (1 - Approved. 2 - Denied. 3 Denied with new Rx to follow. 4 Approved with changes). Nullable |
LocationID | numeric | YES | Logical Reference to CareProviderLocation Table. Not Currenlty Used. Nullable |
RenNumrefills | int | YES | Renewal Number of Refills - set in eRxSSPatMedListUpdate (SureScripts). Nullable |
LastTransactionTypeID | int | YES | Logical Reference to InterfaceTransactionType. Nullable. References: dbo.InterfaceTransactionType |
InterfaceEventID | numeric | YES | Logical Reference to InterfaceEvent Table. Nullable |
RenewalComment | varchar | YES | Renewal Comment - set in eRxSSPatMedListUpdate (SureScripts). Nullable |
ERXPatMedListHistory
ERXPatMedListHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ERXPatMedHistoryID | numeric | NO | Primary Key Indentity column: Auto increment |
ERXPatMedID | numeric | NO | This column stores ERXPatMedID information |
ClinicalPatMedID | numeric | YES | This column stores Clinical PatMedID |
ExternalPatMedID | varchar | NO | This column stores External PatMedID |
ExternalSourceID | numeric | NO | This column stores ExternalSourceID |
LastUpdateDate | datetime | NO | Date of last updated |
UpdatedFlag | tinyint | NO | This is flag toggle between 0 to 1 |
AuditCode | varchar | NO | This column stores Audit code values |
ExternalPrescriptionID | varchar | YES | External PrescriptionID |
NDCID | varchar | YES | NDCID |
ExternalDrugID | varchar | YES | External DrugID |
BrandName | varchar | YES | It has Brand name |
GenericName | varchar | YES | It has Generic name |
DrugForm | varchar | YES | Kind of Drug form |
DrugStrength | varchar | YES | Drug strength |
SigAction | varchar | YES | Sig Action |
SigDose | varchar | YES | Sig Dose |
SigDoseUnit | varchar | YES | Units of Sig Dose |
SigRoute | varchar | YES | Sig route |
SigDoseTiming | varchar | YES | Timings of Sig dose |
SigDoseOther | varchar | YES | Other Sig doses |
SigDuration | varchar | YES | Sig duration |
SigQuantity | varchar | YES | Sig Quantity |
SigQuantityUnit | varchar | YES | Units of Sig Quantity |
Refills | varchar | YES | Refills information |
SubPermitted | tinyint | YES | SubPermitted information |
OtherNotes | varchar | YES | Other notes |
PatientNotes | varchar | YES | Patient notes |
Comments | varchar | YES | Comments |
IsOutsideMed | tinyint | YES | Flag value to differentiat if medicin is outside |
StartDate | datetime | YES | Start date |
StopDate | datetime | YES | Stop date |
StopReason | varchar | YES | Reason to Stop |
erxPatMedListTransaction
erxPatMedListTransaction Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
erxPatMedListTransactionID | bigint | NO | This column eRx eligibility RSP Transaction status ID. Identity/auto increment. |
eRxPatMedID | numeric | YES | Foreign key column for ERXPatMedList.ERXPatMedID. |
EventDateTime | datetime | YES | Records Date time of the event. |
TransactionTypeID | int | YES | Foregin key column for REFERENCES dbo.InterfaceTransactionType.InterfaceTransactionTypeID. |
TransactionStatusID | int | YES | Foreign key column for REFERENCES dbo.InterfaceStatus.InterfaceStatusID. |
eRxSSPharmacyRequestID | numeric | YES | Foreign key column for REFERENCES dbo.eRxSSPharmacyRequest.eRxSSPharmacyRequestID. |
erxPharmacyEligibilityRequestGroup
erxPharmacyEligibilityRequestGroup related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EligibilityBatchID | numeric | NO | Identifies the value of Eligibility Batch ID. Datatype is numeric. Not null. |
SubmitDate | datetime | NO | Datetime field representing the Submit date of the record. Not null. |
Requests | numeric | NO | Contains the value of the number of requests. Datatype is numeric.. Not null. |
Responses | numeric | NO | Contains the value of the number of responses. Datatype is numeric.. Not null. |
Active | numeric | NO | Represents whether the request is active. Default value is {{0}}. Not null. |
Inactive | numeric | NO | Represents whether the request is inactive. Default value is {{0}}. Not null. |
Errors | numeric | NO | Represents the value of errors. Default value is {{0}}. Not null. |
Pending | numeric | NO | Represents the value of pending requests. Default value is {{0}}. Not null. |
Comment | varchar | NO | Contains the value of comments given by user. Datatype is varchar. Not null. |
RequestXML | varchar | YES | Identifies the value of requested XML. Datatype is varchar. Nullable. |
CreatedDate | datetime | YES | Datetime field representing the time record got created.. Nullable. |
RequestMode | tinyint | NO | Represents the value of mode of requests. Default value is {{0}}. Not null. |
UserID | numeric | YES | This column has logical FK to Users Table UserID..Nullable .. contains numeric value. |
interfaceEventID | int | YES | This column has the value of interface event . Datatype is int. Nullable. |
eRxPharmacyEligibilityTransaction
eRxPharmacyEligibilityTransaction related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EligibilityBatchID | numeric | NO | This column stores ID of the eligibility batch. |
PatientID | numeric | NO | This column contains ID of the Patient. |
Status | varchar | YES | This column stores Status of the transaction. |
InsuranceName | varchar | NO | This column stores Name of the Insurance. |
PlanName | varchar | NO | This column represents Insurance plan Name. |
Completed | bit | NO | Flag. Toggles between 1/0. 1 if completed and 0 if not. |
RequestTransactionID | numeric | NO | This column is the primary key for eRxPharmacyEligibilityTransaction table. |
ResponseTransactionID | numeric | YES | This column contains Transaction ID of the Response. |
TransactionDateFrom | datetime | NO | This column stores From Date of Transaction. |
TransactionDateTo | datetime | NO | This column stores To Date of Transaction. |
TransactionType | varchar | NO | This column stores the type of Transaction. |
RequestMode | tinyint | NO | This column stores the mode of request made. |
SourceName | varchar | NO | This column represents Name of source of the transaction. |
SourceType | tinyint | NO | This column consists Type of source of the transaction. |
ReceiverName | varchar | NO | This column represents Name of Receiver of the transaction. |
ReceiverCode | varchar | NO | This column contains Name of Receiver of the transaction. |
PatientName | varchar | YES | This column Stores the Name of the Patient. |
InsuredName | varchar | NO | This column Stores the Name of the Insured Person. |
InsuredFirstName | varchar | NO | This column consists of Name of the Insured Persons first Name. |
InsuredMiddleName | varchar | NO | This column represents the Name of the Insured Persons middle Name. |
ServiceTypeCode | varchar | NO | This column contains Code of the Service type. |
SourceIdentifier | varchar | NO | This column contains Identifier of the Source of the transaction. |
SourceIdentifierQualifier | varchar | NO | This column contains Identity qualifier of the Source of the transaction. |
ReceiverIdentifier | varchar | NO | This column contains Identifier of the Receiver the transaction. |
ReceiverIdentifierQualifier | varchar | NO | This column contains Identity qualifier of the Receiver of the transaction. |
InsuredPolicyNumber | varchar | YES | This column stores the Policy Number of the Insured. |
TransactionXML | varchar | NO | This column contains the data of XML Data of the Transaction. |
SourceCode | varchar | NO | This column stores the code of the Source. |
InsuredSuffix | varchar | NO | This column represents the suffix of the Insured Person. |
InsuredDOB | datetime | YES | This column stores the Date of Birth of the Insured Person. |
InsuredGender | varchar | NO | This column contains the Gender of the Insured Person. |
InsuredAddressLine1 | varchar | NO | This column represents the Address Line 1 of the Insured Person. |
InsuredAddressLine2 | varchar | NO | This column stores the Address Line 2 of the Insured Person. |
InsuredCity | varchar | NO | This column represents the City of the Insured Person. |
InsuredState | varchar | NO | This column consists the State of the Insured Person. |
InsuredZip | varchar | NO | This column contains the zip code of the Insured Person. |
DependentLastName | varchar | NO | This column consists of Name of the Dependent Persons Last Name. |
DependentFirstName | varchar | NO | This column represents the Name of the Dependent Persons First Name. |
DependentMiddleName | varchar | NO | This column stores the Name of the Dependent Persons Middle Name. |
DependentSuffix | varchar | NO | This column consists of Suffix of the Dependent Person. |
DependentPolicyNumber | varchar | NO | This column contains Policy Number of the Dependent Person. |
DependentAddressLine1 | varchar | NO | This column represents Address Line 1 of the Dependent Person. |
DependentAddressLine2 | varchar | NO | This column stores Address Line 2 of the Dependent Person. |
DependentCity | varchar | NO | This column consists of City of the Dependent Person. |
DependentState | varchar | NO | This column contains State of the Dependent Person. |
DependentZip | varchar | NO | This column stores of ZIP Code of the Dependent Person. |
DependentCountryCode | varchar | NO | This column consists of Code of the country which the Dependent Person resides in. |
DependentDOB | datetime | YES | This column represents Date of birth of the Dependent Person. |
DependentGender | varchar | NO | This column contains Gender of the Dependent Person. |
DependentRelationToInsured | varchar | NO | This column consists of how the dependent person is related to the insured. |
ERXPrescription
ERXPrescription related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ERXPrescriptionID | numeric | NO | This column is the Primary Key for ERXPrescription table. |
ExternalPrescriptionID | varchar | NO | This column represents the ID of the External Prescription. |
ExternalPharmacyID | varchar | YES | This column represents the ID of the External pharmacy. |
PharmacyID | numeric | YES | This column represents the ID of the pharmacy. |
NDCID | varchar | YES | This Column contains ID of the National Drug Code of the prescription. |
ExternalDrugID | varchar | YES | This column represents the ID of the External Drug. |
BrandName | varchar | YES | This column represents the Brand Name of the Prescription. |
GenericName | varchar | YES | This column contains Generic Name of the prescription. |
DrugForm | varchar | YES | This column consists of Drug form of the prescription. |
DrugStrength | varchar | YES | This column represents strength of the Drug prescription. |
SigAction | varchar | YES | This column contains Sig Action of the Prescription. |
SigDose | varchar | YES | This column stores amount of sig dose of the prescription. |
SigDoseUnit | varchar | YES | This column consists of unit of sig dose of the prescription. |
SigRoute | varchar | YES | This column represents sig Route of the prescription. |
SigDoseTiming | varchar | YES | This column consists of Timing of sig Dose of the prescription. |
SigDoseOther | varchar | YES | This column consists of strength of the prescription. |
SigDuration | varchar | YES | This column contains sig Duration of the prescription. |
SigQuantity | varchar | YES | This column consists of sig Quantity of the prescription. |
SigQuantityUnit | varchar | YES | This column stores of sig Quantity Unit of the prescription. |
Refills | varchar | YES | This column stores the number of refills of the Prescription prescribed. |
SubPermitted | tinyint | YES | Flag. Stores if substitute is permitted or not. |
OtherNotes | varchar | YES | This column stores Notes if there any. |
PatientNotes | varchar | YES | This column stores Notes related to the patient. |
Comments | varchar | YES | This column stores General Notes. |
CreateDate | datetime | YES | This column consists of creation Date. |
CompleteDate | datetime | YES | This column contains completion date. |
SignedDate | datetime | YES | This column contains date on which the prescription is signed. |
StopDate | datetime | YES | This column contains date on which the prescription has been stopped. |
CompleteAction | varchar | YES | This column contains date on which the Action has been Completed. |
SendMethod | varchar | YES | This column contains method by which the method is sent. |
eRxReSentPatMedList
eRxReSentPatMedList related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatMedID | int | NO | This column contains ClinicalPatMedID which is a primary key for ClinicalPatMeds Table. |
SendDate | datetime | NO | This column consists of the Date on which patient medicine list has been sent. |
eRxSSAction
eRxSSAction related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
eRxSSActionID | numeric | NO | This column is a primary key for eRxSSAction table. |
Action | varchar | NO | This column stores the action taken. |
Display | bit | YES | Flag. Stores 1 if displayed and 0 if not. |
eRxSSDEASchedule
eRxSSDEASchedule related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DEAScheduleID | char | NO | Primary Key column of the table. Stores DEA Schedule ID.Not Null. |
DEAScheduleCode | varchar | YES | Stores the DEA Schedule Code. Nullable. |
DEAScheduleDescription | varchar | NO | Stores the DEA Schedule Description. Not Null. |
IsEnabled | bit | YES | Flag.. Toggles between 0 & 1.. Nullable. |
eRxSSPharmacyRequest
eRxSSPharmacyRequest related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
eRxSSPharmacyRequestID | numeric | NO | Primary key column represents the erxss Pharmacy request id. Not null. |
PharmacyID | varchar | YES | Represents the pharmacy id. Nullable. |
CareProviderID | numeric | YES | Represents the care provider id.. Nullable. |
FirstName | varchar | NO | Contains the value of First Name. |
LastName | varchar | YES | Contains the value of Last Name. |
MiddleName | varchar | YES | Contains the value of Middle Name. |
Suffix | varchar | YES | Represents the suffix of the care provider. |
Prefix | varchar | YES | Represents the prefix of the care provider. |
Gender | varchar | YES | Represents the gender. |
DateOfBirth | datetime | YES | Date time field contains the date of Birth. |
MatchedPatientID | numeric | YES | represents the matched patient id value. |
SSN | varchar | YES | Contains the value of Social Security number . |
ClinicalPatMedID | numeric | YES | Contains the Clinical Patient Medication ID. Nullable. |
PrescriberOrderNumber | varchar | YES | Identifies the Prescriber Order Number value. Nullable. |
NumRefills | varchar | YES | Identifies the number if refills defined for the medicine. Nullable. |
RequestStatusID | numeric | YES | Identifies the request status id. Nullable. |
RxRefNumber | varchar | NO | Represents the RX reference number. |
EPrescribeDate | datetime | YES | Date time field contains the electronic prescribe date. |
PharmacyNote | varchar | YES | Contains the value of the pharmacy note. |
Description | varchar | YES | Contains the description of the medicine. |
DoseForm | varchar | YES | Represents the value of Dose form. |
DoseQuantity | varchar | YES | Contains the value of dose quantity. |
DoseQuantityUnit | varchar | YES | Contains the unit of dose quantity. |
SIG | varchar | YES | Indicates the SIG of the medicine. A way for the doctor to communicate to the pharmacy which medication the patient should take. when it should be taken. and how much of it should be taken. |
DrugNameID | varchar | YES | Contains the drug name id. |
DispenseAmount | varchar | YES | Contains the dispense amount. |
DispenseUnit | varchar | YES | Contains the type of dispense Unit(Tablet|Suppository). |
DispenseAsWritten | bit | YES | Toggle between 0 & 1. Datatype is bit. |
PharmacyRequestType | varchar | YES | Indicates the type of Pharmacy Request Type (ChangeRequest| RenewalRequest). |
MedicationID | varchar | YES | Contains the Medication ID. Nullable. |
MedicationName | varchar | YES | Represents the name of the medication. Nullable. |
MedicalCondition | varchar | YES | Represents the medical condition. Nullable. |
RequestXML | varchar | YES | Contains the value of the request xml. |
RequestType | varchar | YES | Contains the value of the request type. |
ReceivedDate | datetime | YES | Datetime field representing the received date. |
Matched | varchar | YES | Represents the status of the request. The "Matched" status indicates that the prescription data has been successfully validated and reconciled within the pharmacys eRx system |
MatchCount | numeric | YES | Stores the match count. |
MessageId | varchar | YES | Stores the value of message id. |
ProviderServiceLocation | numeric | YES | Contains the value of Provider service location. |
EventTypeID | int | YES | Foreign key column Represents the event type id. REFERENCES dbo.EventType (EventTypeID). |
EventStatusID | int | YES | Foreign key column Represents the event status id. REFERENCES dbo.EventStatus (EventStatusID). |
InterfaceEventID | int | YES | Foreign key column Represents the interface event id. REFERENCES dbo.InterfaceEvent (InterfaceEventID). |
LastTransactionTypeID | int | YES | Foreign key column Represents the last transaction type id. REFERENCES dbo.InterfaceTransactionType (InterfaceTransactionTypeID). |
SureScriptsSPI | varchar | YES | Represents the Sure script Surgical Plethysmographic Index value. Nullable. |
DEACode | char | YES | Contains the value of DEA code of the Care Provider. |
UserID | numeric | YES | Foreign key column of the table represents the id of the user. REFERENCES dbo.Users (UserID). |
SendDate | datetime | YES | Datetime field representing the date when the request is sent. |
RenNumrefills | int | YES | Represents the renewal number of refills. |
ErrorMessage | varchar | YES | This column represents the error message. |
RenReasonID | numeric | YES | Foreign key column of the table. This column represents the reason id. REFERENCES dbo.erxssreasons (eRxSSReasonID). |
RenPharmacyNotes | varchar | YES | This column represents the renewal pharmacy notes. |
ApprovedStatusID | numeric | YES | Foreign key column represents the approved status id. REFERENCES dbo.eRxSSAction (eRxSSActionID). |
OrigPharmacyRequestID | numeric | YES | Represents the original pharmacy request id. |
IsDuplicateAction | bit | YES | Toggles between 0 & 1. It is 1 if duplicate action else 0. |
ActualDescription | varchar | YES | Contains the actual description of the medication. |
ActualSIG | varchar | YES | Contains the actual SIG of the medicine. A way for the doctor to communicate to the pharmacy which medication the patient should take. when it should be taken. and how much of it should be taken. |
ActualDispenseAmount | varchar | YES | Contains the actual dispense amount. |
ActualDispenseUnit | varchar | YES | Contains the actual dispense unit. |
ActualDaysSupply | varchar | YES | Identifies the actual supply days. |
ActualSubstitutions | int | YES | Identifies the actual substitutions. |
PotencyUnitCode | varchar | YES | Represents the potency unit code. |
DaysSupply | varchar | YES | Identifies the number of days supply. |
Substitutions | int | YES | Identifies the substitutions. |
PatientID | numeric | YES | Represents the ID of the patient. |
OtherDeniedReason | varchar | YES | Represents the denied reason of the request. |
RelatesToMessageID | varchar | YES | "Message ID" to track and manage the communication related to that specific renewal. |
RequestXMLValid | bit | YES | Toggles between 0 & 1. Checks whether the requested xml is valid or not. |
RenewalComment | varchar | YES | It stores the Renewal Comment given by user. |
OrgRelatesToMessageID | varchar | YES | Represents the ID of Organization related to the Message. |
PatientAddressLine1 | varchar | YES | Contains the value of patient address line 1. |
PatientAddressLine2 | varchar | YES | Contains the value of patient address line 1. |
PatientCity | varchar | YES | Contains the value of patient city. |
PatientState | varchar | YES | Contains the value of patient state. |
PatientPostalCode | varchar | YES | Contains the value of patient citys postal code. |
ChangeRequestType | varchar | YES | Identifies the change request type. |
IsTrueDuplicate | bit | YES | Toggles between 0 & 1. Checks whether duplicate or not. |
erxssreasons
erxssreasons related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
eRxSSReasonID | numeric | NO | Primary Key column represents the eRx SS Reason ID. Not Null. |
Code | varchar | NO | Stores the Code of erxSS Reasons. Not Null. |
Reason | varchar | NO | Stores the Reason for the erx SS Reasons. Not Null. |
eRxSSActionID | numeric | NO | Stores the eRx SS Action ID. Not Null. |
eRxSSTransactionType
eRxSSTransactionType related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
eRxSSTransactionTypeID | numeric | NO | Auto increment identity column.. which stores ID of transaction type. |
eRxSSTransactionType | varchar | YES | Description for Transaction type. |
Ethnicity
Ethnicity Lookup Table used to support build fctPatientPerson
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EthnicityID | numeric | NO | Primary Key column for storing the Ethnicity ID. Not Null. |
LocalName | varchar | NO | Identifies the Local Name given. Not Null. |
StandardName | varchar | NO | Identifies the Standard Name given. Not Null. |
Description | char | NO | Represents the description given. Not null. |
IsDefaultField | int | NO | Toggles between 0 & 1.. Cannot be NULL. |
Enabled | int | NO | Toggles between 0 & 1.. Cannot be NULL. |
MUEthnicityID | numeric | YES | Foreign Key column represents the MU Ethnicity ID.. Nullable. |
EthnicityCodingSystem
This table is used in PrimeSuite to contain the mapping between the coding system used and ethnicity codes
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | This column is part of composite Primary Key & Foreign Key Column represents the Coding System ID. REFERENCES dbo.Codingsystem (CodingSystemId). |
EthnicityID | numeric | NO | This column is part of composite Primary Key & Foreign Key Column represents the Ethnicity ID. REFERENCES dbo.Ethnicity (EthnicityID). |
Code | varchar | NO | Identifies the Code of the Ethnicity. Not Null. |
CodeDisplayName | varchar | YES | Identifies the Code Display Name of the Ethnicity. Nullable. |
EthnicitySub
This table is used to PrimeSuite to contain the Ethnicity sub categories.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EthnicitySubID | numeric | NO | This column contains an unique ethnicity sub category id. |
EthnicitySubCode | varchar | YES | This column is nullable and may a contain a code for this ethnicity sub- category.. Nullable |
EthnicitySubName | varchar | NO | This column contains a name for this ethnicity sub-category. |
EthnicityID | numeric | NO | This column contains the parent Ethnicity Id of this ethnicity sub-category. |
Enabled | bit | NO | This column indicates if this ethnicity sub-category is enabled or not.. Default: 1 |
IsDefaultField | bit | NO | This column is set to 1 to make this ethnicity sub-category the default sub- category for the ethnicity category.. Default: 0 |
ListOrder | int | YES | This column indicates the list order of ethnicity sub-category.. Nullable |
Note | varchar | YES | This column is nullable and may contain a description or special conditions about this ethnicity sub-category.. Nullable |
CreatedByID | numeric | YES | This column contains the user id of the user who created this ethnicity sub-category.. Nullable |
Created | datetime | NO | This column contains the creation date time of this ethnicity sub-category. |
LastModifiedByID | numeric | YES | This column contains the user id of the user who modified this ethnicity sub-category.. Nullable |
LastModified | datetime | NO | This column contains the modification date time of this ethnicity sub- category. |
EventStatus
This table is used in PrimeSuite to store the various status possible for events and their descriptions.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EventStatusID | int | NO | This column contains unique id for event status |
StatusName | varchar | YES | This column contains the description of event status.Nullable |
EventType
This table is used in PrimeSuite to store eRX related event types
ColumnName | DataType | Nullable | Description |
---|---|---|---|
EventTypeID | int | NO | This column contains an unique id for each type of event. |
EventName | varchar | YES | This column contains the description for each event type..Nullable |
ExternalDocumentLink
ExternalDocumentLink related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalDocumentID | numeric | NO | Primary Key Composite column |
ExternalDocumentID | varchar | NO | Primary Key Composite column |
ExternalOrganization
This table is used in PrimeSuite to store details of External organizations.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ExternalOrganizationID | int | NO | This column contains an unique external organization id. Identity / Auto increment |
ExternalOrganizationName | varchar | YES | This column is nullable and contains name of the external organization. Nullable |
ExternalOrganizationAddressID | numeric | NO | This column contains id of the external organizations address which will be stored in dbo.address. |
MainPhone | varchar | YES | This column is nullable and contains the phone number of external organization. Nullable |
BackOfficePhone | varchar | YES | This column is nullable and contains the back office phone number of external organization. Nullable |
ReferralCoordinatorPhone | varchar | YES | This column is nullable and contains the phone number of refferal coordinator. Nullable |
DirectEmailAddress | varchar | YES | This column is nullable and contains the email address. Nullable |
ExternalOrganizationSpecialty
This table in PrimeSuite contains the External organization speciality details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ExternalOrganizationSpecialtyID | int | NO | The column contains an unique id for external organization specialty.. Identity / Auto increment |
ExternalOrganizationID | int | NO | This column contains the external organization id referenced from dbo.ExternalOrganization.. References: dbo.ExternalOrganization |
CareProviderSpecialtyID | varchar | NO | This column contains the care provider specialty id referenced from dbo.CareProviderSpecialty.. References: dbo.CareProviderSpecialty |
fctAccount
fctAccount Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | The unique ID of the patient record for this row |
PersonID | numeric | NO | Stores the ID of the Person |
FirstNameLastName | varchar | NO | Stores Name in the format of First Name Last Name |
LNameFName | varchar | NO | Stores Name in the format of Last Name First Name |
Prefix | varchar | YES | Stores Prefix such as Mr.. Mrs.. etc... |
FirstName | varchar | YES | Stores First Name |
MiddleName1 | varchar | YES | Stores MiddleName |
LastName | varchar | YES | Stores Last Name |
Suffix | varchar | YES | Stores Suffix if theres any |
NickName | varchar | YES | Stores Nick Name if theres any |
OrgPatientID | varchar | YES | Stores Original Patient ID |
AltPatientID | varchar | YES | Stores altered PatientID |
DateOfBirth | datetime | YES | Stores Date of Birth of the Patient |
Age | int | YES | Stores the age of the Patient |
Address1 | varchar | YES | Stores the first part of the Patients adress |
Address2 | varchar | YES | Stores second part of the Patients adress |
City | varchar | YES | The city in which the patient lives. |
State | varchar | YES | The value corresponding to the state in which the patient lives. |
PostalCode | varchar | YES | Stores the PostalCode of the Patient |
HomePhone | varchar | YES | Stores the Home phone number of the Patient |
PrimaryPhone | varchar | YES | Stores the Primary phone number of the patient |
PrimaryWorkPhone | varchar | YES | Stores the Primary work phone number of the patient |
CellPhone | varchar | YES | Stores the personal cell phone number of the patient |
PatientBalance | money | NO | Stores the balace of the Patient Account |
InsuranceBalance | money | NO | Stores the amount of Insurance balance that patient has |
Pat1 | money | NO | Stores Patient Charge amount 1 |
Pat2 | money | NO | Stores Patient Charge amount 2 |
Pat3 | money | NO | Stores Patient Charge amount 3 |
Pat4 | money | NO | Stores Patient Charge amount 4 |
Pat5 | money | NO | Stores Patient Charge amount 5 |
Ins1 | money | NO | Stores Insurance Amount 1 |
Ins2 | money | NO | Stores Insurance Amount 2 |
Ins3 | money | NO | Stores Insurance Amount 3 |
Ins4 | money | NO | Stores Insurance Amount 4 |
Ins5 | money | NO | Stores Insurance Amount 5 |
CollectionsBal | money | NO | Stores amount of collection Balance |
AllBal | money | NO | Stores sum of all balances |
DateOfLastPatPmt | datetime | YES | Stores Date on which the last patient payment was made |
LastPatPmtAmount | money | YES | Stores amount made by patient last |
DateOfLastInsPmt | datetime | YES | Stores Date on which last insurance payment was made |
LastInsPmtAmount | money | YES | Stores amount of last insurance |
PatientCredit | money | NO | Stores the amount of credit patient has |
InsuranceCredit | money | NO | Stores the amount of Insurance credit patient has |
Pre_PayCredit | money | NO | Stores the amount of Pre_Pay credit patient has |
UnDeterminedCredit | money | NO | Stores the amount of Undetermined credit patient has |
PriInsCoID | numeric | YES | Stores the ID of Primary Insurance Company |
PriInsCo | varchar | YES | Stores the Name of Primary Insurance Company |
PriPlanID | numeric | YES | Stores the ID of Primary Insurance Plan |
PriInsPlan | varchar | YES | Stores the Name of Primary Insurance Plan |
PriInsCopay | money | NO | Stores the Pay of Primary Insurance Company |
SecInsCoID | numeric | YES | Stores the ID of Secondary Insurance Company |
SecInsCo | varchar | YES | Stores the Name of Primary Insurance Company |
SecPlanID | numeric | YES | Stores the ID of Primary Insurance Plan |
SecInsPlan | varchar | YES | Stores the Name of Primary Insurance plan |
SecInsCopay | money | NO | Stores the Co pay amount of secondary Insurance Company |
TerInsCOID | numeric | YES | Stores the ID of tertiary Insurance Company |
TerInsCO | varchar | YES | Stores the Name of tertiary Insurance Company |
TerPlanID | numeric | YES | Stores the ID of tertiary Insurance Plan |
TerInsPlan | varchar | YES | Stores the Name of tertiary Insurance Company |
TerInsCopay | money | NO | Stores the Co pay amount of tertiary Insurance Company |
IndInsCoID | numeric | YES | Stores the ID of Insurance company |
IndInsCo | varchar | YES | Stores Name of Ind Insurance Company |
IndPlanID | numeric | YES | Stores ID of Ind Insurance Plan |
IndInsPlan | varchar | YES | Stores Name of Ind Insurance Plan |
IndInsCopay | money | NO | Stores CO Pay Amount of Ind Insurance Company |
PaymentPlan | money | YES | Stores the amount of payment Plan |
PatientLastStatementDate | datetime | YES | Stores the dare of Patients last date |
ExcludeFinanceCharge | smallint | NO | Toggles between 1 and 0. Stores if the Financial charge is excluded or not |
AccountBalanceCalcMethod | char | YES | Stores the ID of Method of Account bcalance calculation |
AccountBalanceCalcDesc | varchar | YES | Stores the description of the method used to calculate Account Balance |
IsFullAddress | tinyint | YES | Toggles between 1/0. 1 if its full address |
LastUpdated | datetime | YES | Date on which last update happened |
sf1 | money | NO | Stores the Scheduling fee amount |
sf2 | money | NO | Stores the Scheduling fee amount |
sf3 | money | NO | Stores the Scheduling fee amount |
sf4 | money | NO | Stores the Scheduling fee amount |
sf5 | money | NO | Stores the Scheduling fee amount |
AssignmentOfBenefits | varchar | YES | Toggles between 1/0. 1 if benefits are assigned |
DriverLicNum | varchar | YES | Stores Patients license Number if the patient has |
DriverLicState | varchar | YES | Stores State ID under which the Driver comes |
CredentialsString | varchar | YES | Stores the Credentials String from fctperson Table |
PrimaryLanguage | varchar | YES | Stores the primary language of the Patient |
varchar | YES | Stores Patients Email address | |
MaidenName | varchar | YES | Stores the Name of maiden |
FaxNumber | varchar | YES | Stores the Fax number of patient |
Pager | varchar | YES | Stores the Number of Pager |
ReleaseOfInformation | char | YES | Toggles between Y/N |
Race | varchar | YES | Stores Name of the Race which patient belongs to |
Sex | varchar | YES | Stores Sex of the patient such as Male/Female/Unknown |
SSN | varchar | YES | Stores Social Security number of the patient |
AppointmentNext | datetime | YES | Stores Date on which the patient has next appointment |
StatementRecipientID | numeric | YES | Stores the ID of Statement Recipient |
County | varchar | YES | Stores the Country of Patient |
PatDeathFlag | int | YES | Toggles between 1 and 0. 1 if patient is dead. |
LastVisitDate | datetime | YES | Stores the date of patients last visit |
LastApptID | numeric | YES | Stores ID of patients last appointment |
NextApptID | numeric | YES | Stores ID of patients next appointment |
LastApptDate | datetime | YES | Stores the date of patients last appointment |
ReferralID | numeric | YES | Stores the ID of Referral |
ReferralsPrimaryID | numeric | YES | Stores the Primary ID of Referral |
Ethnicity | varchar | YES | Stores the ethnicity which the patient belongs to |
PreferredCommunications | varchar | YES | Stores preferred communications like mail.. etc... |
TimeOfBirth | datetime | YES | Stores the time which patient was born on |
PatDeathTime | datetime | YES | Stores time at which the patient died. |
PatientStatusID | bigint | YES | Stores ID of patient status |
PatientStatusEffectiveDateTime | datetime | YES | Stores date and tome from which the patient status has been effective |
DuplicatePatientID | numeric | YES | Stores Duplicate PatientID if any |
fctCharge
fctCharge Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ChargeID | numeric | NO | Stores the ID of Charge |
VoidType | char | NO | Stores the type of Void |
PostingDate | datetime | NO | Stores the Posting date of Charge |
ServiceDate | datetime | YES | Stores the Service date of Chargae |
CreateDate | datetime | NO | Stores the Creation date of Charge |
ServiceDetailID | numeric | YES | Stores the ID of service detail of the charge |
ChargeType | char | NO | Stores the type of charge |
ServiceLocation | varchar | NO | Stores the Location of service |
ServiceLocationID | numeric | YES | Stores the ID of Service location |
PracticeLocation | varchar | NO | Stores the Name of the Practice Location |
PracticeLocationID | numeric | YES | Stores the ID of Practice Location |
BillableProviderID | numeric | NO | Stores the ID of Billable Provider |
RenderingProviderID | numeric | NO | Stores the ID of Rendering Provider |
ReferringProviderID | numeric | NO | Stores the ID of Referring Provider |
PatientID | numeric | NO | Stores the ID of the Patient |
VisitID | numeric | YES | Stores ID of Visit |
VisitType | varchar | NO | Stores Type of Visit. Stores No Visit Type if no visit is present |
VisitTypeID | numeric | YES | Stores the ID of Visit Type if theres a visit |
ProcedureMasterID | numeric | YES | Stores ID of Procedure Master |
ProcedureCode | varchar | NO | Stores the Code of the Procedure |
Charge | money | NO | Stores the charge amount |
Units | float | YES | Stores the Units of Charge |
BalanceCalcMethod | char | NO | Stores the calculation method of Balance |
ModList | varchar | NO | Stores Modifier Code by which the reporting physician can indicate that a service or procedure that has been performed has been altered by some specific circumstance but has not changed in its definition or code |
BatchID | numeric | NO | Stores the ID of Batch |
OriginalPostingDate | datetime | YES | Stores the Date of original posting |
CurrUserID | numeric | YES | Stores the ID of current user |
LastUpdated | datetime | NO | Stores the Date and time of last updation |
PatientBalanceAge | int | NO | Stores Patient Balance Age |
InsuranceBalanceAge | int | NO | Stores Insurance balance Age |
CalculatedCharge | money | NO | Stores the amount of charge calculated |
PriPlanID | numeric | NO | Stores the ID of Primary Plan |
SecPlanID | numeric | NO | Stores the ID of secondary Plan |
PriCompanyID | numeric | NO | Stores the ID of Primary Company |
SecCompanyID | numeric | NO | Stores the ID of Secondary Company |
PriInsID | numeric | NO | Stores the ID of Primary Insurance |
SecInsID | numeric | NO | Stores the ID of Secondary Insurance |
PriPlan | varchar | NO | Stores the Name of Primary Plan |
SecPlan | varchar | NO | Stores the Name of Secondary Plan |
PriCompany | varchar | NO | Stores the Name of Primary Company |
SecCompany | varchar | NO | Stores the Name of Secondary Company |
PriClass | varchar | NO | Stores the Name of Primary Class |
SecClass | varchar | NO | Stores the Name of Secondary Class |
BillableProviderFName | varchar | NO | Stores First Name of Billable Provider |
BillableProviderLName | varchar | NO | Stores Last Name of Billable Provider |
BillableProviderMI | char | NO | Stores the first character of Billable Provider Last name |
BillableProviderSuffix | varchar | NO | Stores Suffix of Billable Provider |
BillableProviderPrefix | varchar | NO | Stores Prefix of Billable Provider |
RenderingProviderFName | varchar | NO | Stores Rendering Provider First Name |
RenderingProviderLName | varchar | NO | Stores Rendering Provider Last Name |
RenderingProviderMI | char | NO | Stores the first character of Rendering Provider Last name |
RenderingProviderSuffix | varchar | NO | Stores Rendering Provider Suffix |
RenderingProviderPrefix | varchar | NO | Stores Rendering Provider Prefix |
ReferringProviderFName | char | NO | Stores Referring Provider First Name |
ReferringProviderLName | varchar | NO | Stores Referring Provider Last Name |
ReferringProviderMI | char | NO | Stores the first character of Referring Provider Last name |
ReferringProviderSuffix | varchar | NO | Stores Suffix of Referring Provider |
ReferringProviderPrefix | varchar | NO | Stores Prefix of Referring Provider |
BillableProviderName | varchar | NO | Stores Name of the Billable Provider |
ReferringProviderName | varchar | NO | Stores Name of the Referring Provider |
RenderingProviderName | varchar | NO | Stores Name of the Referring Provider |
fctImmunization
fctImmunization Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is part of composite Primary Key column.. not null.. stores the Patient ID. |
VaccineID | numeric | NO | This column is part of composite Primary Key column.. not null.. stores the Vaccine ID. |
VacSeriesVersionID | numeric | NO | This column is part of composite Primary Key column.. not null.. stores the Vaccine Series Version ID. |
VacSeriesVersionDoseID | numeric | NO | This column is part of composite Primary Key column.. not null.. stores the Vaccine Series Version Dose ID. |
DoseNo | tinyint | NO | This column is part of composite Primary Key column.. stores the Dose Number.. not null. |
VaccineName | varchar | NO | This column stores the Vaccine Name.. not null. |
VacSeriesName | varchar | NO | This column stores the Vaccine Series Name.. not null. |
VacPatID | numeric | YES | This column represents the Vaccine Patient ID. Nullable. |
DoseTypeID | tinyint | NO | This column stores the Dose Type ID.. not null. |
SeriesDefault | tinyint | NO | Specifies if this Vac Series is Default selected for given VaccineID.. not null. |
AdultOrChild | tinyint | NO | Specifies Age group this Vac series applies to. 0=Adult. 1=Childhood and 2=Both.. not null. |
PatAgeInDays | int | YES | This column represents the Patient age in days. Nullable. |
DOB | datetime | YES | This represents the Date Of Birth. Nullable. |
DateGiven | datetime | YES | Datetime field contains Datetime when Vaccine was administered. Nullable. |
DateDue | datetime | YES | Datetime field contains Datetime due for vaccine. Nullable. |
DateOverDue | datetime | YES | Datetime field contains Datetime Overdue for vaccine. Nullable. |
DosePlusCatchUp | datetime | YES | Datetime field contains Dose Plus Catch Up datetime. Nullable. |
DosePlusCatchUpOverDue | datetime | YES | Datetime field contains Dose Plus Catch Up Overdue datetime. Nullable. |
Status | varchar | NO | This column represents the Status. Not null. |
UserID | numeric | YES | This column represents the User ID. Nullable. |
CareProviderID | numeric | YES | This column represents the Care provider ID. Nullable. |
CareProviderName | varchar | YES | This column represents the Care provider name. Nullable. |
VaccineManufacturerID | numeric | YES | This column represents the Vaccine Manufacturer ID. Nullable. |
VaccineManufacturerCode | varchar | YES | This column represents the Vaccine Manufacturer Code. Nullable. |
VaccineManufacturer | varchar | YES | This column represents the Vaccine Manufacturer. Nullable. |
VaccineTradeNameID | numeric | YES | This column represents the Vaccine Trader Name ID. Nullable. |
VaccineTradeName | varchar | YES | This column represents the Vaccine Trader Name. Nullable. |
InjectionSiteID | int | YES | This column represents the Injection site id. Nullable. |
InjectionCode | varchar | YES | This column represents the Injection Code. Nullable. |
InjectionSiteDescription | varchar | YES | This column represents the Injection site description. Nullable. |
DoseRouteID | int | YES | This column represents the Dose Route ID. Nullable. |
DoseRouteCode | varchar | YES | This column represents the Dose Route Code. Nullable. |
RouteDescription | varchar | YES | This column represents the Route description. Nullable. |
LotNum | varchar | YES | Text field to enter Lot Num by User. |
VisDateGiven | datetime | YES | Vaccine Information Statement Date given by User. Nullable. |
VisPubDate | datetime | YES | Vaccine Information Statement Pub date populates based on User selection of VIS Edition. Nullable. |
CreateDate | datetime | YES | This column represents the Create datetime. Nullable. |
Notes | varchar | YES | This column represents the Notes entered. Nullable. |
OrderID | numeric | YES | This column represents the Order Id. Nullable. |
DoseNote | varchar | YES | This column represents the notes related to the Dose. Nullable. |
IsExternal | tinyint | YES | Flag column. Toggles between 0 & 1. |
TimeGiven | datetime | YES | DateTime field contains Time when Vaccine/Dose administered. Nullable. |
DoseAmount | varchar | YES | Text field to contains Dose Amount entered by User. Nullable. |
VacExpDate | datetime | YES | Datetime field contains Exp date for Vaccine. Nullable. |
AltCPT | varchar | YES | Alt CPT code associated with this Dose No. |
PatientConfig | varchar | YES | This column represents the Patient Configuration. The data in this field is SHOW. Nullable. |
QuestionableDose | tinyint | YES | This column represents the Questionable Dose Status.Due to a previous unknown�dose.. the status on this�dose�is�questionable. Nullable. |
VacVFCCodeID | int | YES | This column represents the Vaccines for Children Code ID. Nullable. |
VacCVXCodeID | int | YES | This column represents the Vaccine CVX Code ID. Nullable. |
VFCDescription | varchar | YES | This column represents the Vaccines for Children Description. Nullable. |
CVXDescription | varchar | YES | This column represents the CVX description. Nullable. |
VFCCode | varchar | YES | This column represents the Vaccine For Children Code. Nullable. |
CVXCode | varchar | YES | This column represents the CVX Code. Nullable. |
ImmDateDeclined | datetime | YES | Datetime field contains the Immunization declined date. Nullable. |
ImmNotGivenDecisionID | tinyint | YES | This column represents the Immunization not given decision ID. Nullable. |
ImmNotGivenDecisionDesc | varchar | YES | This column represents the Immunization not given decision description. Nullable. |
DeciderName | varchar | YES | This column represents the Decider name. Nullable. |
ImmNotGivenDeciderStatusID | smallint | YES | This column represents the Immunization not given decider status ID. Nullable. |
ImmNotGivenDeciderStatusDesc | varchar | YES | This column represents the Immunization not given decider status description. Nullable. |
ImmNotGivenNote | nvarchar | YES | This column represents the Immunization not given note. Nullable. |
OtherDecisionMakerName | varchar | YES | Text field to contain name for Decision maker. Nullable. |
PreviousDiseaseMonth | tinyint | YES | This column represents the Previous Disease Month. Nullable. |
PreviousDiseaseDay | tinyint | YES | This column represents the Previous Disease Month. Nullable. |
PreviousDiseaseYear | smallint | YES | This column represents the Previous Disease Year. Nullable. |
DoseCompletionStatusID | int | YES | This column represents the Dose Completion Status ID. Nullable. |
VacHistoricalVaccineSrcID | int | YES | This column represents the Vaccine Historical Vaccine Source ID. Nullable. |
fctInsurance
fctInsurance Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailid | numeric | NO | Primary Key.. Stores ID of the service Detail |
PatientID | numeric | YES | Stores the ID of the Patient |
FromDate | datetime | YES | Stores the Start Date of Insurance |
LocationID | numeric | YES | Stores the ID of the Location |
LocationName | varchar | YES | Stores the Name of the Location |
CareproviderID | numeric | YES | Stores the ID of the CareProvider |
RenderingCareProviderID | numeric | YES | Stores the ID of the RenderingCareProvider |
RenderingCareProvider | varchar | NO | Stores the Name of the RenderingCareProvider |
BillableCareProvider | varchar | NO | Stores the Name of the BillableCareProvider |
ProcedureCode | char | YES | Stores the code of the Procedure |
AlternateProcedureCode | varchar | YES | Stores the code of the Alternate Procedure |
ProcCodeModifierString | varchar | NO | Stores the Modofier string of Procedure Code |
Proceduredescription | varchar | YES | Stores the Name of the Procedure |
PrimaryInsurancePlanClassID | numeric | YES | Stores the ID of PrimaryInsurancePlanClass |
PrimaryInsurancePlanClassDesc | varchar | YES | Stores the Description of PrimaryInsurancePlanClass |
PrimaryInsuranceCompanyID | numeric | YES | Stores the ID of Primary Insurance company |
PrimaryInsuranceCompanyName | varchar | YES | Stores the Name of Primary Insurance Company |
PrimaryInsuranceCoverageID | numeric | YES | Stores the ID of Primary Insurance Coverage |
PrimaryPlanID | numeric | YES | Stores the ID of Primary Plan |
PrimaryPlan | varchar | YES | Stores the name of Primary plan |
PrimaryINSPaidAmount | money | NO | Stores the Paid amount of primary insurance |
PrimaryINSAdjustmentAmount | money | NO | Stores the adjustment amount of primary insurance |
SecondaryInsurancePlanClassID | numeric | YES | Stores the ID of Secondary insurance Plan Class |
SecondaryInsurancePlanClassDesc | varchar | YES | Stores the Description of Secondary insurance Plan Class |
SecondaryInsuranceCompanyID | numeric | YES | Stores the ID of Secondary insurance Company |
SecondaryInsuranceCompanyName | varchar | YES | Stores the Name of Secondary insurance Company |
SecondaryInsuranceCoverageID | numeric | YES | Stores the ID of Secondary insurance Coverage |
SecondaryPlanID | numeric | YES | Stores the ID of secondary Plan |
SecondaryPlan | varchar | YES | Stores the Name of Secondary plan |
SecondaryINSPaidAmount | money | NO | Stores the Paid amount of secondary insurance |
SecondaryINSAdjustmentAmount | money | NO | Stores the Adjustment amount of secondary insurance |
TertiaryINSPaidAmount | money | NO | Stores the Paid amount of Tertiary insurance |
TertiaryINSAdjustmentAmount | money | NO | Stores the Adjustment amount of Tertiary insurance |
IndependentINSPaidAmount | money | NO | Stores the Paid amount of Independant insurance |
IndependentINSAdjustmentAmount | money | NO | Stores the Adjustment amount of Independant insurance |
PatientPayments | money | NO | Stores the amount of payments made by the patient |
OtherPayments | money | NO | Stores the amount of payments made by the patient if any |
NonContractualAdjustments | money | NO | Stores payment that is permitted under the terms of the insurance policy |
numberofdaysorunits | int | NO | Stores the Number of days or Units of service |
CalculatedCharge | money | NO | Stores the total calculated charge |
ProcedureMasterID | numeric | YES | Stores the ID of Procedure Master |
HasInsurancePay | int | NO | Toggles between 1 and 0. 1 if the patient has Insurance Pay |
fctPatientHistory
fctPatientHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Stores the ID of the Patient |
PatHistItemID | numeric | NO | Stores the PatHistItemID from PatHistItem table |
PatHistCatPatHistItemID | numeric | NO | Stores the PatHistCatPatHistItemID from PatHistCatPatHistItem table |
HistoryType | varchar | NO | Stores the Name of the history item if the patient has any |
AltSystem | varchar | YES | Stores the Name of Alternative System |
AltSystemCode | varchar | YES | Stores the code of Alternative System |
ProblemListMember | tinyint | YES | Stores the number of Patient history items added in the problem list |
PatHistCatDescription | varchar | YES | Stores the PatHistCatDescription from PatHistCat table |
Description | varchar | YES | Stores the Description of the Drug allergy for the patient |
CreatedBy | numeric | YES | Stores the ID of the person who created the record |
CreateDate | datetime | YES | Stores the date and time at which the record has been created |
LastChanged | datetime | YES | Stores the date and time at which the record has been edited |
LastChangedBy | numeric | YES | Stores the ID of the User who changes the record last |
DateOfOnset | varchar | YES | Stores Date on which the first clinical symptom was recorded |
Note | varchar | YES | Stores the Note if the patient attaches any |
PatHistProblemListID | numeric | YES | Stores from PatHistProblemListID PatHistProblemList table |
ProblemListLastChanged | datetime | YES | Date on which Problem list was last changed |
ProblemListStatusDesc | varchar | YES | Stores Problem List Status Description from ProblemListStatus table |
PreModifierText | varchar | YES | Stores Pre ModifierText from PatHistModifier table |
PostModifierText | varchar | YES | Stores Post Modifier from PatHistModifier table |
Relation | varchar | YES | Stores Relation from PatHistFamilyRelation table. |
AgeOfOnset | varchar | YES | The age at which Patient developed the symptoms |
fctPatientInsurance
This table stores fctPatientInsurance information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ID | int | NO | This column Primary Key, generates new ID |
Name | varchar | YES | This column contains patienet firstname, middelename, lastname |
FirstName | varchar | YES | This column contains patient firstname |
MiddleName1 | varchar | YES | This column contains patient middelename |
LastName | varchar | YES | This column contains patient lastname |
MaidenName | varchar | YES | This column contains Maidenname |
PatientID | numeric | YES | This column stores PatientID from Patient table |
PersonID | numeric | YES | This column stores PersonID from Person table |
AddressLine1 | varchar | YES | This column stores AddressLine1 of patient |
AddressLine2 | varchar | YES | This column stores AddressLine2 of patient |
City | varchar | YES | This column stores City of patient |
State | varchar | YES | This column stores State of patient |
PostalCode | varchar | YES | This column stores PostalCode of patient |
County | varchar | YES | This column stores County of patient |
Country | varchar | YES | This column stores Country of patient |
DateOfBirth | datetime | YES | This column stores DateOfBirth of patient |
Sex | varchar | YES | This column stores Sex of patient |
Race | varchar | YES | This column stores Race of patient |
Ethnicity | varchar | YES | This column stores Ethnicity of patient |
SSN | varchar | YES | This column stores SSN of patient |
AssignmentOfBenefits | varchar | YES | This column stores AssignmentOfBenefits of patient |
Age | int | YES | This column stores Age of patient |
PrimaryPhone | varchar | YES | This column stores PrimaryPhone of patient |
IsCareProvider | int | YES | This column stores IsCareProvider 0 or 1 |
Credentials | varchar | YES | This column stores Credentials of patient |
DeceasedFlag | varchar | YES | This column stores DeceasedFlag of patient |
DateDeceased | datetime | YES | This column stores DateDeceased of patient |
DriverLicNum | varchar | YES | This column stores DriverLicNum of patient |
Email1 | varchar | YES | This column stores Email1 of patient |
EmployerName | varchar | YES | This column stores EmployerName of patient |
MaritalStatus | varchar | YES | This column stores MaritalStatus of patient |
Cell | varchar | YES | This column stores Cell of patient |
Fax | varchar | YES | This column stores Fax of patient |
HomePhone | varchar | YES | This column stores HomePhone of patient |
Pager | varchar | YES | This column stores Pager of patient |
PrimaryWorkPhone | varchar | YES | This column stores PrimaryWorkPhone of patient |
NickName | varchar | YES | This column stores NickName of patient |
PreferredProviderID | numeric | YES | This column stores preffered ProviderId |
PreferredProvider | varchar | YES | This column stores preffered ProviderName |
NationalProviderID | varchar | YES | This column stores national providerId |
Prefix | varchar | YES | This column stores Prefix of patient |
Suffix | varchar | YES | This column stores Suffix of patient |
PrimaryLanguage | varchar | YES | This column stores PrimaryLanguage of patient |
PreferredCommunications | varchar | YES | This column stores PreferredCommunications of patient |
ReleaseOfInformation | char | YES | This column stores ReleaseOfInformation of patient |
Religion | varchar | YES | This column stores Religion of patient |
PreferredPharmacyID | numeric | YES | This column has logical FK to Pharmacy Table PharmacyID to assigned preffered Pharmacy for the Patient. This column serves tha same purpose like PharmacyId Column but populates from Information page Nullable |
NextApptDate | datetime | YES | This column stores next appointment date |
StatementReceiverID | numeric | YES | This column stores statement receiverid |
PriCompanyID | numeric | YES | Stores the ID of Primary Company |
PriCompany | varchar | YES | Stores the Name of Primary Company |
PriPlanID | numeric | YES | Stores the ID of Primary Plan |
PriPlan | varchar | YES | Stores the Name of Primary Plan |
PriGroupNumber | varchar | YES | Stores the Primary Group number |
PriPolicyNumber | varchar | YES | Stores the Primary Policy number |
PriInsured | varchar | YES | Stores the Primary Insurance |
PriInsuredRel | varchar | YES | Stores the Primary Insurance relation |
PriPlanAddr1 | varchar | YES | Stores the Primary Plan address1 |
PriPlanAddr2 | varchar | YES | Stores the Primary Plan address2 |
PriPlanCity | varchar | YES | Stores the Primary Plan city |
PriPlanState | varchar | YES | Stores the Primary Plan state |
PriPlanZip | varchar | YES | Stores the Primary Plan zip |
PriCityStateZip | varchar | YES | Stores the Primary Plan citystate zip number |
PriPlanBillingPhone | varchar | YES | Stores the Primary Plan billing phone number |
PriPlanEligibilityPhone | varchar | YES | Stores the Primary Plan eligibility phone number |
PriPlanAuthorizationPhone | varchar | YES | Stores the Primary Plan authorization phone number |
PriInsuranceType | varchar | YES | Stores the Primary Plan Insurance type |
SecCompanyID | numeric | YES | Stores the Secondary Company |
SecCompany | varchar | YES | Stores the Name of Secondary Company |
SecPlanID | numeric | YES | Stores the ID of Secondary Plan |
SecPlan | varchar | YES | Stores the Name of Secondary Plan |
SecGroupNumber | varchar | YES | Stores the Secondary Group number |
SecPolicyNumber | varchar | YES | Stores the Primary Policy number |
SecInsured | varchar | YES | Stores the Secondary Insurance |
SecInsuredRel | varchar | YES | Stores the Secondary Insurance relation |
SecPlanAddr1 | varchar | YES | Stores the Secondary Plan address1 |
SecPlanAddr2 | varchar | YES | Stores the Secondary Plan address2 |
SecPlanCity | varchar | YES | Stores the Secondary Plan city |
SecPlanState | varchar | YES | Stores the Secondary Plan state |
SecPlanZip | varchar | YES | Stores the Secondary Plan zip |
SecCityStateZip | varchar | YES | Stores the Secondary Plan citystate zip number |
SecPlanBillingPhone | varchar | YES | Stores the Secondary Plan billing phone number |
SecPlanEligibilityPhone | varchar | YES | Stores the Secondary Plan eligibility phone number |
SecPlanAuthorizationPhone | varchar | YES | Stores the Secondary Plan authorization phone number |
SecInsuranceType | varchar | YES | Stores the Secondary Plan Insurance type |
FinRespOtherID | numeric | YES | Stores the fin response otherId number |
FinRespPatientID | numeric | YES | Stores the fin response PatientID |
FinRespName | varchar | YES | Stores the fin response Name |
FinRespFirstName | varchar | YES | Stores the fin response FirstName |
FinRespLastName | varchar | YES | Stores the fin response LastName |
FinRespMiddleName | varchar | YES | Stores the fin response MiddleName |
FinRespAddr1 | varchar | YES | Stores the fin response AddressLine1 |
FinRespAddr2 | varchar | YES | Stores the fin response AddressLine2 |
FinRespCity | varchar | YES | Stores the fin response City |
FinRespState | varchar | YES | Stores the fin response State |
FinRespZip | varchar | YES | Stores the fin response Zip |
FinRespDOB | datetime | YES | Stores the fin response DateOfBirth |
FinRespPhone | varchar | YES | Stores the fin response Phone number |
FinRespPrimaryWorkPhone | varchar | YES | Stores the fin response PrimaryWorkPhone |
FinRespCell | varchar | YES | Stores the fin response cell number |
FinRespFax | varchar | YES | Stores the fin response Fax number |
FinRespHomePhone | varchar | YES | Stores the fin response HomePhone Number |
FinRespPager | varchar | YES | Stores the fin response pager |
FinRespEmail1 | varchar | YES | Stores the fin response Email1 |
FinRespSSN | varchar | YES | Stores the fin response SSN number |
FinRespRelation | varchar | YES | Stores the fin response Relation |
FinRespEmployer | varchar | YES | Stores the fin response Employer name |
PatientStatusID | bigint | YES | Stores the Patient Status ID value |
PatientStatusEffectiveDateTime | datetime | YES | Stores the Patient Status Effective DateTime value |
DuplicatePatientID | numeric | YES | This column stores DuplicatePatientID of patient |
fctPerAssociation
fctPerAssociation Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | This column stores PersonID details |
NextOfKinPerID | numeric | NO | Next of Kin Person ID |
AssociationTypeID | numeric | NO | This column stores AssociationTypeID |
SeqNo | tinyint | NO | Sequence numbers |
AssociationShortDesc | char | NO | Short Association Description |
AssociationFullDesc | varchar | NO | Full Association description |
RelationTypeID | numeric | NO | This column stores RelationTypeID value |
RelationShipDesc | varchar | NO | Realtionship description |
fctPerson
This table stores fctPerson information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | This column contains PersonID relation to the table Person |
PatientID | numeric | NO | This column stores Patient ID |
FirstNameLastName | varchar | NO | This column stores first name and last name |
LNameFName | varchar | NO | Stores first name and last name |
Prefix | varchar | YES | This column has logical FK to Prefixes Table PrefixID.. Nullable |
FirstName | varchar | YES | This column stores First name |
MiddleName1 | varchar | YES | This column Stores MiddleName1 |
MiddleName2 | varchar | YES | This column Stores MiddleName2 |
LastName | varchar | YES | This column Stores LastName |
Suffix | varchar | YES | |
NickName | varchar | YES | This column Stores NickName |
OrgPatientID | varchar | YES | This column Stores Orginal Patient ID |
AltPatientID | varchar | YES | Contains an Alternate ID for the patient. References another Patient Table Row.Nullable |
DateOfBirth | datetime | YES | This column Stores Date Of Birth |
Age | int | YES | This column Stores Age |
Address1 | varchar | YES | This column Stores Address1 of teh Person |
Address2 | varchar | YES | This column Stores Address2 of teh Person |
City | varchar | YES | This column Stores City of the person |
State | varchar | YES | |
Country | varchar | NO | This column Stores Country of the person |
County | varchar | YES | County uses PS page (Registration-Info). Nullable |
PostalCode | varchar | YES | This column Stores PostalCode of the person |
HomePhone | varchar | YES | This column Stores Home Phone of the person |
PrimaryPhone | varchar | YES | This column Stores Primary Phone of the person |
PrimaryWorkPhone | varchar | YES | This column Stores Primary Work Phone of the person |
CellPhone | varchar | YES | This column Stores CellPhone of the person |
IsFullAddress | tinyint | YES | Toggles between 1 and 0 |
LastUpdated | datetime | YES | This column Stores Last Updated DateTime |
AssignmentOfBenefits | varchar | YES | This column Stores Assignment Benefits of the person |
DriverLicNum | varchar | YES | Stores the Driver Licence Number |
DriverLicState | varchar | YES | Stores the Driver Licence State |
CredentialsString | varchar | YES | Stores the Person primary language ID |
PrimaryLanguage | varchar | YES | Stores the Person Primary language value |
varchar | YES | Stores the Person EMail value | |
MaidenName | varchar | YES | This column Stores Maiden Name |
MaritalStatus | varchar | YES | Stores the Marital Status for the Person |
Religion | varchar | YES | Stores the Religion value |
FaxNumber | varchar | YES | |
Pager | varchar | YES | Stores the Number of Pager |
Race | varchar | YES | Stores the Race value |
ReleaseOfInformation | char | YES | Toggles between Y and N |
Sex | varchar | YES | Stores the Sex value |
SSN | varchar | YES | Stores the Patient SSN |
PatDeathFlag | int | YES | Toggles between 1 and 0 |
PatDeathTime | datetime | YES | Stores the Patient Patient Death Time |
CareProviderID | numeric | YES | Stores the Care Provider ID |
CareProviderName | varchar | YES | Stores the Care Provider Name |
PrimaryEmployer | varchar | YES | Stores the Primary Employer |
Ethnicity | varchar | YES | |
PreferredCommunications | varchar | YES | Stores the Preferred Communications value |
TimeOfBirth | datetime | YES | Stores the Time Of Birth value |
PatientStatusID | bigint | YES | Stores the Patient Status ID value |
PatientStatusEffectiveDateTime | datetime | YES | Stores the Patient Status Effective DateTime value |
DuplicatePatientID | numeric | YES | Stores the Duplicate PatientID value |
PublicityCodeDesc | varchar | YES | Stores the Publicity Code Description value |
SexualOrientation | varchar | YES | Stores the Sexual Orientation |
GenderIdentity | varchar | YES | Stores the GenderIdentity value |
fctPersonEthnicity
This table stores fctPersonEthnicity information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | This column contains PersonID relation to the table Person |
Ethnicity1 | varchar | NO | Stores Name of the Ethnicity1 which patient belongs to |
Ethnicity2 | varchar | YES | Stores Name of the Ethnicity2 which patient belongs to |
Ethnicity3 | varchar | YES | Stores Name of the Ethnicity3 which patient belongs to |
Ethnicity4 | varchar | YES | Stores Name of the Ethnicity4 which patient belongs to |
Ethnicity5 | varchar | YES | Stores Name of the Ethnicity5 which patient belongs to |
Ethnicity6 | varchar | YES | Stores Name of the Ethnicity6 which patient belongs to |
Ethnicity7 | varchar | YES | Stores Name of the Ethnicity7 which patient belongs to |
Ethnicity8 | varchar | YES | Stores Name of the Ethnicity8 which patient belongs to |
Ethnicity9 | varchar | YES | Stores Name of the Ethnicity9 which patient belongs to |
Ethnicity10 | varchar | YES | Stores Name of the Ethnicity10 which patient belongs to |
fctPersonRace
This table stores fctPersonRace information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | This column contains PersonID relation to the table Person |
Race1 | varchar | NO | Stores Name of the Race1 which patient belongs to |
Race2 | varchar | YES | Stores Name of the Race2 which patient belongs to |
Race3 | varchar | YES | Stores Name of the Race3 which patient belongs to |
Race4 | varchar | YES | Stores Name of the Race4 which patient belongs to |
Race5 | varchar | YES | Stores Name of the Race5 which patient belongs to |
Race6 | varchar | YES | Stores Name of the Race6 which patient belongs to |
Race7 | varchar | YES | Stores Name of the Race7 which patient belongs to |
Race8 | varchar | YES | Stores Name of the Race8 which patient belongs to |
Race9 | varchar | YES | Stores Name of the Race9 which patient belongs to |
Race10 | varchar | YES | Stores Name of the Race10 which patient belongs to |
fctVisitInsurance
This table stores fctVisitInsurance information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ID | int | NO | This column Primary Key, generates new ID |
VisitID | numeric | YES | This column stores visitId from Visit table |
RenderingProvider | varchar | YES | This column stores rendering provider name |
PriPlanID | numeric | YES | Stores the ID of Primary Plan |
PriCompanyID | numeric | YES | Stores the ID of Primary Company |
PriCompany | varchar | YES | Stores the Name of Primary Company |
PriPlan | varchar | YES | Stores the Name of Primary Plan |
PriGroupNumber | varchar | YES | Stores the Primary Group number |
PriPolicyNumber | varchar | YES | Stores the Primary Policy number |
PriInsured | varchar | YES | Stores the Primary Insurance |
PriInsuredRel | varchar | YES | Stores the Primary Insurance relation |
PriPlanAddr1 | varchar | YES | Stores the Primary Plan address1 |
PriPlanAddr2 | varchar | YES | Stores the Primary Plan address2 |
PriCityStateZip | varchar | YES | Stores the Primary Plan citystate zip number |
PriInsuranceType | varchar | YES | Stores the Primary Plan Insurance type |
SecPlanID | numeric | YES | Stores the ID of Secondary Plan |
SecCompanyID | numeric | YES | Stores the Secondary Company |
SecCompany | varchar | YES | Stores the Name of Secondary Company |
SecPlan | varchar | YES | Stores the Name of Secondary Plan |
SecGroupNumber | varchar | YES | Stores the Secondary Group number |
SecPolicyNumber | varchar | YES | Stores the Primary Policy number |
SecInsured | varchar | YES | Stores the Secondary Insurance |
SecInsuredRel | varchar | YES | Stores the Secondary Insurance relation |
SecPlanAddr1 | varchar | YES | Stores the Secondary Plan address1 |
SecPlanAddr2 | varchar | YES | Stores the Secondary Plan address2 |
SecCityStateZip | varchar | YES | Stores the Secondary Plan citystate zip number |
SecInsuranceType | varchar | YES | Stores the Secondary Plan Insurance type |
fctVocabOBXAdmin
fctVocabOBXAdmin Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Name | varchar | YES | This column stores Name |
ConceptID | numeric | YES | This column stores ConceptID value |
Enabled | tinyint | YES | Toggles between 0 to 1 |
fctVocabOrdAdmin
fctVocabOrdAdmin Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Name | varchar | YES | This column stores Name |
ConceptID | numeric | YES | This column stores ConeptID value |
Enabled | tinyint | YES | Toggles between 0 to 1 |
fctVocabUOMAdmin
fctVocabUOMAdmin Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Name | varchar | YES | This column stores Name |
ConceptID | numeric | YES | This column store ConceptID value |
Enabled | tinyint | YES | Toggles between 0 to 1 |
FeeSchedule
This table is used in PrimeSuite to store the fee schedule details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ContractFeeScheduleID | numeric | NO | Numeric column that contains Contract Fee Schedule Id. |
FeeScheduleName | varchar | NO | Column conatins name of the Fee Schedule. |
ExpirationDate | datetime | YES | Nullable , datetime column that contains the expiration date of fee . Nullable Default: 0 |
MedRegion | varchar | YES | Column contains the medical region the fee schedule belongs to. Nullable |
IsMedicare | int | YES | Column indicates if fee schedule belongs to medicare or not.. Nullable Default: 0 |
FeeScheduleType | numeric | YES | Numeric column indicates the fee schedule type. Corresponds to values in dbo.feeScheduleAllowedType. Nullable |
FeeSchedulePercentage | numeric | YES | Nullable , numeric column contains the fee schedule percentage. Nullable |
FeeScheduleBaseID | numeric | YES | Nullable , numeric column contains fee schedule base id. Nullable |
MedicareYearID | numeric | YES | Nullable , numeric column conatins the medicare year id. Nullable |
EffectiveDate | datetime | YES | Datetime column contains the date fee schedule is effective from. Nullable |
FeeScheduleInsPercentage | numeric | YES | Nullable , numeric column contains the insurance percentage of fee schedule . Nullable |
IsCapitated | tinyint | YES | Nullable column indicates if fee schedule is capitated one. Nullable |
MedicareVersionDate | datetime | YES | Date time column contains medicare version date. Nullable |
FeeScheduleAllowedType
This table is used in PrimeSuite to store the allowed fee schedule types.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FeeScheduleAllowTypeID | numeric | NO | Unique Numeric column containing aloowed fee schedule type id. |
FeeScheduleAllowDesc | varchar | NO | Column contains description of fee schedule type. |
FeeScheduleContract
This table is used in PrimeSuite to store fee schedule contract details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ContractID | numeric | NO | Numeric column contains unique contract id. |
ContractName | varchar | NO | Column contains description of contract. |
ContractFeeScheduleID | numeric | YES | Nullable , numeric column contains Contract Fee Schedule Id. Value is used in dbo.FeeSchedule. Nullable |
CapitatedFlag | int | NO | Flag indicates if capitated or not.Default value is 0. Default: 0 |
RoundedFlag | int | NO | Flag indicates if rounded or not. Default Value is 0. Default: 0 |
EffectiveDate | datetime | NO | Date time column contains the date contract is effective from. |
ExpirationDate | datetime | YES | Date time column contains the expiration date of contract. can be NULL. Nullable |
FeeScheduleProcedure
This table is used in PrimeSuite for storing fee schedule procedure details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FeeScheduleProcedureID | numeric | NO | Numeric column containing a unique fee schedule procedure id. Identity / Auto increment |
ContractFeeScheduleID | numeric | NO | Numeric column containing contract fee schedule id. Corresponds to values in dbo.feeSchedule and dbo.FeeScheduleContract. |
ProcedureMasterID | numeric | NO | Numeric column containing procedure master id. Corresponds to values contained in dbo.ProceduremasterInfo. |
FeeScheduleAllowTypeID | numeric | NO | Numeric column indicates the fee schedule type. Corresponds to values in dbo.feeScheduleAllowedType. |
FeeScheduleAllowValue | numeric | NO | Numeric value containing amount allowed for the fee schedule type. |
FeeScheduleMedicareRefID | numeric | YES | Numeric value containing the medicare reference id for fee schedule. Nullable |
EffectiveDate | datetime | NO | Date time column indicating the effective date for fee schedule. |
FeeScheduleInsPercentage | numeric | YES | Nullable , numeric column contains the insurance percentage of fee schedule . Nullable |
FacilityAllowedAmount | numeric | YES | Numeric , nullable column containing the allowed amount for facility. Nullable |
MedicareYearID | numeric | YES | Nullable , numeric column conatins the medicare year id. Nullable |
Modifier | varchar | YES | Nullable column containing modifier. Nullable |
GMTMedRegID | numeric | YES | Nullable , numeric column containg the GMT medical registration id. Nullable |
MedicareVersionDate | datetime | YES | Nullable , datetime column containing the medicare version date. Nullable |
FeeScheduleProviderLocation
FeeScheduleProviderLocation Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ContractID | numeric | NO | Numeric column contains unique contract id. |
CareProviderID | numeric | NO | PK which contains unique CareProviderID. |
LocationID | numeric | NO | PK which contains unique Location ID. |
InsurancePlanID | numeric | NO | PK which contains unique InsurancePlan ID. |
UserID | numeric | NO | User who has sent to IIS. has logical FK to User Table UserID.References: dbo.Users |
CreateDate | datetime | NO | Datetime when submited Initialy |
FlowSheet
Contains list of all Flowsheet System/User created, managed and configured using UI from Chart Flowsheet Admin module/page.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FlowSheetID | numeric | NO | Primary key. identity column starts from 1000. <1000 system provided and. >=1000 user created. Identity / Auto increment |
FlowSheetName | varchar | NO | Name of Flowsheet |
AllData | tinyint | NO | Toggles between 1 and 0. 1=All Data Radio button selected. 0=User specified time interval |
TimeValue | int | NO | 0 if Alldata column has 1 otherwise specifies User defined Time interval value |
TimeUnits | varchar | NO | Blank if Alldata column has 1 otherwise specifies User defined Time interval units from either Days/Weeks/Months/Years to go woth TimeValue data |
Description | varchar | NO | Flowsheet description |
CreatedBy | numeric | NO | logical FK to Users Table UserID who created this Flowsheet |
CreateDate | datetime | NO | Datetime record got created |
LastChangedBy | numeric | NO | logical FK to Users Table UserId who modified the flowsheet |
LastChangedDate | datetime | NO | Datetime when modify the entry |
Enabled | tinyint | NO | toggles between 1 and 0. 1=display. 0=hide |
SystemFlowsheet | bit | YES | Toggles between 1 and 0. 1=System provided flowsheet. 0=User created. Nullable Default: 0 |
GroupByDateTime | bit | YES | Toggles between 1 and 0. 1=Split flowsheet entries by date/time check box selected. 0= check box not checked. Nullable |
FlowSheetHeader
FlowSheetHeader Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FlowSheetHeaderID | numeric | NO | Primary Key Identity column: Auto increment |
FlowSheetID | numeric | NO | FK to Flowsheet table column FlowSheetID: REFERENCES dbo.FlowSheet |
SeqNo | smallint | NO | Sequence number |
HeaderText | varchar | NO | Header text |
FlowSheetHeaderHistory
FlowSheetHeaderHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FlowSheetHistoryID | numeric | NO | Flowsheet history ID |
FlowSheetHeaderID | numeric | NO | Flowsheet Header ID |
FlowSheetId | numeric | NO | FlowsheetID from dbo.Flowsheet table |
SeqNo | smallint | NO | Sequence number |
HeaderText | varchar | NO | Header Text |
HistoryAction | char | YES | History Action |
FlowSheetHeaderMember
FlowSheetHeaderMember Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FlowSheetHeaderID | numeric | NO | FK to dbo.FlowSheetHeader table FlowSheetHeaderID column |
FlowSheetID | numeric | NO | FK to dbo.FlowSheetHeader table FlowSheetID column |
OBXConceptID | numeric | NO | FK to dbo.OBXAdmin table OBXConceptID column |
SeqNo | smallint | NO | Sequence number |
FlowSheetLabel | varchar | NO | Flowsheet label |
FlowSheetHeaderMemberHistory
FlowSheetHeaderMemberHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FlowSheetHistoryID | numeric | NO | This column stores FlowssheetHistoryID value |
FlowSheetHeaderID | numeric | NO | This column stores FlowssheetHeaderID value |
FlowSheetID | numeric | NO | This column stores FlowssheetID value |
OBXConceptID | numeric | YES | This column stores OBXConceptID value |
SeqNo | smallint | NO | Sequence Number |
FlowSheetLabel | varchar | NO | Flowsheet label |
HistoryAction | char | NO | History action |
FlowSheetHistory
FlowSheetHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FlowSheetHistoryID | numeric | NO | Primary Key Identity column: Auto increment |
FlowSheetID | numeric | NO | dbo.Flowsheet table identity column |
FlowSheetName | varchar | NO | Flowsheet name |
AllData | tinyint | NO | This column stores All Data |
TimeValue | int | NO | This column stores Time value details |
TimeUnits | varchar | NO | This column stores Time unit details |
Description | varchar | NO | Description |
CreatedBy | numeric | NO | Created by user id value |
CreateDate | datetime | NO | Created date |
LastChangedBy | numeric | NO | Last changed user ID value |
LastChangedDate | datetime | NO | Last changed date |
Enabled | tinyint | NO | Toggles between 0 to 1 |
HistoryDate | datetime | NO | History Date |
HistoryUser | numeric | NO | History User |
HistoryAction | char | YES | History action |
FlowSheetMember
FlowSheetMember Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FlowSheetID | numeric | NO | FK relation to FlowSheet Table FlowSheetID. References: dbo.FlowSheet |
ConceptID | numeric | NO | FK relation to Concept Table ConceptID. References: dbo.Concept |
ConceptTypeID | tinyint | NO | FK relation to ConceptType Table ConceptTypeID. defines type for ConceptID. References: dbo.ConceptType |
SynID | numeric | NO | SynId related to ConceptID if User has choosen Syn associated with ConceptID |
SeqNo | smallint | NO | SeqNo increased by 1 inconjuction with FlowSheetHeader Table SeqNo |
FlowSheetLabel | varchar | NO | FlowSheet Label/Concept Name |
FlowSheetMemberHistory
FlowSheetMemberHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FlowSheetHistoryID | numeric | NO | This column stores FlowsheetHistoryID value |
FlowSheetID | numeric | NO | dbo.Flowsheet table identity column |
ConceptID | numeric | NO | dbo.Concept table identity column |
ConceptTypeID | tinyint | YES | dbo.ConceptType table identity column |
SynID | numeric | NO | This column stores SynID value |
SeqNo | smallint | NO | Sequence number |
FlowSheetLabel | varchar | NO | Flowsheet Label |
HistoryAction | char | NO | History Action |
FlowSheetPatient
Bridge table to join Patient and FlowSheet Tables. Populates data when User selects any FlowSheet and assigned to Patient using FaceSheet FlowSheet module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column stores PatientID from patient table |
FlowSheetID | numeric | NO | This column stores FlowSheetID from flowsheet table |
CreateUser | numeric | NO | This column insert created user ID |
CreateDate | datetime | NO | This column insert created date |
FlowSheetUser
FlowSheetUser Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UserID | numeric | NO | Primary key. logical FK relation to User Table UserID |
FlowSheetID | numeric | NO | Primary key. FK relation to FlowSheet Table FlowSheetID. References: dbo.FlowSheet |
FormAddQuestionData
This table is used in PrimeSuite to map the relationship between form and question.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FormRelationID | bigint | NO | BigInt value contains FormRelationId. Contains values from dbo.FormPageSectionDetails.. References: dbo.FormPageSectionDetails |
QuestionID | bigint | NO | BigInt value contains question Id. Contains values from dbo.FormQuestionMaster.. References: dbo.FormQuestionMaster |
CatItemID | bigint | NO | Big Int value that conatins PatientHistory CatItemId. |
AliasName | varchar | YES | Nullable column . conatins an alias name .. Nullable |
FormPatientDemographicStatus
FormPatientDemographicStatus Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Stores the ID of Patient |
MatchedFields | varchar | YES | Stores if there are any matching fields of the patient |
DemographicInformationStatus | varchar | NO | Stores the status of the demographic inormation of the patient |
LastModifiedDate | smalldatetime | YES | Stores the Date and time when the data has been modified last |
Gender
Gender Lookup Table used to support build fctPatientPerson
ColumnName | DataType | Nullable | Description |
---|---|---|---|
GenderID | numeric | NO | Primary key, identity column Identity / Auto increment |
LocalName | varchar | NO | Text field to populate Local Name for Gender |
StandardName | varchar | NO | Text filed to contain Standard Name for Gender |
Description | char | NO | Text field to contains description for Gender |
IsDefaultField | int | NO | Flag, Stores 0 or 1 |
Enabled | int | NO | Toggles between 1 and 0 Nullable Default: 1 |
GenderCodingSystem
This table stores information about gender details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | primary key , has FK to Codingsystem Table CodingSystemId References: dbo.Codingsystem |
GenderID | numeric | NO | primary key, has FK to Gender Table GenderID References: dbo.Gender |
Code | varchar | NO | this column stores the gender code |
CodeDisplayName | varchar | YES | this column stores the GenderName Nullable |
SNOMEDCode | varchar | YES | Indicates the SNOMED Code for Gender Coding System from VSAC link |
FHIRCode | varchar | YES | Indicates the Code for EDH Mapping |
GenderIdentity
Gender Identity (Male, Female, Other Preferences) Lookup Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
GenderIdentityID | int | NO | Primary Key Identity / Auto increment |
GenderIdentityDesc | varchar | NO | Gender Identity Description |
IsEnabled | bit | NO | Fag, IsEnabled (0/1), used to filter obsolete items. |
DisplayOrder | int | YES | Indicates the display order for Gender Identity |
GenderIdentityCodingSystem
Lookup Table for the CodingSystem used to support Gender Descriptions Used in Prime Suite.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
GenderIdentityID | int | NO | Primary Key, Foreign Key to GenderIdentity References: dbo.GenderIdentity |
CodingSystemID | numeric | NO | Primary Key, Foreign Key References CodingSystem Table. References: dbo.Codingsystem |
CodeID | varchar | NO | Gender Code based on CodingSystem specification. |
GeneticScanOrder
This table stores GeneticScanOrder information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
GeneticScanOrderID | numeric | NO | This column Primary key, stores GeneticScanOrderID |
PatientID | numeric | YES | This column stores PatientID from patient table |
CareProviderID | numeric | YES | This column stores CareProviderID from CareProvider table |
OrderID | varchar | YES | This column stores OrderID from Order table |
PhysicianID | varchar | YES | This column stores PhysicianID |
ProductID | varchar | YES | This column stores ProductID from Product table |
ProductName | varchar | YES | This column stores ProductName from Product table |
OrderStatus | varchar | YES | This column stores OrderStatus |
OrderDate | datetime | YES | This column stores OrderDate |
ReadyDate | datetime | YES | This column stores ReadyDate |
Createdate | datetime | YES | This column insert created date |
LastModifiedDate | datetime | YES | This column insert LastModified date |
Enabled | tinyint | YES | This column insert Enabled 0 or 1 |
BatchGUID | varchar | YES | This column insert BatchGUID number |
GPVisitReadyForBillingStatus
This table is used for check the billing status for visit ready
ColumnName | DataType | Nullable | Description |
---|---|---|---|
GPBillingStatusID | int | NO | Primary Key |
Description | varchar | NO | looks like toggles between 0, 1 and 2. 0 for Not Submitted, 1 for Submitted, 2 for Charges Modified |
Guarantor
Links patient to other person records and the relationship from GuarantorPatientTypes
ColumnName | DataType | Nullable | Description |
---|---|---|---|
GuarantorID | numeric | NO | Primary Key.. Stores the ID of Guarantor |
PatientID | numeric | NO | Stores the ID of Patient |
GuarantorPersonID | numeric | NO | Stores the ID of the Person |
Enabled | int | NO | Toggles between 1 and 0. 1 if the guarantor is enabled |
GuPatTypeID | numeric | NO | Stores ID of GuPatType like self.. Spouse.. Child.. Other from GuarantorPatientTypes table |
GuarantorPatientTypes
Lookup table for use in Guarantor table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
GuPatTypeID | numeric | NO | Primary key |
Name | varchar | NO | Gurantor type name |
HCPCSCodeLibrary
HCPCSCodeLibrary Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
HCPCSCodeLibraryID | numeric | NO | Primary Key Identity column: Auto increment |
Description | varchar | NO | Description |
HCPCS | varchar | YES | HCPCS code |
SNOMED | varchar | YES | SNOMED value |
HistoryVocabEOrdersMigration_OrdReqTransaction
HistoryVocabEOrdersMigration_OrdReqTransaction Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqTransactionID | numeric | NO | Primary Key Identity column: Auto Increment |
OrdReqID | numeric | NO | This column stores OrdReqID value |
InterfaceProviderRoleID | numeric | NO | This column stores InterfaceProviderRoleID value |
RxTxTransactionNo | varchar | NO | This column stores RxTxTransaction number |
OrdReqTransactionStatusID | tinyint | NO | This column stores OrdReqTransactionStatusID value |
CreateDate | datetime | NO | Record created date |
UserID | numeric | NO | Record created user Id |
LastChangedDate | datetime | NO | Last changed date |
LastChangedBy | numeric | NO | Last changed user Id |
DataSourceId | numeric | YES | This column stores DataSourceId value |
PracticeLocationID | numeric | YES | This column stores PreacticeLocationID value |
LabAccountID | numeric | YES | This column stores LabAccountID value |
DataSourceFacilityID | numeric | YES | This column stores DataSourceFacilityID value |
HomePregnancyTest
HomePregnancyTest Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
HomePregnancyTestID | numeric | NO | Primary Key Identity column: Auto Increment |
HomePregnancyTestDesc | varchar | NO | Description of test |
HRABin
This table stores HRABin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
HRABinID | int | NO | This column contains HRABinID |
BinCategoryID | smallint | NO | This column contains the Category ID |
HRAHeaderTxID | int | YES | Stores HRAHeaderTxID in this column |
HRAPatientTxID | int | YES | Stores HRAPatientTxID in this column |
HRAStatusTypeID | smallint | YES | Stores HRAStatusTypeID in this column |
HRAPatientTxStagingGUID | uniqueidentifier | YES | Stores HRAPatientTxStagingGUID in this column |
HRAPatientTxStagingMPID | int | YES | Stores HRAPatientTxStagingMPID in this column |
ModifiedDate | datetime | NO | This column store last Modified date |
BinTypeID | NA | NO | This contains information about the bin type to which the document belongs |
FileType | NA | NO | This is an additional field added into the query to help the 'Document Converter Tool' to help classify the document type for related file generation |
DocFileData | NA | NO | This column contains all the fields apart from the Document Image(Binary) from the respective table in xml format |
DocFileImage | NA | NO | This column contains the Document Image filed (Binary) from the respective table in xml format |
Note: The last 3 columns are included for use by the Document Converter Tool during the document conversion process and are not expected to be imported into the new database
HRAHeaderTx
HRAHeaderTx Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
HRAHeaderTxID | int | NO | Primary Key Identity column: Auto Increment |
SentDateTime | smalldatetime | NO | Sent Date and Time |
IntSenderReceiverID | int | NO | FK to dbo.IntSenderReceiver table IntSenderReceiverID column |
HRAHeaderTxStagingGUID | uniqueidentifier | NO | Unique id value for HRAHeader transaction staging |
CreatedDate | datetime | NO | Created date |
HRAPatientTx
HRAPatientTx Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
HRAPatientTxID | int | NO | Primary key. Identity column. A unique identifier for each patient health risk assessment transaction. |
HRAHeaderTxID | int | NO | Logical FK to HRAHeaderTx table HRAHeaderTxID. Identifier for the header transaction associated with the health risk assessment. |
PatientID | numeric | NO | Logical FK to PatientID table PatientID. Identifier for the patient who underwent the health risk assessment. |
MessageControlID | varchar | NO | An ID for controlling the message related to the health risk assessment. |
ProgramID | int | YES | Identifier for the program or initiative related to the health risk assessment. Nullable |
Reviewed | bit | NO | A flag(0/1) indicating whether the assessment has been reviewed. |
HRAPatientTxStagingGUID | uniqueidentifier | NO | A globally unique identifier (GUID) associated with the patient health risk assessment staging. |
CreatedDate | datetime | NO | Date and time when the patient health risk assessment transaction was created. |
HRARecommendation
HRARecommendation Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
HRAPatientTxID | int | NO | This column stores HRAPatientTxID value |
HealthWellnessCoach | bit | NO | This column stores HealthWellnessCoach value |
PrimaryCarePhysician | bit | NO | This column stores PrimaryCarePhysician value |
SpecialtyPhysician | bit | NO | This column stores SpecialtyPhysician value |
DiseaseManagement | bit | NO | This column stores DiseaseManagement value |
Dietician | bit | NO | This column stores Dietician value |
FitnessCenter | bit | NO | This column stores FitnessCenter value |
ScheduleAppointment | bit | NO | This column stores ScheduleAppointment value |
NoFurtherActionNecessary | bit | NO | This column stores NoFurtherActionNecessary value |
MemberDeclinedReview | bit | NO | This column stores MemberDeclinedReview value |
Other | bit | NO | This column stores Other value |
OtherRecommendation | nvarchar | YES | This column stores OtherRecommendation value |
ClinicalDocumentID | numeric | YES | This column stores ClinicalDocumentID value |
HRASectionTx
HRASectionTx Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
HRASectionTxID | int | NO | Primary Key Identity column: Auto Increment |
HRAPatientTxID | int | NO | FK to dbo.HRAPatientTx table HRAPatientTxID column |
SectionName | varchar | NO | Section name |
SectionDateTime | smalldatetime | NO | Section Date and time |
HRASectionTxStagingGUID | uniqueidentifier | NO | Unique GUID for HRASectionTxStaging |
HRASectionTxStagingMPID | int | NO | This column stores HRASectionTxStagingMPID |
CreatedDate | datetime | NO | Record created date and time |
ReportingOnly | bit | YES | Toggles between 0 to 1 |
HRAStatusType
This table stores HRAStatusType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
HRAStatusTypeID | smallint | NO | This column contains HRAStatusTypeID |
HRAStatusDesc | varchar | NO | This column contains description for HRAStatusTypeID |
HTICodingSystem
This table stores HTI Data Classes Coding Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SerialId | numeric | NO | Primary Key for HTICodingSystem records |
CodingSystemID | numeric | NO | This will store the CodingSystemID referencing from CodingSystem table |
CodingSystemName | varchar | NO | This will store the CodingSystemName referencing from CodingSystem tables |
SystemCode | varchar | NO | This will store differnet SystemCode values |
DisplayName | varchar | NO | This will store the drop down values |
PrintName | varchar | NO | This will store the PrintName values for passing to CCDA |
HWPatSmokeAndAllergy
HWPatSmokeAndAllergy Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is the primary key of the patient. It references the PatientID column in the Patient table |
IsSmoker | tinyint | NO | This column is a flag indicating whether or not this is smoker. 0=no, 1=yes |
HasQuit | tinyint | NO | This column is a flag indicating whether or not this has quit smoking. 0=no, 1=yes |
YearsSmoked | tinyint | NO | Stores information regarding YearsSmoked |
YearsQuit | tinyint | NO | Stores information regarding YearsQuit |
CigsPerDay | tinyint | NO | Indicate about the CigsPerDay |
IsAsthmatic | tinyint | NO | This column is a flag indicating whether or not this is Asthmatic. 0=no, 1=yes |
CreateDate | datetime | YES | This column store current date time. Nullable |
LastUpdate | datetime | YES | Contains DateTime value for HWPatSmokeAndAllergy Last Update.Nullable |
IHEAvailableDocument
IHEAvailableDocument Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
IHEAvailableDocumentID | int | NO | Primary Key Identity column: Auto increment |
InterfaceEventID | int | NO | This column stores InterfaceEventID value |
GMTPatientID | varchar | NO | This column stores GMTPatientID value |
GlobalPatientID | varchar | YES | This column stores GlobalPatientID value |
DocumentName | varchar | YES | Document Name |
DocumentDescription | varchar | YES | Document Description |
IHEDocumentTypeID | int | YES | This column stores IHEDocumentTypeID value |
HomeCommunityID | varchar | YES | This column stores HomeCommunityID value |
DocumentUniqueID | varchar | YES | This column stores DocumentUniqueID value |
RepositoryUniqueID | varchar | YES | This column stores RepositoryUniqueID value |
DocumentCreateTime | datetime | YES | Date time field of Document creation |
DocumentSize | int | YES | Document Size |
DocumentHash | varchar | YES | Document Hash |
FormatCode | varchar | YES | Format code |
CreateDate | datetime | YES | Creatde Date |
Disabled | tinyint | NO | Toggle flag changes from 0 to 1 |
InterfaceStatusID | int | YES | FK to dbo.InterfaceStatus table InterfaceStatusID column |
IHERetrieveDocument
IHERetrieveDocument Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
IHERetrieveDocumentID | int | NO | Primary Key Identity column: Auto Increment |
IHEAvailableDocumentID | int | YES | FK to dbo.IHEAvailableDocument table IHEAvailableDocumentID column |
InterfaceEventID | int | YES | FK to dbo.InterfaceEvent table InterfaceEventID column |
InterfaceStatusID | int | YES | FK to dbo.InterfaceStatus table InterfaceStatusID column |
ImgLibCategory
ImgLibCategory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImgLibCategoryID | numeric | NO | Primary Key. Which contains unique ImgLibCategory ID |
ImgLibCategoryName | varchar | NO | This column has unique name of ImgLibCategory |
ImgLibCategoryDesc | varchar | NO | This column has the description of ImgLibCategory |
CreateDate | datetime | NO | Datetime when submited Initialy |
LastModified | datetime | NO | Last time the record was updated.Default: getdate() |
Enabled | tinyint | NO | This column is a flag indicating whether or not this ImgLibCategory is enabled/active. |
ImgLibGroup
ImgLibGroup Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImgLibGroupID | numeric | NO | Primary Key. Which contains unique ImgLibGroup ID |
ImgLibGroupName | varchar | NO | This column has unique name of ImgLibGroup |
ImgLibCategoryID | numeric | NO | Foreign Key to ImgLibCategory Table.Nullable.References: dbo.ImgLibCategory |
Enabled | tinyint | NO | This column is a flag indicating whether or not this ImgLibGroup is enabled/active. |
CreateDate | datetime | NO | Datetime when submited Initialy |
ImgLibGroupImgLibType
ImgLibGroupImgLibType Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImgLibGroupID | numeric | NO | Primary Key. logical relation to ImgLibGroup Table |
ImgLibType | varchar | NO | Primary Key. Which contains ImgLibType values |
DefaultDocTypeID | numeric | YES | This column contains DefaultDocType values |
ImgLibGroupItem
This table stores ImgLibGroupItem information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImgLibGroupItemID | numeric | NO | This column contains ID for ImgLibGroupItem |
ImgLibGroupID | numeric | NO | This column contains ID for ImgLibGroup |
SequenceNumber | int | NO | Sequence number: Increments for a given ImgLibGroupItemID |
Width | numeric | NO | It stores width value |
Height | numeric | NO | It stores Height value |
Enabled | tinyint | NO | Looks like toggles between 0, 1. 1 is default setting.Default: 1 |
BinTypeID | NA | NO | This contains information about the bin type to which the document belongs |
FileType | NA | NO | This is an additional field added into the query to help the 'Document Converter Tool' to help classify the document type for related file generation |
DocFileData | NA | NO | This column contains all the fields apart from the Document Image(Binary) from the respective table in xml format |
DocFileImage | NA | NO | This column contains the Document Image filed (Binary) from the respective table in xml format |
Note: The last 3 columns are included for use by the Document Converter Tool during the document conversion process and are not expected to be imported into the new database
ImgLibType
ImgLibType Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImgLibTypeID | numeric | NO | This column contains ImgLibTypeID values |
ImgLibTypeName | varchar | NO | This column contains ImgLibTypeName values |
ImmReqExternalPatient
Immunization Reconcile Patient demographics data to match
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmReqExternalPatientID | int | NO | Primary key. identity column. Identity / Auto increment |
ImmReqID | int | NO | FK to Immreq Table ImmreqID. References: dbo.ImmReq |
ResponsePatientID | varchar | YES | PatientID to match with PS PatientID. Nullable |
ResponseOtherID | varchar | YES | logical FK to IntKeyMap Table ExtNo use to determine corrosponding PS ID. Nullable |
ResponsePersonPrefixID | varchar | YES | Person Prefix Id. Nullable |
ResponseLastName | varchar | YES | Patient Last Name. Nullable |
ResponseFirstName | varchar | YES | Patient First Name. Nullable |
ResponseMiddleName | varchar | YES | Patient Middle Name. Nullable |
ResponseSSN | varchar | YES | Patient SSN. Nullable |
ResponseDateOfBirth | datetime2 | YES | Patient Date of Birth. Nullable |
ResponseGenderID | varchar | YES | Patient GenderID. Nullable |
ResponseRaceID | varchar | YES | Patient RaceID. Nullable |
ResponseMaritalStatusID | varchar | YES | Patient MaritalStatusID. Nullable |
ResponseMothersMaidenName | varchar | YES | Patient Mothers Maiden Name. Nullable |
ResponseDriversLicNum | varchar | YES | Patient Driver Lic Number. Nullable |
ResponseDriversLicState | varchar | YES | Patient Driver Lic State. Nullable |
ResponsePrimaryPhone | varchar | YES | Patient Primary Phone. Nullable |
ResponsePrimaryWorkPhone | varchar | YES | Patient Work Phone. Nullable |
ResponseAddressLine1 | varchar | YES | Patient Address Line1. Nullable |
ResponseAddressLine2 | varchar | YES | Patient Address Line2. Nullable |
ResponseCity | varchar | YES | Patient City. Nullable |
ResponseCounty | varchar | YES | Patient County. Nullable |
ResponseState | char | YES | Patient State. Nullable |
ResponseCountry | varchar | YES | Patient Country. Nullable |
ResponsePostalCode | varchar | YES | Patient Postal Code. Nullable |
ResponseEthnicityID | char | YES | Patient EthnicityID. Nullable |
ResponseAssgnmntOfBenefits | varchar | YES | Patient Assignment of Benefits. Nullable |
ResponseExternalID | varchar | YES | Contains ExternalID. Nullable |
ResponseExternalVendor | varchar | YES | External Vendor name like State registry. Nullable |
ResponseGenderDesc | varchar | YES | Patient Gender. Nullable |
ImmReqExternalVacPat
This table contains information for each Immunization related to ImmReqExternalPatient Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmReqExternalVacPatID | int | NO | Primary key. identity column. Identity / Auto increment |
ImmReqExternalPatientID | int | NO | FK relation to ImmReqExternalPatient Table ImmReqExternalPatientID. References: dbo.ImmReqExternalPatient |
ResponsePatientID | varchar | YES | PatientID from response. Nullable |
ResponseVaccineID | varchar | YES | VaccineId from response. Nullable |
ResponseVacSeriesVersionDoseID | varchar | YES | VacSeriesVersionDoseID from response. Nullable |
ResponseVacSeriesVersionID | varchar | YES | VacSeriesVersionId from response. Nullable |
ResponseVacPatID | varchar | YES | VacPatId from response. Nullable |
ResponseAction | varchar | YES | PX response action. Nullable |
ResponseDoseTypeID | varchar | YES | DoseTypeId from response. Nullable |
ResponseVaccineName | varchar | YES | VaccineName from response. Nullable |
ResponseVacSeriesName | varchar | YES | VacseriesName from response. Nullable |
ResponsePatientAgeInDays | varchar | YES | Patient age in days from response. Nullable |
ResponseDateOfBirth | datetime | YES | Patient Date of Birth from response. Nullable |
ResponseDoseNo | varchar | YES | Dose no from response. Nullable |
ResponseDateGiven | datetime | YES | Date given from response. Nullable |
ResponseUserID | varchar | YES | Userid from response. Nullable |
ResponseCareProviderID | varchar | YES | CareProviderId from response. Nullable |
ResponseDoseRouteID | varchar | YES | DoserouteId from response. Nullable |
ResponseLotNum | varchar | YES | Lot num from response. Nullable |
ResponseVacManufacturerID | varchar | YES | Vac ManufacturerId from response. Nullable |
ResponseVacTradeNameID | varchar | YES | Vac trade name from response. Nullable |
ResponseInjectionSiteID | varchar | YES | InjectionSiteId from response. Nullable |
ResponseVISDateGiven | datetime | YES | VISDateGiven from response. Nullable |
ResponseVISPubDate | datetime | YES | VISPubDate from response. Nullable |
ResponseCreateDate | datetime | YES | Createdate from response. Nullable |
ResponseNotes | varchar | YES | Notes from response. Nullable |
ResponseIsExternal | varchar | YES | response isExternal. Nullable |
ResponseVaccineEligibleFlag | varchar | YES | Vaccine eligible flag from response. Nullable |
ResponseRouteDescription | varchar | YES | Route description from response. Nullable |
ResponseVacManufacturerCode | varchar | YES | Vac manufacturer code from response. Nullable |
ResponseVacManufacturer | varchar | YES | Vac manufacturer from response. Nullable |
ResponseVacTradeName | varchar | YES | Vac trade name from response. Nullable |
ResponseInjectionSiteDesc | varchar | YES | Injection site desc from response. Nullable |
ResponseDoseRouteCode | varchar | YES | Dose route code from response. Nullable |
ResponseInjectionCode | varchar | YES | Injection code from response. Nullable |
ResponseTimeGiven | datetime | YES | Time given from response. Nullable |
ResponseDoseAmount | varchar | YES | Dose amount from response. Nullable |
ResponseVacExpDate | varchar | YES | Vac Exp date from response. Nullable |
ResponseVFCCode | varchar | YES | VFC code from response. Nullable |
ResponseCVXCode | varchar | YES | CVX code from response. Nullable |
ResponseProcedureCode | varchar | YES | Procedure code from response. Nullable |
ExternalVacPatType | char | YES | Vac pat type from response. Nullable |
ResponseDateVaccinationDue | datetime2 | YES | Vac due date from response. Nullable |
ResponseEarliestDateToGive | datetime2 | YES | Erliest date to give from response. Nullable |
ReconStatusID | int | YES | FK relation to ImmreqReconStatus Table ReconStatusID. Nullable. References: dbo.ImmReqReconStatus |
ResponseForecastFactors | varchar | YES | Forecast factors from response. Nullable |
ResponseCVXDescription | char | YES | CVX desc from response. Nullable |
ResponseCPTCode | char | YES | CPT code from response. Nullable |
ResponseCPTDescription | char | YES | CPT desc from response. Nullable |
ResponseImmSchedDescription | char | YES | Imm sched desc from response. Nullable |
ResponseDoseUoM | varchar | YES | Dose UOM from response. Nullable |
ResponseFundingSourceDesc | varchar | YES | Funding source desc from response. Nullable |
ResponseFundingSourceCode | varchar | YES | Funding source code from response. Nullable |
ResponseEnteredByFirstName | varchar | YES | Entered by firstname from response. Nullable |
ResponseEnteredByLastName | varchar | YES | Entered by last name from response. Nullable |
ResponseEnteredByDoB | datetime | YES | Entered by DOB from response. Nullable |
ResponseVaccineGroupDesc | varchar | YES | Vaccine group desc from response. Nullable |
ResponseDoseValidity | varchar | YES | Dose Validity from response. Nullable |
ResponseDoseValidityReason | varchar | YES | Dose validity reason from response. Nullable |
ResponseVaccineGroupCVXCode | int | YES | Vaccine group CVX code from response. Nullable |
ResponseCompletionStatus | varchar | YES | Response status from State registry. Nullable |
ImmReqExternalVacPatProvider
This table contains information regarding careproviders for each Immunization from ImmReqExternalVacPat Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmReqExternalVacPatProviderID | int | NO | Primary key. identity column. Identity / Auto increment |
ImmReqExternalVacPatID | int | NO | FK relation to ImmReqExternalVacPat Table ImmReqExternalVacPatID. References: dbo.ImmReqExternalVacPat |
ResponseFirstName | varchar | YES | CareProvider First Name. Nullable |
ResponseMiddleName1 | varchar | YES | CareProvider Middle Name1. Nullable |
ResponseMiddleName2 | varchar | YES | CareProvider Middle Name2. Nullable |
ResponseLastName | varchar | YES | CareProvider Last Name. Nullable |
ResponseSuffix | varchar | YES | CareProvide Suffix. Nullable |
ResponseCredentials | varchar | YES | CareProvider Credentials. Nullable |
ResponseHomePhone | varchar | YES | CareProvider Home Phone. Nullable |
ResponsePrimaryPhone | varchar | YES | CareProvider Primary Phone. Nullable |
ResponsePrimaryWorkPhone | varchar | YES | CareProvider Work Phone. Nullable |
ResponseFaxNumber | varchar | YES | CareProvider Fax Number. Nullable |
ResponseAddressLine1 | varchar | YES | CareProvider Address1. Nullable |
ResponseAddressLine2 | varchar | YES | CareProvider Address2. Nullable |
ResponseCity | varchar | YES | CareProvider City. Nullable |
ResponseCounty | varchar | YES | CareProvider County. Nullable |
ResponseState | char | YES | CareProvider State. Nullable |
ResponsePostalCode | varchar | YES | CareProvider Postal Code. Nullable |
ResponseCountry | varchar | YES | CareProvider Country. Nullable |
ImmReqReconStatus
Contains a list of Immunization Reconcile Status information to use on other Tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmReqReconStatusID | int | NO | Primary key, identity column Identity / Auto increment |
StatusDescription | varchar | YES | Status description Nullable |
IsEnabled | bit | NO | Toggles between 1 and 0, 1=can use, 0=Can not use |
ImmReqStatus
List of Status to be used in ImmReq Tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmReqStatusID | tinyint | NO | Primary key |
Description | varchar | NO | Status description |
ImmReqTaskList
Bridge table to connect Tasklist and Immreq tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmReqID | int | NO | Primary Key, FK relation to ImmReq Table ImmReqID References: dbo.ImmReq |
TaskListID | numeric | NO | Primry key, FK relation to TaskList Table TaskListID References: dbo.TaskList |
ImmSubStatus
Info table has list of Immunization Submission Status description used in other Tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmSubStatusID | tinyint | NO | Primary Key |
ImmSubStatusDesc | varchar | NO | Status description |
ImmVaccineRegistry
ImmVaccineRegistry Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmVacID | int | NO | Primary Key Identity column: Auto Increment |
VaccineID | numeric | NO | FK to dbo.Vaccine table VaccineID column |
RegistryID | int | NO | FK to dbo.ImmRegistry table ImmRegistryID column |
RegistryVaccineName | varchar | YES | Registry Vaccine name |
ImmVacSeriesVaccineRelation
ImmVacSeriesVaccineRelation Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmVacSeriesVaccineRelationID | numeric | NO | Primary Key Identity Column: Auto Increment |
ImmVaccineName | varchar | NO | Vaccine Name |
VaccineID | numeric | NO | FK to dbo.Vaccine Table VaccineID Column |
VacSeriesID | numeric | NO | FK to dbo.VacSeries Table VacSeriesID column |
VacSeriesType | tinyint | NO | Vaccine Series Type |
RegistryID | int | NO | FK to dbo.ImmRegistry Table ImmRegistryID Column |
ImplantedDevice
Contains Implanted device detail information for Patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImplantedDeviceID | int | NO | Primary key, identity column Identity / Auto increment |
ImportedDeviceGUDIDSearch | bit | YES | Toggles between 1 and 0, 1=UDI search, 0=Manual Enter Nullable Default: 0 |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID |
UniqueDeviceID | varchar | YES | Contains Unique DeviceID Nullable |
DeviceName | varchar | YES | Device Name Nullable |
BrandName | varchar | YES | Device brand name Nullable |
Description | varchar | YES | Device description Nullable |
CompanyName | varchar | YES | Device company Name Nullable |
VersionModel | varchar | YES | Device Version model Nullable |
PrimaryDeviceID | varchar | YES | Primary Device ID Nullable |
SerialNumber | varchar | YES | Device serial number Nullable |
LotNumber | varchar | YES | Device lot number Nullable |
HumanCellTissue | bit | YES | Toggles between 1 and 0, 1=Human cell tissue and 0=not human cell tissue Nullable Default: 0 |
ContainsRubber | bit | YES | Toggles between 1 and 0, 1=device contains rubber and 0=device not contains rubber Nullable Default: 0 |
SafetyInformation | varchar | YES | Device safety information Nullable |
ManufactureDate | datetime | YES | Device manufacture Date Nullable |
ExpirationDate | datetime | YES | Device Expiration Date Nullable |
NOTES | varchar | YES | Additional notes from User Nullable |
PreferredNameOption | tinyint | YES | represents preferred name option Nullable Default: 0 |
PreferredName | varchar | YES | Device Preferred Name Nullable |
ImplantedDeviceStatusID | tinyint | YES | logical FK to ImplantedDeviceStatusLU Table ImplantedDeviceStatusID Nullable Default: 0 |
ImplantedDate | varchar | YES | Device Implanted Date Nullable |
RemovedDate | varchar | YES | Device Removed Date Nullable |
Comments | varchar | YES | Comments from User Nullable |
DonationID | varchar | YES | UDI provided DonationID get when searching the device Nullable |
DeletedDate | varchar | YES | Date when device deleted Nullable |
DeletedReason | varchar | YES | Reason entered by User for Deletion Nullable |
CreateDate | datetime | YES | Create date for Implanted devices |
CreatedUserID | numeric | YES | This column is the id for the user who created the Implanted device. It references the UserID column in the Users table. |
SnomedCode | varchar | YES | This Stores the Snomade Code for Different Implanted Devices |
LastModifiedBy | numeric | YES | This column contains the user id of the user who modified this Implanted Devices . |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this Implanted Devices |
ImplantedDeviceStatusLU
Contains ImplantedDeviceStatusLU detail Information for Patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImplantedDeviceStatusID | tinyint | YES | This column contains ImplantedDeviceStatusID |
Description | varchar | YES | This column contains Description of ImplantedDeviceStatusID |
InboundChargeBin
This table stores InboundChargeBin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InboundChargeVisitDetailID | numeric | NO | This column contains ID for InboundChargeVisit |
VisitID | varchar | YES | Stores VisitID, Logical Reference to Visit Table |
CreateDate | datetime | NO | This Column store creation date Default vulate is current date Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
BinTypeID | NA | NO | This contains information about the bin type to which the document belongs |
FileType | NA | NO | This is an additional field added into the query to help the 'Document Converter Tool' to help classify the document type for related file generation |
DocFileData | NA | NO | This column contains all the fields apart from the Document Image(Binary) from the respective table in xml format |
DocFileImage | NA | NO | This column contains the Document Image filed (Binary) from the respective table in xml format |
Note: The last 3 columns are included for use by the Document Converter Tool during the document conversion process and are not expected to be imported into the new database
InboundChargeChargeDetail
This table stores InboundChargeChargeDetail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InboundChargeChargeDetailID | numeric | NO | This column contains ID for InboundChargeChargeDetail |
InboundChargeVisitDetailID | numeric | NO | This column contains ID for InboundChargeVisit |
PostingDate | varchar | YES | This column store posting date |
FromDate | varchar | YES | This column store from date |
ToDate | varchar | YES | This column store TO date |
LocationID | varchar | YES | This column store Location |
PracticeLocationID | varchar | YES | This column stores LocationID from CareProviderLocation Table |
CareProviderID | varchar | YES | This column has realtion to CareProvider Table CareProviderID |
RenderingProviderID | varchar | YES | This column stores CareProviderID from dbo.CareProvider Table |
Diag1 | varchar | YES | This column represents the Diagnosis code for Procedure. Nullable |
Diag2 | varchar | YES | This column represents the Diagnosis code for Procedure. Nullable |
Diag3 | varchar | YES | This column represents the Diagnosis code for Procedure. Nullable |
Diag4 | varchar | YES | This column represents the Diagnosis code for Procedure. Nullable |
Mod1 | varchar | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Mod2 | varchar | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Mod3 | varchar | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
Mod4 | varchar | YES | This column is a Procedure Modifier code that provides the means by which the reporting physician can indicate that a service or procedure. Nullable |
CoPayAmtApplied | varchar | YES | This column represents the co pay amount applied. Not NULL |
NumberOfDaysOrUnits | varchar | YES | Computed NumberOfDaysOrUnits (ToDate - FromDate).Nullable. |
ProcedureMasterID | varchar | YES | This column has Logical FK to ProcedureMasterInfo Table ProcedureMasterID |
ProcedureCode | varchar | YES | This column contains the procedure code |
Charge | varchar | YES | Cost of the procedure |
ProcedureAmount | varchar | YES | Amount to paid for the procedure |
EPSDTInd | varchar | YES | This column indicates the EPSDT (Early Periodic Screening Diagnostic and Treatment) Indicator. Nullable |
EMGInd | varchar | YES | This column represents the EMG (Electromygraphy) Indicator. default setting is A. Default: A |
COBInd | varchar | YES | This column represents the Coordination of Benefits Indicator. Default setting is N. Default: N |
TypeOfService | varchar | YES | This column stores what type of service |
PlaceOfServiceID | varchar | YES | Logical Reference to PlaceOfService Table.Nullable. |
ServiceDetailID | numeric | YES | This column stores ServiceDetailID from ServiceDetail table |
Note1 | varchar | YES | This column stores note values |
Note2 | varchar | YES | This column stores note values |
Note3 | varchar | YES | This column stores note values |
Note4 | varchar | YES | This column stores note values |
ErrorMessage | varchar | YES | This column represents the error message. |
Status | smallint | NO | This column stores status value |
CreateDate | datetime | NO | Stores the Creation date of InboundChargeChargeDetail |
ReferringProviderID | varchar | YES | Stores the ID of Referring Provider |
PreCertNumber | varchar | YES | Nullable. This column store Pre Cert number |
FreeTextNote | varchar | YES | This column stores the FreeTextNote value |
ChargeScheduleID | numeric | YES | This column stores ChargeScheduleID from dbo.ChargeSchedule. Nullable |
ProcedureMasterAmount | money | YES | This column represents the Procedure Master amount. Nullable |
UserChargeOverride | tinyint | YES | Nullable. Flag. UserChargeOverride (0/1) |
ChargeScheduleAmount | money | YES | This column represents the Change schedule amount of the procedure. Nullable |
IgnoreRenderingOverride | tinyint | YES | This column used as Flag and this column is not nullable field.By default value 0. Default: 0 |
Diag1_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases). Nullable |
Diag2_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases). Nullable |
Diag3_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases). Nullable |
Diag4_ICD10 | varchar | YES | This column represents the ICD10 Codes(International Classification of Diseases). Nullable |
InboundChargeVisitDetail
This table stores InboundChargeVisitDetail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InboundChargeVisitDetailID | numeric | NO | This column stores primary key with Identity / Auto increment |
ExternalID | varchar | YES | This column stores ExternalID values |
VisitID | varchar | YES | This column stores VisitID from Visit Table. Nullable |
PatientID | varchar | YES | This column stores PatientID from Patient table |
PatientDOB | varchar | YES | This column stores Patient Date of birth |
PatientName | varchar | YES | This column stores PatientName |
SymptomDate | varchar | YES | The date when disability symptom found. Nullable |
SimilarDate | varchar | YES | Datetime field representing the Similar date. Nullable |
AccidentDate | varchar | YES | Stores Date of Accident. Nullable |
AccidentCode | varchar | YES | This column stores AccidentCode values |
AccidentState | varchar | YES | This column has logical FK to USStates Table Abbrev Nullable |
DisabilityFromDate | varchar | YES | Start date of disability |
DisabilityToDate | varchar | YES | This column stores To date of disability |
ErrorMessage | varchar | YES | This column represents the error message. |
Status | smallint | NO | This column stores status values |
CreateDate | datetime | NO | This column stores date of creation |
CallerID | varchar | YES | This column stores CallerID values |
PatientSSN | varchar | YES | This column stores Patient social security number |
SuspendAR | smallint | YES | Flag, Suspend Account Receivable (0/1) |
LastMenstrualPeriod | varchar | YES | This column stores Datetime last menstrual period Nullable |
EDC | varchar | YES | This column stores Datetime EDC Nullable |
HospitalFromDate | varchar | YES | This column stores HospitalFromDate |
HospitalToDate | varchar | YES | This column stores HospitalToDate |
FreeTextNote | varchar | YES | This column stores FreeTextNote values |
Injection
Injection Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InjectionID | numeric | NO | Primary Key Identity Column: Auto Increment |
InjectionName | varchar | NO | Unique Key Injection Name |
InjectionDescription | varchar | NO | Injection Description |
Enabled | tinyint | NO | Toggles between 0 to 1 |
ModifiedDate | datetime | NO | Modified Date |
ModifiedUserID | numeric | NO | Modified User ID |
InjectionHistory
InjectionHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InjectionHistoryID | numeric | NO | Primary Key Identity column: Auto Increment |
InjectionID | numeric | NO | Injection table InjectioID column |
InjectionName | varchar | NO | Injection Name |
InjectionDescription | varchar | NO | Injection Description |
Enabled | tinyint | NO | Toggles between 0 to 1 |
ModifiedDate | datetime | NO | Modified Date |
ModifiedUserID | numeric | NO | Modified User ID |
Modified | char | NO | Modified |
InjectionLocationDefault
Contains InjectionLocationDefault detail Information for Patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InjectionID | numeric | NO | FK to dbo.Injection table InjectionID Column |
PracticeLocationID | numeric | NO | FK to dbo.CareProviderLocation Table LocationID Column |
FDBLabelerID | varchar | YES | First Data Bank Labeler ID |
FDBmnid | numeric | YES | First Data Bank mnid |
FDBrtid | numeric | YES | First Data Bank rtid |
InjectionSiteID | numeric | YES | Injection Site ID |
DoseAmount | varchar | YES | Dose Amount |
LotNumber | varchar | YES | Lot Number |
ExpirationDate | datetime | YES | ExpirationDate |
Note | varchar | YES | Note |
ModifiedDate | datetime | NO | Modified Date and Time |
ModifiedUserID | numeric | NO | Modified User ID |
DoseAmountUoMID | int | YES | FK to dbo.DoseAmountUOM Table DoseAmountUOMID Column |
InjectionLocationDefaultHistory
Contains InjectionLocationDefaultHistory detail Information for Patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InjectionLocationDefaultHistoryID | numeric | NO | Primary Key Identity Column: Auto Increment |
InjectionID | numeric | NO | dbo.Injection table InjectionID Column |
PracticeLocationID | numeric | NO | dbo.CareProviderLocation Table LocationID Column |
FDBLabelerID | varchar | YES | First Data Bank Labeler ID |
FDBmnid | numeric | YES | First Data Bank mnid |
FDBrtid | numeric | YES | First Data Bank rtid |
InjectionSiteID | numeric | YES | Injection Site ID |
DoseAmount | varchar | YES | Dose Amount |
LotNumber | varchar | YES | Lot Number |
ExpirationDate | datetime | YES | ExpirationDate |
Note | varchar | YES | Note |
ModifiedDate | datetime | NO | Modified Date and Time |
ModifiedUserID | numeric | NO | Modified User ID |
Modified | char | NO | Modified |
DoseAmountUoMID | int | YES | dbo.DoseAmountUOM Table DoseAmountUOMID Column |
InjectionPatientDose
This table stores InjectionPatientDose information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
OrderID | numeric | NO | Logically FK to dbo.OrdersTracking.OrderID |
InjectionID | numeric | NO | This column stores Injection ID |
PracticeLocationID | numeric | NO | Logical Reference to CareProviderLocation Table, Used to Build FCTServiceDetailCodes Nullable |
FDBLabelerID | varchar | YES | This column stores FDB Labeler ID |
FDBmnid | numeric | YES | This column stores FDBmnid |
FDBrtid | numeric | YES | This column stores FDBrtid |
InjectionSiteID | numeric | YES | This column has FK relation to InjectionSite Table InjectionSiteID References: dbo.InjectionSite |
DoseAmount | varchar | YES | Text field contains Dose Amount entered by UserNullable |
LotNumber | varchar | YES | Device lot number Nullable |
ExpirationDate | datetime | YES | This column store expiry date of lot num Nullable |
Note | varchar | YES | Text column contains notes from User Nullable |
CareProviderID | numeric | YES | This column store CareProviderID |
DateGiven | datetime | YES | DateGiven contains Datetime by User |
TimeGiven | datetime | YES | TimeGiven field contains Time |
ModifiedDate | datetime | NO | Datetime when User has last modify this tables data |
ModifiedUserID | numeric | NO | Details about modified user |
InjectionPatientDoseHistory
This table stores InjectionPatientDoseHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InjectionPatientDoseHistoryID | int | NO | This column contains InjectionPatient Dose History ID |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
OrderID | numeric | NO | Logically FK to dbo.OrdersTracking.OrderID |
InjectionID | numeric | NO | This column stores Injection ID |
PracticeLocationID | numeric | NO | Logical Reference to CareProviderLocation Table, Used to Build FCTServiceDetailCodes Nullable |
FDBLabelerID | varchar | YES | This column stores FDB Labeler ID |
FDBmnid | numeric | YES | This column stores FDBmnid |
FDBrtid | numeric | YES | This column stores FDBrtid |
InjectionSiteID | numeric | YES | This column has FK relation to InjectionSite Table InjectionSiteID References: dbo.InjectionSite |
DoseAmount | varchar | YES | Text field contains Dose Amount entered by UserNullable |
LotNumber | varchar | YES | Device lot number Nullable |
ExpirationDate | datetime | YES | This column store expiry date of lot num Nullable |
Note | varchar | YES | Text column contains notes from User Nullable |
CareProviderID | numeric | YES | This column store CareProviderID |
DateGiven | datetime | YES | DateGiven contains Datetime by User |
TimeGiven | datetime | YES | TimeGiven field contains Time |
ModifiedDate | datetime | NO | Datetime when User has last modify this tables data |
ModifiedUserID | numeric | NO | Details about modified user |
Modified | char | NO | DateTime Last Modified |
InjectionProcedure
Contains InjectionProcedure Details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InjectionID | numeric | NO | FK to dbo.Injection Table InjectionID Column |
AltProcedureCode | varchar | NO | Alt Procedure Code |
AltProcedureDescription | varchar | NO | Alte Procedure Description |
BaseCode | varchar | YES | Base code |
ModifiedDate | datetime | NO | Modified Date and Time |
ModifiedUserID | numeric | NO | Modified User ID |
InjectionProcedureHistory
Contains InjectionProcedureHistory Details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InjectionProcedureHistoryID | numeric | NO | Primary Key Identity Column: Auto Increment |
InjectionID | numeric | NO | dbo.Injection Table InjectionID Column |
AltProcedureCode | varchar | NO | Alt Procedure Code |
AltProcedureDescription | varchar | NO | Alte Procedure Description |
BaseCode | varchar | YES | Base code |
ModifiedDate | datetime | NO | Modified Date and Time |
ModifiedUserID | numeric | NO | Modified User ID |
Modified | char | NO | Modified data |
InjectionSite
Contains InjectionSite Details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InjectionSiteID | int | NO | This column stores InjectionSiteID value |
Description | varchar | NO | Description |
InjectionCode | varchar | NO | Injection code |
InjectionTypeCode | varchar | NO | Injection Type Code |
ParentInjectionSiteID | int | YES | FK to Same Table InjectionSiteID |
DisplayOrder | int | YES | Display Order |
IsEnabled | bit | YES | Toggles Between 0 to 1 |
InsCoveragePatient
Insurance Coverage per Patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsCoveragePatID | numeric | NO | Primary key |
InsCoverageID | numeric | NO | Logical FK to InsuranceCoverage table, InsID |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
Priority | int | NO | Insurance Priority |
SubOrder | int | NO | Submission order |
Insurance
Lookup table for Insurance Category
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsuranceID | numeric | NO | Primary key |
InsuranceName | varchar | NO | Insurance Name |
InsuranceShortName | char | YES | Insurance short name. Nullable |
SuppressCHCCode | bit | YES | bitwise column used for CHC. Nullable |
InsuranceCoverage
This Table stores Patient Insurance Coverage
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsID | numeric | NO | Primary Key. used to support Visit Insurance Metrics |
PersonID | numeric | YES | Logical Reference to Person Table. Not Currenlty Used. Nullable |
PlanID | numeric | YES | Logical Reference to InsurancePlan Table. Not Currently Used. Nullable |
StartDate | datetime | YES | Coverage Start Date. used to support Patient Payer Metrics. Nullable |
EndDate | datetime | YES | Coverage End Date. used to support patient Payer Metrics. Nullable |
PolicyName | varchar | YES | Policy Name. Not Currently Used. Nullable |
EmployerName | varchar | YES | Employer Name. Not Currently Used. Nullable |
PolicyGroupNumber | varchar | YES | PolicyGroupNumber. Not Currently Used. Nullable |
PolicyNumber | varchar | YES | PolicyNumber. Not Currently Used. Nullable |
PolicyHolder | varchar | YES | PolicyHolder. Not Currenlty Used. Nullable |
PreCertNumber | varchar | NO | PreCertNumber. Not Currently Used. Default: |
PreCertFromDate | datetime | YES | PreCertFromDate. Not Currently Used. Nullable |
PreCertToDate | datetime | YES | PreCertToDate. Not Currently Used. Nullable |
EditDate | datetime | YES | EditDate. Not Currently Used. Nullable |
CreateDate | datetime | YES | Date of initial entry. Not Currently Used. Nullable |
Active | int | YES | FLAG Active (0/1). Not Currently Used. Nullable Default: 1 |
VerifiedDate | datetime | YES | Not Currenlty Used. Nullable |
Comment | varchar | YES | Comment. Not Currently Used. Nullable |
COBRA | bit | YES | Flag COBRA (0/1). Not Currenlty used. Nullable |
CoverageRoleTypeID | tinyint | YES | Identifies the type of coverage. Logical Reference to CoverageRoleType Table. Nullable |
SubscriberID | varchar | YES | It will store the SubscriberID. |
CreatedBy | numeric | YES | Captures the CreatedBy. |
LastModifiedBy | numeric | YES | Captures the LastModifiedBy. |
InsuranceCoverageHistory
This Table stores Patient Insurance Coverage History
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsCoverageHistoryID | numeric | NO | This column stores Insurance CoverageHistoryID |
InsID | numeric | NO | This column stores Insurance ID |
PersonID | numeric | YES | Logical reference to Person table |
PlanID | numeric | YES | Logical reference to Plan Table |
StartDate | datetime | YES | Start date |
EndDate | datetime | YES | End Date |
PolicyName | varchar | YES | Policy Name |
EmployerName | varchar | YES | Employer Name |
PolicyGroupNumber | varchar | YES | Policy Group Number |
PolicyNumber | varchar | YES | Policy Number |
PolicyHolder | varchar | YES | Policy Holder |
PreCertNumber | varchar | YES | This column stores PreCertNumber details |
PreCertFromDate | datetime | YES | This column stores PreCert from date |
PreCertToDate | datetime | YES | This column stores PreCert to date |
EditDate | datetime | YES | Edit Date |
CreateDate | datetime | YES | Create Date |
Active | int | YES | FLAG Active (0/1) |
HistoryChangeDate | datetime | NO | History Change Date |
VerifiedDate | datetime | YES | Verified Date |
Comment | varchar | YES | Comment |
SubscriberID | varchar | YES | It will store the SubscriberID. |
CreatedBy | numeric | YES | Captures the CreatedBy. |
LastModifiedBy | numeric | YES | Captures the LastModifiedBy. |
InsuranceCoverageManualBenefitEntry
Store Manual Benefit Information of a certain Insurance Coverage per specific Person. Accessible on front-end through Registration > Information > Insurance Coverage tab > "Manual Verification of Benefit Information" section
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
InsCoverageID | numeric | NO | Logical FK to InsuranceCoverage table, InsID |
VerificationSource | varchar | YES | Verification Source entered by User Nullable |
VerificationDate | date | YES | Verification Date entered by User Nullable |
EffectiveDate | date | YES | Datetime EffectiveDate starts from Nullable |
ExpirationDate | date | YES | Expiration Date Nullable |
InNetwork | tinyint | YES | toggles between 1 and 0, 1=yes, 0=No Nullable Default: 0 |
AuthOrPreCert | tinyint | YES | toggles between 1 and 0, 1=yes, 0=No Nullable Default: 0 |
ReferralRequired | tinyint | YES | toggles between 1 and 0, 1=yes, 0=No Nullable Default: 0 |
CareProviderID | numeric | YES | Logical FK to CareProvider table Nullable |
IndividualDeductible | money | YES | Amount for Individual deductible Nullable |
IndividualDeductibleMet | money | YES | Amount Individual deductible met Nullable |
FamilyDeductible | money | YES | Amount family deductible Nullable |
FamilyDeductibleMet | money | YES | Amount family deductible met Nullable |
CoInsurancePercent | numeric | YES | Co insurance percentage Nullable |
CoPaymentOV | money | YES | Amount co payment Nullable |
CoPaymentSpecialist | money | YES | Amount for co payment specialist Nullable |
Comments | varchar | YES | Text entered by User Nullable |
LastModifiedDate | datetime | NO | Last time the record was updated Default: getdate() |
LastModifiedBy | numeric | NO | Logical FK to Users table, UserID |
OutOfPocketMax | money | YES | Out of pocket max amount Nullable |
OutOfPocketMaxMet | money | YES | Out of pocket max met Amount Nullable |
InsurancePlan
This Table stores Insurance contact address and detail Plan Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PlanID | numeric | NO | Primary Key |
InsuranceID | numeric | NO | Logical Reference to Insurance Table. Not Currently Used |
PlanNumber | varchar | NO | Not Currently Used |
PlanName | varchar | NO | Not Currently Used |
PlanProviderID | numeric | YES | Logical Reference to InsuranceProviders Table. Not Currently Used. Nullable |
ContractID | numeric | YES | Logical Reference To FeeScheduleContract Table. Nullable |
Contact1 | varchar | YES | Contact uses PS page (A/R - Insurance Plans-Plans). Nullable |
Contact2 | varchar | YES | Contact uses PS page (A/R - Insurance Plans-Plans). Nullable |
AddressLine1 | varchar | YES | AddressLine1 uses PS page (A/R - Insurance Plans - Plans). Nullable |
AddressLine2 | varchar | YES | AddressLine2 uses PS page (A/R - Insurance Plans -Plans). Nullable |
City | varchar | YES | City uses PS page (A/R - Insurance Plans - Plans). Nullable |
State | varchar | YES | State uses PS page (A/R - Insurance Plans - Plans). Nullable |
PostalCode | varchar | YES | PostalCode uses PS page (A/R - Insurance Plans - Plans). Nullable |
PlanBillingPhoneNumber | varchar | YES | Billing Phone uses PS page (A/R - Insurance Plans - Plans). Nullable |
PlanEligibilityPhoneNumber | varchar | YES | Eligibility Phone uses PS page (A/R - Insurance Plans - Plans). Nullable |
PlanAuthorizationPhoneNumber | varchar | YES | Pre-Cert Phone uses PS page (A/R -Insurance Plans - Plans). Nullable |
PlanEmailAddress | varchar | YES | E-Mail Address uses PS page (A/R - Insurance Plans - Plans). Nullable |
PlanInternetAddress | varchar | YES | Not updated via back-end. Nullable |
InsurancePlanClassID | numeric | YES | Logical Reference to InsurancePlanClass Table. Nullable |
FilingFormatID | numeric | YES | FilingFormatID - udpated via spupdatePlansWithCompanyDefaults. Nullable |
Comments | varchar | YES | Comments uses PS page (A/R - Insurance Plans - Plans). Nullable |
RxCarrierNumber | varchar | YES | Rx Carrier# uses PS page (A/R - Insurance Plans - Plans). Nullable |
RxGroupNumber | varchar | YES | Rx Group# uses PS page (A/R - Insurance Plans - Plan). Nullable |
RoomRate | money | YES | RoomRate - Not updated on the Back-End via SP. Nullable Default: 0 |
MedigapSupplementalCoverage | int | YES | MedigapSupplementalCoverage uses PS page (A/R - Insurance Plans - Plan). Nullable Default: 0 |
RHCFlag | int | YES | Not updated on the Back-End via SP. Nullable Default: 0 |
DaysBeforeFollowUp | smallint | YES | DaysBeforeFollowUp uses PS page (A/R - Insurance Plans-Plan). Nullable |
WriteOffWhenChargePosted | int | YES | Flag. WriteOffWhenChargePosted (0/1) uses PS page (Insurance Plans- Plan). Nullable Default: 0 |
InsuranceTypeID | numeric | YES | Logical Reference to InsuranceType Table. Nullable |
PPOHMOIndicatorID | numeric | YES | Not updated on the Back-End via SP. Nullable |
PrintPlanLocInfo | char | YES | Not updated on the Back-End via SP. Nullable |
InsBrandRxCoPay | money | YES | Brand RX Co-pay uses PS page (A/R - Insurance Plans-Plan). Nullable Default: 0 |
InsGenRxCoPay | money | YES | Gen RX Co-pay uses PS page (A/R - Insurance Plans-Plan). Nullable Default: 0 |
InsERVisitCoPay | money | YES | ER Co-pay uses PS page (A/R - Insurance Plans-Plan). Nullable Default: 0 |
InsDocVisitCoPay | money | YES | InsDocVisitCoPay uses PS page (A/R - Insurance plans-Plan). Nullable Default: 0 |
InsPsychCoPay | money | YES | Psych Co-Pay uses PS page (A/R - Insurance Plans-Plan). Nullable Default: 0 |
InsDeductible | money | YES | Deductible Amount uses PS page (A/R - Insurance Plans-Plan). Nullable Default: 0 |
InsPlanPercentResp | int | YES | Insurance Percentage uses PS page (A/R - Insurance Plans-Plan). Nullable |
CustomizedProcedures | int | YES | Flag. (0/1) Set in spUpdatePlanPSEInfo. Nullable Default: 0 |
AcceptsAssignment | int | YES | Flag. Accepts Assignment (0/1) uses PS page (A/R - Insurance Plans-Plan). Nullable |
EffectiveFrom | datetime | YES | EffectiveFrom uses PS page (Insurance Plans-Plan). Nullable |
EffectiveTo | datetime | YES | EffectiveTo uses PS page (Insurance Plans-Plan). Nullable |
CurrUserID | numeric | YES | Logical Reference to Users Table. Nullable |
CurrDateTime | datetime | YES | Current Date Time. Nullable |
ExcludeFromStatementGeneration | int | YES | Not updated on the Back-End via SP. Nullable Default: 0 |
MedigapNumber | varchar | YES | Medigap Plan uses PS page (A/R - Insurance Plans-Plan). Nullable |
PlanFaxNumber | varchar | YES | Fax Number uses PS page (A/R - Insurance Plans - Plan). Nullable |
CourtesyFiling | int | NO | Flag CourtesyFiling (0/1) uses PS page (A/R - Insurance Plans - Plan). Default: 0 |
ReferralRequired | int | NO | Flag RegerralRequired (0/1) uses PS page (A/R - Insurance Plans - Plan). Default: 0 |
ExcludeAutoClaim | int | NO | Flag ExculdeAutoClaim (0/1) uses PS page (A/R - Insurance Plans - Plan). Default: 0 |
IgnoreBenefits | int | YES | Flag IgnoreBenefits (0/1) uses PS page (A/R - Insurance Plans - Plan). Nullable |
AllowedCalculationMethod | int | NO | Flag AllowedCalulationMethod uses PS page (A/R - Insurance Page - Plan) |
SSNPrefill | char | YES | Flag. SSN Prefill (0/1) uses PS page (A/R - Insurance Plans - Plan). Nullable |
PaperFilingPlanID | numeric | YES | PaperFilingPlanID uses PS page (A/R - Insurance Plans - Plan)-DropDown. Nullable |
ReferringProviderTypeID | varchar | YES | Not updated on the Back-End via SP. Nullable |
TimelyFilingDays | int | YES | Timely Filing Deadline uses PS page (A/R - Insurance Plans - Plan). Nullable |
DMERCPlan | char | NO | Flag DMERC Plan (0/1) uses PS page (A/R - Insurance Plans - Plan) - Durable Medical Equipment Regional Carrier. Default: N |
DMERCFilingPlan | numeric | YES | DMERCFilingPlan uses PS page (A/R - Insurance Plans - Plan) - Durable Medical Equipment Regional Carrier. Nullable |
ESecondaryFilingFlag | tinyint | NO | Flag E-Secondary (0/1) uses PS page (A/R - Insurance Plans - Plan). Default: 0 |
ClaimPayorID | varchar | YES | ClaimPayorID uses PS page (A/R - Insurance Plans - Maintenenace). Nullable |
ElectronicTOSFlag | tinyint | NO | ElectronicTOSFlag (0/1) uses PS page (A/R - Insurance Plans - Plan). Default: 0 |
EligibilityURL | varchar | YES | Eligibility URL uses PS page (A/R - Insurance Plans - Plan). Nullable |
EligibilityURLSource | char | YES | EligibilityURLSource - updated by spUpdatePlansWithCompanyDefaults. Nullable |
NonPrimaryPaperFilingPlanID | numeric | YES | Non-Primary paper filing Plan ID uses PS page (A/R - Insurance Plans - Plan). Nullable |
CompCrossOver | smallint | NO | FLAG Complimentary Crossover (0/1) uses PS page (A/R - Insurance Plans. - Plan). Default: 0 |
COBANumber | varchar | YES | COBA ID uses PS page (A/R - Insurance Plans - Plan) - Coordination of Benefits Agreement. Nullable |
UsePerfRefRule | tinyint | YES | FLAG UsePerfRefRule (0/1) uses PS page (A/R - Insurance Plans - Plan). Nullable |
LegacyInsCode | varchar | YES | Not updated via back-end SP. Nullable |
NPIFLag | int | NO | Flag. NPIFlag (0/1) uses PS page (A/R - Insurance Plans - Plan) - National Provider ID |
PayerSecondaryIDType | varchar | YES | PayerSecondaryIDType uses PS page (A/R - Insurance Plans - Plan). Nullable |
EligibilityFilingPlanID | numeric | YES | EligibilityFilingPlanID - updated by spUpdatePlansWithCompanyDefaults. Nullable |
EligibilityIdentificationType | varchar | YES | Not updated via back-end SP. Nullable |
EligibilityIdentificationNumber | varchar | YES | Not updated via back-end SP. Nullable |
IgnoreEligibilityDays | int | YES | Flag. IgnoreEligibilityDays (0/1) - updated by spUpdatePlansWithCompanyDefaults Nullable |
UseGrpTaxonomyFlag | tinyint | YES | FLAG. Use Grp Taxonomy (0/1) uses PS page (A/R - Insurance Plans - Plan). Nullable |
UseServiceRenderingFlag | tinyint | YES | Flag. UseServiceRenderingFlag - Not updated via back-end SP. Nullable |
SuppressTaxID | tinyint | YES | FLAG. Include Tax ID (0/1) uses PS page (A/R - Insurance Plans - Plan). Nullable |
UseUBCodes | tinyint | YES | FLAG Use I-9 Procedures (0/1) uses PS page (A/R - Insurance Plans - Plan). Nullable |
UBRollupType | tinyint | YES | UBRollupType uses PS page (A/R - Insurance Plans - Plan). Nullable |
UBPaperRollupType | tinyint | YES | UBPaperRollupType uses PS page (A/R - Insurance Plans - Plan). Nullable |
SuppressCN1Segment | tinyint | YES | SuppressCN1Segment uses PS page (A/R - Insurance Plans - Plan). Nullable |
ClaimLevelPaymentInfo | tinyint | YES | ClaimLevelPaymentInfo - Not updated via back-end SP. Nullable |
UBAddressLine1 | varchar | YES | UBAddressLine1 uses PS page (A/R - Insurance Plans - Plan). Nullable |
UBAddressLine2 | varchar | YES | UBAddressLine2 uses PS page (A/R - Insurance Plans - Plan). Nullable |
UBCity | varchar | YES | UBCity uses PS page (A/R - Insurance Plans - Plan). Nullable |
UBState | varchar | YES | UBState uses PS page (A/R - Insurance Plans - Plan). Nullable |
UBPostalCode | varchar | YES | UBPostalCode uses PS page (A/R - Insurance Plans - Plan). Nullable |
UBBillingPhone | varchar | YES | UBBillingPhone uses PS page (A/R - Insurance Plans - Plan). Nullable |
UBSecondaryPayerIDType | varchar | YES | UBSecondaryPayerIDType uses PS page (A/R - Insurance Plans - Plan). Nullable |
UBSecondaryPayerID | varchar | YES | UBSecondaryPayerIDType uses PS page (A/R - Insurance Plans - Plan). Nullable |
PlanContractQualifier | varchar | YES | PlanContractQualifier - not Stored via SP. Nullable |
PlanContractCode | varchar | YES | PlanContractCode - Not updated on the Back-end via SP. Nullable |
PolicyNumberValidationRequired | tinyint | YES | Flag. Policy Number Validation (0/1) uses checkbox PS page (A/R - Insurance Plans - Plan). Nullable |
ERAProfileID | numeric | NO | ERA Profile uses PS page (A/R - Insurance Plans - Plan) |
PRCID | numeric | YES | Logical Reference to PRCCodes Table. Nullable |
LabAccountTypeID | numeric | NO | Lab Account Type uses PS page (Insurance Plans-Plan). Default: 1001 |
DefaultLabAccountID | numeric | YES | Default Lab Account uses PS page (Insurance Plans-Plan). Nullable. References: dbo.LabAccount |
QualityReportingID | numeric | YES | QualityReportingIDuses PS page (A/R - Insurance Plans - Plan) DropDown. Nullable |
PrimaryContractQualifier | varchar | YES | PrimaryContractQualifier - Not updated on the back-end via SP. Nullable |
PrimaryContractCode | varchar | YES | PrimaryContractCode - Not updated on the back-end via SP. Nullable |
InsuranceTypologyID | int | YES | Logical Reference to InsurancePlanTypology Table. Nullable |
DiagnosisCodingSystemID | numeric | NO | Logical Reference to CodingSystem Table. References: dbo.Codingsystem |
DiagnosisCodeEffectiveDate | datetime | YES | Effective Date uses PS page (A/R - Insurance Plans - Plan). Nullable |
IncludeUnmappedDiagsOnClaim | tinyint | YES | Flag. IncludeUnmappedDiagsOnClaim (0/1) uses check-box PS page (A/R - Insurance Plans - Company). Nullable |
NAIC | varchar | YES | National Association of Insurance Commissioners Number uses PS page (A/R - Insurance Plans - Company). Nullable |
EMMethodologyID | numeric | NO | EM Methodology ID |
InsurancePlanClass
Store Insurance Class information. Accessible on front-end through A/R > Insurance Plans > Insurance Classes tab.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsurancePlanClassID | numeric | NO | PK |
InsurancePlanClassShortDesc | varchar | NO | Plan class short description |
InsurancePlanClassDesc | varchar | NO | Plan class description |
CurrUserID | numeric | YES | Logical FK to Users table, UserID Nullable |
CurrDateTime | datetime | YES | Current Date Time Nullable |
InsurancePlanTypology
InsurancePlan Typology Lookup, associated with InsurancePlan Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsuranceTypologyID | int | NO | Primary Key.. Stores the ID of Insurance Typology |
ConceptCode | varchar | NO | Stores the Code of the concept |
ConceptName | varchar | NO | Stores the Name of the Concept |
InsurancePreCert
This Table contains all Referral Management related information for particular PatientID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsPreCertID | numeric | NO | Primary Key & Foreign Key.. REFERENCES dbo.MULogActivity (ReferralID) |
InsID | numeric | NO | Stores the ID of Insurance |
PreCertNumber | varchar | YES | Stores the Number of the Precert |
PreCertStartDate | datetime | YES | Stores the date from which the Precert if effective |
PreCertEndDate | datetime | YES | Stores the date until which the Precert if effective |
ProcedureMasterID | numeric | YES | Stores ProcedureMasterID from ProcedureMasterInfo table |
AuthorizationType | int | YES | Stores the ID of type of Authorization |
AuthorizationStatus | int | YES | Stores the ID of Authorization Status |
Description | varchar | YES | Stores the Description |
Contact | varchar | YES | Stores the contact Persons Name |
varchar | YES | Stores the Email Address | |
URL | varchar | YES | Stores the URL Adress |
BillingPhone | varchar | YES | Stores the Billing Phone Number |
EligibilityPhone | varchar | YES | Stores the Eligibility Phone Number |
PreCertPhone | varchar | YES | Stores the PreCert Phone Number |
Fax | varchar | YES | Stores the FAX number |
CoPayAmount | money | YES | Stores the amount which insured agrees to bear of the incurred medical expenses. |
DeductAmount | money | YES | Stores Total Deduct Amount |
DeductMet | money | YES | Stores Amount of Deduct Met out of Total Deduct Amount |
OutOfPocketAmount | money | YES | Stores Total Amount patient has to pay that Insurance does not |
OutOfPocketMet | money | YES | Stores Amount of out of pocket met out of total out of pocket amount |
FollowUpDays | int | YES | Stores number of days post which a select list of ailments starts getting covered under patients health insurance policy |
InsurancePercent | int | YES | Stores percentage of insurance |
CareProviderID | numeric | YES | Stores the ID of Care Provider |
ReferringProviderID | numeric | YES | Stores the ID of Referring Provider |
PrimaryProviderID | numeric | YES | Stores the ID of Primary Provider |
DateReceived | datetime | YES | Stores the Date of recieval |
NumberOfVisits | int | YES | Stores Total Number of Visits |
NumberOfVisitsRemaining | int | YES | Stores Number of visits remaining |
NumberOfVisitsUsed | int | YES | Stores Number of visits used out of total visits |
MaxBenAmount | money | YES | Stores the highest amount of insurance money that an insurance company can pay to an insured for a specific period |
Other | varchar | YES | Stores other texts if there ar any |
CPTDataType | smallint | YES | Stores Data Type of Current Procedural Terminology |
CPTRangeStart | varchar | YES | Stores the starting value of Current Procedural Terminology |
CPTRangeEnd | varchar | YES | Stores the Ending value of Current Procedural Terminology |
ICD9DataType | smallint | YES | Stores Data type of IC9 Data type |
ICD9RangeStart | varchar | YES | Stores starting point of ICD9 |
ICD9RangeEnd | varchar | YES | Stores ending point of ICD9 |
Comments | varchar | YES | Stores comments if there are any |
InpatOutpat | int | YES | Stores the Number of patients taking the treatment inside the hospital and Number of people taking treatment outside the hospital |
FacilityID | numeric | YES | Stores the ID of Facility |
DiagnosisDate | datetime | YES | Stores Date of Diagnosis |
ProposedAdmissionDate | datetime | YES | Stores Proposed Date of Admission |
ProposedSurgeryDate | datetime | YES | Stores Proposed Date of Surgery |
ProposedDischargeDate | datetime | YES | Stores Proposed Date of Discharge |
PatientID | numeric | YES | Stores ID of Patient |
AuthorizationCategory | int | YES | Stores ID of Authorization category |
AuthorizationSubType | int | YES | Stores the ID of Authorization Sub Type from ReferralAuthorizationSubType table |
ReferredDate | datetime | YES | Stores Referral Date |
CreateUser | numeric | YES | Stores UserID of the creator |
LastModUser | numeric | YES | Stores UserID of the person of last modified |
ReferralReason | varchar | YES | Stores Reason for Referal |
OrderDate | datetime | YES | Stores Date of Order |
VisitDate | datetime | YES | Stores the Date of Visit |
ApptDate | datetime | YES | Stores the Date of Appointment |
InNetwork | bit | YES | Toggles between 0 and 1. 1 if in Network |
VisitID | numeric | YES | Stores ID of the Visit |
Specialty | varchar | YES | Looks like it Stores the Specialty of Insurance if any |
Active | bit | YES | Toggles between 0 and 1. 1 if active |
AuthorizationOutOFNetworkReason | int | YES | Stores the ID of the Reason for Authorization out of network |
BookedBy | int | YES | Stores the ID of the User who booked the visit |
FacilityTypeID | numeric | YES | Stores the ID of Facility Type |
ApptTime | datetime | YES | Stores the Time of Appointment |
CreateDate | datetime | YES | Stores Date on which the record is created |
PrelimDxCode | varchar | YES | Stores Diagnosis Codes which will be in conjunction with procedure information from claims to support the medical necessity determination for the service rendered |
ExternalOrganizationID | int | YES | Foreign Key.. References dbo.ExternalOrganization (ExternalOrganizationID) |
UrgencyStatusID | smallint | YES | Stores the ID od Urgency Status |
DueDate | datetime | YES | Due date of the Insurance |
IsUpdoxSent | bit | YES | Toggles between 0 and 1. 1 if Updox is sent |
LastModifiedDateTime | datetime | YES | This column stores the date and time when the record was last modified. |
InsurancePriority
Store lookup information for Insurance Priority
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Priority | int | NO | Primary key |
Description | varchar | NO | Priority description |
InsuranceProviders
Insurance Companies (Providers) Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsuranceProviderID | numeric | NO | Primary Key.. Stores ID of the Insurance Provider |
ProviderName | varchar | NO | Stores Name of the Insurance Provider |
ElectronicPayerIDNumber | varchar | YES | Stores ID number of the Electronic Payer |
ElectronicPayerPrefix | varchar | YES | Stores Prefix of Electronic Payer |
ProviderIDSuffixIndicator | char | YES | Stores the Indicator of Provider ID Suffix. Y/N |
ElectronicTOSFlag | tinyint | YES | Flag. Toggles between 1/0. |
ClaimPayorID | varchar | YES | Stores the ID of the Claim Payor |
EligibilityURL | varchar | YES | Stores the URL of Eligibility |
EligibilityURLSource | char | YES | Stores the Source of Eligibility URL |
InsuranceID | numeric | YES | Stores the ID of Insurance |
InsuranceClassID | numeric | YES | Stores the ID of Insurance Class |
FilingFormatID | numeric | YES | Stores ID of FilingFormat |
InsuranceTypeID | numeric | YES | Stores ID of Insurance Type |
CourtesyFiling | int | YES | Stores if surplus lines policy filing done by a resident surplus lines producer on behalf of a resident or non-resident producer whose licensure does not include a surplus lines line of authority |
ReferralRequired | int | YES | Toggles between 0 and 1. 1 if Referral is required |
ExcludeAutoClaim | int | YES | Toggles between 0 and 1. 1 if Exclude Auto Claim |
PaperFilingPlanID | numeric | YES | Stores the ID of Paper Filing Plan |
NonPrimaryPaperFilingPlanID | numeric | YES | Stores the ID of Non Paper Filing Plan |
ESecondaryFilingFlag | tinyint | YES | Toggles between 0 and 1. |
UsePerfRefRule | tinyint | YES | Toggles between 0 and 1. |
NPIFlag | int | YES | Flag for National Provider Identifier |
PayerSecondaryIDType | varchar | YES | Stores Secondary Payor ID Type |
EligibilityFilingPlanID | numeric | YES | Stores ID of Eligibility Filing Plan |
EligibilityIdentificationType | varchar | YES | Stores the type of Eligibility Identification |
EligibilityIdentificationNumber | varchar | YES | Stores the Number of Eligibility Identification |
IgnoreEligibilityDays | int | YES | Stores 0 by default when a new record is created. |
EligibilityReceiverType | tinyint | YES | Stores Type of Eligibility Reciver |
EligibilityPracticeNPI | varchar | YES | Stores National Provider Identifier for Eligibility Practice |
EligibilityProviderFName | varchar | YES | Stores First Name of Eligibility Provider |
EligibilityProviderMName | varchar | YES | Stores Middle Name of Eligibility Provider |
EligibilityProviderLName | varchar | YES | Stores Last Name of Eligibility Provider |
EligibilityProviderSuffix | varchar | YES | Stores Suffix of Eligibility Provider |
EligibilityProviderIDNumber | varchar | YES | Stores ID Number of Eligibility Provider |
EligibilityProviderIDIsNPI | tinyint | YES | Toggles between 0 and 1. 1 if Eligibility provider is NPI |
UseGrpTaxonomyFlag | tinyint | YES | Toggles between 0 and 1.1 if it uses Group Taxonomy |
UBClaimPayorID | varchar | YES | Stores the ID of UBClaimPayor |
EligibilitySecondaryIDNumber | varchar | YES | Stores the Number of Eligibility Secondary id |
EligibilitySecondaryIDType | varchar | YES | Stores the Type of Eligibility Secondary id |
ERAProfileID | numeric | NO | Stores ERAProfileID from ERAProfile Table |
ContractID | numeric | YES | Stores ID of the Contract |
LabAccountTypeID | numeric | NO | Stores LabAccountTypeID of LabAccountType Table |
QualityReportingID | numeric | YES | Stores ID of Quality Reporting |
DefaultEligibilityServiceType | varchar | YES | Stores the Type of Default Eligibility Service Type |
TimelyFilingDays | int | YES | Stores the Number of days of time limit Insurance company put on claim submission |
InsPlanPercentResp | int | YES | Stores the percentage of responsibility of insurance plan |
DaysBeforeFollowUp | smallint | YES | Stores Number of days before follow up |
DiagnosisCodingSystemID | numeric | NO | Foreign Key.. REFERENCES dbo.Codingsystem (CodingSystemId) |
DiagnosisCodeEffectiveDate | datetime | YES | Stores the date which the diagnosis code is effective from |
IncludeUnmappedDiagsOnClaim | tinyint | YES | Toggles between 1/0. 1 if Include Unmapped Diags on Claim |
NAIC | varchar | YES | Stores the NAIC Code |
CarrierCode | varchar | YES | Stores the code of the carrier |
SendPrimaryCarrierCode | bit | NO | Toggles between 1/0 |
InsuranceType
Stores lookup info for Insurance Type
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsuranceTypeID | numeric | NO | Primary key |
InsuranceTypeShortDesc | char | NO | Type short description |
InsuranceTypeDesc | varchar | NO | Type description |
InsuranceTypeCategoryID | tinyint | YES | FK relation to InsuranceTypeCategory Table InsuranceTypeCategoryID Nullable References: dbo.InsuranceTypeCategory |
InsuranceTypeCategory
Stores lookup info for Insurance Type Category
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsuranceTypeCategoryID | tinyint | NO | Primary key |
Description | varchar | NO | Type description |
InsuranceTypeCodingSystem
Store coding system per Insurance Type
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | Primary key, FK relation to CodingSystem Table CodingSystemID, specifies particular coding system References: dbo.Codingsystem |
InsuranceTypeID | numeric | NO | Logical FK to InsuranceType table, InsuranceTypeID |
Code | varchar | NO | Particular Code used for Coding System |
CodeDisplayName | varchar | YES | Code Display Name Nullable |
InterfaceEvent
This Table Stores InterfaceEvent Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InterfaceEventID | int | NO | Primary Key. Identity Column. seed starts from 1000 |
InterfaceEventTypeID | int | NO | This column has FK to InterfaceEventType Table InterfaceEventTypeID |
SendTime | datetime | YES | This column contains date time for sent interface event |
InterfaceDistributorID | int | NO | This column has FK to InterfaceDistributor Table InterfaceDistributorID |
InterfaceStatusID | int | NO | This column has logical FK to InterfaceStatus Table InterfaceStatusId.. Nullable. References: dbo.InterfaceStatus |
PatientID | int | YES | This column store patient id logical FK to patient table patientID |
AdditionalDetail | varchar | YES | This column contains text value for additional details |
CreateDate | datetime | YES | Datetime when User created the profile |
CreateUserID | numeric | NO | Logical FK to Users table UserID, who created a profile |
LastModifiedDate | datetime | NO | Datetime when User has last modify thhis profile |
LastModifiedUserID | numeric | NO | Logical FK to Users table UserID, who modified the profile |
InterfaceEventType
This Table Stores InterfaceEventType Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InterfaceEventTypeID | int | NO | Primary Key. Identity Column. seed starts from 1000 |
EventName | varchar | NO | This column contains the name for each event. |
EventDescription | varchar | YES | This column contains the description for each event |
TypeName | varchar | YES | This column contains value for Type name. Nullable |
AssemblyName | varchar | YES | This column contains text value for assembly name |
InterfaceEventVisit
This Table Stores InterfaceEventVisit Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InterfaceEventId | int | NO | Primary Key. |
VisitID | numeric | NO | Logical FK to Visit Table VisitID |
Lab
Contains all inbound Lab details information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabID | numeric | NO | Primary Key.. Starts from 1000.. increments by 1 |
LabGUID | varchar | YES | Stores Globally Unique Identifier of Lab |
LabCompanyName | varchar | YES | Stores the Name of Lab Company |
LabCompanyClientID | varchar | YES | Stores the ID of Lab Company Client |
LabFacilityName | varchar | YES | Stores the Name of Lab Facility |
SendingFacilityID | varchar | YES | Stores the ID of Sending Facility |
Director | varchar | YES | Stores the Name of the Director |
Phone | varchar | YES | Stores Phone number of the Lab |
Address | varchar | YES | Stores Adress of the Lab |
City | varchar | YES | Stores the Name of the city |
State | varchar | YES | Stores the Name of the State |
ZipCode | varchar | YES | Stores the ZipCode of the Lab |
CreateDate | datetime | NO | Stores the date on which the lab was Created |
DocType | varchar | NO | Stores the type of document like Lab.. Radiology.. Transcription etc... |
SubDocType | varchar | NO | Stores the type of sub document |
DisplayType | varchar | NO | Stores type of display like labresult.. LabDocument etc... |
ContainsAbnormal | tinyint | NO | Value toggles between 1 and 0. 1 if lab contains abnormal |
LabNote
Bridge table to join LabNoteDetail and Lab Table when any Notes comes back with inbound Lab Order.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabNoteID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
CreateDate | datetime | NO | Datetime Note created |
LabID | numeric | NO | logical FK relation to Lab Table LabID |
LabNoteDetail
Contains actual Note/Notes description from inbound Lab.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabNoteID | numeric | NO | Primary key. FK relation with LabNote Table LabNoteID. References: dbo.LabNote |
SeqNo | int | NO | Part of primary key. Sequence number. incremented from 1 |
Note | varchar | NO | Contains the Note |
LabOrder
Contains Lab and Order information to connect inbound Lab with PS Order.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabOrderID | numeric | NO | Primary Key.. Starts from 1000.. increments by 1 |
LabID | numeric | NO | Foreign Key.. REFERENCES dbo.Lab (LabID) |
GMTOrderNo | varchar | YES | Stores Order number of GMT |
LabOrderNo | varchar | YES | Stores the Number of Lab Order |
ProviderNo | varchar | YES | Stores the ID of Ordering Provider |
FullName | varchar | YES | Stores the Full Name of Ordering Provider |
FirstName | varchar | YES | Stores the First Name of Ordering Provider |
MiddleName | varchar | YES | Stores the Middle Name of Ordering Provider |
Suffix | varchar | YES | Stores the Suffix of Ordering Provider |
Prefix | varchar | YES | Stores the Prefix of Ordering Provider |
Degree | varchar | YES | Stores the Degree of Ordering Provider |
OrderStatus | varchar | YES | Stores the Status of the order |
LastName | varchar | YES | Stores the Last Name of Ordering Provider |
LabOrderLabNote
Bridge table to join LabOrder and LabNote Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabNoteID | numeric | NO | FK relation to LabNote Table LabNoteID. References: dbo.LabNote |
LabOrderID | numeric | NO | FK relation to LabOrder Table LabOrderID. References: dbo.LabOrder |
LabPanel
Contains Lab Panel information coming from inbound lab for an associated LabOrderID.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabPanelID | numeric | NO | Primary Key.. Starts from 1000.. increments by 1 |
LabOrderID | numeric | NO | Foreign Key.. REFERENCES dbo.LabOrder (LabOrderID) |
PanelNO | varchar | YES | Store the number of panel |
LabGenerated | tinyint | YES | Toggles between 0 and 1. 1 is its lab generated |
PanelDescription | varchar | YES | Stores the description of the panel |
SpecimenNumber | varchar | YES | Stores the Number of Specimen |
DateTaken | varchar | YES | Stores the date when the specimen was taken |
DateRecieved | varchar | YES | Stores the recieved Date |
DateReported | varchar | YES | Stores the Reported Date |
ReportStatus | varchar | YES | Stores the status of the report |
ParentPanelNO | varchar | YES | Stores the number of Parent Panel |
SpecimenSource | varchar | YES | Stores the Source of Specimen |
LabPanelLabNote
Bridge table to join LabPanel and LabNote tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabNoteID | numeric | NO | Top level Identifier for a Lab note. FK relation to Labnote Table LabNoteID. References: dbo.LabNote |
LabPanelID | numeric | NO | FK relation to LabPanel Table LabPanelID. References: dbo.LabPanel |
LabPatient
Contains LabId and Patient information came through inbound lab.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabPatientID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
LabID | numeric | NO | FK relation to Lab Table LabID. References: dbo.Lab |
LabGUID | varchar | YES | Labs identifier. Nullable |
LabNo | varchar | YES | Labs identifier.. Nullable |
GMTPatientNo | varchar | YES | May be supplied from GMT in bi-directional labs. Currently Lab generated.logical FK to Patient Table PatientID. Nullable |
FullName | varchar | YES | Patient FullName. Nullable |
FirstName | varchar | YES | Patient FirstName. Nullable |
MiddleName | varchar | YES | Patient MiddleName. Nullable |
LastName | varchar | YES | Patient LastName. Nullable |
Suffix | varchar | YES | Patient Suffix. Nullable |
PatientLabNO | varchar | YES | Labs Identifier for the patient.. Nullable |
Gender | varchar | YES | Patient Gender. Nullable |
DOB | varchar | YES | Patient DOB. Nullable |
Phone | varchar | YES | Patient Phone. Nullable |
SSN | varchar | YES | Patient SSN. Nullable |
MothersMaidenName | varchar | YES | Patient Mothers Maiden Name. Nullable |
LabPatientLabNote
Bridge table to join Lab Patient and LabNotes Tables.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabNoteID | numeric | NO | Top level Identifier for a note. FK relation to LabeNote Table LabNoteID. References: dbo.LabNote |
LabPatientID | numeric | NO | FK relation to LabPatient Table LabPatientID. References: dbo.LabPatient |
LabSubPanel
Contains Lab Sub Panel information associated with Lab Panel
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabSubPanelID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
LabPanelID | numeric | NO | FK relation to LabPanel Table LabPanelID. References: dbo.LabPanel |
PanelNo | varchar | YES | Labs panel identifier. logical FK to LabPanel Table PanelNo. Nullable |
SubPanelNo | varchar | YES | Labs sub panel identifier.. Nullable |
SubPanelDescription | varchar | YES | Sub Panel description. Nullable |
LabTestResult
Contains actual result value associated with Lab Panel comes through inbound lab.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabTestResultID | numeric | NO | Primary Key.. Starts from 1000.. increments by 1 |
LabPanelID | numeric | NO | foreign key.. REFERENCES dbo.LabPanel (LabPanelID) |
LabSubPanelID | numeric | YES | foreign key.. REFERENCES dbo.LabSubPanel (LabSubPanelID) |
ResultNo | varchar | YES | Stores Number of the result |
ResultStatus | varchar | YES | Toggles between 1 and 0. |
ResultValue | varchar | YES | Stores the value of the Result |
ResultUnits | varchar | YES | Stores the measurement units of Result |
ProducerNo | varchar | YES | Stores the Code of Producer |
ReferenceRange | varchar | YES | Stores the Range of Reference |
ResultValueType | varchar | YES | Stores the Type of Result Value |
ResultDate | datetime | YES | Stores the date on which the result was generated |
TestDescription | varchar | YES | Stores the Description of the test |
CodingSystem | varchar | YES | Stores the type of Coding system |
LabID | numeric | NO | Stores the ID of the Lab |
LabTestResultFlag
Contains Flag information associated with LabTest Result.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabTestResultFlagID | numeric | NO | Primary key. identity column starts with 1000. Identity / Auto increment |
LabTestResultID | numeric | NO | FK relation to LabTestResult Table LabTestResultID. References: dbo.LabTestResult |
Flag | varchar | NO | Results Abnormal flags. |
LabTestResultLabNote
Bridge table to join Lab Note and LabTestResult Tables.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LabNoteID | numeric | NO | Top level Identifier for a note. FK relation to LabNote Table LabNoteID. References: dbo.LabNote |
LabTestResultID | numeric | NO | FK relation to LabTestResult Table LabTestResultID. References: dbo.LabTestResult |
LanguageCodingSystem
Info table contains Language information with Code for each language based on different Coding System like HL7v3 Human Language, ISO 639-2 Language
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | This column is part of composite Primary key column & foreign Key column.. REFERENCES dbo.Codingsystem (CodingSystemId). Contains the Coding system ID. Not null. |
LanguageID | numeric | NO | This column is part of composite Primary key column & foreign Key column.. REFERENCES dbo.Languages (LanguageID). Contains the Language ID. Not null. |
Code | varchar | NO | Contains the Code of the Language. Nullable. |
CodeDisplayName | varchar | YES | Contains the code name which is displayed on the UI for the language. Nullable. |
Languages
Languages Lookup Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LanguageID | numeric | NO | Identifies the Language ID.. Primar key column of the table. Not null. |
LocalName | varchar | YES | Identifies the local name of the language. |
StandardName | varchar | YES | Identifies the Standard Name of the language. |
Description | varchar | YES | Represents the description of the language. |
IsDefaultField | int | NO | It is the flag for the table. Toggles between 0 & 1. |
Enabled | int | NO | Toggles between 0 & 1. Is 1 if enabled else 0. |
LibSNOMED
This table stores LibSNOMED information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
LibSNOMEDID | int | NO | Primary key of table Identity / Auto increment |
Term | varchar | NO | This column stores relationship of family |
ConceptID | numeric | NO | This column stores ConceptID,related of table concept |
Description | varchar | YES | This column stores Description |
MaritalStatus
Marital Status Lookup Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
MaritalStatusID | numeric | NO | Primary Key |
LocalName | varchar | NO | Local Name. used to building fctPatientPerson Table |
StandardName | varchar | NO | Standard Name. Not Currenlty Used |
Description | char | NO | Description support PS page (Registration-Info) - DropDown |
IsDefaultField | int | NO | Flag. IsDefaultField (0/1) One item set to 1. Default: 0 |
Enabled | int | NO | Flag. Not Currently Used. Default: 1 |
MaritalStatusCodingSystem
This is a lookup Table for different marital status code
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | This column has logical FK to CodingSystem table CodingSystemID |
MaritalStatusID | numeric | NO | This column has logical FK to MaritalStatus table MaritalStatusID |
Code | varchar | NO | this column stores the MaritalStatus code |
CodeDisplayName | varchar | YES | this column stores the MaritalStatus code value Nullable |
MDNHistory
This Table is being used in CCDA for MDN (Message Delivery Notification) from Updox for Updox Direct Message.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
MDNHistoryID | numeric | NO | Primary key, identity column Identity / Auto increment |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
SendDateTime | varchar | YES | Datetime when message sent Nullable |
Destination | varchar | YES | EmailId where message sent Nullable |
StatusDescription | varchar | NO | Description of Status of the message |
SubjectText | varchar | YES | Subject used for the message Nullable |
Origin | varchar | YES | Origin EmailID, source of the message Nullable |
ExternalMessageID | numeric | YES | MessageID Nullable |
CreateDateTime | datetime | YES | Datetime created this entry Nullable |
CreatedByUserID | numeric | YES | logical FK relation to Users Table UserID who sent the message Nullable References: dbo.Users |
MedAlertOverrideReason
Lookup Table contains data to override medication alert when prompted with an alert like when prescribing medication
ColumnName | DataType | Nullable | Description |
---|---|---|---|
MedAlertOverrideReasonID | int | NO | Primary key, identity column Identity / Auto increment |
MedAlertOverrideReasonDesc | varchar | NO | Override reason description |
SortOrder | int | NO | Display order to show on UI |
Disabled | bit | NO | toggles between 0 and 1, 1=not show, 0=show Default: 0 |
MedicationIndicationAssessment
This Table contains all medication information came through Assesment for the Patient based on Indication selected by User.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatMedID | numeric | NO | Primary key. FK relation to ClinicalPatMeds Table ClinicalPatMedID. References: dbo.ClinicalPatMeds |
ICDCode | varchar | NO | Primary key. Contains Code based on CodingSystemID |
ICDDesc | varchar | NO | Code description |
CodingSystemID | numeric | NO | Primary key. FK relation to CodingSystem Table CodingSystemID. It specifies particular coding system. Default: 1020. References: dbo.Codingsystem |
MedicationIndicationFDB
This Table contains all medication information came through FDB for the Patient based on Indication selected by User
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatMedID | numeric | NO | Primary key and foreign key column contains the Clinical Patient Medication ID. REFERENCES dbo. ClinicalPatMeds (ClinicalPatMedID). |
FDBMedicalConditionFDBDX | varchar | NO | Contains the FDB Medical Condition FDB DX value. |
FDBMedicalConditionDesc | varchar | NO | Contains the FDB Medical Condition Description of the disease. |
MedicationIndicationPharmacistInferred
This Table contains all medication information came through Pharmacist through Surescript for the Patient.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatMedId | numeric | NO | This column is part of composite Primary key and foreign key column contains the Clinical Patient Medication ID. REFERENCES dbo. ClinicalPatMeds (ClinicalPatMedID). |
CodingSystemID | numeric | NO | This column is part of composite Primary key and foreign key column contains the Coding System ID. REFERENCES dbo.Codingsystem (CodingSystemId). |
CodeID | varchar | NO | This column is part of composite Primary key of the table. Contains the Code ID. Not null. |
IsPrimary | bit | NO | Flag value contains 0 or 1. |
MedicationIndicationProblemList
This Table contains all medication information came through ProblemList for the Patient based on Indication selected by User.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalPatMedID | numeric | NO | Primary key and foreign key column contains the Clinical Patient Medication ID. REFERENCES dbo.ClinicalPatMeds (ClinicalPatMedID) |
PatHistProblemListID | numeric | YES | Foreign key column contains the Patient History Problem List ID. REFERENCES dbo.PatHistProblemList (PatHistProblemListID) |
PatHistItemICDCode | varchar | NO | Primary Key column contains the Patient History Item ICD Code |
PatHistItemICDDesc | varchar | NO | Contains the Patient History Item ICD description. |
CodingSystemID | numeric | NO | Primary key and foreign key column contains the Coding System ID.REFERENCES dbo.Codingsystem (CodingSystemId) |
SeqNo | smallint | NO | Primary key column represents the Sequence Number. |
MedicationRxNormFact
This table stores MedicationRxNormFact information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Medid | int | NO | Primary Key. A unique identifier associated with a Medication. |
descdisplay | varchar | YES | Display description or name of the medication. Nullable |
PMID | varchar | NO | Primary Key. PubMed identification number. |
RxNorm | varchar | NO | Primary Key. A code or identifier following the RxNorm standard often used for medication and drug classification. |
RxNormDisplay | varchar | YES | Display description or name corresponding to the RxNorm code. Nullable |
Code | int | YES | The medication is additionally associated with a code. Nullable |
MenopauseStatus
Lookup Table with list of Menopause status
ColumnName | DataType | Nullable | Description |
---|---|---|---|
MenopauseStatusID | numeric | NO | Primary key, identity column Identity / Auto increment |
MenopauseStatusDesc | varchar | NO | Menopause Status description |
MenstrualFlow
Lookup Table with list of Menstrual Flow description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
MenstrualFlowID | numeric | NO | Primary key. identity column. Identity / Auto increment |
MenstrualFlowDesc | varchar | NO | Menstrual flow description |
MessageFolder
Table to store folder names for messages to be stored. Used in MessageRecipient and MessageRecipientFolder
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FolderID | numeric | NO | Primary key, auto generated ID Identity / Auto increment |
FolderName | varchar | NO | Folder name |
LocalDesc | varchar | NO | local/short name |
MessageFolderTypes
MessageFolderTypes Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FolderTypeID | numeric | NO | This column contains Folder Type ID |
LocalDesc | varchar | YES | Local Description for Message Folder Type |
Type | int | NO | This column contains Type of the MeassageFolder Type |
MessagePriority
Table for Greenway shipped message priority 1 Low 2 Medium 3 High
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PriorityID | numeric | NO | Primary key of table Identity / Auto increment |
LocalDesc | varchar | NO | This column stores LocalDesc values |
MessageRecipient
Table containing the links of users to messages
ColumnName | DataType | Nullable | Description |
---|---|---|---|
MessageRecipientID | numeric | NO | Stores the Message Recipient ID |
MessageID | numeric | NO | Stores the message ID |
StatusID | numeric | NO | Stores the Status ID for message |
DateRead | datetime | YES | Stores the when message was read |
GroupMember | tinyint | NO | Stores the Group Member |
FolderID | numeric | YES | Stores the folder ID |
ToMessageUserID | numeric | NO | Stores the To Message User ID |
Messages
Table storing user to user (or group) messaging within the practice or from Greenway
ColumnName | DataType | Nullable | Description |
---|---|---|---|
MessageID | numeric | NO | Primary Key represents the Message ID. Not Nullable. |
MessageTypeID | numeric | NO | Foreign Key column represents the message type ID. Not null. REFERENCES dbo.MessageType (MessageTypeID). |
PriorityID | numeric | NO | Represents the Priority ID. Not Null. |
Subject | varchar | NO | Represents the Subject of the message. Not null. |
Body | varchar | YES | Represents the Body of the message. Nullable. |
CreatedDate | datetime | NO | Stores the value of create datetime. Default Setting: ([dbo].[GreenwayDate](getdate() getutcdate())). Not Null. |
Legacy | int | NO | Stores int datatype.. In DB can see only 1 in the record. Flag to determine if this was an old/legacy message Default: 0. |
PatientInfo | varchar | YES | Represents the Patient Information.. Nullable. |
FromMessageUserID | numeric | NO | Stores the From Message User ID. Not Null. |
DocumentID | numeric | NO | Stores the Document ID. Not null. |
MessageToMessage
Table linking messages, parent to child
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ParentMessageID | numeric | NO | Stores the Parent Message ID |
ChildMessageID | numeric | NO | Stores the Child Message ID |
MessageType
Table that stores the message type listing, Greenway shipped lookup
ColumnName | DataType | Nullable | Description |
---|---|---|---|
MessageTypeID | numeric | NO | PK, auto generated ID value Identity / Auto increment |
LocalDesc | varchar | NO | Local/short name |
Enabled | bit | NO | Is this message type enabled, 1=yes, 0=no |
TypeOrder | numeric | NO | Order to display in the list |
SystemType | tinyint | NO | Is this a system type entry, 1=yes, 0=no Default: 0 |
MessageUser
Table holding a new Messages specific UserID that links to the actual Users.UserID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
MessageUserID | numeric | NO | This column has Primary key |
UserID | numeric | YES | Stores the User ID |
PatientID | numeric | YES | Stores the Patient ID |
NextOfKin
Table used to link person records for relationships/family
ColumnName | DataType | Nullable | Description |
---|---|---|---|
NextOfKinID | numeric | NO | Primary key. auto generated ID value |
PersonID | numeric | NO | Logical FK. Person.PersonID |
NextOfKinPerID | numeric | NO | Logical FK. Person.PersonID |
AssociationTypeID | numeric | NO | Logical FK. AssociationTypes.AssociationTypeID. Default: 1 |
Active | int | NO | Is this record active. Default: 1 |
LastUpdateDate | datetime | NO | Last date the record was updated. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
RelationShipTypeID | numeric | NO | Logical FK. RelationTypes.RelationTypeID. Default: 1. References: dbo.RelationTypes |
StatementReceiver | bit | NO | Is this person/relative the statement recipient for the original person |
ExternalRelationshipCode | varchar | YES | not in use. Nullable |
OtherRelationshipType | varchar | YES | Available if the relationship type is set to "other". Nullable |
PatientID | numeric | YES | It will store the PatientID |
RelationshipName | varchar | YES | It will store the Relationship description |
RelationshipCode | varchar | YES | It will store the Relationship codified value |
CreatedBy | numeric | YES | Captures the created/requested user |
CreatedDateTime | datetime | YES | Captures the created/requested datetime |
LastModifiedBy | numeric | YES | Captures the last modified/requested user |
NoteDiagnosisModifier
NoteDiagnosisModifier Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DiagID | numeric | NO | Primary Key |
PatHistModifierID | numeric | NO | Primary Key |
CreatedDate | datetime | NO | Created Date |
NoteDiagnosisModifierHistory
NoteDiagnosisModifierHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
NoteDiagnosisModifierHistoryID | numeric | NO | Primary Key Identity Column: Auto Increment |
DiagID | numeric | NO | Logical reference of NoteDiagnosisModifier table |
PatHistModifierID | numeric | NO | Logical reference of NoteDiagnosisModifier table |
HistoryDate | datetime | NO | History Date |
HistoryAction | varchar | NO | History Action |
NoteOrderReason
NoteOrderReason
ColumnName | DataType | Nullable | Description |
---|---|---|---|
NoteOrderReasonID | numeric | NO | Clustered Primary Key of the Table. Auto generated ID from MasterID process. |
OrderID | numeric | NO | Logically FK to dbo.OrdersTracking. OrderID. |
ICD9 | varchar | YES | ICD9 procedure code associated with Order.. Nullable. |
ICD10 | varchar | YES | ICD10 procedure code associated with Order.. Nullable. |
Snomed | varchar | YES | Snomed code associated with Order. Nullable. |
Description | varchar | YES | Represents the Description of Note Order Reason. |
CreatedDate | datetime | NO | Date & time record created. |
NotePlanAUCProcedure
This table stores NotePlanAUCProcedure information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
NotePlanAUCProcedureID | numeric | NO | Primary Key. A unique identifier associated with a particular AUC (Appropriate Use Criteria) procedure entry. |
CPTCode | varchar | NO | The Current Procedural Terminology (CPT) code for the AUC procedure. |
Active | bit | NO | A flag (1 or 0) denoting whether the AUC procedure is currently active or not. |
Notes
Generic/multi-use table for notes related to various other records
ColumnName | DataType | Nullable | Description |
---|---|---|---|
NoteID | numeric | NO | Primary Key column represents the note id. Not null. |
PatientID | numeric | YES | This column has the logical relation with Patient table PatientID.. NULL |
ModuleID | numeric | YES | Represents the module id. Nullable. |
UserID | numeric | YES | Contains the User Id. Nullable |
OtherID | numeric | YES | Additional ID value that can provide more Linkes to other tables based on the type of note. Could be ClaimID| ServiceDetailID etc.. Nullable |
CreateDate | datetime | YES | Date time record got created Nullable |
LastModifiedDate | datetime | YES | Date time field when Last time the record was updated.. Nullable |
Text | varchar | YES | This is where the actual note text is stored. Nullable |
Printable | numeric | YES | Represents whether the note is printable |
NoteTypeID | numeric | NO | Logical FK represents the NoteType.NoteTypeID |
NoteSubType | smallint | YES | Sub type for certain note typed.. Nullable |
NoteType
List of note types to be saved with a note records in the Notes table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
NoteTypeID | numeric | NO | Primary key. auto generated ID value |
NoteType | varchar | NO | Text description of the note type |
OBR
Meaningful Use Log Activity Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBRID | numeric | NO | Primary Key|Identity Identity / Auto increment |
OBRguid | varchar | YES | Logical Reference to OBR Table. Nullable |
PatientID | numeric | YES | Logical Reference to Patient Table. Nullable. |
LabID | numeric | YES | Logical Reference to Lab Table Nullable |
LabPanelID | numeric | YES | Logical Reference to LabPanel Table Nullable |
PanelNo | varchar | YES | Represents the Panel Number Nullable |
PanelDescription | varchar | YES | Represents the Panel Description Nullable |
CollectionDate | datetime | YES | Datetime field representing the date time of the Collection Date |
LabReceivedDate | datetime | YES | Date Lab Received Specimens. Nullable |
LabReportedDate | datetime | YES | Date Lab Reported Specimens. Nullable |
ReportStatus | varchar | YES | Report Results Comments. Nullable |
ResultDocumentID | numeric | YES | Logical Reference to ClinicalDocuments Table Nullable |
DocumentID | numeric | YES | Logical Reference to ClinicalDocuments Table Nullable |
Enabled | tinyint | YES | Flag|Enabled (0/1) used to filter obsolete items. Nullable |
OrderID | numeric | YES | Logical Reference to OrdersTracking Table Nullable |
BatchGUID | varchar | YES | Logical Reference To CHCBatchFile Table Nullable |
DataSourceFacilityID | numeric | YES | Foreign Key to DataSourceFacility Table. Nullable. References: dbo.DataSourceFacility |
SpecimenSource | varchar | YES | Source of the Specimen. Nullable |
OBRConcept
Bridge table to connect OBR table data with OrdAdmin Table.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBRID | numeric | NO | Primery key. FK relation to OBR Table OBRID. References: dbo.OBR |
OrdConceptID | numeric | NO | Primary key. FK relation to OrdAdmin Table OrdConceptID. References: dbo.OrdAdmin |
ConceptHistoryID | numeric | YES | logical FK to ConceptHistory Table ConceptHistoryID. Nullable |
OBRManual
This table contains all Order concepts entries associated with In-office/Manual result concept for Patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBRManualID | numeric | NO | Primary key | identity column start from 1000 Identity / Auto increment |
OBRManualguid | varchar | YES | Unique GUID for the batch process.. Nullable |
PatientID | numeric | NO | This column has logical FK to Patient Table Patientid |
OrdConceptID | int | NO | Logical FK relation to OrdAdmin Table OrdConceptID |
ConceptHistoryID | numeric | YES | logical FK to ConceptHistory Table ConceptHistoryID |
OrderDescription | varchar | YES | Represents the Order Description of the OBR Manual Table. Nullable. |
CollectionDate | datetime | YES | Datetime order collected. Nullable |
LabReceivedDate | datetime | YES | Datetime Lab received order. Nullable |
LabReportedDate | datetime | YES | Datetime Lab reported. Nullable |
ReportStatus | varchar | YES | Report status description. Nullable |
ResultDocumentID | numeric | YES | logical FK to ClinicalDocument Table DocumentID associated with result. Nullable |
DocumentID | numeric | YES | logical FK to ClinicalDocument Table DocumentID associated with Order.. Nullable |
Enabled | tinyint | NO | Toggles between 1 and 0.. 1=display & 0=hide |
OBRManualHistory
OBRManualHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBRManualHistoryID | numeric | NO | Primary key of the table represents the OBR Manual History ID. Identity column start from 1000. |
OBRManualID | numeric | NO | Logical relation to OBRManual table OBRManualID |
OBRManualguid | varchar | YES | Unique GUID for the batch process.. Nullable |
PatientID | numeric | NO | This column has logical relation to Patient Table PatientID |
OrdConceptID | int | NO | Represents the Order Concept ID. Logical relation to OrdAdmin Table OrdConceptID |
ConceptHistoryID | numeric | YES | logical relation to ConceptHistory Table ConceptHistoryID |
OrderDescription | varchar | YES | Order description. Nullable |
CollectionDate | datetime | YES | Datetime order collected. Nullable |
LabReceivedDate | datetime | YES | Datetime Lab received order. Nullable |
LabReportedDate | datetime | YES | Datetime Lab reported. Nullable |
ReportStatus | varchar | YES | Report status description..Nullable |
ResultDocumentID | numeric | YES | logical relation to ClinicalDocument Table DocumentID associated with result..Nullable |
DocumentID | numeric | YES | logical relation to ClinicalDocument Table DocumentID associated with Order. Nullable |
Enabled | tinyint | NO | toggles between 1 and 0 | 1=display | 0=hide |
HistoryDate | datetime | NO | Datetime when record inserted to History table |
HistoryUserID | numeric | NO | logical relation to Users Table UserID who made the change |
HistoryAction | char | NO | History Action | I=Insert | U=Update |D=Delete specify what particular action occurred on OBRManual Table |
OBRManualOBXManual
Bridge table to join OBRManual and OBXManual Tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBRManualID | numeric | NO | Primary key. FK relation to OBRManual Table OBRManualID. References: dbo.OBRManual |
OBXManualId | numeric | NO | Primary key. FK relation to OBXManual Table OBXManualID. References: dbo.OBXManual |
OBRManualOBXManualHistory
Bridge table to join OBRManual and OBXManual History Tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBRManualHistoryID | numeric | NO | Logical reference to OBRManualOBXManual Table OBRManualID column |
OBXManualHistoryID | numeric | NO | Logical reference to OBRManualOBXManual Table OBXManualId column |
HistoryDate | datetime | NO | History Date |
HistoryUserID | numeric | NO | History User ID |
HistoryAction | char | NO | History Action |
OBROBX
This table links an OBR with its associated OBXs.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBRID | numeric | NO | Primary Key and Foreign Key column contains the OBR ID |
OBXId | numeric | NO | Primary Key and Foreign Key column contains the OBX ID |
OBX
This table stores details on OBXs.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXId | numeric | NO | This column is a unique id associated with the OBX. Identity / Auto increment |
OBXguid | varchar | YES | This column is a globally unique id associated with the OBX. Nullable |
PatientID | numeric | YES | This column is the id associated with the patient. It references the PatientID column in the Patient table. Nullable |
TestResultId | numeric | YES | This column is the test result id|referencing the LabTestResultID column in the LabTestResult table. For non-lab results|this will be null. Nullable |
TestDescription | varchar | YES | This column is a text description of the type of test result represented by the OBX. Nullable |
ResultValueType | varchar | YES | This column indicates whether the test result value is numeric|free text|or chosen from a list of predefined values. Nullable |
ResultUnits | varchar | YES | This column indicates the unit of measure associated with numeric test result values. Nullable |
ResultValue | varchar | YES | This column is the test result value. Nullable |
LocalResultUnits | varchar | YES | This column is the unit of measure in which the result value is expressed. Nullable |
LocalResultValue | varchar | YES | This column is the Local result value. Nullable |
LocalResultFlag | varchar | YES | This column indicates whether the result value is high|low|or normal. Space=normal| H=High|L=Low|HH=very high|LL=very low Nullable |
LocalResultUOMConceptID | numeric | YES | This column indicates the UOM concept id for the result unit of measure. It references the UOMConceptID column in the UOMAdmin table. Nullable |
ReferenceRange | varchar | YES | This colum indicates the range of values considered normal for this test result. Nullable |
ResultFlag | varchar | YES | This column contains a flag indicating if the test result value is high|low|etc. Nullable |
ResultStatus | varchar | YES | This column is a flag indicating whether or not the result value is outside the reference range. 0=no and 1=yes Nullable |
CollectionDate | datetime | YES | This column is the date on which the test specimen was collected. Nullable |
ResultDate | datetime | YES | This column is the date on which the results were determined. Nullable |
SeeNote | tinyint | NO | For lab results|this column indicates whether or not there are notes for the OBX. 0=no and 1=yes |
ChangeID | numeric | YES | This column indicates the reason that the OBX was changed. It references the ChangeID column in the OBXChangeReason table. Nullable References: dbo.OBXChangeReason |
DisplayValue | varchar | YES | This column is the result value that will display on the flowsheet. Nullable |
DisplayUnits | varchar | YES | This column is the unit of measure that will display on the flowsheet. Nullable |
DisplayFlag | varchar | YES | This column is the result flag that will display on the flowsheet. Nullable |
GMTDisplayValue | varchar | YES | This column is the same value as the DisplayValue column. Nullable |
ResultDocumentID | numeric | YES | This column indicates the document id of a clinical document associated with this test result. It references the DocumentID column in the ClinicalDocuments table. Nullable |
Enabled | tinyint | NO | This column is a flag indicating whether or not this OBX is enabled/active. |
ResultNo | varchar | YES | This column contains the labs code for this test result. Nullable |
BatchGUID | varchar | YES | This column is a globally unique id for a batch of related OBX rows. Nullable |
DataSourceFacilityID | numeric | YES | This column identifies the data source facility where the test results were processed. It references the DataSourceFacilityID column in the DataSourceFacility table. Nullable References: dbo.DataSourceFacilit |
OBXManualID | numeric | YES | This column identifies the locally collected tests. It references the OBXManualID column in the OBXManual table. Nullable References: dbo.OBXManual |
CreatedBy | numeric | YES | Represents the Id of the user who created the record. Nullable |
CreatedDateTime | datetime | YES | Represents the Create Date time when record got created. Nullable |
LastModifiedBy | numeric | YES | Represents the Id of the user who modified the record. Nullable |
LastModifiedDateTime | datetime | YES | Represents the Create Date time when record got modified. Nullable |
TravelHistoryID | numeric | YES |
OBXAdmin
This table defines result concepts.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXConceptID | numeric | NO | Primary Key and Foreign Key for the table.This column contains the unique id for the OBX/result concept. It references the ConceptID column in the Concept table. References: dbo.Concept |
ShortName | varchar | YES | The column contains the name of the result concept. Nullable |
DataType | tinyint | NO | This column indicates whether the values associated with this result concept are numeric|free text|or chosen from a predefined list. 0=numeric|1=free test| 2=chosen from a list |
UOMConceptId | numeric | YES | This column contains the concept id for the unit of measure associated with this result concept. It references the UOMConceptID column in the UOMAdmin table. This value can be modified by users. Nullable References: dbo.UOMAdmin |
GMTUOMConceptId | numeric | YES | This column contains the standard uom concept id assigned by Greenway|for system concepts. It cannot be modified by users. This references the UOMConceptID column in the UOMAdmin table. Nullable References: dbo.UOMAdmin |
GenderPickerId | numeric | NO | This column indcates which gender(s) this result is relevant to. It references the GenderPickerID column in the OBXGenderPicker table. |
CreatedBy | numeric | NO | This column is the user id of the user who created the result concept. It refrences the UserID column in the Users table |
CreateDate | datetime | NO | This column indicates when the result concept was create |
LastChangedBy | numeric | NO | This column is the user id of the user who last changed the result concept. It references the UserID column in the Users table. |
LastChangedDate | datetime | NO | This column indicates when the result concept was last changed |
Enabled | tinyint | NO | This column indicates whether the result concept is enabled or disabled. |
OBXAdminCategory
Bridge table to join OBXCategory and OBXAdmin (Result Concept) Tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXCategoryID | numeric | NO | This is a part of the composite primary key for this table and Logical FK with REFERENCES dbo.OBXCategory |
OBXConceptID | numeric | NO | This is a part of the composite primary key for this table and Logical FK with REFERENCES dbo.OBXAdmin |
OBXAdminCategoryHistory
OBXAdminCategoryHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column stores ConceptHistoryID value |
OBXCategoryID | numeric | NO | Logical reference to OBXCategory table |
OBXConceptID | numeric | NO | Logical reference to OBXConcept table |
HistoryAction | char | NO | History Action |
OBXAdminDataSource
Contains Result Concepts data source facilty and its associated code information entered by User from Vocab Admin module from UI
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXConceptID | numeric | NO | Primary key. FK relation to OBXAdmin Table OBXConceptID. References: dbo.OBXAdmin |
Code | varchar | NO | Code entered by user from Vocab Admin module |
DataSourceFacilityId | numeric | NO | FK relation to DataSourceFacility Table DataSourceFacilityID. References: dbo.DataSourceFacility |
OBXAdminDataSourceHistory
OBXAdminDataSourceHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column stores ConceptHistoryID value |
OBXConceptID | numeric | NO | Logical reference to OBXAdmin Table OBXConceptID |
Code | varchar | NO | Code entered by user from Vocab Admin module |
HistoryAction | char | NO | History Action |
DataSourceFacilityId | numeric | NO | Logical reference to DataSourceFacility Table DataSourceFacilityID |
OBXAdminHistory
OBXAdminHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This Column contains the unique id for the OBXAdmin History |
OBXConceptID | numeric | NO | Logical reference to OBXAdmin Table OBXConceptID |
ShortName | varchar | NO | The column contains the name of the result concept. |
DataType | tinyint | NO | This column indicates whether the values associated with this result concept are numeric. free text. or chosen from a predefined list. |
UOMConceptId | numeric | YES | This column contains the concept id for the unit of measure associated with this result concept. It references the UOMConceptID column in the UOMAdmin table. This value can be modified by users. |
GMTUOMConceptId | numeric | YES | This column contains the standard uom concept id assigned by Greenway. for system concepts. It cannot be modified by users. This references the UOMConceptID column in the UOMAdmin table. |
GenderPickerId | numeric | YES | This column indcates which gender(s) this result is relevant to. It references the GenderPickerID column in the OBXGenderPicker table. |
CreatedBy | numeric | NO | This column is the user id of the user who created the result concept. It refreences the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the result concept was created. |
LastChangedBy | numeric | NO | This column is the user id of the user who last changed the result concept. It references the UserID column in the Users table. |
LastChangedDate | datetime | NO | This column indicates when the result concept was last changed. |
Enabled | tinyint | NO | This column indicates whether the result concept is enabled or disabled. |
HistoryAction | char | NO | This column indicates the history action |
OBXAdminPickList
This table defines a list of valid result values for result concepts that have one.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXConceptID | numeric | NO | Foreign key of the Table. This column is the unique id of the result concept. It references the OBXConceptID column in the OBXAdmin table. References: dbo.OBXAdmin |
ListIndex | smallint | NO | Within a list of values for a result concept.. This column is a unique id for the list entry. |
ListText | varchar | NO | This column is the text associated with the value list entry. |
OBXAdminPickListID | numeric | NO | Primary Key for the table. This column contains unique id for each row in this table. Identity / Auto increment |
OBXAdminPickListCodingSystem
This table contains coding system values for result pick list entries.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXAdminPickListID | numeric | NO | This is a part of the composite primary key for this table and Logical FK with REFERENCES dbo.OBXAdminPickList (OBXAdminPickListID) |
CodingSystemID | numeric | NO | This is a part of the composite primary key for this table and Logical FK with REFERENCES dbo.Codingsystem (CodingSystemId) |
CodeId | varchar | YES | Represents the Code id. Nullable |
OBXAdminPickListHistory
OBXAdminPickListHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column is the unique id of the OBXAdminPickListHostory table |
OBXConceptID | numeric | NO | This column is the unique id of the result concept. It references the OBXConceptID column in the OBXAdmin table.. References: dbo.OBXAdmin |
ListIndex | smallint | NO | Within a list of values for a result concept. this column is a unique id for the list entry. |
ListText | varchar | NO | This column is the text associated with the value list entry. |
HistoryAction | char | YES | This column is the text associated with the History action entry. |
OBXCategory
Contains list of system and user defined categories for result concept to use on Vocab Admin module. < 4000000 range defines system category and >= 4000000 defines user entered categories.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXCategoryID | numeric | NO | Primary key column of the table. Auto increment. It represent the unique Id of category like Vitals |Allergy Testing etc. |
Description | varchar | NO | Represents the Description for the category. |
Enabled | tinyint | NO | Toggles between 0 & 1. To enable or disable the category |
OBXCategoryHistory
OBXCategoryHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXCategoryHistoryID | numeric | NO | This column is the unique id for the OBXCategoryHistory Table |
OBXCategoryID | numeric | NO | Logical Reference to the OBXCategoryID in OBXCategory Table |
Description | varchar | NO | Category description |
Enabled | tinyint | NO | toggles between 1 and 0. 1=can use. 0=not in use |
HistoryDate | datetime | NO | History Date |
HistoryUserID | numeric | NO | This column contains the user ID who performed this action |
HistoryAction | char | NO | This column contains History action text |
OBXChangeReason
Table contains list of Change Reason to use under OBX Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ChangeID | numeric | NO | Primary key. identity column starts with 1000. Identity / Auto increment |
ChangeReason | varchar | NO | Change reason description |
OBXCodingSystem
This table contains the coding system values for result concepts.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | This is a part of the composite primary key for this table and Logical FK with REFERENCES dbo.Codingsystem (CodingSystemId) |
OBXConceptID | numeric | NO | This is a part of the composite primary key for this table and Logical FK with REFERENCES dbo.OBXAdmin (OBXConceptID) |
CodeId | varchar | NO | Primary key contains code corresponding to the coding system Id and obx concept Id |
OBXCodingSystemHistory
OBXCodingSystemHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column contains the id associated with the CodingSystemHistory |
CodingSystemId | numeric | NO | This column is logical reference to CodingSystemId column in OBXCodingSystem table |
OBXConceptID | numeric | NO | This column contains the concept id of the result concept. It references the OBXConceptID column in the OBXAdmin table.. References: dbo.OBXAdmin |
CodeId | varchar | NO | This column contians the coding system value for the result concept. |
HistoryAction | char | NO | This column contains the History Action value |
OBXConcept
This table associates an OBX to one or more result concepts.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXId | numeric | NO | This is a part of the composite primary key for this table. Logical FK with REFERENCES dbo.OBX (OBXId) |
OBXConceptID | numeric | NO | This is a part of the composite primary key for this table. Logical FK with REFERENCES dbo.OBXAdmin (OBXConceptID) |
ConceptHistoryID | numeric | YES | Represents the Concept History Id/..Nullable |
OBXAdminPickListID | numeric | YES | Foreign key of the table. REFERENCES dbo.OBXAdminPickList (OBXAdminPickListID)..Nullable |
OBXConceptSpecialty
Bridge table to join Result Concept with Clinical Specialty from Vocab Admin module on UI
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SpecialtyID | numeric | NO | primary key. logical FK to ClinicalSpecialty Table SpecialtyID |
OBXConceptID | numeric | NO | FK relation to OBXAdmin Table OBXConceptID. References: dbo.OBXAdmin |
OBXConceptSpecialtyHistory
OBXConceptSpecialtyHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column contains unique id value in OBXConceptSpecialityHistory table |
SpecialtyID | numeric | NO | Logical Reference to SpecialityID column in OBXConceptSpeciality table |
OBXConceptID | numeric | NO | Logical reference to OBXAdmin Table OBXConceptID |
HistoryAction | char | NO | History Action |
OBXGenderPicker
contains list of Gender picker to use on Result Concept from Vocab Admin on UI
ColumnName | DataType | Nullable | Description |
---|---|---|---|
GenderPickerID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
Description | varchar | YES | Description for options. Nullable |
OBXManual
This table contains all Result concepts entries associated with In-office/Manual result concept for Patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXManualId | numeric | NO | Primary Key column of the table. Represents the OBX Manual ID. Auto Increment |
OBXManualguid | varchar | YES | Stores Globally Unique Identifier of the OBX Manual Table |
OBXConceptID | int | NO | Stores the OBX Concept ID |
ConceptHistoryID | numeric | YES | Stores the Concept History ID |
PatientId | numeric | YES | Contains the Patient ID |
TestDescription | varchar | YES | Represents the test description mentioned |
ResultValueType | varchar | YES | Contains the Value type of the result |
ResultUnits | varchar | YES | Contains the units of the result |
ResultValue | varchar | YES | Contains the Value of the result |
LocalResultUnits | varchar | YES | Contains the local units of the result |
LocalResultValue | varchar | YES | Contains the local values of the result |
LocalResultFlag | varchar | YES | Contains the local flag of the result |
LocalResultUOMConceptID | numeric | YES | Represents the Local Result UOM Concept ID. |
ReferenceRange | varchar | YES | It represents the reference rage of the results |
ResultFlag | varchar | YES | It represents the result flag |
ResultStatus | varchar | YES | Represents the status of the result |
CollectionDate | datetime | YES | Datetime field representing the collection date |
ResultDate | datetime | YES | Datetime field representing the result date |
CreateUser | numeric | NO | This column represents ID of the User who created the record |
CreateDate | datetime | NO | This column represents Date of Creation |
LastChangedBy | numeric | NO | Represents the User Id who modified the record |
LastChangedDate | datetime | NO | Datetime field to contains Datetime when record got changed. |
ResultDocumentID | numeric | YES | Represents the result document id |
DocumentID | numeric | YES | Represents the document id |
Enabled | tinyint | NO | Flag represents whether enabled or not |
OBXManualClinicalVital
Bridge table to join OBXManual and ClinicalVital Table as all Vitals will go to OBXManual Table as well.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXManualId | numeric | NO | Primary key and as well FK relation to OBXManual Table OBXManualID. References: dbo.OBXManual |
ClinicalVitalID | numeric | NO | Primary key and as well FK relation to ClinicalVital Table ClinicalVitalID. References: dbo.ClinicalVital |
OBXManualHistory
OBXManualHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXManualHistoryID | numeric | NO | Primary Key and identity column starts from 1000.. Identity / Auto increment |
OBXManualId | numeric | NO | logical FK relation to OBXManual Table OBXManualID |
OBXManualguid | varchar | YES | Represents the OBX Manual Globally unique identifier. Nullable |
OBXConceptID | numeric | NO | Represents the OBX Concept ID. Nullable |
ConceptHistoryID | numeric | YES | Represents the Concept History ID. Nullable |
PatientId | numeric | YES | Contains the value of Patient ID. |
TestDescription | varchar | YES | It contains the description of the test. Nullable |
ResultValueType | varchar | YES | This column represents the result value type. Nullable |
ResultUnits | varchar | YES | This column represents the result units like ({beats}/min or %.. etc.). Nullable |
ResultValue | varchar | YES | This column represents the result value. Nullable |
LocalResultUnits | varchar | YES | It represents the Local result units like ({beats}/min or %.. etc.). Nullable |
LocalResultValue | varchar | YES | It represents the Local result values. Nullable |
LocalResultFlag | varchar | YES | It represents the Local result flag. Nullable |
LocalResultUOMConceptID | numeric | YES | It represents the Local Result UOM Concept ID. Nullable |
ReferenceRange | varchar | YES | It contains the reference range. Nullable |
ResultFlag | varchar | YES | This is the flag column for result. |
ResultStatus | varchar | YES | This represents the result status. Nullable |
CollectionDate | datetime | YES | Datetime field contains the sample collection date. |
ResultDate | datetime | YES | Datetime field contains the result date. |
CreateUser | numeric | NO | It contains the id of the user who created the record. |
CreateDate | datetime | NO | Datetime field contains the created date of the record. |
LastChangedBy | numeric | NO | It contains the id of the user who modified the record. |
LastChangedDate | datetime | NO | Datetime field contains the last modified date of the record. |
ResultDocumentID | numeric | YES | This column represents the result document ID. |
DocumentID | numeric | YES | This column represents the document ID. |
Enabled | tinyint | NO | Flag. Toggles between 0 & 1 |
HistoryDate | datetime | NO | Datetime when record inserted to History table |
HistoryUserID | numeric | NO | logical FK to Users Table UserID who made the change |
HistoryAction | char | NO | History Action| I=Insert| U=Update | D=Delete specify what particular action occurred on OBRManual Table |
OBXNote
Contains any user notes associated with OBX/Result Concept
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXNoteID | numeric | NO | Primary key and identity column starts from 1000 Identity / Auto increment |
OBXId | numeric | NO | FK relation to OBX Table OBXId References: dbo.OBX |
OBXNoteguid | varchar | YES | Note unique GUID for single/batch transaction Nullable |
UserID | numeric | NO | User who submitted. FK relation to User Table UserID |
OBXNoteDate | datetime | NO | Datetime when the Note was entered |
NoteText | varchar | NO | Text entered by User |
OBXPatientRange
Contains specified Result range information for particular PatientID for particular result concept
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This is a part of the composite primary key for this table.. FK relation to Patient Table PatientID.References: dbo.Patient |
OBXConceptID | numeric | NO | This is a part of the composite primary key for this table.. FK relation to OBXAdmin Table OBXConceptID.References: dbo.OBXAdmin |
OBXRangeComparisonOperatorID | numeric | NO | logical FK to OBXRangeComparisonOperators Table OBXRangeComparisonOperatorID.References: dbo.OBXRangeComparisonOperators |
LowRange | numeric | NO | Value specified as Low range |
HighRange | numeric | NO | Value specified as High range |
Note | varchar | YES | Additional Notes. Nullable |
CreatedBy | numeric | NO | FK relation to Users Table UserID who created this Range for Patient. References: dbo.Users |
CreateDate | datetime | NO | Datetime record got created. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
OBXPatientRangeHistory
OBXPatientRangeHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This is a part of the composite primary key for this table.. logical FK with dbo.Patient (PatientID). |
OBXConceptID | numeric | NO | This is a part of the composite primary key for this table.. logical FK with dbo.OBXAdmin (OBXConceptID) |
OBXRangeComparisonOperatorID | numeric | NO | logical FK with dbo.OBXRangeComparisonOperators (OBXRangeComparisonOperatorID) |
LowRange | numeric | NO | Value specified as Low range |
HighRange | numeric | NO | Value specified as High range |
Note | varchar | YES | Additional Notes. Nullable |
CreatedBy | numeric | NO | FK relation to Users Table UserID who created this Range for Patient. References: dbo.Users |
CreateDate | datetime | NO | This is a part of the composite primary key for this table.. Datetime record got created |
ActionCode | char | NO | This is a part of the composite primary key for this table.. represents the Action Code |
OBXRangeAge
Contains Age Range configuration for particular Result Concept using Vocab Admin Module
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXRangeAgeID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
OBXConceptID | numeric | NO | FK relation to OBXAdmin Table OBXConceptID. References: dbo.OBXAdmin |
AllAges | tinyint | NO | 1=All Ages. 0=User defined |
MinAge | int | NO | Number represent Min Age based on Min Age Unit for User Defined range |
MinAgeUnits | varchar | NO | Defines Age units in Days. Week. Month or Year |
MinAgeDays | numeric | NO | Converts Min Age Days based on MinAge and MinAgeUnits |
MaxAge | int | NO | Number represent Max Age based on Max Age Unit for User Defined range and 1 for All |
MaxAgeUnits | varchar | NO | Defines Age units in Days. Week. Month or Year |
MaxAgeDays | numeric | NO | Converts Max Age Days based on MinAge and MinAgeUnits |
OBXRangeAgeHistory
OBXRangeAgeHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column contains unique Id value |
OBXRangeAgeID | numeric | NO | This column logical reference to OBXRangeAge Table OBXRangeAgeID |
OBXConceptID | numeric | NO | This column contains logical reference ti OBXAdmin Table OBXConceptID |
AllAges | tinyint | NO | 1=All Ages. 0=User defined |
MinAge | int | NO | Number represent Min Age based on Min Age Unit for User Defined range |
MinAgeUnits | varchar | NO | Defines Age units in Days. Week. Month or Year |
MinAgeDays | numeric | NO | Converts Min Age Days based on MinAge and MinAgeUnits |
MaxAge | int | NO | Number represent Max Age based on Max Age Unit for User Defined range and 1 for All |
MaxAgeUnits | varchar | NO | Defines Age units in Days. Week. Month or Year |
MaxAgeDays | numeric | NO | Converts Max Age Days based on MinAge and MinAgeUnits |
HistoryAction | char | NO | Defines History Action |
OBXRangeComparisonOperators
Contains list of comparison operator value and description to use with other Tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXRangeComparisonOperatorID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
Value | varchar | YES | Value for operator. Nullable |
Description | varchar | NO | description of operator |
OBXRangeGender
Contains Gender Range configuration for particular Result Concept using Vocab Admin Module
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXRangeAgeID | numeric | NO | Primary key. FK relation to OBXRangeAge Table OBXRangeAgeID. References: dbo.OBXRangeAge |
OBXConceptID | numeric | NO | FK relation to OBXRangeAge Table OBXConceptID. References: dbo.OBXRangeAge |
GenderID | numeric | NO | logical FK to GenderPicker Table GenderID |
OBXRangeComparisonOperatorID | numeric | NO | logical FK to OBXRangeComparisonOperators Table OBXRangeComparisonOperatorID. References: dbo.OBXRangeComparisonOperators |
LowRange | numeric | NO | Low range value defines Age in year |
HiRange | numeric | NO | High range value defines Age in year |
OBXRangeGenderHistory
OBXRangeGenderHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column contains unique id value |
OBXRangeAgeID | numeric | NO | This column contains logical reference to OBXRangeGender Table OBXRangeAgeID |
OBXConceptID | numeric | NO | This column contains logical reference to OBXRangeGender Table OBXConceptID |
GenderID | numeric | NO | This column contains logical reference to GenderPicker table GenderID |
OBXRangeComparisonOperatorID | numeric | NO | This column contains logical reference to OBXRangeComparisonOperators Table OBXRangeComparisionOperatorID |
LowRange | numeric | NO | Low range value defines Age in year |
HiRange | numeric | NO | High range value defines Age in year |
HistoryAction | char | NO | History Action |
OBXSyn
Contains Synonyms of Result Concepts from OBXAdmin
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OBXSynID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
OBXConceptID | numeric | NO | FK relation to OBXAdmin Table OBXConceptID. References: dbo.OBXAdmin |
OBXSynonymText | varchar | NO | Name of the Synonym |
Enabled | tinyint | NO | toggles between 1 and 0. 1=can use. 0=not in use |
OBXSynHistory
OBXSynHistory Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | int | NO | This column contains unique id value in OBXSynHistory Table |
OBXSynID | numeric | NO | This column contains logical reference to OBXSyn table OBXSynID |
OBXConceptID | numeric | NO | This column contains Logical reference to OBXAdmin Table OBXConceptID |
OBXSynonymText | varchar | NO | Name of the Synonym |
Enabled | tinyint | NO | toggles between 1 and 0. 1=can use. 0=not in use |
HistoryAction | char | NO | History Action |
OfficePregnancyTest
OfficePregnancyTest Related Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OfficePregnancyTestID | numeric | NO | Primary Key Identity Column: Auto Increment |
OfficePregnancyTestDesc | varchar | NO | This column contains Description |
OldClinicalVitalGroup
This table stores OldClinicalVitalGroup information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ClinicalVitalGroupID | numeric | NO | This column represents the Clinical Vital Group ID. Identity/Auto Increment |
PatientID | numeric | NO | This column has the logical relation with Patient table PatientID.. NULL |
DateTimeAdded | datetime | NO | This column stores the value of the Date Time record got added.. Not nullable |
isOrthostatic | bit | NO | Toggles between 0 & 1 |
VisitID | numeric | YES | This column represents the ID of the Visit.. nullable |
DocID | numeric | YES | This column represents the Document ID.. nullable |
OldPreRegPaymentCredit
This table stores OldPreRegPaymentCredit information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CreditID | numeric | NO | Primary key column.. stores the Credit ID. not null |
TransferCreditID | numeric | YES | This column stores Transfer credit ID.Nullable |
PaymentID | numeric | NO | This column stores the payment ID.. not null |
PatientID | numeric | NO | This column represents the Patient ID.. not null |
CreditType | int | NO | This column stores the Credit Type.. not null |
Amount | money | NO | This column stores the Amount.. not null |
AmountApplied | money | NO | This column stores the applied Amount.. not null |
CreationDate | datetime | NO | This column stores the Created Date.. not null |
ModificationDate | datetime | NO | This column stores the Modified Date.. not null |
UserID | numeric | NO | This column stores user ID.. not null |
VoidedPaymentID | numeric | YES | This column stores the ID of void payment. Nullable |
OldPreRegServiceDetail
This table stores OldPreRegServiceDetail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | Primary Key Column.. stores service details ID.. not null |
ClaimID | numeric | YES | This column has the logical relation with claim table claimid.. NULL |
ClaimDetailNum | smallint | YES | Patient Claim Sequence Number. Nullable |
ARAcctID | numeric | YES | This column represents the AR Account ID.. nullable |
ServiceAssignedToClaim | char | YES | This column represents the Service assigned to the claim.. default setting is N. Default: N |
IssOrderID | numeric | YES | Code for a specific order or payment |
FromDate | datetime | NO | This column represents the Visit From Date. Not null |
ToDate | datetime | NO | This column represents the Visit To Date. Not Null |
PlaceOfServiceID | char | YES | This column represents the ID of Service Place. Nullable |
TypeOfService | char | YES | This column represents the Type of Service. Nullable |
ProcedureMasterID | numeric | YES | ID that correlates to an entry in the proceduremaster table...if a specific procedure code is selected for the charge edit this field will be populated |
ProcedureCode | char | YES | This column contains the procedure code. Nullable |
NumberOfDaysOrUnits | int | YES | Computed NumberOfDaysOrUnits (To Date - From Date).Nullable |
EPSDTInd | char | NO | This column represents the EPSDT(Early Periodic Screening Diagnostic and Treatment) Indicator.. default setting is N. Default: N |
EMGInd | char | NO | This column represents the EMG (Electromygraphy) Indicator.. default setting is A. Default: A |
COBInd | char | NO | This column represents the Coordination of Benefits Indicator. Default setting is N. Default: N |
Charge | money | NO | This column represents the value of Charges.. default setting is 0. Default: 0 |
AccountingPeriodID | numeric | YES | This column represents the Accounting Period ID.. nullable |
PostingDate | datetime | YES | This column represents the Posting date.. nullable |
DeductibleAmount | money | YES | This column represents the Deductible amount |
WriteOffAmount | money | YES | This column stores write off amount.. default setting is 0. Default: 0 |
IsBilled | int | NO | Flag toggles between 0 & 1.. not null |
PatientID | numeric | YES | This column has logical FK to Patient Table Patient |
VisitID | numeric | YES | This column represents the Visit ID.. null |
EncounterID | numeric | YES | This Column represents the Encounter ID.. null |
CareProviderID | numeric | NO | This Column represents the Care Provider ID.. not null |
LocationID | numeric | YES | This Column represents the location ID.. null |
InsCoverageID | numeric | YES | This Column represents the Insurance Coverage ID.. null |
ReferringProvID | numeric | YES | This Column represents the Referring Provider ID.. null |
CreateClaim | int | NO | Flag toggles between (0/1) . Not Null.. Default setting is 1. Default:1 |
SuspendAR | int | YES | Flag. Suspend Account Receivable (0/1) .Nullable.. Default setting is 0. Default:0 |
EOBDenied | int | YES | Flag toggles between 0 and 1. Nullable.. default setting 0. Default: 0 |
EOBDeniedDate | datetime | YES | This column represents the explanation of benefits denied date.. default setting 1/1/00.. nullable |
EOBDeniedReason | varchar | YES | This column represents the explanation of benefits Denied reason value. Nullable |
EmplRelatedFlag | int | YES | Flag. Employment Related Flag (0/1) Source Claim Table. Nullable. Default: 0 |
AutoAccFlag | int | NO | Flag. Auto Accident Flag (0/1) Source Claim Table. Not NULL. Default: 0 |
AutoAccidentState | varchar | YES | Used to assign the Accident Type to the charge. Enables the Accident State when Accident type is selected as "AUTO". Nullable |
AccRespFlag | int | YES | Flag toggles between 0 and 1. Nullable.. default setting 0. Default: 0 |
OtherAccident | int | YES | Flag. Other Accident (0/1). Source Claim Table. Nullable. Default:0 |
ResubmitClaim | int | YES | Flag. Resubmit Claim (0/1).Nullable.. default setting is 1. Default: 1 |
SubmissionNumber | int | YES | This represents the Submission Number.. default setting is 0. Default: 0 |
Reserved24k | char | YES | Reservation or Allocation Charges. |
HospAdmitDate | datetime | YES | This column represents the Hospital Admit Date. Nullable |
HospDischDate | datetime | YES | This column represents the Hospital Discharge Date. Nullable |
DisabilityFromDate | datetime | YES | This column represents the Starting Date of disability. Nullable |
DisabilityToDate | datetime | YES | This column represents the To Date of disability. Nullable |
SymptomDate | datetime | YES | This column represents the Symptom Date. Nullable |
SimilarDate | datetime | YES | Represents Similar Illness Date .Nullable |
RevisionNumber | int | YES | This column represents the Revision Number.. stores INT values. Nullable |
RevisionUserID | numeric | YES | This column represents the Revision User ID. Nullable |
RevisionDateTime | datetime | YES | This column represents the Revised Date Time. Nullable |
CurrUserID | numeric | YES | This column stores current user ID.Nullable |
CurrDateTime | datetime | YES | This column stores Current datetime.Nullable |
PatientExpected | money | YES | This column represents the amount expected from Patient. Nullable. Default setting is 0. Default: 0 |
InsuranceExpected | money | YES | This column represents the amount expected from Insurance. Nullable. Default setting is 0. Default: 0 |
PatientPaid | money | YES | This column represents the amount paid by Patient. Nullable. Default setting is 0. Default: 0 |
InsurancePaid | money | YES | This column represents the amount paid by Insurance. Nullable. Default setting is 0. Default: 0 |
WriteOffExpected | money | YES | Used to store the contractual write off expected based on the calculation.Nullable Default setting is 0. Default: 0 |
ContractWriteOffPosted | int | YES | This column represents the contractual write off posted. Nullable. Default setting is 0. Default: 0 |
VoidServiceDetailID | numeric | YES | This column represents the service detail ID.Nullable |
OverridePrintExclusion | int | YES | Used to print charge on the claim. Default: 0 |
BillableToPatient | int | YES | Flag. BillableToPatient (0/1) ).Nullable |
AccidentStateID | numeric | YES | This represents the Accident State ID.Nullable |
AccidentTypeID | numeric | YES | This represents the Accident Type ID. Nullable |
AdjustedAmount | money | YES | This column stores Adjusted amount. Nullable |
Amended | int | YES | Flag. Amended (0/1).Nullable |
ServiceDetailStatusID | numeric | YES | This column represents the ID of Service Detail Status. Nullable |
OtherPaid | money | YES | This column stores other amount. Nullable |
CopayApplied | int | YES | This column represents the Copay applied. Default setting is 0. Default: 0. Nullable |
StatementDate | datetime | YES | This column stores statement date. Nullable |
StatementSuppressionDays | int | YES | Suppress patient Balance statement for a given number of days. Nullable |
ExcludeStatement | int | YES | Flag for the table. Whether the statement is Excluded Statement or not .Default: (0). Nullable |
OtherPaidInsurance | money | NO | Represents the Other Paid Insurance Money. Money field. Default: (0) |
CoPayAmtApplied | money | NO | This column represents the co pay amount applied. Not NULL |
PracticeLocationID | numeric | YES | This column represents the Practice Location ID. Nullable |
RenderingProviderID | numeric | NO | This column represents the Rendering Provider ID. Nullable |
PatientBalance | money | NO | This column represents the Patient Balance. Not NULL |
InsuranceBalance | money | NO | This column represents the Insurance Balance. Not NULL |
PatientApplied | money | NO | This column represents the patient applied amount. Not Null |
InsuranceApplied | money | NO | This column represents the Insurance applied amount. Not Null |
CoInsPct | numeric | YES | Used to store the Coinsurance percentage based on the calculation. Nullable |
BalanceCalcMethod | char | NO | Calculation method. I=Insurance. P=Patient. B=Both. Not Null |
SecondaryInsurance | int | YES | This option will imply when complimentary crossover is selected. |
UseExclusion | int | YES | Flag. UseExclusion (0/1).Nullable |
AcceptAssignment | int | YES | This column represents whether Insurance accepts Assignments or not. |
PrimaryExpected | money | NO | This column represents the primary expected amount. |
ResponsibilityDate | datetime | YES | This column represents the Responsibility Date. Nullable |
OnBehalfOfClinicalDocuments
This table stores OnBehalfOfClinicalDocuments information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | Primary key column & foreign Key column.. REFERENCES dbo.ClinicalDocuments (DocumentID). Contains the Document ID of the Clinical Documents. |
CurrentOwner | numeric | NO | Foreign key column contains the name of the current owner of the document. REFERENCES dbo.Users (UserID) |
SentFrom | numeric | NO | Foreign key column contains the name of the person who has sent the document. REFERENCES dbo.Users (UserID) |
OrdAdmin
This table stores OrdAdmin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdConceptID | numeric | NO | Primary key of table; Uniquely identifies record in table |
ShortName | varchar | NO | Stores description of concept |
InOfficeDefault | tinyint | NO | stores boolean value |
DefaultOrderStatus | numeric | NO | stores order status |
BillableDefault | tinyint | NO | stores boolean value |
CreatedBy | numeric | NO | This column indicates the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
LastChangedBy | numeric | YES | This column indicates when the row was last changed. |
LastChangedDate | datetime | NO | This column is the id for the user who last changed the row. |
Enabled | tinyint | NO | stores boolean value |
SpecimenSource | varchar | YES | stores source text |
ReasonDefault | tinyint | NO | stores boolean value |
HoldResults | bit | NO | stores boolean value |
SpecimenTypeCode | varchar | YES | It will store the SpecimenTypeCode from the SpecimenType Master table |
SpecimenTypeName | varchar | YES | It will store the SpecimenTypeName from the SpecimenType Master table |
OrdAdminCategory
This table stores OrdAdminCategory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdCategoryID | numeric | NO | stores from OrdCategory ordcategoryId |
OrdConceptID | numeric | NO | stores from ordAdmin conceptid |
OrdAdminDataSource
This table stores OrdAdminDataSource information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdConceptID | numeric | NO | Primary key as well FK to OrdAdmin table OrdConceptID References: dbo.OrdAdmin |
OrderCode | varchar | NO | Primary key as well FK to DataSourceFacilityOrderCode table OrderCode References: dbo.DataSourceFacilityOrderCode |
OrderCodeTypeID | numeric | YES | This column has FK to OrderCodeType table OrderCodeTypeID References: dbo.OrderCodeType |
IsStat | bit | NO | Bit.0/1 |
DataSourceFacilityId | numeric | NO | Primary key as well FK to DataSourceFacilityOrderCode table DataSourceFacilityID References: dbo.DataSourceFacilityOrderCode |
OrderGrouping | varchar | YES | This Column storing description for OrderGrouping. Nullable |
OrdAdminDataSourceHistory
This table stores OrdAdminDataSourceHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column REFERS from dbo.ConceptHistory (ConceptHistoryID) |
OrdConceptID | numeric | NO | This column REFERS from dbo.OrdAdmin (OrdConceptID) |
OrderCode | varchar | YES | This column REFERS from dbo.DataSourceFacilityOrderCode (OrderCode) |
HistoryAction | char | NO | History Action Column where actions like I-Insert, U-Update , D-Delete |
OrderCodeTypeID | numeric | YES | This column REFERS from dbo.OrderCodeType (OrderCodeTypeID) |
IsStat | bit | NO | Bit.0/1 |
DataSourceFacilityId | numeric | YES | This column REFERS from dbo.DataSourceFacilityOrderCode (DataSourceFacilityID) |
OrdAdminDataSourceSpecimenInstruction
This table stores OrdAdminDataSourceSpecimenInstruction information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdConceptID | numeric | NO | Primary key as well FK to OrdAdminDataSource table OrdConceptID References: dbo.OrdAdminDataSource |
OrderCode | varchar | NO | Primary key as well FK to OrdAdminDataSource table OrderCode References: dbo.OrdAdminDataSource |
DataSourceFacilityID | numeric | NO | Primary key as well FK to OrdAdminDataSource table DataSourceFacilityId References: dbo.OrdAdminDataSource |
SpecimenInstructionTypeID | numeric | NO | Primary key as well FK to SpecimenInstruction table SpecimenInstructionTypeID References: dbo.SpecimenInstruction |
SpecimenInstructionDescriptionID | numeric | NO | Primary key as well FK to SpecimenInstruction table SpecimenInstructionDescriptionID References: dbo.SpecimenInstruction |
OrdAdminOBXAdmin
Order Administration Obersvation Result setup
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdConceptID | numeric | NO | REFERENCES dbo.OrdAdmin (OrdConceptID). References: dbo.OrdAdmin |
OBXConceptID | numeric | YES | REFERENCES dbo.OBXAdmin (OBXConceptID). Nullable. References: dbo.OBXAdmin |
OBXSynID | numeric | YES | REFERENCES dbo.OBXSyn (OBXSynID). Nullable. References: dbo.OBXSyn |
MemSeqNo | tinyint | NO | Numeric. increments for OrdConceptId |
DisplayOrder | tinyint | YES | Numeric. display order for UI. Nullable |
OrdAdminOBXAdminHistory
This table stores OrdAdminOBXAdminHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column stores ConceptHistoryID from dbo.ConceptHistory table |
OrdConceptID | numeric | NO | This column stores OrdConceptID from dbo.OrdAdmin table |
OBXConceptID | numeric | YES | This column stores OBXConceptID from dbo.OBXAdmin table |
OBXSynID | numeric | YES | This column stores OBXSynID from dbo.OBXSyn table |
MemSeqNo | tinyint | NO | Numeric. increments for OrdConceptId |
HistoryAction | char | NO | History Action Column where actions like I-Insert, U-Update , D-Delete |
DisplayOrder | tinyint | YES | Numeric. display order for UI. Nullable |
OrdAdminProcedureMasterInfo
The Procedure Master Listing provides a printed reference of the information captured on the Procedures page for a specific procedure code or range of procedure codes. This information is useful when verifying that the information has been set up correctly.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdConceptID | numeric | NO | REFERENCES dbo.OrdAdmin (OrdConceptID) References: dbo.OrdAdmin |
ProcedureMasterId | numeric | NO | REFERENCES dbo.ProcedureMasterInfo (ProcedureMasterID) References: dbo.ProcedureMasterInfo |
Defaulted | bit | YES | Flag, defaulted in UI Nullable |
OrdAdminProcedureMasterInfoHistory
This table stores OrdAdminProcedureMasterInfoHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column stores ConceptHistoryID from dbo.ConceptHistory table |
OrdConceptID | numeric | NO | This column stores OrdConceptID from dbo.OrdAdmin table |
ProcedureMasterId | int | NO | This column stores ProcedureMasterID from dbo.ProcedureMasterInfo table |
HistoryAction | char | NO | History Action Column where actions like I-Insert, U-Update , D-Delete |
OrdadminVocabQuestionAdmin
Order Entry Question administration
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdConceptID | numeric | NO | REFERENCES dbo.OrdAdmin (OrdConceptID). References: dbo.OrdAdmin |
DataSourceFacilityID | numeric | NO | REFERENCES dbo.DataSourceFacility (DataSourceFacilityID). References: dbo.DataSourceFacility |
VocabQuestionAdminID | numeric | NO | REFERENCES dbo.VocabQuestionAdmin (VocabQuestionAdminID). References: dbo.VocabQuestionAdmin |
QuestionSequenceNo | smallint | NO | Increments per OrdConceptId. DataSourceFacilityID. VocabQuestionAdminID |
OrdCategory
Orders Category list
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdCategoryID | numeric | NO | Pk. Idenitity id of record. Identity / Auto increment |
Description | varchar | NO | Description text |
Enabled | tinyint | NO | Flag. record enabled |
OrdCategoryHistory
This table stores OrdCategoryHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdCategoryHistoryID | int | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
OrdCategoryID | numeric | NO | This column stores OrdCategoryID from dbo.OrdCategory table |
Description | varchar | NO | This column stores Description text |
Enabled | tinyint | NO | Flag. record enabled |
HistoryDate | datetime | NO | This column stores date value of History creation |
HistoryUserID | numeric | NO | This column stores History creation UserID value |
HistoryAction | char | NO | History Action Column where actions like I-Insert, U-Update , D-Delete |
OrdCodingSystem
This table is the link to find a specific coding system code
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | Primary key. REFERENCES dbo.Codingsystem (CodingSystemId) |
OrdConceptID | numeric | NO | Primary key. REFERENCES dbo.OrdAdmin (OrdConceptID |
CodeId | varchar | NO | Primary key. ICD Code text |
Preferred | bit | YES | A flag(0/1) indicating whether the given code is marked as preferred or prioritized. . Nullable |
Defaulted | bit | YES | A flag(0/1) indicating whether the given code is designated as the default(1) option. Nullable |
OrdConceptSpecialty
Specialties associated with an Order Concept
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SpecialtyID | numeric | NO | Pk. REFERENCES dbo.ClinicalSpecialty(SpecialtyId) |
OrdConceptID | numeric | NO | Pk. REFERENCES dbo.OrdAdmin (OrdConceptID). References: dbo.OrdAdmin |
OrdConceptSpecialtyHistory
This table stores OrdConceptSpecialtyHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ConceptHistoryID | numeric | NO | This column stores ConceptHistoryID from dbo.ConceptHistory table |
SpecialtyID | numeric | NO | This column stores SpecialtyId from dbo.ClinicalSpecialty table |
OrdConceptID | numeric | NO | This column stores OrdConceptID from dbo.OrdAdmin table |
HistoryAction | char | NO | History Action Column where actions like I-Insert, U-Update , D-Delete |
OrderCodeType
This table stores OrderCodeType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderCodeTypeID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
OrderCodeType | nvarchar | NO | Description of OrderCodeType |
Enabled | bit | NO | Bit.0/1 |
OrderedSnomedCode
This table stores OrderedSnomedCode information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SNOMEDCodeID | numeric | NO | Primary Key. Identity column. Identity / Auto increment |
SNOMEDCode | numeric | YES | This Stores the Snomade Code |
Description | varchar | YES | Description for Snomed Code |
OrderReason
This table stores OrderReason information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderReasonID | tinyint | NO | Primary Key Identity Column Identity / Auto increment |
OrderReasonDesc | varchar | NO | Description of OrderReasonDesc |
OrderSet
This table stores OrderSet information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderSetConceptId | numeric | NO | Primary Key Identity Column Identity / Auto increment |
ShortName | varchar | NO | This column stores ShortName |
CreatedBy | numeric | NO | This column is the id for the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | YES | This column indicates when the row was created. |
LastChangedBy | numeric | NO | This column is the id for the user who last changed the row. It references the UserID column in the Users table. |
LastChangedDate | datetime | NO | Date time last changed |
Enabled | tinyint | NO | Flag.0/1 where 0 = No ,1 = Yes |
InOfficeDefault | tinyint | NO | Flag.0/1 where 0 = No ,1 = Yes |
OrderSetMember
This table stores OrderSetMember information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderSetConceptId | numeric | NO | Primary key as well FK to OrderSet table OrderSetConceptId References: dbo.OrderSet |
OrdConceptID | numeric | YES | This column has FK to OrdAdmin table OrdConceptID References: dbo.OrdAdmin |
OrdSynID | numeric | YES | This column has FK to OrdSyn table OrdSynID References: dbo.OrdSyn |
OrderSetMemberSeqNo | smallint | NO | Primary Key Identity Column Identity / Auto increment |
DisplayOrder | smallint | YES | This column stores the Display order |
OrderSetMemberProcedure
This table stores OrderSetMemberProcedure information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
OrderSetConceptId | numeric | NO | This column has FK to OrderSetMember table OrderSetConceptId References: dbo.OrderSetMember |
ProcedureMasterID | numeric | YES | This column has FK to ProcedureMasterInfo table ProcedureMasterID References: dbo.ProcedureMasterInfo |
ProcedureCode | varchar | YES | This column contains the procedure code associated with the specified orderSet. |
OrderSetMemberSeqNo | smallint | YES | This column has FK to OrderSetMember table OrderSetMemberSeqNo References: dbo.OrderSetMember |
OrdersTracking
This tabe contains procedures ordered by care providers.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderID | numeric | NO | Primary Key Column.. stores the Order ID.. not null. Auto Increment/Identity |
PatientID | numeric | YES | This column stores the Patient ID.. Nullable |
IssuingDocumentID | numeric | NO | This column stores the Issuing Document ID.. Foreign Key column REFERENCES dbo.ClinicalDocuments (DocumentID). Not Null |
Unit | float | YES | This Float field contains Unit value. Nullable |
Description | varchar | NO | This column represents the Description of the Order. Not Null |
Disabled | int | YES | This column has default value 0 Indicates Active and 1 means Disabled..Default: 0 |
DateOrdered | datetime | YES | This column indicates when the procedure was ordered. Nullable |
StatusID | numeric | YES | This column indicates the status of the order. It references the StatusID column in the OrdersTrackingStatusLU table..Nullable.References: dbo.OrdersTrackingStatusLU |
FUStatusID | numeric | YES | This column indicates the follow up status of the order. It references the StatusID column in the OrdersTrackingFollowUpStatusLU table..Nullable.References: dbo.OrdersTrackingFollowUpStatusLU |
FUNotes | varchar | YES | This column contains any follow up notes relating to the order. Nullable |
ResultGeneralFindingID | numeric | YES | This column contains an ID indicating the general findings from the results of the procedure. It references the FindingID column in the OrdersTrackingGeneralFindingsLU table.Nullable. References: dbo.OrdersTrackingGeneralFindingsLU |
ReviewedBy | numeric | YES | This column may have been intended to indicate the user who reviewed the order. But it appears to be unused. Research indicates that it is always null. Nullable |
enteredby | numeric | YES | This column contains the id of the care provider who entered the order..Nullable |
ResultNotes | varchar | YES | This column contains any notes relating to the results of the procedure..Nullable |
ResultsReceived | int | YES | This column is a flag indicating whether or not the procedure results have been received..Nullable Default: 0 |
CollectedByCareProviderID | numeric | YES | This column contains the id of the care provider who collected the specimen..Nullable.References: dbo.CareProvider |
ReasonForCancelID | numeric | YES | This column contains an id indicating the reason that the order was cancelled. It references the ReasonID column in the OrdersTrackingReasonForCancelLU table..Nullable.References: dbo.OrdersTrackingReasonForCancelLU |
CancelNotes | varchar | YES | This column contains any notes relating to the cancellation of the order..Nullable |
CreateDate | datetime | NO | This column indicates when the order was entered..Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
OrdConceptID | numeric | YES | This column contains the id of the order concept associated with the order. It references the OrdConceptID column in the OrdAdmin table. Nullable.References: dbo.OrdAdmin |
StatFlag | bit | NO | This column indicates whether or not the order is stat..Default: 0 |
OrderCodeTypeID | numeric | YES | This column contains an id indicating the order code type. It references the OrderCodeTypeID column in the OrderCodeType table..Nullable.References: dbo.OrderCodeType |
CollectedDateTime | datetime | YES | This column indicates when the specimen was collected..Nullable |
ProcedureCodeDisplay | varchar | YES | This column contains a comma-delimited list of the procedure codes associated with the order..Nullable |
GUID | varchar | YES | This column represents the GUID.. nullable |
HoldResults | bit | YES | This column represents the flag which toggles between 0 &1. Nullable |
CreatedBy | numeric | YES | This column stores the created user. Nullable |
LastModifiedBy | numeric | YES | This column stores the last modified user value. Nullable |
LastModifiedDateTime | datetime | YES | Stores the value of modified datetime. Nullable |
OrdersTrackingActions
This table stores data for Orders Tracking Actions.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
TaskKey | numeric | NO | Primary Key. Identical Column.Identity / Auto increment |
OrderID | numeric | NO | This column has Logical FK to OrdersTracking Table OrderID..References: dbo.OrdersTracking |
FUTaskID | numeric | NO | This column has Logical FK to OrdersTrackingFollowUpTasks Table FUTaskID..References: dbo.OrdersTrackingFollowUpTasks |
OrdersTrackingAnswerAdmin
This table stores data for Orders Tracking Admins Answer.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdersTrackingAnswerAdminID | numeric | NO | Primary Key column of the table. Represents the Orders Tracking Answer Admin ID. |
AnswerName | varchar | NO | This column stores Answer Name. |
OrderID | numeric | NO | This column has Logical FK to OrdersTracking Table OrderID. |
OrdersTrackingAnswerSet
OrdersTrackingAnswerSet
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdersTrackingAnswerSetID | numeric | NO | Primary Key column of the table. Represents the Orders Tracking Answer Set ID. |
AnswerSetName | varchar | NO | This column stores Answer Set Name. |
AnswerSetDefinition | varchar | YES | This column stores Definition for Answer Set. Nullable |
OrderID | numeric | NO | This column has Logical FK to OrdersTracking Table OrderID. |
OrdersTrackingAnswerSetOrdersTrackingAnswerAdmin
This table is in Orders Tracking module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdersTrackingAnswerSetOrdersTrackingAnswerAdminID | numeric | NO | Primary Key column of the table. Represents the Orders Tracking Answer Set Oders Tracking Answer Admin ID. |
OrdersTrackingAnswerAdminID | numeric | YES | This column has Logical FK to OrdersTrackingAnswerAdmin Table OrdersTrackingAnswerAdminID..Nullable |
OrdersTrackingAnswerSetID | numeric | YES | This column has Logical FK to OrdersTrackingAnswerSet Table OrdersTrackingAnswerSetID..Nullable |
Sequence | smallint | YES | This column has Sequence number. Nullable |
OrderID | numeric | NO | This column has Logical FK to OrdersTracking Table OrderID. |
OrdersTrackingFindingsForOrder
This table is used to OrderId and FindingId for OrdersTracking.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderID | numeric | NO | This column has Logical FK to OrdersTracking Table OrderID..References: dbo.OrdersTracking |
FindingID | numeric | NO | This column has Logical FK to OrdersTrackingSpecificFindings Table FindingID..References: dbo.OrdersTrackingSpecificFindings |
OrdersTrackingFollowUpStatusLU
This table stores OrdersTrackingFollowUpStatusLU information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatusID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
StatusDescription | varchar | NO | This column storing Description of StatusDescription |
OrdersTrackingFollowUpTasks
This table is used for storing data of Follow up Task.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FUTaskID | numeric | NO | Primary Key.Identical Column. Identity / Auto increment |
Description | varchar | NO | This column stores Description for task. |
displayorder | int | NO | This column stores display order.. Default: 0 |
SystemDefined | int | NO | Looks like toggles between 0 and 1.0 is default. Default: 0 |
Disabled | int | NO | Looks like toggles between 0 and 1.0 forNotDisabled and 1 for Disacled. Default: 0 |
OrdConceptID | numeric | YES | This column has Logical FK to OrdAdmin Table OrdConceptID.. Nullable. References: dbo.OrdAdmin |
OrdersTrackingGeneralFindingsLU
This table stores OrdersTrackingGeneralFindingsLU information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FindingID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
FindingDescription | varchar | NO | This column storing Description of FindingDescription |
OrdersTrackingHistory
This table stores OrdersTrackingHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderID | numeric | NO | This column has Logical relation to OrdersTracking Table OrderID. |
PatientID | numeric | YES | This column has the logical relation with Patient table (PatientID).. NULL |
IssuingDocumentID | numeric | NO | This column represents the Issuing Document ID. Not Null |
ProcedureMasterID | numeric | YES | This column represents the Procedure Master Id. Nullable |
ProcedureCode | varchar | YES | This column represents the Procedure Code. Nullable |
Unit | float | YES | This Float field contains Unit value. Nullable |
Description | varchar | NO | This column represents the Description of the Order. Not Null |
Disabled | int | YES | This column has default value 0 Indicates Active and 1 means Disabled. Default: 0 |
DateOrdered | datetime | YES | This column indicates when the procedure was ordered. Nullable |
StatusID | numeric | YES | This column indicates the Status ID. Nullable |
FUStatusID | numeric | YES | This column indicates the Follow Up Status ID.nullable |
FUNotes | varchar | YES | This column indicates the Follow Up Notes.. Nullable |
ResultGeneralFindingID | numeric | YES | This column contains an ID indicating the general findings from the results of the procedure. Nullable |
ReviewedBy | numeric | YES | This column is intended to indicate the user who reviewed the order. But it is unused. Research indicates that it is always null. Nullable |
enteredby | numeric | YES | This column contains the id of the care provider who entered the order. Nullable |
ResultNotes | varchar | YES | This column contains any notes relating to the results of the procedure. Nullable |
ResultsReceived | int | YES | This column is a flag indicating whether or not the procedure results have been received. Nullable Default: 0 |
CollectedByCareProviderID | numeric | YES | This column contains the id of the care provider who collected the specimen. Nullable. |
ReasonForCancelID | numeric | YES | This column contains an id indicating the reason that the order was cancelled. Nullable. |
CancelNotes | varchar | YES | This column contains any notes relating to the cancellation of the order. Nullable |
CreateDate | datetime | NO | This column indicates when the order was entered. Not Null |
HistoryDate | datetime | NO | This column indicates the History Date. Not Null |
OrdConceptID | numeric | YES | This column contains the id of the order concept associated with the order. Nullable |
StatFlag | bit | NO | This column indicates whether or not the order is stat..Default: 0 |
OrderCodeTypeID | numeric | YES | This column contains an id indicating the order code type. It references the OrderCodeTypeID column in the OrderCodeType table. Nullable. |
CollectedDateTime | datetime | YES | This column indicates when the specimen was collected..Nullable |
OrdersTrackingHistoryID | bigint | NO | Primary Key Column of the OrdersTrackingHistory. Not Null |
HoldResults | bit | YES | This column represents the flag which toggles between 0 &1. Nullable |
OrdersTrackingOrderNotes
Order tracking notes
ColumnName | DataType | Nullable | Description |
---|---|---|---|
NoteID | numeric | NO | Primary key column represents the Note Id. Identity / Auto increment |
OrderID | numeric | NO | logical relation with OrdersTracking. stores OrderID |
CreateDateTime | datetime | NO | Order Created Date.Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
Note | varchar | NO | This column represents the notes about order. Not Null |
UserID | numeric | NO | This column stores UserID.. logical relation with Users table. Not Null |
Type | int | NO | This column stores the type of order. Not Null |
OrdersTrackingOrderToDiagnosis
Tracking Order according to Diagnosis
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderID | numeric | NO | Primary Key column.. Logical FK to REFERENCES dbo.OrdersTracking (OrderID).. not null |
ICDCode | varchar | NO | This column stores ICD code.. not null |
Description | varchar | NO | This column description about ICD code.. not null |
OrdersTrackingProcedure
This table associates procedure codes with OrdersTracking orders.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ID | numeric | NO | Primary Key column. This column contains a unique id for each row in the table. Identity / Auto increment |
OrderID | numeric | NO | This column contains the id of the order associated with the specified procedure code. It references the OrderID column in the OrdersTracking table. References: dbo.OrdersTracking |
ProcedureMasterID | numeric | YES | This column contains the procedure master id for the procedure code. It references the ProcedureMasterID column in the ProcedureMasterInfo table..Nullable. References: dbo.ProcedureMasterInfo |
ProcedureCode | varchar | NO | This column contains the procedure code associated with the specified order. |
ImmunizationFlag | bit | YES | This column is a flag indicating whether or not this procedure code is related to immunizations. Nullable Default: 0 |
OrdersTrackingQuestionAdmin
This table stores information about Orders Tracking Question Admin details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdersTrackingQuestionAdminID | numeric | NO | Primary Key column of the Table.. stores the orders tracking question admin ID. Not null |
OrdersTrackingAnswerSetID | numeric | YES | This column has logical FK to OrdersTrackingAnswerSet Table OrdersTrackingAnswerSetID ID.Nullable |
OrdersTrackingQuestionAdminResponseTypeID | numeric | YES | This column stores the OrdersTrackingQuestionAdminResponseTypeID.Nullable |
QuestionName | varchar | NO | This column stores the Order tracking question name |
DbField | varchar | YES | This column stores Db field name. Nullable |
OrderID | numeric | NO | Primary key column.. has FK to Ordertracking History table OrderID |
QuestionSequenceNo | smallint | YES | This column stores the QuestionSequenceNo.Nullable |
OrdersTrackingQuestionAdminDefault
this table stores information about Orders Tracking Question Admin Default details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdersTrackingQuestionAdminDefaultID | numeric | NO | Primary key column.. not null |
OrdersTrackingQuestionAdminID | numeric | YES | This column has logical FK to OrdersTrackingQuestionAdmin Table OrdersTrackingQuestionAdminID.Nullable |
OrdersTrackingAnswerAdminID | int | YES | This column has logical FK to OrdersTrackingAnswerAdmin Table OrdersTrackingAnswerAdminID.Nullable |
DefaultDescription | varchar | YES | This column is storing the data from VocabQuestionAdminDefault Table DefaultDescription ID.Nullable |
OrderID | numeric | NO | Primary key column. Has FK to OrdersTrackingHistory Table OrderID ID |
OrdersTrackingQuestionAdminSelected
This table stores orders tracking question admin selected details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdersTrackingQuestionAdminSelectedID | numeric | NO | Primary Key. Identity / Auto increment |
OrdersTrackingQuestionAdminID | numeric | YES | This column has logical FK to OrdersTrackingQuestionAdmin Table OrdersTrackingQuestionAdminID.Nullable |
OrdersTrackingAnswerAdminID | int | YES | This column has logical FK to OrdersTrackingAnswerAdmin Table OrdersTrackingAnswerAdminID.Nullable |
SelectedDescription | varchar | YES | This column stores selected Description of orders tracking question Admin.Nullable |
CreatedBy | numeric | NO | This column has logical FK to dbo.Users Table CreatedBy ID.References: dbo.Users.. not null |
CreateDate | datetime | NO | This column stores The Created Date.. not null |
LastChangedBy | numeric | NO | This column has logical FK to dbo.Users Table LastChangedBy ID.References: dbo.Users |
LastChangedDate | datetime | NO | This column stores Last Changed Date.. not null |
OrderID | numeric | NO | Primary key.This column has FK to OrderTrackingHistory Table OrderID.. not null |
OrdersTrackingQuestionSet
This table stores OrdersTrackingQuestion details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdersTrackingQuestionSetID | numeric | NO | primary key |
QuestionSetName | varchar | NO | This column stores the QuestionSetName |
QuestionSetDefinition | varchar | YES | this column stores the description of QuestionSetName. Nullable |
OrderID | numeric | NO | Primary key . has FK to OrdersTrackingHistory table OrderID |
OrdersTrackingQuestionSetOrdersTrackingQuestionAdmin
This table represents Orders Tracking Question Set OrdersTracking Question Admin details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdersTrackingQuestionSetOrdersTrackingQuestionAdminID | numeric | NO | Primary Key |
OrdersTrackingQuestionAdminID | numeric | NO | This column has logical FK to OrdersTrackingQuestionAdmin Table OrdersTrackingQuestionAdminID |
OrdersTrackingQuestionSetID | numeric | NO | This column has logical FK to OrdersTrackingAnswerAdmin Table OrdersTrackingAnswerAdminID |
Sequence | smallint | YES | This column stores Nullable value. Nullable |
OrderID | numeric | NO | Primary Key . has logical FK to OrdersTrackingHistory Table OrderID ID |
OrdersTrackingReasonForCancelLU
This table stores OrdersTrackingReasonForCancelLU information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReasonID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
Description | varchar | NO | This column stores the Description |
SystemDefined | int | NO | This column storing the defalut value 1. |
OrdersTrackingResultsDocuments
This table associates OrdersTracking orders to clinical documents relating to the procedure results.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderId | numeric | NO | This column contains the order id of the OrdersTracking order. It references the OrderID column in the OrdersTracking table. |
DocumentId | numeric | NO | This column contains the document id of a clinical document relating to the procedure results. It references tehh DocumentID column in the ClinicalDocuments table.. References: dbo.ClinicalDocuments |
OrdersTrackingSpecificFindings
This table stores OrdersTrackingSpecificFindings details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
FindingID | numeric | NO | Primary Key. Identity Column. Identity / Auto increment |
Description | varchar | NO | This column stores the finding status description |
SystemDefined | int | NO | This column storing the defalut value 0.. Default: 0 |
DisplayOrder | int | NO | This column stores the Display order. Default: 0 |
Disabled | int | NO | This column storing the defalut value 0.. Default: 0 |
OrdConceptID | numeric | YES | This column has FK to dbo.OrdAdmin table OrdConceptID. Nullable. References: dbo.OrdAdmin |
OrdersTrackingStatusLU
This table stores the OrdersTracking Status Descriptions(Types).
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatusID | numeric | NO | primary key. identity column starts from 1000. Identity / Auto increment |
StatusDescription | varchar | NO | This Column stores the Description of StatusDescription. |
OrderViewed
This table stores OrderViewed information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
UserID | numeric | NO | Logical Reference to Users Table, used to support build of. OrderViewed. |
DateTimeViewed | datetime | NO | It Captures the DateTimeView of a user |
OrdReq
Main data table for orders requisition functionality in clinical module
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqID | numeric | NO | Primary key. auto generated ID value. Identity / Auto increment |
VisitID | numeric | YES | Logical FK. Visit.VisitID. Nullable |
CreateDate | datetime | NO | Date time created |
LastChangedDate | datetime | NO | Date time last changed |
LastChangedBy | int | NO | Logical FK. Users.UserID |
IncludeSignature | bit | YES | Was a signature included. Nullable |
OrdReqClinicalDocuments
Stores the link between the OrdReq.OrderReqID and ClinicalDocuments.DocumentID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | FK ClinicalDocuments.DocumentID. References: dbo.ClinicalDocuments |
OrdReqID | numeric | NO | FK OrdReq.OrdReqID. References: dbo.OrdReq |
SavedFromDoc | tinyint | NO | Boolean saved from the doc |
OrdReqDiagnosis
Stores the link from OrdReq to diagnosis code(s)
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqDiagnosisID | numeric | NO | Primary key. auto generated ID value. Identity / Auto increment |
OrdReqID | numeric | NO | FK OrdReq.OrdReqID. References: dbo.OrdReq |
DxCode | varchar | NO | ICD9 Diagnosis code |
UserID | numeric | NO | Logical FK. Users.UserID |
Enabled | tinyint | NO | Is the record enabled? 1=yes. 0=no |
OrdReqDiagnosisDescription | varchar | YES | Description text. Nullable |
OrdReqDiagnosisStatusID | tinyint | YES | FK. OrdDiagnosisStatus.OrdDiagnosisStatusID. Nullable. References: dbo.OrdReqDiagnosisStatus |
LastChangedDate | datetime | NO | Date time last changed |
CreateDate | datetime | NO | Date time created |
LastChangedBy | numeric | NO | Logical FK. Users.UserID |
DxCodeICD10 | varchar | YES | ICD10 Diagnosis code. Nullable |
OrdReqDiagnosisStatus
Lookup table for OrdReqDiagnosis table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqDiagnosisStatusID | tinyint | NO | Primary key. auto generated ID value |
Description | varchar | YES | Status description. Nullable |
OrdReqNote
Stored notes added to the OrdReq
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqNoteID | int | NO | Primary key. auto generated ID value. Identity / Auto increment |
OrdReqID | numeric | NO | FK OrdReq.OrdReqID. References: dbo.OrdReq |
UserID | numeric | NO | Logical FK. Users.UserID |
CreateDate | datetime | NO | Date time created |
Description | varchar | NO | Note description |
LastChangedDate | datetime | NO | Date time last changed |
LastChangedBy | numeric | NO | Logical FK. Users.UserID |
Checked | bit | YES | Bit value. is this item checked?. Nullable |
OrdReqOrder
Related to the clinical document/note, stores the order information discreetly from the document XML
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderID | numeric | NO | Logical FK OrderReqOrder.OrderID |
DocumentID | numeric | NO | FK OrdReqClinicalDocuments.DocumentID References: dbo.OrdReqClinicalDocuments |
Enabled | tinyint | NO | Is the record enabled? 1=yes, 0=no |
OrdReqOrderStatusID | tinyint | YES | FK OrdReqOrderStatus.OrdReqOrderStatusID Nullable References: dbo.OrdReqOrderStatus |
Unit | float | YES | Number of units for order code Nullable |
UserID | numeric | NO | Logical FK, Users.UserID |
CreateDate | datetime | NO | Date time created |
ProcedureGUID | varchar | YES | NULL (not in use) Nullable |
InterfaceProviderRoleID | numeric | YES | NULL (not in use) Nullable |
InterfaceProviderOrderCode | varchar | YES | NULL (not in use) Nullable |
OrdReqOrderDescription | varchar | YES | Description text for order Nullable |
OrdReqTransactionID | numeric | YES | FK OrdReqTransact References: dbo.OrdReqTransactionion.OrdReqTransactionID Nullable |
LastChangedDate | datetime | NO | Date time last changed |
LastChangedBy | numeric | NO | Logical FK, Users.UserID |
DataSourceId | numeric | YES | FK DataSource.DataSourceID Nullable References: dbo.DataSource |
Comment | varchar | YES | Comment saved by user Nullable Default: |
ModalityCode | varchar | YES | Logical FK PACSModality.ModalityID, OrdReqOrder.ModalityCode Nullable |
PriorityCode | varchar | YES | Logical FK OrdReqOrder.PriorityCode Nullable |
ABNOrderStatusID | tinyint | YES | FK ABNOrderStatus.ABNOrderStatusID Nullable References: dbo.ABNOrderStatus |
ABNDocumentID | numeric | YES | FK ABNDocument.ABNDocumentID Nullable References: dbo.ABNDocument |
ABNRequiredReasonID | tinyint | YES | FK ABNRequiredReason.ABNRequiredReasonID Nullable References: dbo.ABNRequiredReason |
LabAccountBillingMethodID | numeric | YES | FK LabAccountBillingMethod.LabAccountBillingMethodID. Nullable References: dbo.LabAccountBillingMethod |
OrdReqOrderLabTestCode
Links OrdReqOrder to the lab test code
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderID | numeric | NO | Logical FK OrderReqOrder.OrderID |
LabTestCode | varchar | NO | Logical FK OrdAdminDataSource.OrderCode |
OrdReqOrderOrdReqDiagnosis
Links OrdReqOrder to the OrdReqDiagnosis
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrderID | numeric | NO | FK OrderReqOrder.OrderID. References: dbo.OrdReqOrder |
OrdReqDiagnosisID | numeric | NO | FK OrdReqDiagnosis.OrdReqDiagnosisID. References: dbo.OrdReqDiagnosis |
DxOrder | tinyint | NO | Numberical sort order |
OrdReqOrderStatus
Lookup table for the status of an orders requisition
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqOrderStatusID | tinyint | NO | Primary key. auto generated ID value |
Description | varchar | YES | Status description. Nullable |
OrdReqQ
This table stores OrdReqQ information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqQID | int | NO | Primary Key Identity Column Identity / Auto increment |
DataSource | varchar | NO | This column stores the DataSource of varchar |
DataSourceFacility | varchar | NO | This column stores the DataSourceFacility which is varchar |
Action | varchar | NO | This column refers to action that needs to be taken |
PatientID | numeric | YES | This column stores the PatientID from dbo.Patient table |
OrdReqTransactionID | numeric | YES | This column stores the OrdReqTransactionID from dbo.OrdReqTransaction table |
DocumentID | numeric | YES | This column stores the DocumentID from dbo.ClinicalDocuments table |
VisitID | numeric | YES | This column stores the VisitID from dbo.Visit table |
CreateDate | datetime | NO | This column store current date time |
TryCount | int | NO | TryCount keeps track of count |
InterfaceURL | varchar | YES | This column stores the interfaceURL |
InterfacePassword | varchar | YES | This column stores the InterfacePassword |
OrdReqQHistory
This table stores OrdReqQHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqQHistoryID | int | NO | Identity column starts from 1000. Identity / Auto increment |
HistoryDate | datetime | NO | Datetime field to contains History datetime. |
OrdReqQID | int | NO | logical FK to OrdReqQ Table OrdReqQID |
DataSource | varchar | NO | This column represents the data Source. |
DataSourceFacility | varchar | NO | This column identifies the data source facility where the results were processed. |
Action | varchar | NO | Stores Action detail |
PatientID | numeric | YES | Stores the patient ID |
OrdReqTransactionID | numeric | YES | logical FK to OrdReqTransaction Table OrdReqTransactionID |
DocumentID | numeric | YES | logical FK to ClinicalDocument Table DocumentID associated with Order |
VisitID | numeric | YES | This Column Logically FK to Visit table VisitID associated with Order |
CreateDate | datetime | NO | Datetime field to contains Datetime when record got created into this table |
TryCount | int | NO | This column represents the count for the try |
InterfaceURL | varchar | YES | Stores the Interface URL |
InterfacePassword | varchar | YES | This columns consists the password for Interface URL |
OrdReqTransaction
This table stores OrdReqTransaction information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqTransactionID | numeric | NO | Primary key, identity column Identity / Auto increment |
OrdReqID | numeric | NO | ordreq from Ordreq table |
InterfaceProviderRoleID | numeric | NO | stores interface provider role id |
RxTxTransactionNo | varchar | NO | stores RxTx transaction number |
OrdReqTransactionStatusID | tinyint | NO | stores ordTanscationstatus id |
CreateDate | datetime | NO | Datetime when created the entry |
UserID | numeric | NO | logical FK to Users Table UserId who created the entry References: dbo.Users |
LastChangedDate | datetime | NO | Datetime when modify the entry |
LastChangedBy | numeric | NO | logical FK to Users Table UserId who modified the entry References: dbo.Users |
PracticeLocationID | numeric | YES | location from dbo.CareProviderLocation (LocationID) |
LabAccountID | numeric | YES | labacount from dbo.LabAccount (LabAccountID) |
DataSourceFacilityID | numeric | YES | datasourcefaclilty from dbo.DataSourceFacility (DataSourceFacilityID) |
OrdReqTransactionHistory
This table stores OrdReqTransactionHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqTransactionHistoryID | numeric | NO | primary key. identity column starts from 1000 Identity / Auto increment |
OrdReqTransactionID | numeric | YES | This column has FK to OrdReqTransaction table OrdReqTransactionID References: dbo.OrdReqTransaction |
RxTxTransactionNo | varchar | YES | This Column Stores the RxTxTransactionNo |
Packet | varchar | YES | In this column packect is stored in the form of XML |
CreateDate | datetime | YES | This column store current date time |
UserID | numeric | YES | this column stores userid |
OrdReqTransactionHistoryOrder
This table is being used for Order Tracking History
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdTransactionHistoryOrderID | numeric | NO | Primary Key column. generates new ID for table OrdTransactionHistoryOrder. Identity / Auto increment |
OrdReqTransactionHistoryID | numeric | YES | FK to dbo.OrdReqTransactionHistory.OrdReqTransactionHistoryID. Nullable. References: dbo.OrdReqTransactionHistory |
OrderName | varchar | YES | Ordered Item name. Nullable |
OrderCode | varchar | YES | Ordered Item Code. Nullable |
OrdReqTransactionHistoryOrderDiagnosis
This table for Maintaining order tracking Transaction
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdTransactionHistoryOrderID | numeric | YES | FK to dbo.OrdReqTransactionHistoryOrder.OrdTransactionHistoryOrderID. Nullable. References: dbo.OrdReqTransactionHistoryOrder |
DxCode | varchar | NO | Diagnosis Code |
DxCodeICD10 | varchar | YES | Diagnosis Code for ICD10. Nullable |
OrdReqTransactionStatus
This is a static table that defines the Status of Order Requisition Transactions
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdReqTransactionStatusID | tinyint | NO | Primary Key to Store OrdReqTransactionStatus |
Description | varchar | YES | Status of the transactions. Nullable |
OrdSyn
This Table is used for to Get OrdersData For Document
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrdSynID | numeric | NO | Primary Key to Store OrdSyn value. Identity / Auto increment |
OrdConceptID | numeric | NO | FK to dbo.OrdAdmin.OrdConceptID. References: dbo.OrdAdmin |
OrdSynonymText | varchar | YES | Synonym for the orders. Nullable |
Enabled | tinyint | NO | Order Synonym enable check |
IsSystemSynonym | bit | NO | System Synonym Check. Default: 0 |
OrdSynCodingSystem
This Table is used for to Get OrdersData For Document
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | FK to dbo.Codingsystem.CodingSystemId . CreatsComposite Primarykey on CodingSystemId. OrdSynID. CodeId. References: dbo.Codingsystem |
OrdSynID | numeric | NO | FK to dbo.OrdSyn.OrdSynID. CreatsComposite Primarykey on CodingSystemId. OrdSynID. CodeId. References: dbo.OrdSyn |
CodeId | varchar | NO | Code for ordSynonym. CreatsComposite Primarykey on CodingSystemId. OrdSynID. CodeId |
OrganizationType
This table stores OrganizationType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OrganizationTypeID | numeric | NO | Primary Key |
LocalName | varchar | NO | Stores the Local Name of Organization |
StandardName | varchar | NO | Stores the Standard Name of Organization |
Description | char | NO | Stores the Description of Organization |
IsDefaultField | int | NO | Toggles between 1 and 0 |
Enabled | int | NO | Toggles between 1 and 0 for enable |
PatHistAccessHistory
This Table is used to Maintain patient history
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Logically FK to Patient.PatientID Creats Composite Primarykey on PatientID. PatHistCatPatHistItemID. CreateDate. References: dbo.Patient |
PatHistCatPatHistItemID | numeric | NO | FK to dbo.PatHistCatPatHistItem.PatHistCatPatHistItemID Creats Composite Primarykey on PatientID. PatHistCatPatHistItemID. CreateDate. References: dbo.PatHistCatPatHistItem |
CreateDate | datetime | NO | Creats Composite Primarykey on PatientID. PatHistCatPatHistItemID. CreateDate |
UserID | numeric | NO | Logically FK to users.UserID. References: dbo.Users |
PatHistAllergy
This table associates patients with any allergy history.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is the id of the patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the specific allergy. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
PatHistAllergyID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
CreatedBy | numeric | NO | This column indicates the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
LastChanged | datetime | NO | This column indicates when the row was last changed. |
LastChangedBy | numeric | NO | This column indicates the user who last changed the row. It references the UserID column in the Users table. |
ProblemListMember | tinyint | NO | This is a flag indicating whether or not this allergy is part of the patients problem list. 0=no, 1=yes |
Reaction | varchar | YES | This column is a text description of the allergic reaction experienced by the patient. Nullable |
AllergyNote | varchar | YES | This column contains any additional notes relating to the allergy. Nullable |
CurrentInDrFirst | tinyint | YES | This column is a flag indicating whether or not this is current in Dr First. . 0=no, 1=yes. Nullable. Default: 0 |
DateOfOnset | varchar | YES | This is a text field containing an exact or approximate date that the patient first experienced the allergy. Nullable |
AllergySeverityID | smallint | YES | Logical Reference to Table AllergySeverity. Lookup table of Allergy Severity valid selections. Nullable |
PatHistAllergyHistory
This table stores PatHistAllergyHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistAllergyHistoryID | numeric | NO | Primary key of table Identity / Auto increment |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
PatHistCatPatHistItemID | numeric | NO | This has a relation to PatHistCatPatHistItem Table PatHistCatPatHistItemID |
PatHistAllergyID | numeric | NO | Contains relation to PatHistAllergy Table PatHistCatPatHistItemID |
CreatedBy | numeric | NO | This column store created by UserID to table Users |
CreateDate | datetime | NO | This column store current date time |
LastChanged | datetime | NO | This column store last change date |
LastChangedBy | numeric | NO | This column has Logical FK to Users Table UserID |
ProblemListMember | tinyint | NO | This is a flag indicating whether or not this allergy is part of the patients problem list. 0=no, 1=yes |
Reaction | varchar | YES | This column is a text description of the allergic reaction experienced by the patient.Nullable |
AllergyNote | varchar | YES | This column contains any additional notes relating to the allergy. Nullable |
HistoryDate | datetime | NO | Datetime field to contains History datetime |
UserID | numeric | NO | This Column store user ID |
PatHistAction | varchar | NO | This column contains PatHistAction Values� |
DateOfOnset | varchar | YES | This is a text field containing an exact or approximate date that the patient first experienced the allergy. Nullable |
AllergySeverityID | smallint | YES | Logical Reference to Table AllergySeverity. Lookup table of Allergy Severity valid selections. Nullable |
PatHistAllergyReaction
This table maintains the details of Patient Allery Reaction Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistAllergyReactionID | int | NO | Primary Key column, generates new ID using MasterID Table which keep. tracks of last Inserted PatHistAllergyReaction Identity / Auto increment |
PatientID | numeric | NO | This column has Logical FK to Patient Table PatientID References: dbo.PatHistAllergy |
PatHistCatPatHistItemID | numeric | NO | This column has Logical FK to PatHistCatPatHistItem Table PatHistCatPatHistItemID References: dbo.PatHistAllergy |
SnomedCode | varchar | NO | This Stores the Snomade Code for Different Allergy Reaction |
Description | varchar | NO | This column represents the description of the Patient Allergy Reactions |
CreatedBy | numeric | NO | This column has logical FK to Users Table UserID References: dbo.Users |
CreateDate | datetime | NO | Create date for Patient Allergy Reaction Data |
LastChanged | datetime | NO | Modified date of Patient Allergy Reaction Data |
LastChangedBy | numeric | NO | This column has logical FK to Users Table UserID References: dbo.Users |
PatHistAllergyReactionHistory
This table stores PatHistAllergyReactionHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistAllergyReactionHistoryID | int | NO | This column is a primary key for each row in the table.Identity / Auto increment |
PatHistAllergyReactionID | int | NO | This column has relation to table PatHistAllergyReaction PatHistAllergyReactionID |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
PatHistCatPatHistItemID | numeric | NO | This has a relation to PatHistCatPatHistItem Table PatHistCatPatHistItemID |
SnomedCode | varchar | NO | This Stores the Snomade Code for Different Allergy Reaction |
Description | varchar | NO | This column represents the description of the Patient Allergy Reactions |
CreatedBy | numeric | NO | This column store created by UserID to table Users |
CreateDate | datetime | NO | This column store current date time |
LastChanged | datetime | NO | This column store last change date |
LastChangedBy | numeric | NO | This column has Logical FK to Users Table UserID |
PatHistAction | char | NO | This column store PatHistAction |
PatHistAllergyHistoryID | int | YES | This has a relation to table PatHistAllergyHistory PatHistAllergyHistoryID. Nullable |
PatHistBehavior
This table contains the results of each social, psychological and behavioral assessment given to the patient.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is the id of the patient associated with the assessment. It references the PatientID column in the Patient table.. References: dbo.Patient |
AssessmentDate | datetime | NO | This column contains the date of the assessment. |
PatHistBehaviorCategoryQuestionID | int | NO | This column is the id of the category/question combination. It references the PatHistBehaviorCategoryQuestionID column in the PatHistBehaviorCategoryQuestion table.. References: dbo.PatHistBehaviorCategoryQuestion. dbo.PatHistBehaviorQuestionAnswer |
PatHistBehaviorAnswerID | int | YES | This column is the id of the answer that the patient selected from a list. It references the PatHistBehaviorAnswerID column in the PatHistBehaviorAnswer table.. Nullable. References: dbo.PatHistBehaviorQuestionAnswer |
AnswerText | varchar | YES | This column contains the freeform text answer given by the patient to questions without a predefined list of answers to choose from.. Nullable |
Score | tinyint | YES | This column contains the score associated with the patients answer to this question.. Nullable |
CreatedBy_UserID | numeric | NO | This column indicates the user who created the row. It references the UserID column in the Users table.. References: dbo.Users |
CreateDateTime | datetime | NO | This column indicates when the row was created. |
LastChange_UserID | numeric | YES | This column indicates the user who last changed the row. It references the UserID in the Users table.. Nullable. References: dbo.Users |
LastChangeDateTime | datetime | YES | This column indicates when the row was last changed.. Nullable |
PatHistBehaviorCategoryID | int | YES | It will store the PatHistBehaviorCategoryID. |
CategoryDescription | varchar | YES | It will store the CategoryDescription. |
QuestionText | varchar | YES | It will store the QuestionText. |
QuestionLOINCCode | varchar | YES | It will store the QuestionLOINC CodeID from PatHistBehaviorQuestionCodingSystem. |
AnswerLOINCCode | varchar | YES | It will store the AnswerLOINC CodeID from PatHistBehaviorAnswerCodingSystem |
AnswerID | int | NO | These AnswerID Column will be used for EDH Mapping purpose,But Already having PatHistBehaviorAnswerId column as it is nullable. |
PatHistBehaviorAnswer
This table contains the valid answers for each question in the social, psychological, and behavioral assessment, where the answer is not free text.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistBehaviorAnswerID | int | NO | This column is a unique id for each row in the table.. Identity / Auto increment |
AnswerText | varchar | YES | This column is the answer text. |
IsEnabled | bit | NO | This column is a flag indicating whether or not this answer is enabled. 0=no. 1=yes |
PatHistBehaviorAnswerCodingSystem
This table contains the standardized coding system codes for each answer in the social, psychological, and behavioral assessment.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistBehaviorAnswerID | int | NO | This column is the id of the answer. It references the PatHistBehaviorAnswerID column in the PatHistBehaviorAnswer table. References: dbo.PatHistBehaviorAnswer |
CodingSystemID | numeric | NO | This column is the id of the coding system. It references the CodingSystemId column in the CodingSystem table.. References: dbo.Codingsystem |
CodeID | varchar | NO | This column is the code for this answer in the specified coding system. |
PatHistBehaviorCategoryQuestion
This table associates questions in the social, psychological and behavioral assessment to the appropriate categories.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistBehaviorCategoryQuestionID | int | NO | This column is a unique id for each row in the table.. Identity / Auto increment |
PatHistBehaviorCategoryID | int | NO | This column is the id of the category. It references the PatHistBehaviorCategoryID column in the PatHistBehaviorCategory table. References: dbo.PatHistBehaviorCategory |
PatHistBehaviorQuestionID | int | NO | This column is the id of the question. It references the PatHistBehaviorQuestionID column in the PatHistBehaviorQuestion table. References: dbo.PatHistBehaviorQuestion |
DisplayOrder | tinyint | NO | This column indicates the order in which the questions are show within the category. |
IsEnabled | bit | NO | This column indicates whether or not this category/question combination is enabled. 0=no. 1=yes |
Score | tinyint | YES | This column is the score associated with this question within the category.. Nullable |
PatHistBehaviorHistory
This table stores PatHistBehaviorHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistBehaviorHistoryID | int | NO | Primary Key Identity Column Identity / Auto increment |
PatientID | numeric | NO | This column is the id of the patient associated with the assessment. It references the PatientID column in the Patient table.. References: dbo.Patient |
AssessmentDate | date | NO | This column contains the date of the assessment. |
PatHistBehaviorCategoryQuestionID | int | NO | This column is the id of the category/question combination. It references the PatHistBehaviorCategoryQuestionID column in the PatHistBehaviorCategoryQuestion table.. References: dbo.PatHistBehaviorCategoryQuestion. dbo.PatHistBehaviorQuestionAnswer |
PatHistBehaviorAnswerID | int | YES | This column is the id of the answer. It references the PatHistBehaviorAnswerID column in the PatHistBehaviorAnswer table. References: dbo.PatHistBehaviorAnswer |
AnswerText | varchar | YES | This column is the answer text. |
Score | tinyint | YES | This column is the score associated with this question within the category.. Nullable |
CreatedBy_UserID | numeric | NO | This column indicates the user who created the row. It references the UserID column in the Users table.. References: dbo.Users |
CreateDateTime | datetime | NO | This column indicates when the row was created. |
LastChange_UserID | numeric | YES | This column indicates the user who last changed the row. It references the UserID in the Users table.. Nullable. References: dbo.Users |
LastChangeDateTime | datetime | YES | This column indicates when the row was last changed.. Nullable |
HistoryDate | datetime | NO | This column stores date value of History creation |
History_UserID | numeric | NO | This Column stores the id of the users in History_UserID column |
HistoryAction | char | NO | History Action Column having actions like I - Insert , U - Update ,D - Delete |
PatHistBehaviorQuestion
This table defines the questions in the social, psychological, and behavioral assessment.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistBehaviorQuestionID | int | NO | This column is a unique id for each question.. Identity / Auto increment |
QuestionText | varchar | YES | This column is the text of the question. |
PatHistBehaviorResponseTypeID | int | NO | This column is an id indicating the type of response that is appropriate for this question. It references the PatHistBehaviorResponseTypeID column in the PatHistBehaviorResponseType table.. References: dbo.PatHistBehaviorResponseType |
IsEnabled | bit | NO | This column is a flag indicating whether or not this question is enabled. 0=no. 1=yes |
PatHistBehaviorQuestionAnswer
This table associates questions on the social, psychological, and behavioral assessment with their valid answers, when the answers are not free text.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistBehaviorCategoryQuestionID | int | NO | This column is the id of the category/question combination to be associated with the answer. It references the PatHistBehaviorCategoryQuestionID column in the PatHistBehaviorCategoryQuestion table.. References: dbo.PatHistBehaviorCategoryQuestion |
PatHistBehaviorAnswerID | int | NO | This column is the id of the answer. It references the PatHistBehaviorAnswerID column in the PatHistBehaviorAnswer table. References: dbo.PatHistBehaviorAnswer |
DisplayOrder | tinyint | NO | This column indicates the order in which the answers will be listed under the question. |
IsEnabled | bit | NO | This column is a flag indicating whether or not this answer is enabled for this question. 0=no. 1=yes |
Score | tinyint | YES | This is the score associated with this answer to this question.. Nullable |
AnswerCode | tinyint | YES | This column is a standardized code associated with this answer for this question.. Nullable |
PatHistBehaviorQuestionCodingSystem
This table associates questions on the social, psychological, and behavioral assessment with their codes in different coding systems.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistBehaviorQuestionID | int | NO | This column is the question id. It references the PatHistBehaviorQuestionID column in the PatHistBehaviorQuestion table. References: dbo.PatHistBehaviorQuestion |
CodingSystemID | numeric | NO | This column is the id of the coding system. It references the CodingSystemId column in the CodingSystem table. References: dbo.Codingsystem |
CodeID | varchar | NO | This column is the appropriate code for the question in the specified coding system. |
PatHistBehaviorResponseType
This table defines the valid response types for answers on the social, psychological, and behavioral assessment, such as freeform text or a select list.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistBehaviorResponseTypeID | int | NO | This column is a unique id for each row in the table. Identity / Auto increment |
ResponseTypeDescription | varchar | NO | This column is a text description of the response type. |
PatHistCat
This table defines patient history categories.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistCatID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatHistCatDescription | varchar | NO | This column is a text description for the category. |
PatHistSectionID | numeric | NO | This column is the id of the patient history section associated with the category. It references the PatHistSectionID column in the PatHistSecon table. |
DisplayOrder | int | YES | This column indicates the order in which the categories should be displayed. Nullable |
Enabled | tinyint | YES | This column is a flag indicating whether or not the category is enabled.0=no, 1=yes Nullable |
PatHistCatMaster
This Table Shows different types Categories of patient history
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistCatID | numeric | NO | Primary Key column Identity / Auto increment |
PatHistCatDescription | varchar | NO | Name of the diiferent type of Patient History Category |
Enabled | tinyint | NO | This column Enables check for Patient history Categories , 1-For Enable |
PatHistCatPatHistItem
This table associates patient history categories with the appropriate patient history items.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistCatPatHistItemID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatHistCatID | numeric | NO | This column is the id for the patient history category. It references the PatHistCatID column in the PatHistCat table. References: dbo.PatHistCat |
PatHistItemID | numeric | NO | This column is the id for the patient history item. It references the PatHistItemID column in the PatHistItem table. References: dbo.PatHistItem |
Enabled | tinyint | NO | This column is a flag indicating whether or not this category/item combination is enabled. 0=no, 1=yes |
PatHistCatPatHistItemMaster
This table has the data of different item name of Patient history Category
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistCatID | numeric | NO | This column is the id for the patient history category. It references the PatHistCatID column in the PatHistCat table. References: dbo.PatHistCat |
SpecialtyID | numeric | NO | This column stores the Speciality id |
PatHistItemID | numeric | NO | This column is the id for the patient history item. It references the PatHistItemID column in the PatHistItem table. References: dbo.PatHistItem |
Enabled | tinyint | NO | This column is a flag indicating whether or not this category/item combination is enabled. 0=no, 1=yes |
PatHistFamily
This table contains family medical history for a patient.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
PatHistFamilyID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
CreatedBy | numeric | NO | AllergyTestLocation |
CreateDate | datetime | NO | AllergyTestLocation |
LastChanged | datetime | NO | AllergyTestLocation |
LastChangedBy | numeric | NO | AllergyTestLocation |
ProblemListMember | tinyint | NO | AllergyTestLocation |
PFHNote | varchar | YES | AllergyTestLocation |
PatHistFamilyHistory
This table stores PatHistFamilyHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistFamilyHistoryID | numeric | NO | Primary key, which contains unique for each entry of PatHistFamilyHistory |
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column id for the history item. It references the . PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
PatHistFamilyID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
CreatedBy | numeric | NO | This column indicates the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
LastChanged | datetime | NO | This column indicates when the row was last changed. |
LastChangedBy | numeric | NO | This column indicates the last user to change the row. It references the UserID column in the Users table. |
ProblemListMember | tinyint | NO | This column is a flag indicating whether or not this history item is part of the patients problem list. |
PFHNote | varchar | YES | This column contains any notes associated with this history item. Nullable |
HistoryDate | datetime | NO | This column contains the HistotyDate |
UserID | numeric | NO | It references the USERID column in the Users table |
PatHistAction | varchar | NO | It contains value for PatHistAction |
PatHistFamilyRelation
This table contains medical history info for specific relatives of the patient.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. |
Relation | varchar | NO | This column is a text description of this persons relationship to the patient. |
CreatedBy | numeric | NO | This column indicates the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
AgeOfOnset | varchar | YES | This column is the age at which the patients relative was diagnosed with condition |
FirstName | varchar | YES | Relation FirstName Nullable |
LastName | varchar | YES | Relation LastName Nullable |
PatHistFamilyRelationHistory
This table stores PatHistFamilyRelationHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistFamilyRelationHistoryID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID column in the Patient table. References: dbo.PatHistFamily |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem, dbo.PatHistFamily |
Relation | varchar | NO | This column is a text description of this persons relationship to the patient. |
CreatedBy | numeric | NO | This column indicates the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
AgeOfOnset | varchar | YES | This column is the age at which the patients relative was diagnosed with |
HistoryDate | datetime | NO | This column contains history date related to created date. |
UserID | numeric | NO | this column stores userid |
PatHistAction | varchar | NO | this column stores record update -u, insert -I, delete-d action |
FirstName | varchar | YES | Relation FirstName Nullable |
LastName | varchar | YES | Relation LastName Nullable |
PatHistFrailty
This table stores PatHistFrailty information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistFrailtyID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
PatientID | numeric | NO | This column has FK to Patient table PatientID References: dbo.Patient |
PatHistCatPatHistItemID | numeric | NO | This column has FK to PatHistCatPatHistItem table PatHistCatPatHistItemID References: dbo.PatHistCatPatHistItem |
CreatedBy | numeric | NO | This column is the id for the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
LastChanged | datetime | NO | This column indicates when the row was last changed. |
LastChangedBy | numeric | NO | This column is the id for the user who last changed the row. It references the UserID column in the Users table. |
DateResolved | varchar | YES | This column is an approximate or exact date on which the problem was resolved.. Nullable |
FrailtyStatusID | numeric | NO | This column has FK to PatHistFrailtyStatus table PatHistFrailtyStatusID References: dbo.PatHistFrailtyStatus |
Notes | varchar | YES | Description for PatHistFraility. Nullable |
OnsetDate | varchar | YES | This column contains an exact or approximate date when the patient was diagnosed with this Date. |
OnsetDateObjective | date | YES | This column contains the exact date that the patient was diagnosed with this date. if available. |
ResolvedDateObjective | date | YES | This column contains the exact date that the patient was Resolved with this date. |
PatHistFrailtyHistory
This table stores PatHistFrailtyHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistFrailtyHistoryID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
PatientID | numeric | NO | This column has FK to Patient table PatientID References: dbo.Patient |
PatHistCatPatHistItemID | numeric | NO | This column has FK to PatHistCatPatHistItem table PatHistCatPatHistItemID References: dbo.PatHistCatPatHistItem |
PatHistFrailtyID | numeric | NO | This column stores the PatHistFrailtyID from dbo.PatHistFrailty table |
CreatedUser | numeric | NO | This column indicates when the user was created. |
CreateDate | datetime | NO | This column indicates when the row was created. |
LastChanged | datetime | NO | This column indicates when the row was last changed. |
LastChangedBy | numeric | NO | This column is the id for the user who last changed the row. It references the UserID column in the Users table. |
DateResolved | varchar | YES | This column is an approximate or exact date on which the problem was resolved.. Nullable |
FrailtyStatusID | numeric | NO | This column stores the PatHistFrailtyStatusID from dbo.PatHistFrailtyStatus table |
Notes | varchar | YES | Description for PatHistFraility. Nullable |
OnsetDate | varchar | YES | Setting the Date when data inserted |
ModifiedUser | numeric | YES | This column displays the userId when user done some actions like insert,update,delete |
PatHistAction | varchar | YES | This column stores Actions like insert-I,Update-U,Delete-D |
PatHistFrailtyStatus
This table stores PatHistFrailtyStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistFrailtyStatusID | numeric | NO | primary key. identity column starts from 1000 Identity / Auto increment |
PatHistFrailtyStatusDesc | varchar | NO | This column stores the status description of PatHistFrailtyStatusDesc |
Enabled | tinyint | NO | Flag. 0/1 |
PatHistGenetic
This table contains genetic medical history for a patient.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is the id for the Patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
PatHistGeneticID | numeric | NO | This column is a unique id for each row in the table.. Identity / Auto increment |
CreatedBy | numeric | NO | This column is the id for the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
LastChanged | datetime | NO | This column indicates when the row was last changed. |
LastChangedBy | numeric | NO | This column is the id for the user who last changed the row. It references the UserID column in the Users table. |
ProblemListMember | tinyint | NO | This column indicates whether or not this history item is part of the patients problem list. 0=no. 1=yes |
GeneticHistoryNote | varchar | YES | This column contains any notes related to this history item.. Nullable |
PatHistGeneticHistory
This table stores PatHistGeneticHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistGeneticHistoryID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatientID | numeric | NO | This column is the id for the Patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the , PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
PatHistGeneticID | numeric | NO | This column Id from from PatHistGenetic |
CreatedBy | numeric | NO | This column is the id for the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
LastChanged | datetime | NO | This column indicates when the row was last changed. |
LastChangedBy | numeric | NO | This column is the id for the user who last changed the row. It references the UserID column in the Users table. |
ProblemListMember | tinyint | NO | This column indicates whether or not this history item is part of the patients problem list. 0=no, 1=yes |
GeneticHistoryNote | varchar | YES | This column contains any notes related to this history item. Nullable |
HistoryDate | datetime | NO | This column contains history date related to created date. |
UserID | numeric | NO | this column stores userid |
PatHistAction | varchar | NO | this column stores record update -u, insert -I, delete-d action |
PatHistGeneticRelation
This table contains genetic medical history on relatives of the patient.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID column in the Patient table.. References: dbo.PatHistGenetic |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem. dbo.PatHistGenetic |
Relation | varchar | NO | This column is a text description of the relationship to the patient. |
Origin | varchar | NO | B=Both (Maternal and Paternal). P=Paternal. M=Maternal |
CreatedBy | numeric | NO | This column is the id for the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
PatHistGeneticRelationHistory
This table stores PatHistGeneticRelationHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistGeneticRelationHistoryID | numeric | NO | primary key. identity column starts from 1000 Identity / Auto increment |
PatientID | numeric | NO | This column stores the PatientID from dbo.Patient table |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem. dbo.PatHistGenetic |
Relation | varchar | NO | This column is a text description of the relationship to the patient. |
Origin | varchar | YES | B=Both (Maternal and Paternal). P=Paternal. M=Maternal |
CreatedBy | numeric | NO | This column is the id for the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
HistoryDate | datetime | NO | This column indicates when the row was created. |
UserID | numeric | NO | This column stores the UserID from dbo.User table |
PatHistAction | varchar | NO | This column stores Actions like insert-I,Update-U,Delete-D |
PatHistItem
This table defines valid medical history items that will be associated with patients.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistItemID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatHistItemDescription | varchar | NO | This column is a text description of the history item. |
AltSystem | varchar | YES | This column indicates the coding system associated with the value in the AltSystemCode column. Nullable |
AltSystemCode | varchar | YES | This column contains the standard code for this item in the coding system indicated by the AltSystem column. Nullable |
PatHistItemCodingSystem
This table contains the codes associate with patient history items in various coding systems
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistItemID | numeric | NO | This column is the history item id. It references the PatHistItemID column in the PatHistItem table. References: dbo.PatHistItem |
CodingSystemID | numeric | NO | This column is the id for the coding system. It references the CodingSystemId column in the CodingSystem table. References: dbo.Codingsystem |
AltSystemCode | varchar | YES | This column contains the code for this history item in the specified coding system. Nullable |
PatHistItemMaster
This table stores patient History item Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistItemID | numeric | NO | Primary Key column, generates new ID for table PatHistItem Identity / Auto increment |
PatHistItemDescription | varchar | NO | Patient History Item description |
AltSystem | varchar | YES | Patient History Type Nullable |
AltSystemCode | varchar | YES | System code for the itms of different history types Nullable |
PatHistMedical
This table contains medical history items for a patient.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
PatHistMedicalID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
CreatedBy | numeric | NO | This column is the id of the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
LastChanged | datetime | NO | This column indicates when the row was last changed. |
LastChangedBy | numeric | NO | This column is the id of the user who last changed the row. It references the UserID column in the Users table. |
ProblemListMember | tinyint | NO | This column is a flag indicating whether or not this history item is part of the patients problem list. 0=no, 1=yes |
PMHNote | varchar | YES | This column contains any notes relating to this history item for the patient. Nullable |
DateOfOnset | varchar | YES | This column contains an exact or approximate date when the patient was diagnosed with this condition. Nullable |
DateOnsetObjective | datetime | YES | This column contains the exact date that the patient was diagnosed with this condition, if available. Nullable |
DateOfOnsetTime | varchar | YES | This column contains an exact or approximate time when the patient was diagnosed with this condition. Nullable |
DateOfDiagnosis | varchar | YES | It will store the DateOfDiagnosis |
PatHistMedicalHistory
This table stores PatHistMedicalHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistMedicalHistoryID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
PatHistMedicalID | numeric | NO | This column is from pathistmedical table ->pastitmeidicalid |
CreatedBy | numeric | NO | This column is the id of the user who created the row. It references the UserID column in the Users table. |
CreateDate | datetime | NO | This column indicates when the row was created. |
LastChanged | datetime | NO | This column indicates when the row was last changed. |
LastChangedBy | numeric | NO | This column is the id of the user who last changed the row. It references the UserID column in the Users table. |
ProblemListMember | tinyint | NO | This column is a flag indicating whether or not this history item is part of the patients problem list. 0=no, 1=yes |
PMHNote | varchar | YES | This column contains any notes relating to this history item for the patient. Nullable |
DateOfOnset | varchar | YES | This column contains an exact or approximate date when the patient was diagnosed with this condition. Nullable |
HistoryDate | datetime | NO | store date created by user |
UserID | numeric | NO | store user created by user |
PatHistAction | varchar | NO | store I, D U actions here |
DateOfOnsetTime | varchar | YES | This column contains the exact dateonsettime details that the patient was diagnosed with this condition, |
PatHistMedicalModifier
This table stores PatHistMedicalModifier information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistMedicalModifierID | numeric | NO | Primary Key. Which contains unique ID for PatHistMedicalModifier |
PatHistModifierID | numeric | NO | This column is the id for the modifier. It references the PatHistModifierID. column in the PatHistModifier table. |
PatHistMedicalID | numeric | NO | This column is the ID for PatHisMedical |
PatHistMenstrual
Contains list of Patient Menstrual data entered through UI using Reproductive History module
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistMenstrualID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
PatientID | numeric | NO | Primary key.logical FK to Patient Table PatientID |
AgeMenarche | numeric | YES | Age Menarche value entered by User. Nullable |
CycleInterval | numeric | YES | Cycle interval value in days. Nullable |
MenopauseStatusID | numeric | YES | logical FK to MenopauseStatus Table MenopauseStatusID. Nullable |
MenstrualFlowID | numeric | YES | logical FK to MenstrualFlow Table MenstrualFlowID. Nullable |
ContraceptiveID | numeric | YES | logical FK to Contraceptive Table ContraceptiveID. Nullable |
HomePrenancyTestID | numeric | YES | logical FK to HomePregnanceTest Table HomePregnanceTestID. Nullable |
OfficePregnancyTestID | numeric | YES | logical FK to OfficePregnancyTest Table OfficePregnancyTestID. Nullable |
NumberOfTampons | numeric | YES | Number of Tampons entered by User. Nullable |
NumberOfPads | numeric | YES | Number of Pads entered by User. Nullable |
MensesDuration | numeric | YES | Menses Duation number in Days. Nullable |
AgeMenopause | numeric | YES | Age menopuse entered by User. Nullable |
LMP | datetime | YES | Datetime entered by User for LMP. Nullable |
CertaintyOfDate | varchar | YES | Text field for Certainity of LMP Date. Nullable |
Clots | tinyint | YES | 0 = No 1 = Yes Former Dom values 1=No. 2=Yes. Nullable |
Bleeding | tinyint | YES | 0=No 1=Yes Former Dom values 1=No. 2=Yes. Nullable |
HRT | tinyint | YES | 0=No 1=Yes Former Dom Values 1=No. 2=Yes. Nullable |
PregnancyStatus | numeric | YES | 0=Blank 1=Pregnant 2=Not Pregnant 3=Possible Pregnancy 4=Unknown. Nullable |
PregnancyStatusDate | datetime | YES | Stores PregnancyStatus update Datetime. Nullable |
IntentStatus | numeric | YES | 0 = Blank 1 = Unsure 2 = I m OK either way 3 = No I dont want to become pregnant 4 = Yes I want to become pregnant. Nullable |
IntentStatusDate | datetime | YES | Stores Intent to Become Pregnant update Datetime. Nullable |
PatHistMenstrualHistory
This table stores PatHistMenstrualHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistMenstrualHistoryID | numeric | NO | Primary key. identity column starts from 1000. Identity / Auto increment |
PatHistMenstrualID | numeric | NO | This column stores the PatHistMenstrualID from dbo.PatHistMenstrual table |
PatientID | numeric | NO | This column stores the PatientID from dbo.Patient table |
AgeMenarche | numeric | YES | Age Menarche value entered by User. Nullable |
CycleInterval | numeric | YES | Cycle interval value in days. Nullable |
MenopauseStatusID | numeric | YES | This column stores the MenopauseStatusID from dbo.MenopauseStatus table |
MenstrualFlowID | numeric | YES | This column stores the MenstrualFlowID from dbo.MenstrualFlow table |
ContraceptiveID | numeric | YES | This column stores the ContraceptiveID from dbo.Contraceptive table |
HomePrenancyTestID | numeric | YES | This column stores the HomePrenancyTestID from dbo.HomePrenancyTest table |
OfficePregnancyTestID | numeric | YES | This column stores the OfficePregnancyTestID from dbo.OfficePregnancyTest table |
NumberOfTampons | numeric | YES | Number of Tampons entered by User |
NumberOfPads | numeric | YES | Number of Pads entered by User |
MensesDuration | numeric | YES | Menses Duation number in Days |
AgeMenopause | numeric | YES | Age menopuse entered by User. Nullable |
LMP | datetime | YES | Datetime entered by User for LMP. Nullable |
CertaintyOfDate | varchar | YES | Text field for Certainity of LMP Date. Nullable |
Clots | tinyint | YES | 0 = No 1 = Yes Former Dom values 1=No. 2=Yes. Nullable |
Bleeding | tinyint | YES | 0=No 1=Yes Former Dom values 1=No. 2=Yes. Nullable |
HRT | tinyint | YES | 0=No 1=Yes Former Dom Values 1=No. 2=Yes. Nullable |
HistoryDate | datetime | NO | This column indicates when the row was created. |
UserID | numeric | NO | This column stores the UserID from dbo.User table |
PatHistAction | varchar | NO | This column stores Actions like insert-I,Update-U,Delete-D |
PregnancyStatus | numeric | YES | 0=Blank 1=Pregnant 2=Not Pregnant 3=Possible Pregnancy 4=Unknown. Nullable |
PregnancyStatusDate | datetime | YES | Stores PregnancyStatus update Datetime. Nullable |
IntentStatus | numeric | YES | 0 = Blank 1 = Unsure 2 = I m OK either way 3 = No I dont want to become pregnant 4 = Yes I want to become pregnant. Nullable |
IntentStatusDate | datetime | YES | Stores Intent to Become Pregnant update Datetime. Nullable |
PatHistModifier
Contains list of prepopulated Problem List Modifiers used under Problem List module/page
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistModifierID | numeric | NO | Primary Key column, generates new ID for table PatHistModifier |
IsPreModifier | tinyint | NO | PreModifier Check |
ModifierOrder | int | NO | Order Of the Modifiers |
ModifierText | varchar | NO | Patient History Modifier Name |
Type | varchar | NO | Patient History Type |
Enabled | tinyint | NO | Modifier Enable check Default: 1 |
SnomedCode | varchar | YES | This Stores the Snomade Code for Different PatHisModifiers |
PatHistPregnancy
Contains list of Patient Pregnancy Summary data entered through UI using Reproductive History module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary key, FK relation to Patient Table PatientID |
TotalPregnancies | tinyint | YES | Total Pregnancy number entered by User Nullable |
TotalFullTerm | tinyint | YES | Total Full Term number entered by User Nullable |
TotalPreMature | tinyint | YES | Total Pre Mature number entered by User Nullable |
TotalAbInduced | tinyint | YES | Total AB Induced number entered by User Nullable |
TotalAbSpontaneous | tinyint | YES | Total AB Spontaneous number entered by User Nullable |
TotalEctopics | tinyint | YES | Total Ectopics number entered by User Nullable |
Multiples | tinyint | YES | Multiples number entered by User Nullable |
Living | tinyint | YES | Living Number entered by User Nullable |
PatHistPregnancyDetail
Contains list of Patient Pregnancy Details data entered through UI using Reproductive History module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistPregnancyDetailID | numeric | NO | Primary key, identity column starts from 1000 Identity / Auto increment |
PatientID | numeric | NO | Primary key, FK relation to Patient Table PatientID |
DeliveryDate | datetime | YES | Datetime of Delivery entered by User Nullable |
GA | numeric | YES | GA number entered by User Nullable |
HrsLabor | numeric | YES | Labor number entered by User in Hours Nullable |
BirthWeight | varchar | YES | Birthweight entered by User Nullable |
GenderID | numeric | YES | Genderid value will store |
TypeOfDeliveryID | numeric | YES | 1=Vaginal, 2=C-Sect., 3=VBAC, 4=Vacuum, 5=Forceps Nullable |
AnesthesiaID | numeric | YES | 1=Epidural, 2=General, 3=IV Med, 4=Local, 5=None, 6=Spine Nullable |
PretermLabor | tinyint | YES | 0=No 1=Yes Former Dom Values 1=No, 2=Yes |
Complications | tinyint | YES | 1=Complication check box checked, 0=no complications Nullable |
Note | varchar | YES | If Complications=1 then User can enter Notes related to that which gets |
Location | varchar | YES | Text field to enter location |
BirthOrder | numeric | YES | Number gets incremented by 1 based on Delivery Date if its same |
PatHistPregnancyDetailHistory
This table stores PatHistPregnancyDetailHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistPregnancyDetailHistory | numeric | NO | primary key. identity column starts from 1000 Identity / Auto increment |
PatHistPregnancyDetailID | numeric | NO | This column stores the PatHistPregnancyDetailID from dbo.PatHistPregnancyDetail table |
PatientID | numeric | NO | This column stores the PatientID from dbo.Patient table |
DeliveryDate | datetime | YES | Datetime of Delivery entered by User. Nullable |
GA | numeric | YES | GA number entered by User. Nullable |
HrsLabor | numeric | YES | Labor number entered by User in Hours. Nullable |
BirthWeight | varchar | YES | Birthweight entered by User. Nullable |
GenderID | numeric | YES | This column stores the GenderID from dbo.Gender table where 0-Unknown,1-Female,2-Male,3-Other |
TypeOfDeliveryID | numeric | YES | This column stores the TypeOfDeliveryID from dbo.TypeOfDelivery table where 1=Vaginal. 2=C-Sect.. 3=VBAC. 4=Vacuum. 5=Forceps |
AnesthesiaID | numeric | YES | This column stores the AnesthesiaID from dbo.Anesthesia table where 1=Epidural. 2=General. 3=IV Med. 4=Local. 5=None. 6=Spine |
PretermLabor | tinyint | YES | 0=No 1=Yes Former Dom Values 1=No. 2=Yes. Nullable |
Complications | tinyint | YES | 1=Complication check box checked. 0=no complications. Nullable |
Note | varchar | YES | If Complications=1 then User can enter Notes related to that which gets stored in this column. Nullable |
Location | varchar | YES | Text field to enter location. Nullable |
BirthOrder | numeric | YES | Number gets incremented by 1 based on Delivery Date if its same. Nullable |
HistoryDate | datetime | NO | This column indicates when the row was created. |
UserID | numeric | NO | This column stores the UserID from dbo.User table |
PatHistAction | varchar | NO | This column stores Actions like insert-I,Update-U,Delete-D |
PatHistPregnancyHistory
This table stores PatHistPregnancyHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistPregnancyHistoryID | numeric | NO | primary key. identity column starts from 1000 Identity / Auto increment |
PatientID | numeric | NO | This column stores the PatientID from dbo.Patient table |
TotalPregnancies | tinyint | YES | Total Pregnancy number entered by User. Nullable |
TotalFullTerm | tinyint | YES | Total Full Term number entered by User. Nullable |
TotalPreMature | tinyint | YES | Total Pre Mature number entered by User. Nullable |
TotalAbInduced | tinyint | YES | Total AB Induced number entered by User. Nullable |
TotalAbSpontaneous | tinyint | YES | Total AB Spontaneous number entered by User. Nullable |
TotalEctopics | tinyint | YES | Total Ectopics number entered by User. Nullable |
Multiples | tinyint | YES | Multiples number entered by User. Nullable |
Living | tinyint | YES | Living Number entered by User. Nullable |
HistoryDate | datetime | NO | This column indicates when the row was created. |
UserID | numeric | NO | This column stores the UserID from dbo.User table |
PatHistAction | varchar | NO | This column stores Actions like insert-I,Update-U,Delete-D |
PatHistProblemList
This table associates a patient with his medical problems
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistProblemListID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
ProblemListStatusID | numeric | NO | This column is the id for the problem list status. It references the ProblemListStatusID in the ProblemListStatus table. |
DisplayOrder | int | NO | This column indicates the order in which the problem list items should be displayed. |
LastChanged | datetime | NO | This column indicates when the row was last changed. |
LastChangedBy | numeric | NO | This column is the id for the user who last changed the row. It references the UserID column in the Users table. |
DateResolved | varchar | YES | This column is an approximate or exact date on which the problem was resolved. Nullable |
ProblemNote | varchar | YES | This column contains any notes relating to this medical problem for the patient. Nullable |
ProblemStartDate | varchar | YES | This column is an approximate or exact date on which the patient first experienced this problem. Nullable |
ProblemStartDateObjective | datetime | YES | This column is an exact date on which the patient first experienced this problem, if available. Nullable |
IsCurrent | bit | NO | This column is a flag indicating whether or not the patient is currently experiencing this problem. 0=no, 1=yes Default: 0 |
DateResolvedObjective | datetime | YES | This column is an exact date on which this problem was resolved, if available. Nullable |
IsMapICD10 | bit | YES | This column is a flag indicating whether or not ICD10s are used to describe this problem. 0=No, 1=Yes. Nullable Default: 0 |
CreatedBy | numeric | YES | This column contains the user id of the user who created this PatHistProblemList. |
CreatedDateTime | datetime | YES | This column contains the creation date time of this PatHistProblemList |
PatHistProblemListHistory
This table stores PatHistProblemListHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistProblemListHistoryID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatHistProblemListID | numeric | YES | This column from patHistProblemList table |
PatientID | numeric | YES | This column is the id for the patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | YES | PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
ProblemListStatusID | numeric | YES | This column is the id for the problem list status. It references the ProblemListStatusID in the ProblemListStatus table. |
DisplayOrder | int | YES | This column indicates the order in which the problem list items should be displayed. |
LastChanged | datetime | YES | This column indicates when the row was last changed. |
LastChangedBy | numeric | YES | This column is the id for the user who last changed the row. It references the UserID column in the Users table. |
DateResolved | varchar | YES | This column is an approximate or exact date on which the problem was |
Action | char | YES | this column stores record update -u, insert -I, delete-d action |
ProblemNote | varchar | YES | This column contains any notes relating to this medical problem for the patinet |
ProblemStartDate | varchar | YES | This column is an approximate or exact date on which the patient first experienced this problem. |
PatHistProblemListModifier
This table associates patient problem list items with any applicable modifiers
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistProblemListModifierID | numeric | NO | This column is a unique id for each row in the table.. Identity / Auto increment |
PatHistModifierID | numeric | NO | This column is the id for the modifier. It references the PatHistModifierID column in the PatHistModifier table. |
PatHistProblemListID | numeric | NO | This column is the patient problem list id. It references the PatHistProblemListID column is the PatHistProblemList table. References: dbo.PatHistProblemList |
PatHistProblemListModifierHistory
This table stores PatHistProblemListModifierHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistProblemListHistoryID | numeric | YES | This column stores the PatHistProblemListHistoryID from dbo.PatHistProblemListHistory table |
PatHistProblemListModifierID | numeric | YES | This column stores the PatHistProblemListModifierID from dbo.PatHistProblemListModifier table |
PatHistModifierID | numeric | YES | This column is the id for the modifier. It references the PatHistModifierID column in the PatHistModifier table. |
PatHistProblemListID | numeric | YES | This column is the patient problem list id. It references the PatHistProblemListID column is the PatHistProblemList table. References: dbo.PatHistProblemList |
HistoryDate | datetime | YES | This column indicates when the row was created. |
Action | char | YES | This column stores Actions like insert-I,Update-U,Delete-D |
PatHistSection
This table defines the sections under which patient history info is organized.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistSectionID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatHistSectionDescription | varchar | NO | This column is the text description for the section. |
Enabled | tinyint | NO | This column is a flag indicating whether or not the row is enabled. 0=no, 1=yes |
PatHistSectionAccessHistory
This table stores PatHistSectionAccessHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary key as well FK to Patient table PatientID References: dbo.Patient |
PatHistSectionID | numeric | NO | Primary key as well FK to PatHistSection table PatHistSectionID References: dbo.PatHistSection |
CreateDate | datetime | NO | Primary Key Auto increment |
UserID | numeric | NO | This column has FK to UserID table Users References: dbo.Users |
PatHistSocial
This table contains any medically related social history for a patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
PatHistSocialID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
Status | tinyint | YES | This column indicates the status of this item. It references the SubstanceUseStatusID column in the SubstanceUseStatus table.Nullable References: dbo.SubstanceUseStatus |
Quantity | varchar | YES | This column indicates the amount of the substrance used by the patient. Nullable |
AgeStart | varchar | YES | This column contains the approximate or exact age at which the patient started using this substance. Nullable |
AgeStop | varchar | YES | This column contains the approximate or exact age at which the patient stopped using this substance. Nullable |
PHSNote | varchar | YES | This column contains any notes relating to this patients use of the specified substance. Nullable |
ProblemListMember | tinyint | NO | This column is a flag indicating whether or not this item is part of the patients problem list. 0=no, 1=yes |
ScreeningDate | datetime | YES | This column contains the date of patient screening Nullable |
DateOnSet | datetime | YES | This column contains an exact or approximate date when the patient was diagnosed with this condition. Nullable |
CreatedBy | numeric | YES | This column contains the user id of the user who created this PatHistSocial. |
CreatedDateTime | datetime | YES | This column contains the creation date time of this PatHistSocial |
LastModifiedBy | numeric | YES | This column contains the user id of the user who modified this PatHistSocial. |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this PatHistSocial |
PatHistSocialHistory
This table stores PatHistSocialHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistSocialHistoryID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatientID | numeric | NO | This column is the id for the patient. It references the PatientID column in the Patient table. |
PatHistCatPatHistItemID | numeric | NO | This column is the id for the history item. It references the PatHistCatPatHistItemID column in the PatHistCatPatHistItem table. References: dbo.PatHistCatPatHistItem |
PatHistSocialID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
Status | tinyint | YES | This column indicates the status of this item. It references the SubstanceUseStatusID column in the SubstanceUseStatus table.Nullable References: dbo.SubstanceUseStatus |
Quantity | varchar | YES | This column indicates the amount of the substrance used by the patient. Nullable |
AgeStart | varchar | YES | This column contains the approximate or exact age at which the patient started using this substance. |
AgeStop | varchar | YES | This column contains the approximate or exact age at which the patient stopped using this substance. Nullable |
PHSNote | varchar | YES | This column contains any notes relating to this patients use of the specified substance. Nullable |
ProblemListMember | tinyint | NO | This column is a flag indicating whether or not this item is part of the patients problem list. 0=no, 1=yes |
HistoryDate | datetime | NO | store date created by user |
UserID | numeric | NO | store user created by user |
PatHistAction | varchar | NO | store I, D U actions here |
ScreeningDate | datetime | YES | This column contains the date of patient screening Nullable |
PatHistSurgical
Patients family Surgical History related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary Key, has a logical FK to Patient Table PatientID |
PatHistCatPatHistItemID | numeric | NO | Primary Key, has a FK relation to PatHistCatPatHistItem Table PatHistCatPatHistItemID References: dbo.PatHistCatPatHistItem |
PatHistSurgicalID | numeric | NO | This is an Identity Column Identity / Auto increment |
CreatedBy | numeric | NO | This column has logical FK to Users Table UserId, who created this record. |
CreateDate | datetime | NO | Contains Datetime when record got inserted into this Table |
LastChanged | datetime | NO | Contains DateTime when record got updated on this Table |
LastChangedBY | numeric | NO | This column has logical FK to Users Table UserId, who updated this record. |
ProblemListMember | tinyint | NO | Toggles between 1 and 0. Set to 1 if added in Past Surgical History as ProblemList |
PSHNote | varchar | YES | Contains Notes associated with that PSHx item added in ProblemList Nullable |
DateOfProcedure | varchar | YES | It is free text datetime field associated with that PSHx item added in ProblemList Nullable |
DateProcedureObjective | datetime | YES | Datetme field contains Datetime if user selects DateOfProcedure using . Calender wizard. So solves the same purpose as DateOfProcedure. Nullable |
PatHistSurgicalHistory
This table stores PatHistSurgicalHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatHistSurgicalHistoryID | numeric | NO | This column is a unique id for each row in the table. Identity / Auto increment |
PatientID | numeric | NO | Primary Key, has a logical FK to Patient Table PatientID |
PatHistCatPatHistItemID | numeric | NO | Primary Key, has a FK relation to PatHistCatPatHistItem Table |
PatHistSurgicalID | numeric | NO | stores PatHistSurgical table. |
CreatedBy | numeric | NO | This column has logical FK to Users Table UserId, who created this record. |
CreateDate | datetime | NO | Contains Datetime when record got inserted into this Table |
LastChanged | datetime | NO | Contains DateTime when record got updated on this Table |
LastChangedBy | numeric | NO | This column has logical FK to Users Table UserId, who updated this record. |
ProblemListMember | tinyint | NO | Toggles between 1 and 0. Set to 1 if added in Past Surgical History as ProblemList |
PSHNote | varchar | YES | Contains Notes associated with that PSHx item added in ProblemList Nullable |
DateOfProcedure | varchar | YES | It is free text datetime field associated with that PSHx item added in |
HistoryDate | datetime | NO | store date created by user |
UserID | numeric | NO | store user created by user |
PatHistAction | varchar | NO | store I, D U actions here |
PatHistURL
Records URL Path and Datetime when info button clicked from ProblemList
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary Key. this column has FK relation to Patient Table PatientID. References: dbo.Patient |
DateTimeGenerated | datetime | NO | Primary Key. contains Datetime when record got Inserted into Table. |
URLPath | varchar | NO | URL Path for Information Page displayed upon clicking on GREEN info button from Facesheet ProblemList. |
URLTypeID | smallint | NO | This column has FK relation to PatHistURLType Table PatHistURLTypeID. References: dbo.PatHistURLType |
Name | varchar | YES | Contains Name of Problem from ProblemList which infobutton got clicked.. Nullable |
VisitID | numeric | YES | This column stores the VisitID from dbo.Visit table |
CreatedBy | numeric | YES | This column indicates the user who created the row. It references the UserID column in the Users table. |
CreatedDateTime | datetime | YES | This column contains the creation date time of this PatHistURL |
LastModifiedBy | numeric | YES | This column contains the user id of the user who modified this PatHistURL. |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this PatHistURL |
Patient
Patient related information like other than demographics informations
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary Key column, generates new ID using MasterID Table which keep tracks of last Inserted PatientID |
PersonID | numeric | NO | This column has logical FK to Person Table PersonID to get demographics information for the Patient |
StudentStatusID | numeric | YES | This column is updated and reflected when the employer information is entered and status of Full-Time/Part_time student is entered. Nullable |
PrimaryPhysID | numeric | YES | This column relates to the Primary Physician and is linked to the CareProvider and Person Table Nullable |
LegalRepID | int | YES | This column does not appear to be used, deprecated. Nullable |
SealedFlag | int | YES | This flag is used on deceased patients to mark the record as sealed 0=No, 1=Yes Nullable Default: 0 |
AltPatientID | varchar | YES | Contains an Alternate ID for the patient. References another Patient Table Row.Nullable |
OrgPatientID | varchar | YES | Contains Other ID for 3rd party access to Patient data Nullable |
Notes | varchar | YES | Looks like deprecated column due to Notes being stored under Notes Table Nullable |
PatDeathFlag | int | YES | Toggles between 0 and 1. Set to 1 if Patient is Deceased. Nullable Default: 0 |
PatDeathTime | datetime | YES | DateTime of deseased and populated if PatDeathFlag set to 1 Nullable |
PatFinRiskFlag | int | YES | This column relates to Patient Financial Risk Assessment 0=No, 1=Yes Nullable Default: 0 |
PatProofResidFlag | int | YES | This column relates to Patient Proof of Residency 0=No, 1=Yes Nullable Default: 0 |
Enabled | int | YES | Toggles between 1 and 0 Nullable Default: 1 |
IsPatient | int | YES | Toggles between 0 and 1. Set to 1 if record is for Patient. Nullable Default: 1 |
AssignmentOfBenefits | int | YES | Toggles between 0 and 1. Set to 1 if Asignment of Benefit check box checked on Information page.Nullable Default: 1 |
ReleaseOfInformation | char | YES | Toggles between Y and N dpened on user selection from dropdown . from Information Page for Release Of Information. Nullable Default: 1 |
PharmacyID | numeric | YES | This column has logical FK to Pharmacy Table PharmacyID to assigned preffered Pharmacy for the Patient. Populates from eRx module when check the checkbox for Add to Preferred. Nullable |
PharmacyNoteID | numeric | YES | This column is populated with PharmacyNoteId=1 in Prod DB as well for all Patients so no idea what it represents. Nullable |
CareProviderID | numeric | YES | Contains CareProviderID from CareProvider Table Nullable |
SignatureSourceCode | char | YES | Populates using GMTSystemDefaults Table Where DefaultReference=PSSC Nullable |
PreferredPharmacyID | numeric | YES | This column has logical FK to Pharmacy Table PharmacyID to assigned preffered Pharmacy for the Patient. This column serves tha same purpose like PharmacyId Column but populates from Information page Nullable |
CurrentInDrFirst | tinyint | YES | Toggles between 0 and 1. Related to erx (Eprescribe) functionality Nullable Default: 0 |
ShotFrequencyID | tinyint | YES | This column has FK relation to ShotFrequency Table ShotFrequencyID.Nullable References: dbo.ShotFrequency |
AllergyComment | varchar | YES | This column is related to ShotFrequencyID column and relates to PatientAllergyModule Nullable |
ConsentFlag | tinyint | YES | Used to Identify the Patients willingness to share medical information 0=No, 1=Yes Nullable |
ePrescribeConsent | char | YES | Populates from dropdown of PBM Consent from Information Page. Nullable |
PreferredSvcLoc | numeric | YES | This column has logical FK to CareProviderLocation Table LocationID to get LocationName. Nullable |
PatientStatusID | bigint | NO | This column has FK relation to PatientStatus Table PatientStatusID Default: 0 References: dbo.PatientStatus |
PatientStatusEffectiveDateTime | datetime | YES | Date Time recorded when change in Patient Status Nullable |
DuplicatePatientID | numeric | YES | If this Patient record is duplicate of other PatientID than stores here that other PatientID Nullable |
CauseOfDeath | varchar | YES | Notes stating cause of death Nullable |
RestrictionProfileID | tinyint | NO | Stores the Restriction Profile value for the Patient |
PatientAllergyEd
This Table save patient Allergy Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyEdID | int | NO | Primary Key column, generates new ID for table PatientAllergyEdID Identity / Auto increment |
PatientID | numeric | NO | Logically FK to Patient.PatientID References: dbo.Patient |
CareProviderID | numeric | YES | Logically FK to CareProvider.CareProviderID. Nullable. References: dbo.CareProvider |
TechCareProviderID | numeric | YES | Logically FK to CareProvider.CareProviderID. Nullable. References: dbo.CareProvider |
DocumentID | numeric | NO | Logically FK to ClinicalDocuments.DocumentID References: dbo.ClinicalDocuments |
CreateDate | datetime | NO | Create Date For Patient History Alleergy. Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
Comment | varchar | YES | Allergy Education comments Nullable |
PatientAllergyEdDetail
This Table saves PatientAllergyEdDetail Data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyEdDetailID | int | NO | Primary Key column, generates new ID for table PatientAllergyEdDetail Identity / Auto increment |
PatientAllergyEdID | int | NO | FK to dbo.PatientAllergyEd.PatientAllergyEdID. References: dbo.PatientAllergyEd |
AllergyEdID | int | NO | FK to dbo.AllergyEd.AllergyEdID References: dbo.AllergyEd |
PatientAllergyTestResultID | int | YES | FK to dbo.PatientAllergyTestResult.PatientAllergyTestResultID. Nullable. References: dbo.PatientAllergyTestResult |
DisplayOrder | smallint | NO | Order of Patient Allergy Education |
PatientAllergyEdDiag
This table is Used for Patient Allergy Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyEdDiagID | int | NO | Primary Key column, generates new ID for table PatientAllergyEdDiag Identity / Auto increment |
PatientAllergyEdID | int | YES | FK to dbo.PatientAllergyEd.PatientAllergyEdID Nullable References: dbo.PatientAllergyEd |
ICD9Code | char | NO | This Column Saves Data for ICD 9 code |
PatientAllergyEdProcedure
This Table Saves the patient allergy Procedure Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyEdProcedureID | int | NO | Primary Key column, generates new ID for PatientAllergyEdProcedure Identity / Auto increment |
PatientAllergyEdID | int | YES | FK to dbo.PatientAllergyEd.PatientAllergyEdID Nullable References: dbo.PatientAllergyEd |
CPTCode | varchar | NO | This Column Saves the Details of CPT code |
Units | smallint | NO | This Column save the Units of CPT Code |
PatientAllergyTest
This Table is for Patient Allergy Test Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyTestID | int | NO | Primary Key column, generates new ID for table PatientAllergyTest Identity / Auto increment |
PatientID | numeric | NO | FK to Patient.PatientID References: dbo.Patient |
AllergyTestID | int | NO | FK to dbo.AllergyTest.AllergyTestID References: dbo.AllergyTest |
CreateDate | datetime | NO | Datetime field to contains Datetime when record got created into this Table Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
TechCareProviderID | numeric | YES | FK to dbo.CareProvider.CareProviderID Nullable References: dbo.CareProvider |
CareProviderID | numeric | YES | FK to dbo.CareProvider.CareProviderID Nullable References: dbo.CareProvider |
DocumentID | numeric | NO | FK to dbo.ClinicalDocuments.DocumentID References: dbo.ClinicalDocuments |
PatientAllergyTestBattery
This Table saves patient Allergy Test Battery Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyTestID | int | NO | FK to dbo.PatientAllergyTest.PatientAllergyTestID and Creating Composite PK of atientAllergyTestID and AllergyTestBatteryID References: dbo.PatientAllergyTest |
AllergyTestBatteryID | int | NO | FK to dbo.AllergyTestBattery.AllergyTestBatteryID and Creating Composite PK of atientAllergyTestID and AllergyTestBatteryID References: dbo.AllergyTestBattery |
AllergyTestLocationID | tinyint | YES | FK to dbo.AllergyTestLocation.AllergyTestLocationID Nullable References: dbo.AllergyTestLocation |
Comment | varchar | YES | Comments For Patient Allergy Test Nullable |
PatientAllergyTestDetail
This Table Saves patient Test Detail History
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyTestID | int | NO | "FK to dbo.PatientAllergyTest.PatientAllergyTestID and Creating Composite PK of atientAllergyTestID and AllergenConceptID References: dbo.PatientAllergyTestBattery " |
AllergenConceptID | numeric | NO | FK to dbo.Allergen.AllergenConceptID and Creating Composite PK of PatientAllergyTestID and AllergenConceptID References: dbo.Allergen |
AllergenSynID | int | YES | "FK to dbo.AllergenSyn.AllergenSynID Nullable References: dbo.AllergenSyn" |
AllergyTestBatteryID | int | NO | "FK to dbo.PatientAllergyTestBattery.(PatientAllergyTestID AllergyTestBatteryID) References: dbo.PatientAllergyTestBattery" |
DisplayOrder | smallint | NO | Order of displaying |
PatientAllergyTestDiag
This Table stores Patient Allergy Diagnosis Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyTestDiagID | int | NO | Primary Key column, generates new ID for table PatientAllergyTestDiag Identity / Auto increment |
PatientAllergyTestID | int | NO | FK to dbo.PatientAllergyTest.PatientAllergyTestID, nonclustered, unique ,PRIMARY (PatientAllergyTestID, ICD9Code) References: dbo.PatientAllergyTest |
ICD9Code | char | NO | This column Stores ICD9Code |
PatientAllergyTestProcedure
This Table details of patient Allergy procedures
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyTestProcedureID | int | NO | Primary Key column, generates new ID for table PatientAllergyTestProcedure Identity / Auto increment |
PatientAllergyTestID | int | NO | FK to dbo.PatientAllergyTest.PatientAllergyTestID References: dbo.PatientAllergyTest |
CPTCode | varchar | NO | This Column Saves CPT Code ,nonclustered, unique on PRIMARY(PatientAllergyTestID, CPTCode) |
Units | smallint | NO | Patient Allergy test and Cpt code units |
PatientAllergyTestResult
This Table Saves the Detail Result of Patient Allergy Test
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientAllergyTestResultID | int | NO | Primary Key column, generates new ID for table PatientAllergyTestResult Identity / Auto increment |
PatientID | numeric | NO | FK to Patient.PatientID References: dbo.Patient |
PatientAllergyTestID | int | YES | FK to dbo.PatientAllergyTestDetail (PatientAllergyTestID,. AllergenConceptID) Nullable. References: dbo.PatientAllergyTestDetail |
AllergenConceptID | numeric | YES | FK to dbo.PatientAllergyTestDetail (PatientAllergyTestID,. AllergenConceptID)Nullable. References: dbo.PatientAllergyTestDetail |
ColumnPosition | tinyint | YES | This column Specifies Column Position Nullable |
AllergyTestResultTypeID | smallint | YES | FK to dbo.AllergyTestResultType.AllergyTestResultTypeID. Nullable References: dbo.AllergyTestResultType |
ResultValue | varchar | YES | This column Stores Patient Allegy Test Result Nullable |
ResultDate | datetime | NO | Datetime field to contains Datetime of Patient Allergy Test Result. Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
PatientBin
This table stores PatientBin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column contains Patient ID |
BinCategoryID | smallint | NO | This column contains the Category ID |
CreateDate | datetime | NO | This Column store creation date Default vulate is current date Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
LastChanged | datetime | NO | This column store last change date |
BinTypeID | NA | NO | This contains information about the bin type to which the document belongs |
FileType | NA | NO | This is an additional field added into the query to help the 'Document Converter Tool' to help classify the document type for related file generation |
DocFileData | NA | NO | This column contains all the fields apart from the Document Image(Binary) from the respective table in xml format |
DocFileImage | NA | NO | This column contains the Document Image filed (Binary) from the respective table in xml format |
Note: The last 3 columns are included for use by the Document Converter Tool during the document conversion process and are not expected to be imported into the new database
PatientEmergencyContact
This Table saves the patient Emergency Contact Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | FK to dbo.Patient.PatientID and Creating Composite PK of PatientID and Priority |
Priority | tinyint | NO | Patient Contact Priority |
Name | varchar | YES | Contact Person Name. Nullable |
Phone | varchar | YES | Contact Person Phone NO. Nullable |
Relationship | varchar | YES | Contact Person Relation with Patient. Nullable |
PatientHealthInfoExternalLink
This table stores the details of Patient health information link
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Logically FK to Patient.PatientID Creats Composite Primarykey on PatientID. LinkNo. References: dbo.Patient |
LinkNo | smallint | NO | Primarykey on PatientID. LinkNo |
Title | varchar | NO | Title for Patient Health Information |
ExternalLink | varchar | NO | External Link for Patient Health information |
Notes | varchar | YES | Description for Patient Health information. Nullable |
CreatedByUserID | numeric | NO | Logically FK to dbo.users table UserID. References: dbo.Users |
CreatedDateTime | datetime | NO | This column saves the datetome for Patinet health information Link creation |
LastChangedByUserID | numeric | YES | Logically FK to dbo.users table UserID. Nullable. References: dbo.Users |
LastChangedDateTime | datetime | YES | This column save the datetime of modification done for the record.. Nullable |
PatientHistory
This table stores PatientHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UserID | numeric | NO | This column stores the UserID from dbo.Users table |
EffectiveStartDate | datetime | NO | This column stores the EffectiveStartDate ,when patient start treatment |
EffectiveEndDate | datetime | YES | This column stores the EffectiveEndDate ,when patient treatment ends |
PatientID | numeric | NO | This column stores the PatientID from dbo.Patient table |
PersonID | numeric | NO | This column stores the PersonID from dbo.Person table |
StudentStatusID | numeric | YES | This column is updated and reflected when the employer information is entered and status of Full-Time/Part_time student is entered.. Nullable |
PrimaryPhysID | numeric | YES | This column relates to the Primary Physician and is linked to the CareProvider and Person Table. Nullable |
LegalRepID | int | YES | This column does not appear to be used. deprecated.. Nullable |
SealedFlag | int | YES | This flag is used on deceased patients to mark the record as sealed 0=No. 1=Yes. Nullable Default: 0 |
AltPatientID | varchar | YES | Contains an Alternate ID for the patient. References another Patient Table Row.. Nullable |
OrgPatientID | varchar | YES | Contains Other ID for 3rd party access to Patient data. Nullable |
Notes | varchar | YES | Looks like deprecated column due to Notes being stored under Notes Table. Nullable |
PatDeathFlag | int | YES | Toggles between 0 and 1. Set to 1 if Patient is Deceased.. Nullable Default: 0 |
PatDeathTime | datetime | YES | DateTime of deseased and populated if PatDeathFlag set to 1. Nullable |
PatFinRiskFlag | int | YES | This column relates to Patient Financial Risk Assessment 0=No. 1=Yes. Nullable Default: 0 |
PatProofResidFlag | int | YES | This column relates to Patient Proof of Residency 0=No. 1=Yes. Nullable Default: 0 |
Enabled | int | YES | Toggles between 1 and 0. Nullable Default: 1 |
IsPatient | int | YES | Toggles between 0 and 1. Set to 1 if record is for Patient.. Nullable Default: 1 |
AssignmentOfBenefits | char | YES | Toggles between 0 and 1. Set to 1 if Asignment of Benefit check box checked on Information page.. Nullable Default: 1 |
ReleaseOfInformation | char | YES | Toggles between Y and N dpened on user selection from dropdown from Information Page for Release Of Information.. Nullable Default: 1 |
PharmacyID | numeric | YES | This column has logical FK to Pharmacy Table PharmacyID to assigned preffered Pharmacy for the Patient. Populates from eRx module when check the checkbox for Add to Preferred.. Nullable |
PharmacyNoteID | numeric | YES | This column is populated with PharmacyNoteId=1 in Prod DB as well for all Patients so no idea what it represents.. Nullable |
CareProviderID | numeric | YES | Contains CareProviderID from CareProvider Table. Nullable |
SignatureSourceCode | char | YES | Populates using GMTSystemDefaults Table Where DefaultReference = PSSC. Nullable |
PreferredPharmacyID | numeric | YES | This column has logical FK to Pharmacy Table PharmacyID to assigned preffered Pharmacy for the Patient. This column serves tha same purpose like PharmacyId Column but populates from Information page. Nullable |
CurrentInDrFirst | tinyint | YES | Toggles between 0 and 1. Related to erx (Eprescribe) functionality. Nullable Default: 0 |
ShotFrequencyID | tinyint | YES | This column stores the ShotFrequencyID from dbo.ShotFrequency table |
AllergyComment | varchar | YES | This column is related to ShotFrequencyID column and relates to PatientAllergyModule. Nullable |
ConsentFlag | tinyint | YES | Used to Identify the Patients willingness to share medical information 0=No. 1=Yes. Nullable |
ePrescribeConsent | char | YES | Populates from dropdown of PBM Consent from Information Page.. Nullable |
PreferredSvcLoc | numeric | YES | This column has logical FK to CareProviderLocation Table LocationID to get LocationName. |
PatientInfoQueue
This Table gives Patient information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
QueueID | numeric | NO | Nullable |
VisitID | numeric | NO | This Column Logically FK to Visit table VisitID |
CreateDate | datetime | NO | Create date of Patient Queue Data |
TryCount | tinyint | NO | TryCount keeps track of count the failure |
PatientInfoQueue_PreUpgrade
This table stores PatientInfoQueue_PreUpgrade information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
QueueID | numeric | NO | This column relates to the QueueID and is linked to the PatientInfoQueue and PatientInfoQueue_PreUpgrade Table |
PatientID | numeric | NO | This column stores the PatientID from dbo.Patient table |
CreateDate | datetime | NO | Create date of Patient Queue Data |
TryCount | tinyint | NO | TryCount keeps track of count the failure |
PatientInsuranceCoverage
Stores patient insurance coverage details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientInsuranceCoverageID | int | NO | Primary key for PatientInsuranceCoverage. |
InsID | numeric | NO | It Will Store the InsID. |
PersonID | numeric | YES | Foreign key referencing Person table. |
PlanID | numeric | YES | It will store the Insurance Plan ID. |
PolicyNumber | varchar | YES | Policy number of the insurance. |
SubscriberID | varchar | YES | Subscriber ID of the insurance. |
StartDate | datetime | YES | Start date of the insurance coverage. |
EndDate | datetime | YES | End date of the insurance coverage. |
Priority | int | YES | Priority level of the insurance coverage. |
Description | varchar | NO | Insurance description. |
InsuranceName | varchar | NO | Name of the insurance provider. |
InsuranceShortName | char | YES | Short name of the insurance. |
FirstName | varchar | NO | First name of the insured person. |
LastName | varchar | NO | Last name of the insured person. |
PatientID | numeric | NO | Foreign key referencing Patient table. |
ConceptCode | varchar | YES | Concept code for coverage role type. |
ProviderName | varchar | NO | Insurance provider name. |
PlanNumber | varchar | NO | Plan number of the insurance. |
PlanName | varchar | NO | Plan name of the insurance. |
CreateDateTime | datetime | YES | Creation dateTime of the record. |
CreatedBy | int | NO | CreatedByUserID field stores the UserId 1, indicating that this record was created by Admin user. |
LastModifiedBy | int | YES | User ID who lastModifiedBy the record. |
LastModifiedDateTime | datetime | YES | Date and time when the record was LastModifiedDateTime. |
PatientList
This table stores PatientList information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientListId | numeric | NO | primary key. identity column starts from 1000 Identity / Auto increment |
DayId | int | YES | DayId based on Template Date selction by User |
PatientName | varchar | YES | stores patient name Nullable |
PatientID | numeric | YES | This column stores the PatientID from dbo.Patient table Nullable |
OtherId | varchar | YES | Additional ID value that can provide more linkes to other tables based on the type of PatientList. Nullable |
Comments | varchar | YES | Text entered by User Nullable |
ChiefComplaint | varchar | YES | This Column stores the Patient illeness/reason Nullable |
Picture | varchar | YES | This column stores the picture of a patient Nullable |
AppointmentType | varchar | YES | This column stores Appointment type Nullable |
AppointmentTypeId | numeric | YES | This is UniqueId column , it will increament every record insertion Nullable |
ChangeId | int | YES | This column stores change in patient that is changeID |
AppointmentDate | varchar | YES | This column stores the AppointmentDate that is assigned to patient |
AppointmentTime | varchar | YES | This column stores the AppointmentTime that is assigned to patient |
SortApptDateTimeNumeric | numeric | YES | Stores numeric value for sort appt date time |
SortApptTimeDateNumeric | numeric | YES | Stores numeric value for sort appt time date |
SortVisitFromDateTimeNumeric | numeric | YES | Stores numeric value for sort visit from date time |
SortVisitFromTimeDateNumeric | numeric | YES | Stores numeric value for sort visit time date |
SortVisitThroughDateTimeNumeric | numeric | YES | Stores numeric value for sort visit through date time Nullable |
SortVisitThroughTimeDateNumeric | numeric | YES | Stores numeric value for sort visit through time date Nullable |
VisitDate | varchar | YES | Stores date of visit |
TimeIn | varchar | YES | Stores value for Time In |
TimeOut | varchar | YES | Stores value for TimeOut |
Resource | varchar | YES | stores the value of the resource which patient has selected for appointment |
CareProvider | varchar | YES | This column has FK relation to CareProviderDetails Table CareProvider References: dbo.CareProviderDetails |
CareProviderId | numeric | YES | This column has FK relation to CareProvider Table CareProviderID References: dbo.CareProvider |
VisitId | varchar | YES | Logical FK to Visit Table VisitID |
VisitType | varchar | YES | Stores value for Visit type |
ApptId | numeric | YES | This column has logical FK to ScheduleAppointment Table ApptID Nullable |
StepId | numeric | YES | This column has logical FK to ScheduleStepList Table StepId |
ColumnType | int | YES | Stores value for Column Type |
IsCheckedIn | int | YES | Stores value for CheckedIn |
Superbill | tinyint | NO | Toggles between 0 and 1. |
ChargesEntered | tinyint | YES | Toggles between 0 and 1. |
ScheduleLocationid | numeric | YES | This column has logical FK to ScheduleLocationApptTypeTable ScheduleLocationid |
AppointmentLocationName | varchar | YES | This column stores the AppointmentLocationName that is assigned to patient Nullable |
AppointmentEndTime | varchar | YES | This column stores the AppointmentEndDate that is assigned to patient Nullable |
DateofBirth | datetime | YES | Patient Date of Birth Nullable |
TelehealthEventStatus | varchar | YES | This column stores text value for Telehealth status |
TelehealthEventDatetime | datetime | YES | This column stores date time for Telehealth event date |
IsTelehealthAppt | bit | YES | Toggles between 0 and 1. |
PatientListResourceProviders
This table Stores the patient and Careprovider mapping List
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientListId | numeric | YES | Logically FK to PatientList.PatientListId. Nullable |
ProviderID | numeric | YES | Logically FK to CareProvider.CareProviderID |
PatientPreferredPharmacy
This table gives the information of Prefered Pharmacy For the patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientPreferredPharmacyID | numeric | NO | Primary Key column, generates new ID for table PatientPreferredPharmacy Identity / Auto increment |
PatientID | numeric | YES | Logically FK to Patient.PatientID Nullable |
PharmacyID | numeric | YES | Logically FK to Pharmacy.PharmacyID Nullable |
IsCurrent | bit | YES | Checking the Staus of Patien mapped Pharmacy Nullable Default: 0 |
PatientPreviousName
This Tables stores patient previous name
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PreviousNameID | int | NO | Primery Key For Patient Previous Name |
PatientID | numeric | NO | This Column Logically FK to Patient table PatientID |
FirstName | varchar | NO | This Column saves first name of the Patient |
LastName | varchar | NO | This Column saves Last name of the Patient |
MiddleName | varchar | YES | This Column saves middle name of the Patient |
IsBirthName | bit | YES | Looks like toggles between 0 and 1 .0 is default setting.and 1 for is the name is Birth name |
PreviousNameDate | datetime | NO | This column Value is Patient create date |
PatientSerum
This table stores Patient Serum Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientSerumID | int | NO | Primary Key column, generates new ID for table PatientSerum Identity / Auto increment |
PatientTreatmentPlanID | int | NO | This column has FK to PatientTreatmentPlan Table PatientTreatmentPlanID References: dbo.PatientTreatmentPlan |
PatientID | numeric | YES | This column has FK to Patient Table PatientID Nullable References: dbo.Patient |
VialSizeID | tinyint | YES | This column has FK to VialSize Table VialSizeID Nullable References: dbo.VialSize |
MedicareDilutionFlag | bit | NO | This column Represent MedicareDilutionFlag Default: 0 |
CreateDate | datetime | NO | Datetime field to contains Datetime when record got created into this Table Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
ActiveFlag | bit | NO | This column Represent SerumName ActiveFlag Default: 1 |
SerumColumnNum | tinyint | YES | This column Represent SerumColumnNum Nullable |
SerumName | varchar | YES | This column Represent SerumName Nullable |
SerumConcentrationID | tinyint | YES | This column has FK to PatientSerum Table SerumConcentrationID Nullable References: dbo.SerumConcentration |
PatientSerumDetail
This Table Saves Patient Serum Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientSerumID | int | NO | FK to dbo.PatientSerum.PatientSerumID References: dbo.PatientSerum |
PatientAllergyTestResultID | int | NO | FK to dbo.PatientAllergyTestResult.PatientAllergyTestResultID References: dbo.PatientAllergyTestResult |
AntigenAmt | decimal | YES | Amount For the Serum Nullable |
Dilution | varchar | YES | Dilution Type Nullable |
EndPoint | varchar | YES | Dilution EndPoint Nullable |
UOMConceptID | numeric | YES | FK to dbo.UOMAdmin.UOMConceptId |
UOMSynID | numeric | YES | This Column Stores UOMSynID details Nullable |
PatientSerumDiag
This Table Saves FPatient Serum Diagnosis Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientSerumDiagID | int | NO | Primary Key column, generates new ID for table PatientSerumDiag Identity / Auto increment |
PatientSerumID | int | YES | FK to dbo.PatientSerum.PatientSerumID Nullable. References: dbo.PatientSerum |
ICD9Code | char | NO | Icd 9 Code mapped for patient Serum |
PatientSerumProcedure
This Table Stores Patient serum Procedure Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientSerumProcedureID | int | NO | Primary Key column, generates new ID for table PatientSerumProcedure Identity / Auto increment |
PatientSerumID | int | YES | Logically FK to dbo.PatientSerum.PatientSerumID Nullable |
CPTCode | varchar | NO | CPT Code Mapped for the Patient |
Units | smallint | NO | Units of CPT code |
PatientStatus
Contains list of Patient Status to associate with each Patient like Active/Deceased
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientStatusID | bigint | NO | Primary key |
Label | varchar | NO | Specifies Patient status |
CommentTxt | varchar | YES | More Desccription of Patient status. Nullable |
Enabled | bit | NO | it showsDifferent Status wheather enable or disable. Default: 1 |
PatientTracking
This table stores PatientTracking information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
TrackingID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
VisitID | numeric | NO | This column stores the VisitID from dbo.Visit table |
StartDateTime | datetime | YES | This column stores the StartDateTime of patient |
EndDateTime | datetime | YES | This column stores the EndDateTime of patient |
TrackOwnerID | numeric | YES | This is UniqueId column , it will increament every record insertion |
TrackingType | char | YES | This column stores the TrackingType |
CreatedBy | numeric | YES | This column indicates the user who created the row. It references the UserID column in the Users table. |
CompletedBy | numeric | YES | This column stores the user CompletedBy |
PatientTreatmentPlan
Contains Patient Treatment Plan information for Allergy
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientTreatmentPlanID | int | NO | Primary key, identity column Identity / Auto increment |
PatientID | numeric | NO | FK to Patient.PatientID References: dbo.Patient |
CareProviderID | numeric | YES | FK to dbo.CareProvider.CareProviderID Nullable References: dbo.CareProvider |
TechCareProviderID | numeric | YES | FK to dbo.CareProvider.CareProviderID Nullable References: dbo.CareProvider |
CreateDate | datetime | YES | Patient Treatmentplan create date Nullable |
ActiveFlag | bit | NO | Is current record active |
DocumentID | numeric | NO | FK to dbo.ClinicalDocuments.DocumentID References: dbo.ClinicalDocuments |
PatMedRecon
Patients Reconcile Documents information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID References: dbo.Patient |
MedReconDate | datetime | YES | Contains Datetime when Reconcile Medication Nullable |
TransitionOfCareDate | datetime | YES | Contains Datetime when Reconcile doc Nullable |
VisitID | numeric | YES | This column has logical FK to Visit Table VisitID Nullable |
UserID | numeric | NO | This column has logical FK to Users Table UserID References: dbo.Users |
PatMedReconID | int | NO | Primary Key and an Identity column Identity / Auto increment |
ProbReconDate | datetime | YES | Contains Datetime when Reconcile Problems Nullable |
AllergyReconDate | datetime | YES | Contains Datetime when Reconcile Allergy Nullable |
CCDAReconDate | datetime | YES | Contains Datetime when Reconcile CCDA Nullable |
DocumentID | int | YES | This column has logical FK to ReferenceDocument Table DcumentId Nullable |
SnomedCode | varchar | YES | This Stores the Snomade Code for Different PatMedRecon |
PatReminder
Patient Reminder module related information like when and where reminder needs to sent
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatReminderId | int | NO | Primary Key. Identity column. Identity / Auto increment |
PatientId | numeric | NO | This column has FK relation to Patient Table PatientID. References: dbo.Patient |
PatReminderStatusId | int | NO | This column has FK relation to PatReminderStatus Table PatReminderStatusID. References: dbo.PatReminderStatus |
ReminderDateTime | datetime | NO | Contains DateTime when Reminder needs to occure |
PatReminderSourceId | int | NO | This column has FK relation to PatReminderSource Table PatReminderSourceID. References: dbo.PatReminderSource |
AppointmentId | int | YES | This column has logical FK to ScheduleAppointment Table ApptID. Nullable |
ImmunizationId | int | YES | Insert SP for this Table is not using this column to populate any value so assuming being NULL all the time. Nullable |
CareProviderId | numeric | YES | This column has logical FK to CareProvider Table CareProviderID. Nullable |
ReminderType | varchar | YES | Contains type/description for reminder OR choose saved from dropdown from PatReminderTemplate Table ReminderType. Nullable |
IsPreventative | bit | YES | Toggles between 0 and 1. Set to 1 if reminder is for Preventive care.. Nullable |
PortalMessage | varchar | YES | Contains Message for Portal if Patient Portal access. Nullable |
CommunicationId | numeric | YES | This column has logical FK to PreferredCommunications Table PreferredComminicationsID. Nullable |
TemplateId | numeric | YES | This column has logical FK to crTemplateVersion Table crTemplateID. Nullable |
PatReminderComment
Adds a comment to the patient reminder record
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatReminderCommentId | int | NO | Primary key. identity column. Identity / Auto increment |
PatReminderId | int | NO | FK to dbo.PatReminder.PatReminderId. References: dbo.PatReminder |
Comment | varchar | NO | Patient Reminder Comment |
UserId | numeric | NO | FK to users.UserID. References: dbo.Users |
CommentDateTime | datetime | NO | Patient Reminder Comment Date |
PatReminderHistory
This table stores PatReminderHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatReminderHistoryId | int | NO | Primary Key Identity Column Identity / Auto increment |
PatReminderId | int | NO | This column has FK to PatReminderId table PatReminder References: dbo.PatReminder |
PatientId | numeric | NO | This column has FK to PatientId table Patient References: dbo.Patient |
PatReminderStatusId | int | NO | This column has FK to PatReminderStatusId table PatReminderStatus References: dbo.PatReminderStatus |
CommunicationId | numeric | NO | This column has logical FK to PreferredCommunications Table PreferredComminicationsID. Nullable |
HomePhone | varchar | YES | This column Contains HomePhone no. Nullable |
WorkPhone | varchar | YES | This column Contains WorkPhone no. Nullable |
CellPhone | varchar | YES | This column Contains CellPhone no. Nullable |
Fax | varchar | YES | This column stores Fax number.. Nullable |
varchar | YES | This column stores Email of user.. Nullable | |
AddressLine1 | varchar | YES | This column stores AddressLine1 of user.. Nullable |
AddressLine2 | varchar | YES | This column stores AddressLine2 of user.. Nullable |
City | varchar | YES | This column stores City of user.. Nullable |
State | varchar | YES | This column stores State of user.. Nullable |
PostalCode | varchar | YES | This column stores PostalCode of user.. Nullable |
UserId | numeric | NO | This column has FK to UserId table Users References: dbo.Users |
HistoryDateTime | datetime | NO | This column stores Date time of History |
PreferredCommunicationsID | numeric | YES | This column stores the PreferredCommunicationsID from dbo.PreferredCommunications table |
PatReminderSource
Master table gives the information about different Source name for patient reminder
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatReminderSourceId | int | NO | PK to Store Different sourcr for patient reminder. Identity / Auto increment |
SourceName | varchar | NO | Different Source Name for Patient Reminder |
SourceAbbreviation | char | NO | Abbreviation for Different Source Name |
PatReminderStatus
Master Table to Store Patient Reminder Status
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatReminderStatusId | int | NO | Primary Key For Patient Reminder Status. Identity / Auto increment |
StatusName | varchar | NO | Different Status Name for Patient Reminder |
PatReminderTemplate
This Table Saves the Data for Patient Reminder Template
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatReminderTemplateId | numeric | NO | Primary Key to Store Patient Reminder Template. Identity / Auto increment |
UserId | numeric | YES | This Column FK to dbo.users table UserID. Nullable. References: dbo.Users |
ReminderType | varchar | NO | Name of the Reminder Type for Patient Reminder Template |
PopulationReminderTemplateName | varchar | YES | Reminder Name For Populating Reminder Template. Nullable |
IsPreventative | bit | NO | Prevantive Check |
CareProviderId | numeric | YES | This Column Logically FK to CareProvider table CareProviderID. Nullable. References: dbo.CareProvider |
Comment | varchar | YES | Description for Patient Reminder Template. Nullable |
LetterTemplateId | numeric | YES | Letter Template for Portal message. Nullable |
PortalMessage | varchar | YES | Patient Portal Description for the Template. Nullable |
FilterXml | varchar | YES | Filter Xml for the patient Portal for Reminder. Nullable |
CreateDate | datetime | NO | Patient Portal Remind Template Creation Date. Default: [dbo].[GreenwayDate](getdate().getutcdate()) |
PatTeamCareProvider
This Table is being used for care team section Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatTeamCareProviderID | numeric | NO | Primary Key column. generates new ID for table PatTeamCareProvider. Identity / Auto increment |
PatientID | numeric | NO | This Column Logically FK to Patient table PatientID |
CareProviderID | numeric | NO | This Column Logically FK to CareProvider table CareProviderID |
SortOrder | int | NO | It stores the order of the care Provider mapped with patient.. Default: 0 |
Active | bit | YES | Active Check of the Careprovider teamwho are Associated mapped with patients. Nullable |
CreatedUserID | numeric | YES | This column has FK to UserId table Users References: dbo.Users |
DateOfCreation | datetime | YES | This column stores DateOfCreation of a row |
LastModifiedBy | numeric | YES | This column contains the user id of the user who modified this PatTeamCareProvider.. |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this PatTeamCareProvider |
PatTeamExternalOrganization
This Table Stores Data for Patient Care Team Providers Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatTeamExternalOrganizationID | numeric | NO | Primary Key for the Patient Care team Details. Identity / Auto increment |
PatientID | numeric | YES | FK to Patient table PatientID. Nullable. References: dbo.Patient |
ExternalOrganizationID | int | YES | FK to ExternalOrganization table ExternalOrganizationID. Nullable. References: dbo.ExternalOrganization |
SortOrder | int | YES | Sorting Order of Patient Care Team Providers. Nullable |
Active | bit | YES | Active Check for Patient Care Team Providers.. Nullable |
CreatedUserID | numeric | YES | This column has FK to UserId table Users References: dbo.Users |
DateOfCreation | datetime | YES | This column stores DateOfCreation of a row |
LastModifiedBy | numeric | YES | This column contains the user id of the user who modified this PatTeamExternalOrganization.. |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this PatTeamExternalOrganization |
IsDeleted | bit | YES | This column stores Bit 0/1, Nullable |
PatTeamNamedMember
This Table is used to get Patient Care Team Providers
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatTeamNamedMemberID | numeric | NO | Primary Key column. generates new ID using MasterID Table which keep tracks of last Inserted PatTeamNamedMemberID. Identity / Auto increment |
PatientID | numeric | NO | This column has Logical FK to Patient Table PatientID |
PrefixID | numeric | YES | This column has logical FK to Prefixes Table PrefixID.. Nullable |
FirstName | varchar | YES | This column describes the FirstName. Nullable |
LastName | varchar | YES | This column describes the lastName. Nullable |
Relationship | varchar | YES | This column describes the relationship of the Patient. Nullable |
SortOrder | int | NO | Default value set to 0 Not Nullable Default: 0. Default: 0 |
Active | bit | YES | This flag indicates 1 is active and 0 is inactive. Nullable |
CreatedUserID | numeric | YES | This column has FK to UserId table Users References: dbo.Users |
DateOfCreation | datetime | YES | This column stores DateOfCreation of a row |
LastModifiedBy | numeric | YES | This column contains the user id of the user who modified this PatTeamNamedMember.. |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this PatTeamNamedMember |
AddressID | numeric | YES | This will store the AddressID for the Care Team member |
varchar | YES | This will store the Email for the Care Team member | |
RelationshipID | numeric | YES | This will store the RelationshipID for the Care Team member |
PaymentMethods
This Table stores the payment methods
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PaymentMethodID | numeric | NO | Primary Key |
PaymentMethodDesc | varchar | NO | This column stores Payment method type name |
PaymentPlanMinimal
This Table Represents Payment Plan Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary key |
UserID | numeric | NO | This column has Logical FK to Users Table UserID |
AmountToPay | money | NO | This column stores The amount value |
CurrDateTime | datetime | NO | This column stores the current Date time |
PaymentSource
This Table Stores the payment source Detalils
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PaymentSourceID | numeric | NO | Primary Key |
PaymentSourceDesc | varchar | NO | This column stores the Source of payment name |
PaymentSupplier
This Table Stores The Payment Supplier Names
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PaymentSupplierID | numeric | NO | Primary Key |
PaymentSupplierName | varchar | NO | This column stortes The Payment supplier Name. |
PaymentType
This column stores The Payment Type Details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PaymentTypeID | numeric | NO | Primary Key |
PaymentTypeDesc | varchar | NO | This Column stores Payment Type name |
PBMPatientBenefitInfo
This table Stores The Patient Benefit Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PBMPatientBenefitInfoID | numeric | NO | This Column is Autogenarated By Identity Column. Identity / Auto increment |
PatientID | numeric | YES | This Column has Logical FK to Patient Table PatientID. Nullable |
PayerID | varchar | YES | This Column stores the PayerID. Nullable |
EffectiveDate | datetime | YES | This column stores the Effective Date. Nullable |
ExpirationDate | datetime | YES | This column stores the Expiration Date. Nullable |
PayerName | varchar | YES | This column represents Insurance Payer Name. Nullable |
BenefitType | varchar | YES | This column stores Type Of the Benefit. Nullable |
PlanID | varchar | YES | This Column has Logical FK to InsurancePlan Table PlanID. Nullable |
BenefitCoverage | varchar | YES | This Column stores Coverage Of Benefit. Nullable |
BenefitID | numeric | YES | This Column has Logical FK to eligBenefitCodes BenefitID. Nullable |
BenefitAmount | float | YES | This column stores Patient Benefit Amount. Nullable |
BenefitName | varchar | YES | This Column Represents Patient benefit Name. Nullable |
PBMPatientInfo
This table stores PBMPatientInfo information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PBMPatientInfoID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
CardholderID | varchar | YES | this column stores the CardholderID |
CardholderName | varchar | YES | This column stores the name of the CardholderName |
GroupID | varchar | YES | This column stores GroupID from Groups table |
EffectiveDate | datetime | YES | This column stores the Effective Date of patient |
ExpirationDate | datetime | YES | This column stores the ExpirationDate of patient |
Consent | bit | YES | This column has flag value for Consent. Default: 0 |
PBMMemberID | varchar | YES | This column stores PBMMemberID |
PatientID | numeric | YES | This column stores PatientID from Patient table |
FormularyListID | varchar | YES | This column stores the FormularyListID value |
AlternativeListID | varchar | YES | This column stores the AlternativeListID value |
CoverageListID | varchar | YES | This column stores the CoverageListID value |
CopayID | varchar | YES | This column stores the CopayID value |
CoverageStatus | varchar | YES | This column stores the CoverageStatus value |
PayerID | varchar | YES | This Column stores the PayerID. Nullable |
PlanID | varchar | YES | This column store PlanID information. Nullable |
BenefitID | numeric | YES | This column stores BenefitID from eligBenefitCodes table |
PayerName | varchar | YES | This column stores the PayerName value |
PlanName | varchar | YES | This column stores the PlanName value |
ProviderFirstName | varchar | YES | This column stores the ProviderFirstName value |
ProviderLastName | varchar | YES | This column stores the ProviderLastName value |
ProviderMiddleName | varchar | YES | This column stores the ProviderMiddleName value |
ProviderNPI | varchar | YES | This column stores ProviderNPI value |
InsuredFirstName | varchar | YES | This column stores the InsuredFirstName value |
InsuredLastName | varchar | YES | This column stores the InsuredLastName value |
DependentFirstName | varchar | YES | This column stores the DependentFirstName value |
DependentLastName | varchar | YES | This column stores the DependentLastName value |
PolicyHolder | varchar | YES | This column stores the PolicyHolder value |
PCN | varchar | YES | This column stores the PCN value |
EligibilityResponseID | varchar | YES | This column stores the EligibilityResponseID value |
MiddleName | varchar | YES | This column stores the MiddleName value |
Suffix | varchar | YES | This column stores the Suffix value |
BIN | varchar | YES | This column stores the BIN value |
GroupName | varchar | YES | This column stores GroupName from Groups table |
Person
All Person comes into PS DB comes to this Table first for ex. (Person/Patient/CareProvider/NextOfKin)
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | This column contains PersonID relation to the table Person |
PrefixID | numeric | YES | This column has logical FK to Prefixes Table PrefixID.. Nullable |
FirstName | varchar | NO | This column stores First name |
MiddleName1 | varchar | YES | This column Stores MiddleName1 |
MiddleName2 | varchar | YES | This column Stores MiddleName2 |
LastName | varchar | NO | This column Stores LastName |
NickName | varchar | YES | This column Stores NickName |
MaidenName | varchar | YES | This column Stores Maiden Name |
SuffixID | numeric | YES | This column Stores SuffixID |
SSN | varchar | YES | This column stores the Patient SSN |
DateOfBirth | datetime | YES | person Date of Birth Nullable |
BirthPlace | varchar | YES | Stores the person birth place |
GenderID | numeric | YES | Stores the GenderId for the Patient |
MaritalStatusID | numeric | YES | Stores the Marital Status ID for the Patient |
MothersMaidenName | varchar | YES | Stores the Mothers Maiden Name |
DriverLicNum | varchar | YES | Stores the Driver Licence Number |
DriverLicState | varchar | YES | Stores the Driver Licence State |
PrimaryLanguageID | numeric | YES | Stores the Person primary language ID |
SecondaryLanguageID | numeric | YES | Stores the Person secondary language ID |
RaceID | numeric | YES | Stores the Race ID |
AffiliationID | numeric | YES | Stores the Affiliation ID |
ReligionID | numeric | YES | Stores the Religion ID |
CitizenshipID | numeric | YES | Stores the Patient Citizenship ID |
Pager | varchar | YES | Stores the Number of Pager |
CellPhone1 | varchar | YES | Stores the person first Cellphone number |
CellPhone2 | varchar | YES | Stores the person second Cellphone number |
EMail1 | varchar | YES | Stores the person first EmailID |
EMail2 | varchar | YES | Stores the person second EmailID |
PhotoPath | varchar | YES | Stores the Patient Photo path |
ResidentialAddressID | numeric | YES | Stores the Residential Address |
Enabled | int | NO | Toggles between 1 and 0 |
Occupation | varchar | YES | Stores the Occupation of the person |
BillingAddressID | numeric | YES | Stores the BillingAddress ID for the person |
BillingAddEffDtm | datetime | YES | Stores the Billing address effective datetime |
PrimaryPhone | varchar | YES | Stores the Primary phone number of the person |
PrimaryWorkPhone | varchar | YES | Stores the Primary work phone number of the person |
EthnicityID | numeric | NO | Stores the Ethnicity ID |
PreferredCommunicationsID | numeric | YES | Stores the person Preferred Communications ID |
TimeOfBirth | datetime | YES | Stores the Time Of Birth |
BirthplaceStateID | numeric | YES | Stores the Birth place State ID |
PublicityCodeID | int | YES | Stores the Publicity Code ID |
SexualOrientationID | int | YES | Stores the Sexual Orientation ID |
SexualOrientationOther | varchar | YES | Stores the Sexual Orientation Other |
GenderIdentityID | int | YES | Stores the GenderIdentity ID References: dbo.GenderIdentity |
GenderIdentityOther | varchar | YES | Stores the Gender Identity Other |
BirthSexID | numeric | YES | Stores the Birth sex ID |
CreatedUserID | numeric | YES | Stores the cretaed user ID |
DateOfCreation | datetime | YES | Stores the creation datetime |
LastModifiedBy | numeric | YES | Stores the Last modified user ID |
LastModifiedDateTime | datetime | YES | Stores the Last modified datetime |
TribalAffiliationID | numeric | YES | Stores the TribalAffiliation ID |
PronounID | tinyint | YES | It will store the PronounID from the Pronoun Master table |
PersonBirthOrder
Contains list of all Patient with BirthOrder number associated for that Patient used in FaceSheet Immunization Module, It is required field for Immunization.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | This column contains PersonID relation to the table Person |
BirthOrder | int | YES | Number gets incremented by 1 based on Delivery Date if its same |
PersonEmployers
Employer related information for Person/Patient
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonEmployerID | numeric | NO | Primary key column |
PersonID | numeric | NO | This column contains PersonID relation to the table Person |
EmployerID | numeric | NO | It referes to the Employers table EmployerID |
Active | int | NO | FLAG Active (0/1) |
WorkStatusID | numeric | NO | It refers to the WorkStatus table |
HireDay | int | YES | It indocates the Hire Day of the employer. Nullable |
HireMonth | int | YES | It indocates the Hire Month of the employe. Nullabler |
HireYear | int | YES | It indocates the Hire Year of the employe. Nullabler |
TerminationDay | int | YES | It indocates the termination Day of the employer. Nullable |
TerminationMonth | int | YES | It indocates the termination Month of the employer. Nullable |
TerminationYear | int | YES | It indocates the termination Year of the employer. Nullable |
PersonalPhoneNumber | varchar | YES | It indicates taht Personal phone number for the employer. Nullable |
Occupation | varchar | YES | Occupation of the Employer. Nullable |
OccupationCode | varchar | YES | It will store the OccupationCode |
OccupationDesc | varchar | YES | It will store the OccupationDesc |
OccupationIndustryCode | varchar | YES | It will store the OccupationIndustryCode |
OccupationIndustryDesc | varchar | YES | It will store the OccupationIndustryDesc |
CreatedBy | numeric | YES | Captures the created/requested user |
CreatedDateTime | datetime | YES | Captures the created/requested datetime |
LastModifiedBy | numeric | YES | Captures the last modified/requested user |
LastModifiedDateTime | datetime | YES | Captures the last modified/requested datetime |
PersonEthnicity
Bridge table to join Person and Ethnicity Tables. One Person can have multiple Ethnicity assigned with only 1 of them would be Primary.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | This column contains PersonID relation to the table Person |
EthnicityID | numeric | NO | This column has logical FK to Ethnicity table EthnicityID |
IsPrimary | bit | NO | Flag value contains 0 or 1 |
PersonHistory
This table stores PersonHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UserID | numeric | NO | This Column store user ID |
EffectiveStartDate | datetime | NO | Stores effective start datetime |
EffectiveEndDate | datetime | YES | Stores effective end datetime.. NULL |
PersonID | numeric | NO | This column stores the PersonID from dbo.Person table |
PrefixID | numeric | YES | This column has logical FK to Prefixes Table PrefixID.. Nullable |
FirstName | varchar | NO | This column stores First name |
MiddleName1 | varchar | YES | This column Stores MiddleName1 |
MiddleName2 | varchar | YES | This column Stores MiddleName2 |
LastName | varchar | NO | This column Stores LastName |
NickName | varchar | YES | This column Stores NickName |
MaidenName | varchar | YES | This column Stores NickName |
SuffixID | numeric | YES | This column Stores SuffixID |
SSN | varchar | YES | This column stores the Patient SSN |
DateOfBirth | datetime | YES | person Date of Birth Nullable |
BirthPlace | varchar | YES | Stores the person birth place |
GenderID | numeric | YES | Stores the GenderId for the Patient |
MaritalStatusID | numeric | YES | Stores the MaritalStatusID for the Patient |
MothersMaidenName | varchar | YES | Stores the Mothers Maiden Name |
DriverLicNum | varchar | YES | Stores the Driver Licence Number |
DriverLicState | varchar | YES | Stores the Driver Licence State |
PrimaryLanguageID | numeric | YES | Stores the Person primary language ID |
SecondaryLanguageID | numeric | YES | Stores the Person secondary language ID |
RaceID | numeric | YES | Stores the Race ID |
AffiliationID | numeric | YES | Stores the Affiliation ID |
ReligionID | numeric | YES | Stores the Religion ID |
CitizenshipID | numeric | YES | Stores the Patient Citizenship ID |
Pager | varchar | YES | Stores the Number of Pager |
CellPhone1 | varchar | YES | Stores the person first Cellphone number |
CellPhone2 | varchar | YES | Stores the person second Cellphone number |
EMail1 | varchar | YES | Stores the person first EmailID |
EMail2 | varchar | YES | Stores the person second EmailID |
PhotoPath | varchar | YES | Stores the Patient Photo path |
ResidentialAddressID | numeric | YES | Stores the Residential Address |
Enabled | int | YES | Toggles between 1 and 0 |
Occupation | varchar | YES | Stores the Occupation of the person |
BillingAddressID | numeric | YES | Stores the BillingAddress ID for the person |
BillingAddEffDtm | datetime | YES | Stores the Billing address effective datetime |
PrimaryPhone | varchar | YES | Stores the Primary phone number of the person |
PrimaryWorkPhone | varchar | YES | Stores the Primary work phone number of the person |
EthnicityID | numeric | YES | Stores the Ethnicity ID |
PreferredCommunicationsID | numeric | YES | Stores the person Preferred Communications ID |
TimeOfBirth | datetime | YES | Stores the Time Of Birth |
BirthplaceStateID | numeric | YES | Stores the Birth place State ID |
PublicityCodeID | int | YES | Stores the Publicity Code ID |
SexualOrientationID | int | YES | Stores the Sexual Orientation ID |
SexualOrientationOther | varchar | YES | Stores the Sexual Orientation Other |
GenderIdentityID | int | YES | Stores the GenderIdentity ID References: dbo.GenderIdentity |
GenderIdentityOther | varchar | YES | Stores the Gender Identity Other |
PersonHistoryID | int | NO | Primary Key |
PronounID | tinyint | YES | It will store the PronounID from the Person table whenever an insert or update occurs. |
PersonPhone
This table stores PersonPhone information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonID | numeric | NO | This column contains PersonID relation to the table Person |
PhoneTypeID | int | NO | This column has logical FK to PhoneType table PhoneTypeID |
PhoneNumber | varchar | NO | It stores the Person phone number |
PhoneNumberText | varchar | YES | It stores the phone number type text like Pager, Fax etc. |
IsPrimary | bit | NO | Flag value contains 0 or 1 |
PersonRace
Bridge table to join Person and Race Tables. One Person can have multiple Race assigned with only 1 of them would be Primary.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonRaceID | int | NO | Primary key column |
PersonID | numeric | NO | This column contains PersonID relation to the table Person Nullable |
RaceID | numeric | NO | This column has logical FK to Race table RaceID |
IsPrimary | bit | YES | Flag value contains 0 or 1 |
PersonTribalAffiliation
This table stores Person TribalAffiliation information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PersonTribalAffiliationID | numeric | NO | Primary Key for PersonTribalAffiliation records |
PersonID | numeric | NO | Reference ID for Person table |
TribalAffiliationID | numeric | NO | Reference ID for CHCListIHSTribalAffiliation table |
IsPrimary | bit | NO | Captures the info if its Primary or not |
CreatedBy | numeric | NO | Captures the created/requested user |
CreatedDateTime | datetime | NO | Captures the created/requested datetime |
LastModifiedBy | numeric | NO | Captures the last modified/requested user |
LastModifiedDateTime | datetime | NO | Captures the last modified/requested datetime |
Pharmacy
This table stores Pharmacy Details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PharmacyID | numeric | NO | Primary Key.Identical Column. Identity / Auto increment |
ExternalPharmacyID | varchar | YES | This column is a nullable field.. Nullable |
PharmacyName | varchar | NO | This column has Unique Key reference for Pharmacy Name |
AddressLine1 | varchar | YES | This column stores Address Line1.. Nullable |
AddressLine2 | varchar | YES | This column stores Address Line2.. Nullable |
City | varchar | YES | This column stores City name.. Nullable |
State | varchar | YES | This column stores State name.. Nullable |
ZipCode | varchar | YES | This column stores Zipcode.. Nullable |
Phone | varchar | YES | This column stores Phone number.. Nullable |
Fax | varchar | YES | This column stores Fax number.. Nullable |
EMailAddress | varchar | YES | This column stores Email Address.. Nullable |
IsAlwaysOpen | tinyint | YES | This column has flag value 0 and 1.. Nullable |
CanFaxScheduleIII | tinyint | YES | This column has flag value 0 and 1.. Nullable |
NCPDPID | varchar | YES | This column is a nullable field.. Nullable |
MailOrderName | varchar | YES | This column has Mail Order Name.. Nullable |
IsElectronic | tinyint | YES | This column has flag flag value.. Nullable |
LastModified | datetime | NO | This column stores datetime when data was modified for this table. |
UserID | numeric | NO | This column has Logical FK to Users Table UserID. |
IsActive | tinyint | NO | This column has flag flag value to see if data is Active or not. |
DisplayName | varchar | YES | This column stores value for Display name of Pharmacy.. Nullable |
IsMailOrder | tinyint | YES | This column has flag flag value.. Nullable |
ServiceLevel | int | YES | This column is a nullable field.. Nullable |
IsRetail | tinyint | YES | This column has flag flag value.. Nullable |
CrossStreet | varchar | YES | This column is a nullable field.. Nullable |
SpecialityType1 | varchar | YES | This column is a nullable field.. Nullable |
SpecialityType2 | varchar | YES | This column is a nullable field.. Nullable |
SpecialityType3 | varchar | YES | This column is a nullable field.. Nullable |
SpecialityType4 | varchar | YES | This column is a nullable field.. Nullable |
NPI | varchar | YES | This column is a nullable field.. Nullable |
Version | varchar | YES | This column Stores version.. Nullable |
CountryCode | varchar | YES | This column Stores CountryCode.. Nullable |
PharmacyDirectorySpecialty
This table stores Pharmacy Directory Specialty details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PharmacyDirectorySpecialtyID | numeric | NO | Primary Key.Identity Column. Identity / Auto increment |
PharmacyID | numeric | NO | This column has Logical FK to Pharmacy Table PharmacyID.. References: dbo.Pharmacy |
DirectorySpecialtyID | int | NO | This column has Logical FK to DirectorySpecialty Table DirectorySpecialtyID.. References: dbo.DirectorySpecialty |
PlaceOfService
This table stores data for Place of Service.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
POSCode | char | NO | Primary Key.Identical Column |
POSDesc | char | NO | This column stores Description for Place of Service |
PlaceOfServiceTypeID | int | YES | This column has Logical FK to PlaceOfServiceType Table PlaceOfServiceTypeID.. Nullable. References: dbo.PlaceOfServiceType |
PlaceOfServiceType
This table stores data for Place of Service Type.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PlaceOfServiceTypeID | int | NO | Primary Key.Identity Column. Identity / Auto increment |
PlaceOfServiceDescription | varchar | YES | This column has Description for Place of Service.. Nullable |
PMMCharge
This table stores PMMCharge information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ICCID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
ICVID | numeric | NO | This column that stores ICVID value |
MsgID | numeric | NO | This column that stores MsgID value |
PMMStayID | numeric | NO | This column stores the PMMStayID from dbo.PMMStay table |
CreateDT | datetime | NO | This column store creation date of PMMCharge |
PMMStay
This table stores PMMStay information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PMMStayID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
ExtSystemID | varchar | NO | This column stores the ExtSystemID value |
ExtStayID | varchar | NO | This column stores the ExtStayID value |
ExtPatID | varchar | NO | This column stores the ExtPatID value |
ExtPatLastName | varchar | NO | This column stores the ExtPatLastName value |
ExtPatFirstName | varchar | NO | This column stores the ExtPatFirstName value |
ExtPatDOB | datetime | YES | This column stores the ExtPatDOB value |
ExtPatSSN | varchar | YES | This column stores the ExtPatSSN value |
AdmitDate | datetime | YES | This column stores the Admitdate of the patient |
PatientID | numeric | YES | This column stores PatientID from Patient table |
MatchType | char | NO | This column stores the MatchType value |
MsgID | numeric | NO | This column stores the MsgID value |
ExtPatXML | varchar | NO | This column stores the ExtPatXML value |
CreateDT | datetime | NO | This column store creation date of PMMStay |
LastModifiedDT | datetime | NO | This column contains the modification date time of this PMMStay |
PopulationHealthAbilityToImpact
Contains list of PatientId information to use for Population Ability To Impact
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AbilityToImpactID | bigint | NO | Primary key of table. Identity / Auto increment |
PatientID | numeric | NO | Key to join to Patient table. References: dbo.Patient |
AbilityToImpactValue | numeric | NO | Population health ability to impact value |
RecordedDate | datetime | NO | Date & time record recorded |
CreatedDate | datetime | NO | Date & time record created |
PopulationHealthCareGap
Contains list of PatientId information to use for Population Care Gap.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CareGapID | bigint | NO | Primary key of table. Identity / Auto increment |
PatientID | numeric | NO | Key to join to Patient table. References: dbo.Patient |
CareGapTypeId | int | YES | population health care gapid. Nullable |
CareGapTypeDescription | varchar | YES | Text description of record. Nullable |
CareGapValue | varchar | YES | population health caregap value. Nullable |
RecordedDate | datetime | NO | Date & time record recorded |
CreatedDate | datetime | NO | Date & time record created |
PopulationHealthRiskScore
Contains list of PatientId information to use for Population Risk Score.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RiskScoreID | bigint | NO | Primary key of table. Identity / Auto increment |
PatientID | numeric | NO | Key to join to Patient table. References: dbo.Patient |
RiskScoreTypeId | int | YES | population health Risk Score typeid. Nullable |
RiskScoreValue | numeric | NO | population health score value |
RecordedDate | datetime | NO | Date & time record recorded |
CreatedDate | datetime | NO | Date & time record created |
RiskScoreTypeDescription | varchar | YES | Text description of record. Nullable |
PotencyUnitMatch
This table stores PotencyUnitMatch information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PSUnits | varchar | YES | This column stores PSUnits value |
SSExactMatchCode | varchar | YES | This column stores SSExactMatchCode value |
SSExactMatchDescription | varchar | YES | This column stores SSExactMatchDescription value |
SSClosestMatchCode | varchar | YES | This column stores SSClosestMatchCode value |
SSClosestMatchDescription | varchar | YES | This column stores SSClosestMatchDescription value |
PQRIPatientLog
This table stores PQRIPatientLog information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PQRIPatientLogID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
PatentID | numeric | NO | This column stores patentID value |
VisitID | numeric | NO | This column stores VisitID from Visit table |
DocumentID | numeric | NO | This column stores DocumentID from ClinicalDocuments table |
CreateUserID | numeric | NO | This column stores UserID from Users table |
CreateDate | datetime | NO | This column store current date time |
LastModifiedUserID | numeric | NO | this column stores Last modified user ID |
LastModifiedDate | datetime | NO | this column stores Last modified Date |
PracticeAccounts
Accounts used for accounting in the practice
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PracAcctID | numeric | NO | Primary key of table |
PracAcctName | char | YES | Text name of account Nullable |
PostedSvcsSum | money | YES | Monetary amount of charges posted to account Nullable Default: 0 |
CashReceived | money | YES | Monetary amount of cash received Nullable Default: 0 |
ChecksReceived | money | YES | Monetary amount of checks received Nullable Default: 0 |
CreditCardRec | money | YES | Monetary amount of credit cards received Nullable Default: 0 |
AcctRecTotal | money | YES | Monetary total amount of account receivable charges Nullable Default: 0 |
AcctPeriodID | numeric | YES | always sets to null Nullable |
DateReconciled | datetime | YES | Date & time account was reconciled Nullable |
BeginningBalance | money | YES | Monetary amount of account at start Nullable Default: 0 |
EndingBalance | money | YES | Monetary amount of account at end Nullable Default: 0 |
PracticeInformation
Main practice location detail Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Name | varchar | YES | Contains Name for Practice. Nullable |
ShortName | varchar | YES | Contains ShortName for Practice. Nullable |
TaxIDNumber | varchar | YES | Contains TaxId number for practice. Nullable |
AddressID | numeric | YES | This column has logical FK to Address Table AddressID. Nullable |
OrganizationTypeID | numeric | YES | This column has logical FK to OrganizationType Table OrganizationTypeID. Nullable |
EmailAddress | varchar | YES | Contains Email address for practice. Nullable |
BillingContact | varchar | YES | Contains Billing Contact information text. Nullable |
UseUserAccessMessageFlag | bit | NO | Toggles between 0 and 1. Default: 0 |
UserAccessMessage | varchar | NO | Text field to contains User Access Message. Default: |
GMTMedRegID | numeric | YES | This column has logical FK to Lookup3rdParty..CPT_GPCI_IMO Table GMTMedRegionID. Nullable |
DrFirstLastUpdateDate | datetime | NO | Contains DateTime value for Dr First Last Update. Default: 2015-01-01 |
RcopiaAPIVersion | varchar | NO | Contains RcopiaAPUI version number. Default: 2.16 |
PracticeInformationID | int | NO | Primary Key. Identity column. Identity / Auto increment |
NPI | varchar | YES | This column store NPI information. Nullable |
PRCCodes
Payment Reporting Codes for payments and adjustments manually posted or ERA
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PRCID | numeric | NO | Primary key. ID generated from MasterID table/generation process |
LocalName | varchar | NO | Corresponds to LocalName in the GUI. |
StandardName | varchar | NO | Standard name as supplied |
Description | varchar | YES | Description. alternate text. Nullable |
IsDefaultField | int | NO | Is this the default field for the type |
Enabled | int | NO | Is the record enabled? 1=yes. 0=no |
CodeType | smallint | NO | Logical FK to PRCCodeTypeASCX12_CodeSet_CodeType 4 PRC 6 CLAIM ADJUSTMENT REASON CODE 7 REMITTANCE ADVICE REMARK CODE |
GroupCode | varchar | YES | Group code identifier e.g for ode "CO-45" this stores value CO. Nullable |
IncludeOnStatements | tinyint | NO | Should this reporting code be included on statements |
IncludeOnAccountDetails | tinyint | NO | Should this reporting code be included on account details |
DefaultPayment | tinyint | NO | Is this the default code for a payment |
DefaultContractual | tinyint | NO | Is this the default code for a contractual adjustment |
DefaultWithhold | tinyint | NO | Is this the default code for a withhold adjustment |
DefaultInsuranceAdjustment | tinyint | NO | Is this the default code for an insurance adjustment |
PreferredCommunications
Communication options information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PreferredCommunicationsID | numeric | NO | Primary Key |
LocalName | varchar | NO | Text field to contain Local Name |
StandardName | varchar | NO | Text field to contain Standard Name |
Description | char | NO | Taxt field to contain Description of Standard Name |
IsDefaultField | int | NO | Toggles between 0 and 1. Set to 1 to one record only to mark that default. Default: 0 |
Enabled | int | NO | Toggles between 0 and 1. Set to 0 to disable that option for User to select. Default: 1 |
Prefixes
As it names preloaded Prefix data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PrefixID | numeric | NO | Primary Key |
LocalName | varchar | NO | Text field to contain Local Name |
StandardName | varchar | NO | Text field to contain Standard Name |
Description | varchar | NO | Taxt field to contain Description of Standard Name |
IsDefaultField | int | NO | Toggles between 0 and 1. Set to 1 to one record only to mark that default |
Enabled | int | NO | Toggles between 0 and 1. Set to 0 to disable that option for User to select |
PrescriberDirectorySpecialty
This table stores PrescriberDirectorySpecialty information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PrescriberDirectorySpecialtyID | numeric | NO | Primary Key, which contains unique ID for PrescriberDirectorSpeciality value |
CareProviderID | numeric | NO | Foreign Key , reference to CareProvider Table and which store CareProviderID |
DirectorySpecialtyID | int | NO | Foreign Key, reference to DirectorySpecialty Table |
PrimeImageWorkList
This table stores PrimeImageWorkList information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
WorkOrderID | numeric | NO | This column has FK to UserId table Users References: dbo.Users |
ACCESSION_NUMBER | varchar | YES | This column stores ACCESSION_NUMBER value |
MODALITY | varchar | YES | This column stores MODALITY value |
INSTITUTION_NAME | varchar | YES | This column stores INSTITUTION_NAME value |
REFERRING_PHYSICIAN_NAME | varchar | YES | This column stores REFERRING_PHYSICIAN_NAME value |
PATIENT_NAME | varchar | YES | This column stores PATIENT_NAME from Patient table |
PATIENT_ID | varchar | YES | This column stores PATIENT_ID from Patient table |
PATIENT_BIRTH_DATE | datetime | YES | This column stores PATIENT_BIRTH_DATE value |
PATIENT_SEX | char | YES | This column stores PATIENT_SEX value |
PATIENT_WEIGHT | decimal | YES | This column stores PATIENT_WEIGHT value |
STUDY_INSTANCE_UID | varchar | YES | This column stores STUDY_INSTANCE_UID value |
ADMISSION_ID | varchar | YES | This column stores ADMISSION_ID value |
REQUESTING_PHYSICIAN | varchar | YES | This column contains REQUESTING_PHYSICIAN |
REQUESTED_PROCEDURE_ID | varchar | YES | This column stores REQUESTED_PROCEDURE_ID value |
REQUESTED_PROCEDURE_DESCRIPTION | varchar | YES | This column stores REQUESTED_PROCEDURE_DESCRIPTION value |
REQUESTED_PROCEDURE_PRIORITY | varchar | YES | This column stores REQUESTED_PROCEDURE_PRIORITY value |
SCHEDULED_STATION_AE_TITLE | varchar | YES | This column stores SCHEDULED_STATION_AE_TITLE value |
SCHEDULED_PROCEDURE_STEP_START_DATE | datetime | YES | This column stores SCHEDULED_PROCEDURE_STEP_START_DATE value |
SCHEDULED_PROCEDURE_STEP_START_TIME | datetime | YES | This column stores SCHEDULED_PROCEDURE_STEP_START_TIME value |
SCHEDULED_PROCEDURE_STEP_DESCRIPTION | varchar | YES | This column stores SCHEDULED_PROCEDURE_STEP_DESCRIPTION value |
SCHEDULED_PROCEDURE_STEP_ID | varchar | YES | This column stores SCHEDULED_PROCEDURE_STEP_ID value |
SCHEDULED_PROCEDURE_STEP_LOCATION | varchar | YES | This column stores SCHEDULED_PROCEDURE_STEP_LOCATION value |
SCHEDULED_PERFORMING_PHYSICIAN_NAME | varchar | YES | This column stores SCHEDULED_PERFORMING_PHYSICIAN_NAME value |
REASON_FOR_THE_REQUESTED_PROCEDURE | varchar | YES | This column stores REASON_FOR_THE_REQUESTED_PROCEDURE value |
PrimeImageWorkListHistory
This table stores PrimeImageWorkListHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
WorkOrderHistoryID | numeric | NO | Primary Key Identity Column Identity / Auto increment |
WorkOrderID | numeric | NO | This column stores WorkOrderID from PrimeImageWorkList table |
ACCESSION_NUMBER | varchar | YES | This column stores ACCESSION_NUMBER value |
MODALITY | varchar | YES | This column stores MODALITY value |
INSTITUTION_NAME | varchar | YES | This column stores INSTITUTION_NAME value |
REFERRING_PHYSICIAN_NAME | varchar | YES | This column stores REFERRING_PHYSICIAN_NAME value |
PATIENT_NAME | varchar | YES | This column stores PATIENT_NAME from Patient table |
PATIENT_ID | varchar | YES | This column stores PATIENT_ID from Patient table |
PATIENT_BIRTH_DATE | datetime | YES | This column stores PATIENT_BIRTH_DATE value |
PATIENT_SEX | char | YES | This column stores PATIENT_SEX value |
PATIENT_WEIGHT | decimal | YES | This column stores PATIENT_WEIGHT value |
STUDY_INSTANCE_UID | varchar | YES | This column stores STUDY_INSTANCE_UID value |
ADMISSION_ID | varchar | YES | This column stores ADMISSION_ID value |
REQUESTING_PHYSICIAN | varchar | YES | This column contains REQUESTING_PHYSICIAN |
REQUESTED_PROCEDURE_ID | varchar | YES | This column stores REQUESTED_PROCEDURE_ID value |
REQUESTED_PROCEDURE_DESCRIPTION | varchar | YES | This column stores REQUESTED_PROCEDURE_DESCRIPTION value |
REQUESTED_PROCEDURE_PRIORITY | varchar | YES | This column stores REQUESTED_PROCEDURE_PRIORITY value |
SCHEDULED_STATION_AE_TITLE | varchar | YES | This column stores SCHEDULED_STATION_AE_TITLE value |
SCHEDULED_PROCEDURE_STEP_START_DATE | datetime | YES | This column stores SCHEDULED_PROCEDURE_STEP_START_DATE value |
SCHEDULED_PROCEDURE_STEP_START_TIME | datetime | YES | This column stores SCHEDULED_PROCEDURE_STEP_START_TIME value |
SCHEDULED_PROCEDURE_STEP_DESCRIPTION | varchar | YES | This column stores SCHEDULED_PROCEDURE_STEP_DESCRIPTION value |
SCHEDULED_PROCEDURE_STEP_ID | varchar | YES | This column stores SCHEDULED_PROCEDURE_STEP_ID value |
SCHEDULED_PROCEDURE_STEP_LOCATION | varchar | YES | This column stores SCHEDULED_PROCEDURE_STEP_LOCATION value |
SCHEDULED_PERFORMING_PHYSICIAN_NAME | varchar | YES | This column stores SCHEDULED_PERFORMING_PHYSICIAN_NAME value |
REASON_FOR_THE_REQUESTED_PROCEDURE | varchar | YES | This column stores REASON_FOR_THE_REQUESTED_PROCEDURE value |
DocumentID | numeric | YES | This column stores DocumentID from ClinicalDocuments table |
ImportDateTime | datetime | YES | This column stores ImportDateTime |
ProblemListStatus
Pre populated ProblemList status information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProblemListStatusID | numeric | NO | This column is the id for the problem list status. |
ProblemListStatusDesc | varchar | NO | This column stores the description for ProblemListStatusID. |
Enabled | tinyint | NO | This column will indicate whether its enabled or not. |
ProcedureExplosion
This table stores ProcedureExplosion information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedureExplosionID | numeric | NO | Primary Key, which contains unique ID for ProcedureExplosion |
ExplosionDescription | varchar | NO | This column contains Description for ProcedureExplosion IDs |
ProcedureExplosionToProcedureMaster
This is a configuration table that links multiple procedure codes (ProcedureMasterInfo table) into a group that can be posted quickly from this "shortcut" name
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PEPMID | numeric | NO | Primary key, generated ID Identity / Auto increment |
ProcedureExplosionID | numeric | NO | ProcedureExplosion.ProcedureExplosionID |
ProcedureMasterID | numeric | NO | ProcedureMasterInfo.ProcedureMasterID |
ProcedureModifier
This table stores ProcedureModifier information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedureModifierID | numeric | NO | Primary key, generated from MasterID process |
ProcedureMasterID | numeric | YES | ProcedureMasterInfo.ProcedureMasterID Nullable |
ModifierCode | char | NO | modifier code value |
SaveInternally | char | YES | not used Nullable |
PrintOnInsuranceClaim | int | YES | not used Nullable |
PrintOnPatientStatement | int | YES | not used Nullable |
ProcedurePlanInfo
This table stores ProcedurePlanInfo information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedurePlanID | numeric | NO | Primary Key, which contains unique ID for every Procedure Plan |
ProcedureMasterID | numeric | NO | Logical Reference to ProcedureMasterInfo Table |
InsurancePlanID | numeric | NO | Logical FK To Claim Table |
AlternateCode | varchar | YES | This column contains Alternate Code |
AlternateDescription | varchar | YES | This column contains description of Alternate Code |
AlternatePOS | char | YES | This column contains Alternate POS |
AlternateTOS | char | YES | This column contains Alternate TOS |
AlternateEPSDT | char | YES | This column contains Alternate EPSDT |
AlternateEMG | char | YES | This column contains Alternate EMG |
AlternateUnits | float | YES | This column contains Alternate Units |
CoInsPercentage | int | YES | This column contains Co-Insurance Percentage value |
SecondOpinionReq | int | YES | This column contains SecondOpinion Request value |
PreCertReq | int | YES | This column contains value of PreCertReq |
ExcludedProc | int | YES | This column store whether Procedure is excluded or not as 0 or 1 |
RemoveAllMods | int | YES | stores value for RemoveAllMods column |
PrintProcDesc | int | YES | stores value for PrintProDesc column as 0 or 1 |
EditType | char | YES | This column stores value of EditType |
GlobalPeriod | smallint | YES | This column stores GlobalPeriod value |
SendOrderingProviderOnElectronicClaim | varchar | YES | This column contains SendOrderingProviderOnElectronicClaim value |
ProcedurePlanModifier
Table used to store modifier information for a procedure code from ProcedureMasterInfo
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedurePlanModifierID | numeric | NO | Primary Key, which contains unique IDs for ProcedurePlan Modifier |
InsurancePlanID | numeric | NO | Logical FK To Claim Table |
ProcedureMasterID | numeric | NO | Logical Reference to ProcedureMasterInfo Table |
UseHCFAMod | int | YES | This column stores value for UseHCFAMod as 0 or 1 |
HCFAModifier | char | YES | This column stores value for HCFAModifier |
PlanModifier | varchar | YES | This column stores value for PlanModifier |
ModifierRequired | int | YES | This column stores value for ModifierRequired as 0 or 1 |
NoModifier | int | YES | This column stores value for NoModifier as 0 or 1 |
EditType | char | YES | This column stores value of EditType |
ProcedurePlanPOS
This table stores ProcedurePlanPOS information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedurePlanPOSID | numeric | NO | Primary Key, which contains unique IDs for ProcedurePlanPOSID |
InsurancePlanID | numeric | NO | Logical FK To Claim Table |
ProcedureMasterID | numeric | NO | Logical Reference to ProcedureMasterInfo Table |
NoPOSCode | int | NO | This column stores value for NoPOSCode |
IfPOSCode | varchar | YES | This column stores value for IfPOSCode |
ThenPOSCode | varchar | YES | This column stores value for ThenPOSCode |
AlwaysPOSCode | varchar | YES | This column stores value for AlwaysPOSCode |
EditType | char | YES | This column stores value of EditType |
ProcedurePlanTOS
This table stores ProcedurePlanTOS information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProcedurePlanTOSID | numeric | NO | Primary Key, which contains unique IDs for ProcedurePlanTOSID |
InsurancePlanID | numeric | NO | Logical FK To Claim Table |
ProcedureMasterID | numeric | NO | Logical Reference to ProcedureMasterInfo Table |
NoTOSCode | int | NO | This column stores value for NoTOSCode |
IfTOSCode | varchar | YES | This column stores value for IfTOSCode |
ThenTOSCode | varchar | YES | This column stores value for ThenTOSCode |
AlwaysTOSCode | varchar | YES | This column stores value for AlwaysTOSCode |
EditType | char | YES | This column stores value of EditType |
ProcedureUnitType
Lookup list for procedure unit type, doesnt appear to be in use directly linked to another table MJ Minutes 0 UN Units 1
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UnitType | char | NO | Short name (MJ/UN) |
UnitTypeDesc | varchar | NO | Long description (Minutes/Units) |
IsDefault | tinyint | NO | Is this the default record from lookup list |
Pronoun
This table stores Pronoun of a Person from https://loinc.org/90778-2
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PronounID | tinyint | NO | Represents Primary Key for Pronoun |
PronounName | varchar | NO | Represents Pronoun Name |
PronounAnswer | varchar | NO | Represents Pronoun Answer |
LOINCCode | varchar | NO | Represents Loinc code for the Pronoun |
Active | bit | NO | Represents Pronoun is Active or not |
CreatedBy | numeric | NO | Represents the created user |
CreatedDateTime | datetime | NO | Represents the created datetime |
ProviderRoleCodingSystem
This table stores ProviderRoleCodingSystem information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | Foreign Key, reference to CodingSystem Table |
Code | varchar | NO | Code Value |
CodeDisplayName | varchar | YES | Code Display Name |
ProviderTypeOrganization
Stores provider type organization records
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ProviderTypeOrgID | char | NO | Primary key of table |
ProviderTypeOrgDesc | varchar | NO | Text description of record |
ptActive
This table stores ptActive information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ptActiveID | numeric | NO | Primary Key. Identity Column. seed starts from 1000 |
PatientID | numeric | NO | Logical FK Patient table PatientID |
ptStatusID | numeric | NO | Logical FK ptStatus table ptStatusID |
ptAreaID | numeric | NO | Logical FK ptArea table ptAreaID |
ptResponsibleID | numeric | NO | Logical FK ptResponsible table ptResponsibleID |
UserID | numeric | NO | Logical FK Users table UserID |
ptEventID | numeric | NO | Logical FK ptEvent table ptEventID |
StartTimeNumeric | numeric | YES | This column stores numeric value for start time |
ptStatus | varchar | NO | This column stores text value for ptStatus |
ptArea | varchar | NO | This column stores text value for ptArea |
ptResponsible | varchar | NO | This column stores text value for ptResponsible |
HistoryOrder | numeric | NO | This column stores text value for history order |
UserName | varchar | YES | This column represents userName. |
PatientName | varchar | NO | Stores patient name |
StartTime | datetime | NO | This column stores value for start date time |
ptArea
This table stores ptArea information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ptAreaID | numeric | NO | Primary Key. Identity Column. seed starts from 1000 |
Description | varchar | NO | Text field to contain description for ptArea |
DisplayOrder | int | YES | This column store display order( how it will show on UI) |
Enabled | smallint | YES | toggles between 1 and 0, 1=display, 0=hide |
CreateDate | datetime | NO | Datetime record got created |
LastChanged | datetime | YES | Datetime when modify the entry |
LastChangedUserid | numeric | YES | FK relation to Users Table UserId who modified the entry References: dbo.Users |
PTCCredit
FInancial table used to link a payment transaction to credit record
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PTCCreditID | numeric | NO | Primary key. auto generated ID value |
PaymentTransactionID | numeric | NO | Logical FK. PaymentToCharge.PaymentTransactionID |
CreditID | numeric | NO | Logiocal FK. PaymentCredit.CreditID |
Type | varchar | NO | Text description of the credit type |
ptEvent
This table stores ptEvent information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ptEventID | numeric | NO | Primary Key. Identity Column. seed starts from 1000 |
Description | varchar | NO | Text field to contain description for ptEvent |
CreateDate | datetime | NO | Datetime record got created |
LastChanged | datetime | NO | Datetime when modify the entry |
LastChangedUserid | numeric | NO | FK relation to Users Table UserId who modified the entry References: dbo.Users |
ptHistory
This table stores ptHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ptHistoryID | numeric | NO | Primary Key. Identity Column. seed starts from 1000 |
ptActiveID | numeric | NO | Logical FK ptActive table ptActiveID |
PatientID | numeric | NO | Logical FK Patient table PatientID |
ptStatusID | numeric | NO | Logical FK ptStatus table ptStatusID |
ptAreaID | numeric | NO | Logical FK ptArea table ptAreaID |
ptResponsibleID | numeric | NO | Logical FK ptResponsible table ptResponsibleID |
ptEventID | numeric | NO | Logical FK ptEvent table ptEventID |
UserID | numeric | NO | Logical FK Users table UserID |
StartTime | datetime | NO | This column stores start time of ptHistory |
EndTime | datetime | NO | This column stores End time of ptHistory |
DurationinMinutes | numeric | NO | This column stores duration minutes of ptHistory |
HistoryOrder | numeric | NO | This column stores value for history order |
StartTimeOnly | datetime | YES | This column stores start time |
StartDateOnly | datetime | YES | This column stores start date |
EndTimeOnly | datetime | YES | This column stores End time |
EndDateOnly | datetime | YES | This column stores end date |
ptResponsible
This table stores ptResponsible information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ptResponsibleID | numeric | NO | Primary Key. Identity Column. seed starts from 1000 |
Description | varchar | NO | Text field to populate description for ptResponsible |
DisplayOrder | int | NO | This column store display order( how it will show on UI) |
Enabled | smallint | NO | toggles between 1 and 0, 1=display, 0=hide |
CreateDate | datetime | NO | Datetime field when the record got inserted into Table |
LastChanged | datetime | NO | This column store last change date |
LastChangedUserid | numeric | NO | FK relation to Users Table UserId who modified the entry |
ptStatus
This table stores ptStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ptStatusID | numeric | NO | Primary Key. Identity Column. seed starts from 1000 |
Description | varchar | NO | Text field to populate description for ptStatus |
DisplayOrder | int | NO | This column store display order( how it will show on UI) |
Enabled | smallint | YES | toggles between 1 and 0, 1=display, 0=hide |
CreateDate | datetime | NO | Datetime field when the record got inserted into Table |
LastChanged | datetime | NO | This column store last change date |
LastChangedUserid | numeric | NO | FK relation to Users Table UserId who modified the entry |
PublicityCodes
This table stores PublicityCodes information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PublicityCodeID | int | NO | Primary Key |
CodeDescription | varchar | YES | Text field contains description related Publicity Code |
PWKRptTrans
This table stores PWKRptTrans information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PWKRptTransCode | char | NO | Primary Key |
PWKRptTransDesc | varchar | YES | Text field contains description related PWKRptTransCode |
PWKRptType
This table stores PWKRptType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PWKRptTypeCode | char | NO | Primary Key |
PWKRptTypeDesc | varchar | NO | Text field to populate description for PWKRptType |
Is4010 | bit | YES | Toggles between 0 and 1. |
Is5010 | bit | YES | Toggles between 0 and 1. |
Race
Pre populated Race description and information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RaceID | numeric | NO | Primary Key |
LocalName | varchar | NO | Text field to populate Local Name for Race |
StandardName | varchar | NO | Text field contains Standard Name for Race |
Description | varchar | NO | Text field to populate description for race |
IsDefaultField | int | NO | Toggles between 0 and 1. set to 1 for only one record to mark that as default |
Enabled | int | NO | Toggles between 0 and 1. set to 0 for not available for user to use |
MURaceID | numeric | YES | This column has logical FK to Race Table RaceID and use for MU reporting |
RaceCodingSystem
This table stores RaceCodingSystem information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | Primary Key. Fk to Coding System table CodingSystemId |
RaceID | numeric | NO | Logical Primary Key, FK to Race table RaceID |
Code | varchar | NO | Text field to contains Code |
CodeDisplayName | varchar | YES | Text field to contains Code Display Name |
RaceSub
This table stores RaceSub information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RaceSubID | numeric | NO | Primary Key |
RaceSubCode | varchar | YES | This column stores the text value for race sub code |
RaceSubName | varchar | NO | This column stores the text value for race sub name |
RaceID | numeric | NO | This column stores the value for race id |
Enabled | bit | NO | toggles between 1 and 0, 1=display, 0=hide |
IsDefaultField | bit | NO | Toggles between 0 and 1, set to 1 for only one record to mark it as Default Default: 0 |
ListOrder | int | YES | This column indicates the list order of ethnicity sub-category. This column indicates the list order of ethnicity sub-category. |
Note | varchar | YES | User enterd Notes from UI |
CreatedByID | numeric | YES | This column has logical FK to Users Table UserID Nullable |
Created | datetime | NO | Datetime field to contains Datetime when record got created . |
LastModifiedByID | numeric | YES | This column contains the user id of the user who modified this ethnicity sub-category. |
LastModified | datetime | NO | This column contains the modification date time of this ethnicity subcategory |
Reaction
This table stores Reaction information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReactionID | tinyint | NO | Primary key of table Identity / Auto increment |
ReactionDesc | varchar | NO | This column store description for reaction |
UserID | numeric | NO | FK to Users table UserID fk_Users_Reaction_UserID |
CreateDate | datetime | NO | This column store current date time |
ActiveFlag | bit | NO | Is current record active Nullable Default: 1 |
ReferenceDocument
This Table contains Reference/Reconcile documents information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DocumentID | numeric | NO | Primary Key. Identity Column. seed starts from 1000 |
PatientID | numeric | NO | This column has FK relation to Patient Table PatientID |
TaskID | numeric | YES | This column has logical FK to TaskList Table TaskListID |
DocumentName | varchar | YES | Text field contains Document Name |
CreateDate | datetime | NO | Contains Datetime value when record got inserted into Table |
CreateUserID | numeric | NO | This column has FK relation to Users Table UserID |
FileType | varchar | NO | contains types of file that is being imported to PS |
DocumentDate | datetime | YES | Contains Date that User while importing Doc |
OriginalContent | varbinary | NO | Image of original document |
VisitID | int | YES | This column has logical FK to Visit Table VisitID if associated with DocumentID |
FailedValidation | bit | YES | Toggles between 0 and 1 to indicate if ccda validation failed or passed |
IsDelete | bit | YES | Toggles between 0 and 1 |
DocAuthorName | varchar | YES | This column contains Author Name |
DocCreatedOnDate | datetime | YES | This column contains date time for doc created |
BinTypeID | NA | NO | This contains information about the bin type to which the document belongs |
DocFileData | NA | NO | This column contains all the fields apart from the Document Image(Binary) from the respective table in xml format |
DocFileImage | NA | NO | This column contains the Document Image filed (Binary) from the respective table in xml format |
Note: The last 3 columns are included for use by the Document Converter Tool during the document conversion process and are not expected to be imported into the new database
ReferenceDocumentAcknowledgementHistory
This table stores ReferenceDocumentAcknowledgementHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
AcknowledgementID | numeric | NO | Primary Key. Identity Column. |
DocumentID | numeric | NO | FK related to Reference Document table DocumentID |
UserID | numeric | NO | FK related to Users table UserID |
AcknowledgedDatetime | datetime | NO | This column stores the value for acknowledged date time |
VisitID | numeric | YES | This column has logical FK to Visit Table VisitID if associated with DocumentID |
DeleteFlag | bit | YES | Toggle between 0 and 1 |
VisitUnlinkFlag | bit | YES | Toggle between 0 and 1 |
ActionID | numeric | YES | FK related to Reference Document Action table ActionID |
ReferenceDocumentAction
This table stores ReferenceDocumentAction information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferenceDocumentActionID | numeric | NO | Primary Key. |
Action | varchar | NO | This column stores the text value for action |
ActionDescription | varchar | YES | This column stores the text value for action description |
ReferenceDocumentHistory
This table stores ReferenceDocumentHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferenceDocumentHistoryID | numeric | NO | Identity. auto generated |
DocumentID | numeric | NO | FK related to Reference Document table DocumentID |
UserID | numeric | NO | FK related to Users table UserID |
VisitID | numeric | YES | This column has Logical FK to Visit Table VisitID. |
HistoryDatetime | datetime | NO | This column contains date time for history refernce document |
ActionID | numeric | NO | FK related to Reference Document Action table ActionID |
DeleteFlag | bit | YES | Toggle between 0 and 1 |
VisitUnlinkFlag | bit | YES | Toggle between 0 and 1 |
ReferralAuthorizationOutOfNetworkReason
This table stores ReferralAuthorizationOutOfNetworkReason information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralAuthorizationOutOfNetworkReasonID | int | NO | Primary Key. Identity Column. seed starts from 1000 |
Description | varchar | YES | Text field to contain description for referral authorization out of network reason |
Active | bit | YES | Is current record active |
Editable | bit | YES | Is editable |
ReferralAuthorizationStatus
This table stores ReferralAuthorizationStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralAuthorizationStatusID | int | NO | Primary key. Identity column start from 1000 |
Description | varchar | YES | Text field to contain description for referral authorization status |
Active | bit | YES | Is current record active |
Editable | bit | YES | Is editable |
PastDueReport | bit | YES | Toggle between 0 and 1 |
ReferralAuthorizationSubType
This table stores ReferralAuthorizationSubType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralAuthorizationSubTypeID | int | NO | Identity. auto generated |
Description | varchar | YES | Text field to contain description for referral authorization sub type |
Active | bit | YES | Is current record active |
Editable | bit | YES | Is editable |
ReferralAuthorizationType
This table stores ReferralAuthorizationType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralAuthorizationTypeID | int | NO | Identity. auto generated |
Description | varchar | YES | Text field to contain description for referral authorization type Nullable |
ReferralType | char | YES | This column contains Referral Type |
Active | bit | YES | Is current record active |
Editable | bit | YES | Is editable |
ReferralCPTSingleCodes
This table stores ReferralCPTSingleCodes information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsurancePreCertID | numeric | NO | This column has logical FK to InsurancePreCert Table InsPreCertID |
CPTCode | varchar | YES | This column contains CPT Code |
ReferralDiagnosis
This Table contains CPT information associated with particular referral
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralDiagnoseID | int | NO | Primary key. Identity Column seed starts with 1000 |
ReferralID | int | YES | This column has logical FK to InsurancePreCert Table InsPreCertID |
DxCode | varchar | YES | This column contains ICD9 Diag code |
DxDetail | varchar | YES | This column contains Diagnosis description |
DxCodeICD10 | varchar | YES | This column contains ICD10 Diag code |
LexicalID | numeric | YES | This column contains LexicalId for particular Diagnosis |
DxCodeSNOMED | bigint | YES | Stores the SNOMED code for the referral diagnosis |
ReferralDocuments
This table stores the link to document(s) referenced in the referral/pre-cert
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralDocID | int | NO | Identity. auto generated |
ReferralID | int | NO | Logical FK. InsurancePrecert.InsPreCertID |
DocumentID | int | NO | ClinicalDocuments.DocumentID |
AttachedDate | datetime | NO | Date time the document was attached to the referral |
AttachedByUserID | numeric | NO | Logical FK. Users.UserID. The user that attached the document to the referral |
Comment | varchar | YES | Comment saved by user at time of link |
ReferralICD9SingleCodes
This table stores the link to ICD9 single code(s) referenced in the referral/pre-cert
ColumnName | DataType | Nullable | Description |
---|---|---|---|
InsurancePreCertID | numeric | NO | Logical FK. InsurancePrecert.InsPreCertID |
ICD9code | varchar | YES | ICD9 Diagnosis code |
ICD10code | varchar | YES | ICD10 Diagnosis code |
LexicalID | numeric | YES | Corresponding LexicalID value |
ReferralNotes
This table stores the link to notes saved in the referral/pre-cert
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralNotesID | int | NO | Identity, auto generated ID value Identity / Auto increment |
ReferralID | int | YES | Logical FK, InsurancePrecert.InsPreCertID Nullable |
UserID | int | YES | Logical FK, Users.UserID, the user who entered the note Nullable |
EntryDate | datetime | YES | Date time note entered Nullable |
Note | varchar | YES | Actual note text Nullable |
ReferralServiceLocationType
This table stores ReferralServiceLocationType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralInpatOutpatID | int | NO | Primary Key. auto generated |
Description | varchar | YES | This column contains description regarding referral service location type |
ReferralSNOMED
This table stores ReferralSNOMED information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralID | int | NO | Primary Key |
SNOMEDCode | bigint | NO | This is Logical Primary key stores the Snomade Code |
SNOMEDDescription | varchar | YES | Store description of SNOMED code for each referral |
ReferralsOrganization
This table stores the organization information to be used/stored on a referral, under organization tab
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralsOrganizationID | int | NO | Identity. auto generated ID value |
PatientID | numeric | YES | Logical FK. Patient.PatientID |
CreateDate | datetime | YES | Date time created |
ExternalOrganizationID | int | YES | FK. ExternalOrganization.ExternalOrganizationID |
OrganizationComments | varchar | YES | Comments |
ChangeDate | datetime | YES | Date record changed/updated |
ReferralsPrimaryProvider
This table stores the link to the primary/billable physician/provider referenced in the referral/pre-cert
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralsPrimaryID | numeric | NO | Identity. auto generated ID value |
PatientID | numeric | YES | Logical FK. Patient.PatientID |
CreateDate | datetime | YES | Date time created |
PrimaryCareProviderID | numeric | YES | Logical FK. Careprovider.CareProviderID |
PrimaryComments | varchar | YES | Comments |
ChangeDate | datetime | YES | Date record changed/updated |
ReferralsReferringProvider
This table stores the link to the referring physician/provider referenced in the referral/pre-cert
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralID | numeric | NO | Logical FK. InsurancePrecert.InsPreCertID |
PatientID | numeric | YES | Logical FK. Patient.PatientID |
CreateDate | datetime | YES | Date time created |
ReferringProviderID | numeric | YES | Logical FK. Careprovider.CareProviderID |
ReferringComments | varchar | YES | Comments |
ChangeDate | datetime | YES | Date record changed/updated |
ReferralType
This table stores ReferralType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralTypeID | numeric | NO | Represents Primary Key. Identity column. Identity / Auto increment |
ReferralCode | numeric | NO | Represents the code of ReferralType |
ReferralDescription | varchar | NO | Represents the name of ReferralType |
CodingSystemID | numeric | NO | Represents Foreign key referencing dbo.Codingsystem (CodingSystemId) |
ReferralUrgencyStatus
This table stores ReferralUrgencyStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReferralUrgencyStatusID | smallint | NO | Primary key. Identity / Auto increment |
Description | varchar | NO | Description. alternate text |
RegPhoneNumbers
This table stores RegPhoneNumbers information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PhoneNumberID | numeric | NO | Primary Key, which contains unique Phone Numbers |
AddressID | numeric | YES | This column contains AddressID Nullable |
PersonID | numeric | YES | This column contains PersonID relation to the table Person Nullable |
Description | varchar | YES | This column contains description Nullable |
Number | varchar | YES | Contains the Number, Nullable |
HomeFlag | int | YES | Contans the HomeFlag value and is Nullable |
WorkFlag | char | YES | Contans the WorkFlag value and is Nullable |
CellFlag | int | YES | Contans the CellFlag value and is Nullable |
FaxFlag | int | YES | Contans the FaxFlag value and is Nullable |
DayFlag | int | YES | Contans the DayFlag value and is Nullable |
NightFlag | int | YES | Contans the NightFlag value and is Nullable |
EmergencyFlag | int | YES | Contans the EmergencyFlag value and is Nullable |
ActiveFlag | int | YES | Contans the ActiveFlag value and is Nullable |
PrimaryFlag | int | YES | Contans the PrimaryFlag value and is Nullable |
CreatorID | numeric | YES | This column contains the UserId who creates the entry to this table |
CreateDate | datetime | YES | This column contains the Date when entry to this table |
EditDate | datetime | YES | This column contains the last modified date |
RelatedPayments
Financial table linking NSF payment to original payment record from br_payment
ColumnName | DataType | Nullable | Description |
---|---|---|---|
OriginalPaymentID | numeric | NO | br_Payment.PaymentID for original transaction |
RelatedPaymentID | numeric | NO | br_Payment.PaymentID for new transaction |
RelationType | varchar | NO | NSF |
RelationshipCodingSystem
This master table stores different Relationship or Role types.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RelationshipCodingSystemID | numeric | NO | Primary Key for RelationshipCodingSystem records |
CodingSystemID | numeric | NO | This will store the CodingSystemID referencing from CodingSystem table |
SystemCode | varchar | NO | This will store differnet SystemCode values |
DisplayName | varchar | NO | This will store the drop down values |
Description | varchar | NO | This will store the Description values for passing to CCDA |
RelationTypes
This table stores RelationTypes information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RelationTypeID | numeric | NO | Primary Key |
LocalName | varchar | NO | Text field to contain Local Name for Display |
StandardName | varchar | NO | Text filed to contain Standard Name for relation |
Description | varchar | NO | Text field to contain description for name |
IsDefaultField | char | NO | Toggles between 0 and 1. set to 1 for only one record to mark it as Default |
Enabled | int | NO | Toggles between 0 and 1. set to 0 for not available for user to use |
X125010Code | char | YES | This column contains information about the X125010Code details |
Code | varchar | YES | It will store the VSACCode for Related person |
CodingSystemID | numeric | YES | It will store the CodingSystemID |
Religion
Pre populated Religion information like Name and description
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ReligionID | numeric | NO | Primary Key |
LocalName | varchar | NO | Text field to contain Local Name for Display |
StandardName | varchar | NO | Text filed to contain Standard Name for religion |
Description | char | NO | Text field to contain description for name |
IsDefaultField | int | NO | Toggles between 0 and 1. set to 1 for only one record to mark it as Default |
Enabled | int | NO | Toggles between 0 and 1. set to 0 for not available for user to use |
ResearchPartner
This table stores ResearchPartner information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PartnerID | numeric | NO | Primary Key |
Name | varchar | NO | This column store name |
Description | varchar | NO | This column store description |
ResearchRequest
This table stores ResearchRequest information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestID | numeric | NO | Primary Key |
PartnerID | numeric | NO | FK to ResearchPartner table PartnerID |
ShortName | varchar | NO | This column contains text value for Short Name |
Description | varchar | NO | This column contains text value for Description |
RequestDate | datetime | NO | This column contains Date Time for Request Date |
DueDate | datetime | YES | This column contains Date Time for Due Date |
ResultDate | datetime | YES | This column contains Date Time for Result Date |
ResultCount | numeric | YES | This column contains value for Result count |
CreateDate | datetime | NO | This column store create date |
LastModifiedDate | datetime | NO | Datetime field contains Datetime when last Updated this record |
ResearchRequestCriteriaRule
This table stores ResearchRequestCriteriaRule information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestID | numeric | NO | Primary key, and is reference from ResearchRequest table |
CriteriaBundleID | numeric | NO | It contains unique call and is reference form CriteriaBundle table |
ResearchRequestPatient
This table stores ResearchRequestPatient information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestID | numeric | NO | Primary Key. FK relation to ResearchRequest Table RequestID |
PatientID | numeric | NO | This column store patient id logical FK to Patient table PatientID |
ResearchRequestQuery
This table stores ResearchRequestQuery information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestID | numeric | NO | Primary key, and is reference from ResearchRequest table |
QueryText | varchar | YES | This column contains the value for QueryText |
RXBDetailInfo
Medications related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RXBGroupID | numeric | NO | Primary Key. FK relation to RXBHeaderInfo Table RXBGroupID |
ClinicalPatMedID | numeric | NO | Primary Key. Logical FK to CalinicalPatMeds Table ClinicalPatMedID |
DrugName | varchar | NO | This column has logical FK to ClinicalPatMeds Table Description |
Comment | varchar | YES | This column has logical FK to ClinicalPatMedComment Table Comment |
DEACode | varchar | YES | This column has logical FK to ClinicalPatMeds Table DEACode |
SIG | varchar | YES | This column has logical FK to ClinicalPatMeds Table SIG |
DrugDispense | varchar | YES | Text field to contains despense amount populated using ClinicalPatMeds Table Dispense information |
NumRefills | int | YES | This column has logical FK to ClinicalPatMeds Table NumRefills |
DrugPrescriptionDate | datetime | YES | This column has logical FK to ClinicalPatMeds Table StartDT |
ExpireDate | datetime | YES | This column has logical FK to ClinicalPatMeds Table ExpireDate |
Indication | varchar | YES | This column has logical FK to ClinicalPatMeds Table MedicalCondition |
DispenseAsWritten | char | YES | Toggles between Y and N. if ClinicalPatMeds Table DispenseAsWritten |
CareProviderID | numeric | NO | This column has logical FK to ClinicalPatMeds Table CareProviderID |
CareProviderFirstName | varchar | NO | This column has logical FK to Person Table firstName using PersonId from CareProvider Table |
CareProviderMiddleName | varchar | YES | This column has logical FK to Person Table MiddleName1 using PersonId from CareProvider Table |
CareProviderLastName | varchar | NO | This column has logical FK to Person Table LastName using PersonId from CareProvider Table |
CareProviderShortName | varchar | YES | This column has logical FK to CareProvider Table shortName |
CareProviderCredentials | varchar | YES | This column has logical FK to Credentials Table StandardName |
CareProviderDEANumber | varchar | YES | This column has logical FK to CareProvider Table DEANumber |
CareProviderUPIN | varchar | YES | This column has logical FK to CareProvider Table UPINID |
CareProviderStateLicenseNumber | varchar | YES | This column has logical FK to CareProvider Table ProvStateLicense |
CareProviderSubstanceNumber | varchar | YES | This column has logical FK to CareProvider Table StateSubstanceNumber |
CareProviderUserID | numeric | YES | This column has logical FK to CareProvider Table UserID |
CreatedByCareProviderID | numeric | NO | This column has logical FK to CareProvider Table CareProviderID |
CreatedByFirstName | varchar | NO | This column has logical FK to Person Table firstName using PersonId from CareProvider Table |
CreatedByMiddleName | varchar | YES | This column has logical FK to Person Table MiddleName1 using PersonId from CareProvider Table |
CreatedByLastName | varchar | NO | This column has logical FK to Person Table LastName using PersonId from CareProvider Table |
CreatedByShortName | varchar | YES | This column has logical FK to CareProvider Table shortName |
CreatedByCredentials | varchar | YES | This column has logical FK to Credentials Table StandardName |
CreatedByDEANumber | varchar | YES | This column has logical FK to CareProvider Table DEANumber |
CreatedByUPIN | varchar | YES | This column has logical FK to CareProvider Table UPINID |
CreatedByStateLicenseNumber | varchar | YES | This column has logical FK to CareProvider Table ProvStateLicense |
CreatedBySubstanceNumber | varchar | YES | This column has logical FK to CareProvider Table StateSubstanceNumber |
PageNumber | int | YES | Int field contains 0 as hardcoded in Insert SP (rxbSetRxGroupInfo) |
LastMedication | char | NO | Char 1 field contains N as hardcoded in Insert SP (rxbSetRxGroupInfo) |
CareProviderPerSigVerID | numeric | YES | This column has FK relation to PersonSignatureVersion Table PerSigVerID |
CreatedByPerSigVerID | numeric | YES | This column has FK relation to PersonSignatureVersion Table PerSigVerID |
CareProviderNPI | varchar | YES | This column has logical FK to CareProvider Table NationalProviderID |
CreatedByNPI | varchar | YES | This column has logical FK to CareProvider Table NationalProviderID |
ControlledConsecNum | numeric | YES | This column has logical FK to ClinicalPatMeds Table ControlledConsecNum |
RXReferenceNum | varchar | YES | This column has logical FK to erxSSPharmacyRequest Table RxRefNumber |
PharmacyNote | varchar | YES | This column has logical FK to ClinicalPatMedComment Table PharmacyNote |
PharmacyName | varchar | YES | This column has logical FK to Pharmacy Table PharmacyName |
PharmacyAddress1 | varchar | YES | This column has logical FK to Pharmacy Table Addressline1 |
PharmacyAddress2 | varchar | YES | This column has logical FK to Pharmacy Table Addressline2 |
PharmacyCity | varchar | YES | This column has logical FK to Pharmacy Table City |
PharmacyState | varchar | YES | This column has logical FK to Pharmacy Table State |
PharmacyZip | varchar | YES | This column has logical FK to Pharmacy Table ZipCode |
ERXEventStatusID | int | YES | This column has logical FK to ERXPatMedList Table EventStatusID |
ERXSendDate | datetime | YES | This column has logical FK to ERXPatMedList Table SendDate |
ICD10Code | varchar | YES | ICD10 Diagnosis code |
RXBGroupPatMeds
This table stores RXBGroupPatMeds information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RXBGroupID | numeric | NO | Primary Key. FK relation to RXBGroup Table RXBGroupID |
ClinicalPatMedID | numeric | NO | Primary Key. Logical FK to CalinicalPatMeds Table ClinicalPatMedID |
CanUseCareProvSig | tinyint | NO | Toggles between 0 and 1 |
PrintSigPermission | tinyint | NO | Toggles between 0 and 1 |
CareProvSigPrinted | tinyint | NO | Toggles between 0 and 1 |
CreatedBySigPrinted | tinyint | NO | Toggles between 0 and 1 |
AlertNeeded | tinyint | NO | Toggles between 0 and 1 |
AlertSent | tinyint | NO | Toggles between 0 and 1 |
RXBHeaderInfo
This table stores RXBHeaderInfo information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RXBGroupID | numeric | NO | Primary Key, FK relation to RXBGroup Table.. RXBGroupID References: dbo.RXBGroup |
LocationName | varchar | NO | Medical Facility Name |
LocationAddressLine1 | varchar | YES | Address of Medical Facility |
LocationAddressLine2 | varchar | YES | Address of Medical Facility |
LocationCity | varchar | YES | City name of the Medical Facility |
LocationState | varchar | YES | State name of the Medical Facility |
LocationZip | varchar | YES | Location zip code of the Medical Facility |
LocationPhone | varchar | YES | Medical Facility Phone Number |
LocationFax | varchar | YES | Medical Facility Fax Number |
LocationTaxID | varchar | YES | Contains TaxId number of the facility |
PracticeName | varchar | NO | Contains name of the practice |
PracticeAddressLine1 | varchar | YES | Address of practice |
PracticeAddressLine2 | varchar | YES | Address of practice |
PracticeCity | varchar | YES | City name of the practice |
PracticeState | varchar | YES | State name of the practice |
PracticeZip | varchar | YES | Location zip code of the practice |
PracticePhone | varchar | YES | Practice phone number |
PracticeFax | varchar | YES | Practice fax number |
PracticeTaxID | varchar | YES | Contains taxId number of the practice |
PatientFirstName | varchar | NO | First name of patient |
PatientMiddleName | varchar | YES | Middle name of patient |
PatientLastName | varchar | NO | Last name of patient |
PatientAddressLine1 | varchar | YES | Patient residence address |
PatientAddressLine2 | varchar | YES | Patient residence address |
PatientCity | varchar | YES | City name of patient residence |
PatientState | varchar | YES | State name of patient residence |
PatientZip | varchar | YES | Zip code of the patient residence |
PatientPhone | varchar | YES | Patient phone number |
PatientDOB | datetime | YES | Patient Date of birth |
PatientSSN | varchar | YES | Patient social security number |
TransUserFirstName | varchar | NO | First name of TransUser |
TransUserMiddleName | varchar | YES | Middle name of TransUser |
TransUserLastName | varchar | NO | Last name of TransUser |
TransUserID | numeric | NO | UserId of TransUser |
PrimaryInsuranceCategoryID | numeric | YES | Category ID number of primary insurance |
PrimaryInsuranceCompanyID | numeric | YES | Company ID number of primary insurance |
PrimaryInsurancePlanID | numeric | YES | Plan ID number of primary insurance |
PrimaryInsuranceClassID | numeric | YES | Class ID number of primary insurance |
SecondaryInsuranceCategoryID | numeric | YES | Category ID number of secondary insurance |
SecondaryInsuranceCompanyID | numeric | YES | Company ID number of secondary insurance |
SecondaryInsurancePlanID | numeric | YES | Plan ID number of secondary insurance |
SecondaryInsuranceClassID | numeric | YES | Class ID number of secondary insurance |
TertiaryInsuranceCategoryID | numeric | YES | Category ID number of tertiary insurance |
TertiaryInsuranceCompanyID | numeric | YES | Company ID number of tertiary insurance |
TertiaryInsurancePlanID | numeric | YES | Plan ID number of tertiary insurance |
TertiaryInsuranceClassID | numeric | YES | Class ID number of tertiary insurance |
TotalMedsOnPage | varchar | YES | Total number of meds |
PreferredProviderFirstName | varchar | NO | First name of preferred provider |
PreferredProviderMiddleName | varchar | NO | Middle name of preferred provider |
PreferredProviderLastName | varchar | NO | Last name of preferred provider |
PreferredProviderCredentials | varchar | NO | Credentials of preferred provider |
PrimaryInsuranceCompanyName | varchar | YES | Company name of primary insurance |
PrimaryInsurancePlanName | varchar | YES | plan name of primary insurance |
SecondaryInsuranceCompanyName | varchar | YES | Company name of secondary insurance |
SecondaryInsurancePlanName | varchar | YES | plan name of secondary insurance |
TertiaryInsuranceCompanyName | varchar | YES | Company name of tertiary insurance |
TertiaryInsurancePlanName | varchar | YES | plan name of tertiary insurance |
RXFillStatus
This table represents RXFillStatus details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RXFillStatusID | smallint | NO | primary key, Identity column. Identity / Auto increment |
StatusDescription | varchar | NO | stores the status of RXFill |
IsEnabled | bit | NO | stores 0 or 1 |
DisplayOrder | tinyint | NO | stores the order of RXFillstatus |
RXFillStatusReason
This table represents RXFill Status Reason details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RXFillStatusReasonID | smallint | NO | primary key, Identity column. Identity / Auto increment |
ReasonCode | varchar | NO | Unique Key |
ReasonDescription | varchar | YES | stores the RXFillStatusReason |
IsEnabled | bit | NO | stores default set to 0 or 1 |
DisplayOrder | tinyint | NO | displays the order of RXFillResonstatus |
SBSuperBills
This table stores Super Bill Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SBSuperBillID | int | NO | Primary Key, Identical column.. Identity / Auto increment |
VisitID | numeric | NO | This column has Logical FK to Visit Table VisitID. |
procDocDetailID | numeric | YES | This column has Logical FK to procDocDetailID Table procDocDetailID. |
ProcedureMasterID | numeric | NO | This column has Logical FK to ProcedureMasterInfo Table ProcedureMasterID. |
DiagDocDetailID | numeric | YES | This Column represents Diagnosis Document DetailID |
DiagID | varchar | YES | This column has Logical FK to DiagnosisMaster Table DiagID. |
DiagCode | varchar | NO | This Column stores Diagnosis Code |
DiagDesc | varchar | YES | This Column stores Diagnosis Description |
Units | int | NO | This Column represents value for Unit |
DiagPriority | int | NO | This Column represents Diagnosis Priority |
Status | int | NO | This Column stores Status |
Disabled | int | YES | This Column store Value for the Disabled |
Deleted | int | YES | This Column stores value for Delete Status |
ProcedurePriority | int | NO | This Column stores Procedure Priority value |
SBSuperBillServiceDetail
This table stores data for Super Bill Service Details.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | This column has Logical FK to CHCServiceDetail Table ServiceDetailID. |
procDocDetailID | numeric | NO | This column has Logical FK to SBSuperBills Table procDocDetailID |
VisitID | numeric | NO | This column has Logical FK to Visit Table VisitID |
CreateDate | datetime | NO | This column stores date when it was initiared. |
SBVisitNote
This table stores data for Super Bill Notes.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SBVisitNoteID | int | NO | Primary Key, Identical Column. Identity / Autoincrement |
VisitID | int | NO | This column has Logical FK to Visit Table VisitID |
ProcedureNote | varchar | YES | This column has data for Procedure Note. |
DiagnosisNote | varchar | YES | This column has data for Diagnosis Note. |
ScheduleAppointment
Description for patient appointment schedule
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ApptID | numeric | NO | Primary key,stores appointment ID |
StartDate | datetime | NO | Appointment start date |
PatientName | varchar | NO | stores patient name |
PatientComplaint | varchar | NO | purpose for scheduling appointment |
AdditionalInfo | varchar | NO | For which reason patient scheduled appointment |
PatientID | numeric | NO | Logical relation with Patient table, patientID |
ApptTypeId | numeric | NO | type of appointment |
ApptDescription | varchar | NO | Description for cancelling appointment |
UserID | numeric | YES | logical Fk with Users table,UserID |
Disable | int | NO | About Appointment scheduling and cancelling |
ChangeId | numeric | YES | reason for cancel |
ApptLink | numeric | NO | storesappointment ID |
StepLink | numeric | NO | stores appointment ID |
StepId | numeric | NO | AppointmentType ID |
DateMade | datetime | NO | appointment scheduled date |
LastModifiedUserID | numeric | NO | Details about modified user |
LastModifiedDate | datetime | NO | Appointment modified Date |
IsTelehealthAppt | bit | YES | stores 1 if it is telehealth appoint or stores 0 |
TelehealthEventStatus | varchar | YES | Status of telehealth event |
TelehealthEventDatetime | datetime | YES | store date and time of Telehealth event |
ScheduleAppointmentPreReqInfo
This table stores ScheduleAppointmentPreReqInfo information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ApptID | numeric | NO | Primary key,stores appointment ID |
PreReqID | numeric | NO | Primary key,stores pre-requisites ID |
Value | varchar | NO | Contains pre-requiste value |
ScheduleAppointmentResources
Allocating resources to patient according appointment scheduling
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ApptID | numeric | NO | primary key, stores Appointment ID |
ResourceID | numeric | NO | primary key, stores ResourceID |
ResourceCategoryID | numeric | NO | About ,which category the resource is from |
StartTime | datetime | NO | Appointment start time |
EndTime | datetime | NO | Appointment end time |
DurationMinutes | int | NO | Duration of appointment |
ScheduleApptChangeLookup
Provide the details about reason for changing appointment
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ChangeID | numeric | NO | primarykey, changeID is used for change reason |
ChangeReason | varchar | NO | change reason will provide the reason for changing |
ScheduleApptRequest
Contains list of all Appointment Request generated by User which is not converted into Appointment yet.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ApptRequestId | numeric | NO | Primary key, identity column starts from 1000. Identity / Auto increment |
ApptTypeId | numeric | YES | logical FK relation to ScheduleApptTypeList Table ApptTypeID |
StepId | numeric | YES | logical FK relation to ScheduleStepList Table StepID |
PatientId | numeric | NO | This column has logical FK to Patient Table PatientID, for whom this Appointmet request got created |
RequestDate | datetime | NO | Datetime Request submitted |
DayBuffer | int | NO | no of days in buffer |
ApptCareProviderId | numeric | NO | logical FK to CareProvider Table CareProviderID |
ApptServiceLocationId | numeric | NO | logical FK to CareProviderLocation Table LocationID |
bAnyCareProviderWillDo | int | NO | Toggles between 1 and 0. 1=Any careprovider will take this request, 0=Assigned CareProvider in ApptCareProviderID can take request |
AdditionalInfo | varchar | YES | Additional info text from User |
OrigCareProviderId | numeric | NO | logical FK to CareProvider Table CareProviderID |
OrigServiceLocationId | numeric | NO | logical FK to CareProviderLocation Table LocationID |
RequestorTypeId | numeric | NO | logical FK to ScheduleRequestorTypeList Table RequestorTypeID |
bAllowOverride | int | NO | Toggled between 0 and 1, 1=Allow Override check box check during Recall process |
DocumentId | numeric | YES | logical FK to ClinicalDocument Table DocumentID if request came from Note |
SequenceId | numeric | YES | logical FK to ClinicalDocuments Table SequenceID if request came from Note |
UserId | numeric | NO | User who submited,logical FK to User Table UserID |
CreateDateTime | datetime | NO | Datetime created this entry . Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
Enabled | tinyint | NO | toggles between 1 and 0, 1=display, 0=hide . Default: 1 |
LastModifiedUser | numeric | YES | Logical FK to Users table UserID, who modified the request |
LastModifiedDate | datetime | YES | Datetime when User has last modify this request |
ScheduleApptRequestorTypeList
Provide the details about Requestor
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RequestorTypeId | numeric | NO | Primarykey,stores requestorTypeId |
RequestorTypeName | varchar | YES | stores the name of the Requestor |
ScheduleApptTypeList
Scheduling the list of appointments
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ApptTypeId | numeric | NO | primary key,type of appointment |
ApptTypeName | varchar | NO | type of appointment name |
Disable | int | YES | About Appointment scheduling and cancelling |
VisualId | numeric | YES | visual Id for appointment |
Description | varchar | YES | data about appointment |
ScheduleLocationAppt
Bridge table to join ScheduleAppt and ScheduleLocation for Appointment scheduling model/page.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ScheduleLocationId | numeric | NO | Primary key, FK relation to ScheduleLocations Table ScheduleLocationID,. 0=sigle location when multi location is disabled. References: dbo.ScheduleLocations |
ApptID | numeric | NO | Primary key, FK relation to ScheduleAppointment Table ApptID. References: dbo.ScheduleAppointment |
ScheduleLocationApptRequest
Bridge table to join ScheduleLocation and ScheduleApptRequest Tables used for Appointment Scheduling model/page.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ScheduleLocationId | numeric | NO | Primary key, FK relation to ScheduleLocations Table ScheduleLocationID,. 0=sigle location when multi location is disabled. References: dbo.ScheduleLocations |
ApptRequestId | numeric | NO | Primary key, FK relation to ScheduleApptRequest Table ApptRequestID. References: dbo.ScheduleApptRequest |
ScheduleLocationApptType
Bridge table to join ScheduleLocation and ScheduleApptTypeList Tables used for Apppointment Scheduling model/page.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ScheduleLocationId | numeric | NO | Primary key, FK relation to ScheduleLocations Table ScheduleLocationID,. 0=sigle location when multi location is disabled. References: dbo.ScheduleLocations |
ApptTypeId | numeric | NO | Primary key, FK relation to ScheduleApptTypeList Table ApptTypeID. References: dbo.ScheduleApptTypeList |
ScheduleLocations
Contains list of Location User can use under Scheduling module/page.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ScheduleLocationId | numeric | NO | Primary key, identity columns starts from 1000. 0= default Location, >1000. if multi location enabled and user has added more locations. Identity / Auto increment |
LocationName | varchar | NO | Location Name |
LocationAbb | varchar | NO | Location abbreviation |
LocationId | numeric | NO | logical FK to CareProviderLocation Table LocationID |
Enabled | tinyint | NO | toggles between 1 and 0, 1=can use, 0=not in use |
ScheduleRecall
Contains list of Appointment recall information from Appointment Scheduling module/page.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RecallId | numeric | NO | Primary key, identity column starts from 1000. Identity / Auto increment |
PatientId | numeric | NO | logical FK to Patient Table PatientID associated with Appointment Recall |
ApptTypeId | numeric | NO | logical FK relation to ScheduleApptTypeList Table ApptTypeID |
StepId | numeric | NO | logical FK relation to ScheduleStepList Table StepID |
AdditionalInfo | varchar | YES | Additional Notes provided by User during Recall. Nullable |
ServiceLocationId | numeric | NO | Logical FK to CareProviderLocation Table PracticeLocationID |
bAnyCareProviderWillDo | int | NO | Toggles between 1 and 0, 1=check box checked for Any CareProvider |
bAllowOverride | int | NO | Toggled between 0 and 1, 1=Allow Override check box check during Recall process |
RequestDate | datetime | NO | Datetime Recall set for Patient |
DayBuffer | int | NO | no of days in buffer |
RecallStatusId | numeric | NO | logicl FK to ScheduleRecallStatusList Table RecallStatusID |
UserId | numeric | NO | User who submited,logical FK relation to User Table UserID |
CreateDateTime | datetime | NO | Datetime created this entry. Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
Enabled | tinyint | NO | toggles between 1 and 0, 1=display, 0=hide. Default: 1 |
LastModifiedUserId | numeric | YES | logical FK to Users Table UserID, who has modified this record. Nullable |
LastModifiedDate | datetime | YES | Datetime when User has last modify this record. Nullable |
ScheduleRecallResources
Bridge table to join Schedule RecallID with ScheduleResouceCategoryList and ScheduleSpecificResource Tables.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RecallId | numeric | NO | Primary key, logical FK to ScheduleRecall Table RecallID |
ResourceCategoryId | numeric | NO | Primary key, logical FK to ScheduleResourceCategoryList Table ResourceCategoryID |
ResourceId | numeric | NO | Primary key, logical FK to ScheduleSpecificResource Table ResourceID |
ScheduleReferralLink
Bridge table to join ScheduleAppt and InsurancePreCert Table for referral.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ApptId | numeric | YES | logical FK to ScheduleAppointment Table ApptID. Nullable |
InsPreCertId | numeric | YES | logical FK to InsurancePreCert Table InsPreCertID. Nullable |
DecrementCounter | int | YES | Decrement counter. Nullable |
ScheduleResourceAppointment
This table represents the Schedule Resource Appointment details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ApptID | numeric | NO | Primary Key,has FK to SchduleAppointment. References: dbo.ScheduleAppointment |
ResourceID | numeric | NO | primary Key,FK to dbo.ScheduleSpecificResource ResourceID. References: dbo.ScheduleSpecificResource |
ResourceCategoryID | numeric | NO | has FK to dbo.ScheduleResourceCategoryList ResourceCategoryID. References: dbo.ScheduleResourceCategoryList |
StartDate | datetime | NO | stores the start date of Appt |
StartTime | datetime | NO | stores the start time of schedule |
DurationMinutes | int | NO | stores duration minutes of Appt |
PatientName | varchar | NO | this column stores the patient name |
PatientComplaint | varchar | NO | stores the patient Complaint |
AdditionalInfo | varchar | NO | stores Additional Info of Appointment |
OverloadValue | smallint | YES | Default value set to 1. Nullable. Default: 1 |
PatientID | numeric | NO | FK to dbo.Patient PatientID. References: dbo.Patient |
ApptTypeId | numeric | NO | has FK to ScheduleApptTypeList ApptTypeId. References: dbo.ScheduleApptTypeList |
ApptDescription | varchar | NO | stores the appointment description |
UserID | numeric | YES | FK to dbo.Users UserID. Nullable. References: dbo.Users |
Disable | int | NO | stores 0 o r 1. Default: 0 |
ChangeId | numeric | YES | logical FK to PatientList ChangeId. Nullable. Default: 0 |
ApptLink | numeric | NO | has logical FK to ScheduleAppointment ApptLink |
StepLink | numeric | NO | has logical FK to ScheduleVisitLink table ScheduleLinkID |
StepId | numeric | NO | has FK to ScheduleStepList StepId. References: dbo.ScheduleStepList |
DateMade | datetime | NO | stores the Appt creation date. Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
LastModifiedUserID | numeric | NO | this column stores Last modified user ID |
LastModifiedDate | datetime | NO | stores the last Modified date |
ScheduleResourceCategoryList
This table represents Schedule Resource Category details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ResourceCategoryId | numeric | NO | primary key |
ResourceCategoryName | varchar | NO | This column stores the Resourse Categary name |
ResourceCategoryDescription | varchar | YES | This Column stores Description of Resource category. Nullable |
Disable | int | YES | stores either 1 or 0(true or false). Nullable. Default: 0 |
VisualId | numeric | YES | This column gives Information about VisualId , Default value set to 0. Nullable. Default: 0 |
ScheduleResourceMinute
This table stores Schedule Resource Minute details
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SchedDate | datetime | NO | Created composite primary Key on schedate,ResourceID ID |
ResourceID | numeric | NO | has logical FK to ScheduleAppointmentResources Table ResourceID ID |
MinuteOfDay | int | NO | has logical FK to MinutesOfADay Table MinuteOfDay ID |
ApptID | numeric | NO | logical FK to ScheduleResourceAppointment Table ApptID ID |
ScheduleResourceMinuteHistory
This table stores ScheduleResourceMinuteHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SchedDate | datetime | NO | Created composite primary Key on schedate,ResourceID ID |
ResourceID | numeric | NO | has logical FK to ScheduleAppointmentResources Table ResourceID ID |
MinuteOfDay | int | NO | has logical FK to MinutesOfADay Table MinuteOfDay ID |
ApptID | numeric | NO | logical FK to ScheduleResourceAppointment Table ApptID ID |
ScheduleResourcePrerequisites
This table stores ScheduleResourcePrerequisites information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ResourceID | numeric | NO | Primary key, stores ResourceID |
PreReqID | numeric | NO | Primary key, stores pre-requisites ID |
PreReqName | varchar | NO | Prerequisites name |
PreReqInstructions | varchar | NO | Prerequisites instructions |
PreReqPrompt | varchar | NO | Prerequisites prompt value |
PreReqType | int | NO | Prerequisites type |
PreReqMaxLength | numeric | NO | Maximum length of prerequisites |
PreReqMinLength | numeric | NO | Minimun length of prerequisites |
ScheduleSlotSequence
This table stores ScheduleSlotSequence information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SequenceNumber | int | NO | Primary key |
StartTime | int | NO | Slot start time |
EndTime | int | NO | Slot end time |
Duration | int | NO | Duration of slot |
ScheduleSlotToAppt
Contains Appointment slot information provided through UI using Appointment Scheduling module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DayId | int | NO | logical FK to Days Table DayID |
SequenceNumber | int | NO | Primary key, logical FK to ScheduleSlotSequence Table SequenceNumber |
ResourceId | numeric | NO | Primary key, logical FK relation to ScheduleSpecificResource Table ResourceID |
ApptId | numeric | NO | Primary key, logical FK to ScheduleAppointment Table ApptID |
ApptTypeId | numeric | NO | logical FK relation to ScheduleApptTypeList Table ApptTypeID |
StepId | numeric | NO | logical FK relation to ScheduleStepList Table StepID |
ScheduleSlotToApptHistory
This table stores ScheduleSlotToApptHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DayId | int | NO | logical FK to Days Table DayID |
SequenceNumber | int | NO | Primary key, logical FK to ScheduleSlotSequence Table SequenceNumber |
ResourceId | numeric | NO | Primary key, logical FK relation to ScheduleSpecificResource Table ResourceID |
ApptId | numeric | NO | Primary key, logical FK to ScheduleAppointment Table ApptID |
ApptTypeId | numeric | NO | logical FK relation to ScheduleApptTypeList Table ApptTypeID |
StepId | numeric | NO | logical FK relation to ScheduleStepList Table StepID |
ScheduleSpecificResource
Contains list of Resources used for Appointment Scheduling, managed and created from Scheduel Administration Resources Tab.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ResourceID | numeric | NO | Primary key, generated using MasterID Table |
ResourceName | varchar | NO | Resource Name |
ResourceOwner | numeric | YES | logical FK to CareProvider Table CareProviderID. Nullable |
OverloadLimit | smallint | NO | Value selected from OverBook dorp down from UI |
SchedulingAccessibility | char | NO | always set to 1 |
ViewingAccessibility | char | NO | always set to 1 |
Disable | int | NO | toggles between 1 and 0, 1=not in use, 0=in use |
ReferenceType | int | YES | always set to 0. Nullable |
ReferenceID | numeric | YES | always set to 0. Nullable |
VisualId | numeric | YES | always set to 0. Nullable. Default: 0 |
Description | varchar | YES | Resource Description. Nullable |
LocationId | numeric | YES | logical FK relation to CareProviderLocation Table LocationID. Nullable |
AlternateLabel | varchar | YES | Alternate Label. Nullable |
ConfirmationChoice | int | YES | 0=Resource, 1=CareProvider, 2=Altrnate Resource Lable, 3=Nothing, User. seletcs from Dropdown from UI. Nullable. Default: 0 |
ScheduleStepList
Contains list of Appointment Types, managed and cofigured using Schedule Administration from Appointment Types tab.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StepId | numeric | NO | Primary key, Autogenerate ID using MasterID Table |
StepName | varchar | NO | Step/Appointment type Name |
StepDuration | int | YES | Duration time in minutes selcted by user from Dropdown from UI. Nullable. Default: 0 |
StepPatientInstructions | varchar | YES | Text fied to enter Patient Instruction by User. Nullable |
Disable | int | YES | toggles between 1 and 0, 1=not in use, 0=in use. Nullable. Default: 0 |
Abbreviation | varchar | YES | Abbreviation of the Step Name. Nullable |
AlternateLabel | varchar | NO | Alternate Label |
AllowExternalAccess | tinyint | YES | Flag column to allow external access to this Appointment Type. Nullable. Default: 0 |
ScheduleStepVisitType
Scheduling table to link the ScheduleStep.ScheduleStepID to VisitType.VisitTypeID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StepID | numeric | NO | This column has a logical FK to ScheduleStepList Table StepId |
VisitTypeID | numeric | NO | This column has a logical FK to VisitTypes Table VisitTypeID |
ScheduleVisitLink
Schedule table to link back to Visit.VisitID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitID | numeric | NO | Primary Key. Logical FK relation to Visit Table VisitID |
ScheduleLinkID | numeric | NO | Primary Key. Logical FK relation to ScheduleAppointment Table ApptID |
SDOHGoal
This table stores SDOH Goals master data. Not null
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SDOHGoalID | int | NO | ID for SDOH goal records. Not null |
Description | varchar | NO | Display name for SDOH goal records, Not null |
Code | varchar | NO | Code for SDOH goal records, Not null |
CodingSystemID | numeric | NO | This column is a foreign key referencing dbo.Codingsystem (CodingSystemId). Not null |
SDOHProblem
This table stores SDOH poproblem master data
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SDOHProblemID | numeric | NO | SDOHProblemID for SDOH problem records |
Description | varchar | NO | Description for SDOH problem records |
SNOMED | numeric | YES | SNOMED for SDOH problem records |
ICD10 | varchar | YES | ICD10 for SDOH problem records |
CreatedBy | numeric | NO | CreatedBy for SDOH problem records |
CreatedDateTime | datetime | NO | CreatedDateTime for SDOH problem records |
SendOrderingProviderOnElectronicClaim
This table stores SendOrderingProviderOnElectronicClaim information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SendOrderingProviderOnElectronicClaim | varchar | NO | This column contains value like Billable and Referring |
SerumConcentration
This table stores SerumConcentration information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SerumConcentrationID | tinyint | NO | This column is a primary key for each row in the table. |
SerumConcentrationDesc | varchar | NO | This column contains the unique serum concentration |
ColorCode | varchar | NO | This column contains color code |
ActiveFlag | bit | NO | Look likes toggle between 0 and 1 default setting is 1 Default: 1 |
SerumType
This table stores SerumType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SerumTypeID | tinyint | NO | Prmary Key, which contains unique ID for each SerumType |
SerumTypeDesc | varchar | NO | This column contains description for each SerumTypeId |
ServiceDetailHistory
This table stores ServiceDetailHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | This column store service detail id |
ClaimID | numeric | YES | Patient claimID number |
ClaimDetailNum | smallint | YES | Patient claim sequence number |
ARAcctID | numeric | YES | AR account ID |
ServiceAssignedToClaim | char | YES | Contains a character value that determines whether the service assigned |
IssOrderID | numeric | YES | Issued order ID |
FromDate | datetime | YES | Contains starting date |
ToDate | datetime | YES | Contains ending date |
PlaceOfServiceID | char | YES | Logical Reference to PlaceOfService Table |
TypeOfService | char | YES | Logical Reference to PlaceOfServiceType Table |
ProcedureMasterID | numeric | YES | This column Represents the ProcedureMasterIDs. |
ProcedureCode | char | YES | This column contains the procedure code |
NumberOfDaysOrUnits | float | YES | Computed NumberOfDaysOrUnits (ToDate - FromDate) |
EPSDTInd | char | NO | EPSDT uses PS page (A/R - Charges) via DropDown |
EMGInd | char | NO | EMG uses PS page (A/R - Charges) via DropDown |
COBInd | char | NO | COB uses PS Page (A/R - Charges) via DropDown |
Charge | money | NO | Cost of the procedure |
AccountingPeriodID | numeric | YES | Period id of the account |
PostingDate | datetime | YES | This column store posting date |
DeductibleAmount | money | YES | The deductible amount paid by patient |
WriteOffAmount | money | YES | The amount which will be deducted as write off in the approval |
IsBilled | int | NO | Flag, IsBilled (0/1) |
PatientID | numeric | YES | This column store patient id |
VisitID | numeric | YES | This column store visit id |
EncounterID | numeric | YES | This column store encounter id |
CareProviderID | numeric | NO | This column store care provider id |
LocationID | numeric | YES | This column store location id |
InsCoverageID | numeric | YES | This column store insurance coverage id |
ReferringProvID | numeric | YES | This column store referring care provider id |
CreateClaim | int | YES | Flag, CreateClaim (0/1) |
SuspendAR | int | YES | Flag, Suspend Account Receivable (0/1) |
EOBDenied | int | YES | Flag, EOB denied or not (0/1) |
EOBDeniedDate | datetime | YES | Date of EOB denied |
EOBDeniedReason | varchar | YES | Reason for EOB denial |
EmplRelatedFlag | int | YES | Flag, Employment Related Flag (0/1) |
AutoAccFlag | int | NO | Flag, Auto Accident Flag (0/1) |
AutoAccidentState | varchar | YES | State where auto accident occurred |
AccRespFlag | int | YES | Flag, Accident Response Flag (0/1) |
OtherAccident | int | YES | Flag, Other Accident (0/1) |
ResubmitClaim | int | YES | Flag, Resubmit Claim (0/1) |
SubmissionNumber | int | YES | Contains submission number |
Reserved24k | char | YES | Reserved 24k |
HospAdmitDate | datetime | YES | Date Admitted to the Hospital |
HospDischDate | datetime | YES | Date Discharged From the Hospital |
DisabilityFromDate | datetime | YES | Start date of disability |
DisabilityToDate | datetime | YES | To date of disability |
SymptomDate | datetime | YES | The date when disability symptom found |
SimilarDate | datetime | YES | Similar Illness Date |
RevisionNumber | int | YES | Claim Revision number |
RevisionUserID | numeric | YES | The user who did claim revision |
RevisionDateTime | datetime | YES | Claim Revision DateTime |
CurrUserID | numeric | YES | This column store current user ID |
CurrDateTime | datetime | YES | This column store Current datetime |
PatientExpected | money | YES | Contains patient expected money |
InsuranceExpected | money | YES | Contains insurance expected money |
PatientPaid | money | YES | Contains money paid by patient |
InsurancePaid | money | YES | Contains money paid by insurance |
WriteOffExpected | money | YES | The expected write off amount |
ContractWriteOffPosted | int | YES | The expected contract write off amount |
VoidServiceDetailID | numeric | YES | Value used to filter build of FCTServiceDetailCodes |
OverridePrintExclusion | int | YES | Override Print Excluded |
BillableToPatient | int | YES | Flag, BillableToPatient (0/1) |
AccidentStateID | numeric | YES | logical FK to States Table StateID |
AccidentTypeID | numeric | YES | This column has logical FK to AccidentType Table AccidentTypeID |
AdjustedAmount | money | YES | This column store Adjusted amount |
Amended | int | YES | Flag, Amended (0/1) |
ServiceDetailStatusID | numeric | YES | logical FK to ServiceDetailStatus Table ServiceDetailStatusID |
OtherPaid | money | YES | This column store other paid amount |
CopayApplied | int | YES | This column stores the amount paid by copay |
StatementDate | datetime | YES | This column store statement date |
StatementSuppressionDays | int | YES | Suppress patient Balance statement for a given number of days |
ExcludeStatement | int | YES | Flag, ExcludeStatement(0/1) |
OtherPaidInsurance | money | NO | Amount paid by other insurance |
CoPayAmtApplied | money | NO | amount applied by copay |
PracticeLocationID | numeric | YES | This column has logical FK to CareProviderLocation Table LocationID |
RenderingProviderID | numeric | NO | Logical FK To Claim Table |
PatientBalance | money | NO | The balance amount if any needs to paid by patient/insured person |
InsuranceBalance | money | NO | The amunt needs to be paid by insurance company |
PatientApplied | money | NO | amount applied from patient balance |
InsuranceApplied | money | NO | amount applied from insurance balance |
CoInsPct | numeric | YES | Used to store the Coinsurance percentage based on the calcualtion |
BalanceCalcMethod | char | NO | Calculation method, I=Insurance, P=Patient, B=Both |
SecondaryInsurance | int | YES | Flag, consider secondary insuarnce(0/1) |
UseExclusion | int | YES | Flag, UseExclusion (0/1) |
AcceptAssignment | int | YES | Flag, AcceptAssignment (0/1) |
PrimaryExpected | money | NO | Amount expected |
ResponsibilityDate | datetime | YES | Date Responsibility Applied |
OrderDate | datetime | YES | Date of order |
LastSeen | datetime | YES | Date of Last Seen |
IgnoreRenderingOverride | tinyint | NO | This column used as Flag and this column is not nullable field |
ProcedureAmount | money | NO | Amount to paid for the procedure |
GlobalPeriod | smallint | YES | Small int field populated by User entry into Global Post-OP days from Procudeure page |
NDCQty | float | YES | NDC Quantity |
RxNumber | varchar | YES | Rx Number |
InitialTxDate | datetime | YES | Initial Treatment Date |
NonCoveredCharge | tinyint | YES | Flag, NonCoveredCharge |
ServiceDetailInsuranceHistory
This table stores ServiceDetailInsuranceHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | Primary Key, This column store service details ID |
InsCovID | numeric | NO | Primary Key, This column store insurance coverage id |
ClaimID | numeric | NO | Primary Key, This column store claimID |
Priority | int | NO | This column store priority |
SubOrder | int | NO | This column store SubOrder |
PreCertNumber | varchar | YES | This column store Pre Cert number |
Status | int | NO | This column store status |
ServiceDetailModifiersHistory
This table stores ServiceDetailModifiersHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | Primary Key, This column store service details ID |
ClaimID | numeric | NO | Primary Key, This column store claimID |
Modifier | char | NO | This column store modifier name |
ServiceDetailResponsibility
Billing table related to charges/service detail. Joins to br_ServiceDetail.ServiceDetailID Stores the method the user selected to calculate balance amounts for the charge and the last date it changed.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | YES | Logical PK, br_ServiceDetail.ServiceDetailID. Nullable |
BalanceCalcMethod | char | YES | Calculation method, I=Insurance, P=Patient, B=Both. Nullable |
CoPayAmtApplied | money | YES | Used to store the copay based on the calcualtion. Nullable |
DeductibleAmount | money | YES | Used to store the deductible amount based on the calcualtion. Nullable |
WriteOffExpected | money | YES | Used to store the contractual write off expected based on the calcualtion. Nullable |
CoInsPct | numeric | YES | Used to store the Coinsurance percentage based on the calcualtion. Nullable |
CreateDate | datetime | YES | Date created. Nullable |
ServiceDetailStatus
This table stores ServiceDetailStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailStatusID | numeric | NO | Primary Key. A unique identifier associated with a service detail status. |
StatusShortName | varchar | NO | A short code or abbreviation representing the service detail status. |
StatusDescription | varchar | YES | A detailed description of the service detail status. Nullable. |
ServiceDetailToDiagnosisHistory
This table stores ServiceDetailToDiagnosisHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceDetailID | numeric | NO | Primary Key, This column store service details ID |
ClaimID | numeric | NO | Primary Key, This column store claimID |
DiagnosisCode | char | NO | Primary Key, This column store Diagnosis code |
DiagnosisPriority | int | NO | This column store Diagnosis Priority |
ServiceFee
Financial/billing table used to store service fees (finance charges) assesed against delinquient accounts
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceFeeID | numeric | NO | Primary key, identity column. Identity / Auto increment |
ChargeID | numeric | NO | Logical FK to Charge table, ChargeID |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID |
BillableCareProviderID | numeric | NO | logical FK to CareProvider Table CareProviderID |
PracticeLocationID | numeric | NO | logical FK to CareProviderLocation Table PracticeLocationID |
UserID | numeric | NO | This column has logical FK to Users table UserID. |
Type | int | NO | 0=Flate Rate, 1=Percent |
PostingDate | datetime | NO | This column store posting date |
CreateDate | datetime | NO | Datetime record got created |
Amount | money | NO | Amount of charge |
TranDescription | varchar | NO | transaction description |
BatchID | numeric | NO | Logical FK Batch AR table BatchID |
ServiceGroup
Financial/billing table used to store logical "claim split" of charges within a visit.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceGroupID | numeric | NO | primary key, identity column Identity / Auto increment |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID |
VisitID | numeric | NO | This column has Logical FK to Visit Table VisitID. |
CareProviderID | numeric | NO | This column has logical FK to CareProvider Table CareProviderID |
LocationID | numeric | NO | logical FK relation to CareProviderLocation Table LocationID |
ReferringProvID | numeric | YES | Logical Reference to CareProvider Table Nullable |
AccidentStateID | numeric | YES | logical FK to States Table StateID Nullable |
AccidentTypeID | numeric | YES | This column has logical FK to AccidentType Table AccidentTypeID Nullable |
RenderingProviderID | numeric | YES | Logically FK to dbo.CareProvider.CareProviderID Nullable |
RenderingOverride | tinyint | NO | Flag column, 1=Yes, 0=No |
Pregnancy | tinyint | NO | Flag column, 1=Yes, 0=No |
SpecialProgramCode | char | NO | Code ranges 00-09 |
ServiceAuthorizationExceptionCode | char | NO | Code ranges 0-7 |
LastSeen | datetime | YES | Logical FK to br_ServiceDetail table Nullable |
LastMenstrualPeriod | datetime | YES | Datetime last menstrual period Nullable |
HearingAndVisionPrescription | datetime | YES | Datetime Hearing and Vision prescription Nullable |
AuthorizedReturnToWork | datetime | YES | Datetime Authorized return to work Nullable |
SimilarIllness | datetime | YES | Datetime Similar Illness Nullable |
RelinquishedCare | datetime | YES | Datetime Relinquished Care Nullable |
HospitalFrom | datetime | YES | Datetime Hospital From Nullable |
HospitalTo | datetime | YES | Datetime Hospital to Nullable |
DisabilityFrom | datetime | YES | Datetime Disability from Nullable |
DisabilityTo | datetime | YES | Datetime Disability to Nullable |
AccidentDate | datetime | YES | Datetime Accident, consider Date only and ignores Time part Nullable |
EDC | datetime | YES | Datetime EDC Nullable |
LastWorked | datetime | YES | Datetime Last worked Nullable |
AssumedCare | datetime | YES | Datetime AssumedCare Nullable |
OrderDate | datetime | YES | Datetime Ordered Nullable |
AccidentTime | datetime | YES | Datetime Accident contains only time and ignores Date part Nullable |
CPOLocationID | numeric | NO | Care Plan Oversight locationID |
EPSDTReferralCode | varchar | NO | EPSDT referral code |
SupervisingProviderID | numeric | NO | Logical FK to CareProvider Table CareProviderID |
ClaimComment | varchar | YES | Comment text entered by User Nullable |
InitialTxDate | datetime | YES | Datetime inital Treatment Nullable |
FileInformation | varchar | YES | Text from K3FileInfo Nullable |
PropertyCasualtyClaimNumber | varchar | YES | Text from PCN Number Nullable |
NonPrimaryRenderingID | numeric | YES | logical FK to CareProvider Table CareProviderID Nullable |
PracticeLocationID | numeric | YES | logical FK to CareProviderLocation Table PracticeLocationID Nullable |
ClaimFrequencyCode | varchar | YES | Professional claim frequency code, logical FK to ClaimFrequencyCode Table FrequencyCode Nullable |
DemonstrationProjectID | varchar | YES | Text data from Demonstration projectID Nullable |
InvestigationalDeviceExemption | varchar | YES | Contains a value that determines the investigational device to be used |
ServiceGroupCharge
Table to link ServiceGroup.ServiceGroupID to the Charge.ChargeID record
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceGroupID | numeric | NO | This column has a physical FK to ServiceGroup Table ServiceGroupID. References: dbo.ServiceGroup |
ChargeID | numeric | NO | UK column, has a logical FK to br_ServiceDetail Table ChargeID |
ServiceGroupClaim
Table to link ServiceGroup.ServiceGroupID to the Claim.ClaimID record
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceGroupID | numeric | NO | This column has a physical FK to ServiceGroup Table ServiceGroupID. References: dbo.ServiceGroup |
ClaimID | numeric | NO | This column has a logical FK to Claim Table ClaimID |
ServiceGroupIns
This table stores data for Service Group Insurance.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceGroupID | numeric | NO | This column has Logical FK to ServiceGroup Table ServiceGroupID. References: dbo.ServiceGroup |
Priority | smallint | NO | Create composite primary key for ServiceGroupID,Priority,SubOrder and. PlanID |
SubOrder | smallint | NO | Create composite primary key for ServiceGroupID,Priority,SubOrder and PlanID |
PlanID | numeric | NO | Create composite primary key for ServiceGroupID,Priority,SubOrder and PlanID |
InsCovID | numeric | NO | This column has Logical FK to InsuranceCoverage Table InsID. |
ServiceGroupUBCodeInfo
This table stores Service Group UB Code Information.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceGroupUBCodeID | numeric | NO | Primary Key, Identical Column, Identity / Auto increment |
ServiceGroupID | numeric | NO | This column has Logical FK to ServiceGroup Table ServiceGroupID |
InformationCodeType | varchar | NO | This column represents Information Code Type |
InformationCode | varchar | NO | This column represents Information Code |
InformationCodeUB | varchar | YES | This column represents Information Code UB. Nullable |
InformationDateFrom | datetime | YES | This column represents Information Date From. Nullable |
InformationDateTo | datetime | YES | This column represents Information Date To. Nullable |
InformationAmount | varchar | YES | This column represents Information Date Amount. Nullable |
ServiceGroupUBInfo
This table stores ServiceGroupUBInfo information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceGroupUBID | numeric | NO | Primary Key |
ServiceGroupID | numeric | NO | This column has Logical FK to ServiceGroup Table ServiceGroupID |
TypeOfBill | varchar | NO | Contains type of bill |
PaperEOBRequested | tinyint | NO | Flag, PaperEOBRequested (0/1) |
AdmissionHour | varchar | YES | Admitted hours |
DischargeHour | varchar | YES | Discharges hours |
AdmissionTypeCode | char | YES | Code value of admission type |
AdmissionSourceCode | char | YES | Source code value for admission |
UBFLFreeUse | varchar | YES | value UBFL |
Remarks | varchar | YES | Additional info text |
PatientStatusCode | varchar | YES | Status code for patient |
PrincipalDiagnosis | varchar | NO | Principal diagnosis treated code |
AdmittingDiagnosis | varchar | YES | Diagnosis code during admission |
ReasonForVisitDiagnosis | varchar | YES | reason for visit diagnosis |
ECodeDiagnosis | varchar | YES | Ecode for diagnosis |
CoveredDays | int | YES | Number of days covered |
CoInsuredDays | int | YES | Number of days Coinsured |
LifeTimeReserveDays | int | YES | LifeTimeReserveDays |
NonCoveredDays | int | YES | Number of days insurance not covered |
PropertyCasualtyClaimNumber | varchar | YES | Text from PCN Number |
OverrideOperatingFlag | tinyint | YES | Flag, OverrideOperatingFlag(0/1) |
ClaimFrequencyCode | varchar | YES | Stores the Claim Frequency Code |
DemonstrationProjectID | varchar | YES | Text data from Demonstration projectID |
PrincipalDiagnosis_ICD10 | varchar | YES | ICD10 value of Principal diagnosis |
AdmittingDiagnosis_ICD10 | varchar | YES | ICD10 value of Admitting diagnosis |
ReasonForVisitDiagnosis_ICD10 | varchar | YES | ICD10 value of reason for visit diagnosis |
InvestigationalDeviceExemption | varchar | YES | Contains a value that determines the investigational device to be used |
ServiceGroupUBInfoDiagnosis
This table stores ServiceGroupUBInfoDiagnosis information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceGroupUBID | numeric | NO | Stores ServiceGroupUBID |
DiagnosisCode | varchar | NO | This column store Diagnosis code |
SGUBDiagnosisCategoryID | smallint | NO | This column has logical FK to SGUBDiagnosisCategoryID Table |
CodingSystemID | numeric | NO | This column has logical FK to CodingSystem table CodingSystemID |
ServiceGroupUBInfoDiagnosisCategory
This table stores ServiceGroupUBInfoDiagnosisCategory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SGUBDiagnosisCategoryID | smallint | NO | Primary Key |
SGUBDiagnosisCategoryName | nvarchar | NO | Contains category name for service group UB diagnosis |
ServiceLocationFilingPlans
This table stores ServiceLocationFilingPlans information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ServiceLocationFilingPlanID | numeric | NO | Primary key, which contains unique ID for ServiceLocationFilingPlan |
LocationID | numeric | NO | This Column store Location ID |
CompanyID | numeric | NO | This column stores Company ID |
PlanID | numeric | YES | This column store PlanID information Nullable |
EFilePlanID | numeric | YES | Contains the EFilePlanID data |
PaperFilingPlanID | numeric | YES | PaperFilingPlanID uses PS page (A/R - Insurance Plans - Plan)-DropDown Nullable |
NonPrimaryPaperFilingPlanID | numeric | YES | Non-Primary paper filing Plan ID uses PS page (A/R - Insurance Plans -. Plan) Nullable |
FacilityBillIndicator | tinyint | YES | This column contains the value for FacilityBillIndicator |
SexualOrientation
SexualOrientation Information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SexualOrientationID | int | NO | Primary Key, Identity column. Identity / Auto increment |
SexualOrientationDesc | varchar | NO | Text field to contains description |
IsEnabled | bit | NO | Toggles between 0 and 1, set to 0 for not available for user to use |
DisplayOrder | int | YES | Indicates the display order for SexualOrientation |
SexualOrientationCodingSystem
Pre loaded SexualOrientation Code information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SexualOrientationID | int | NO | Primary Key, FK relationship to SexualOrientation Table. SexualOrientationID. References: dbo.SexualOrientation |
CodingSystemID | numeric | NO | Primary Key, FK relationship to CodingSystem Table CodingSystemID. References: dbo.Codingsystem |
CodeID | varchar | NO | Text field to contains CodeId |
Shot
This table stores Shot information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ShotID | int | NO | This column is a primary key for each row in the table. Identity / Auto increment |
PatientID | numeric | NO | This column is FK for the patient. It references the PatientID column in the Patient table |
VialID | int | NO | This column act as FK to Vial table VialID |
CareProviderID | numeric | YES | This column has logical FK to CareProvider Table CareProviderID Nullable fk_CareProvider_Shot_CareProviderID |
DoseID | tinyint | YES | This column references FK to table Dose DoseID Nullable fk_Dose_Shot_DoseID |
ShotDate | datetime | NO | This column contains the shot date time |
ShotLocationID | int | NO | This column contains the shot location ID |
InitialReactionID | tinyint | YES | This column act as FK to Reaction table InitialReactionID Nullable fk_Reaction_Shot_InitialReactionID |
ArmCheckUserID | numeric | YES | This column has Logical FK to Users Table UserID Nullable fk_Users_Shot_ArmCheckUserID |
ArmCheckDate | datetime | YES | This column contains the date time Nullable |
ArmCheckOffsetID | tinyint | YES | This column act as FK to ArmCheckOffset table ArmCheckOffsetID Nullable fk_ArmCheckOffset_Shot_ArmCheckOffset |
ArmCheckReactionID | tinyint | YES | This column act as FK to Reaction table ArmCheckReactionID Nullable fk_Reaction_Shot_ArmCheckReactionID |
ShotComment | varchar | YES | This column contains short comment Nullable |
ArmCheckComment | varchar | YES | This column contains arm check comment Nullable |
TaskListID | numeric | YES | This column act as FK to TaskList table TaskListID |
DocumentID | numeric | NO | This column act as FK to ClinicalDocuments table DocumentID |
ShotDiag
This table stores ShotDiag information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ShotDiagID | int | NO | This column is a primary key for each row in the table.Identity / Auto increment |
ShotID | int | YES | This column act as FK to Shot table ShotID Nullable |
ICD9Code | char | NO | ICD9 Diagnosis code |
ShotFrequency
This table stores ShotFrequency information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ShotFrequencyID | tinyint | NO | This column is a primary key for each row in the table |
ShotFrequencyDesc | varchar | NO | This column contains the unique frequency for shot |
NumDays | tinyint | NO | This column contains the ShotFrequencyDesc in number of days |
ShotProcedure
This table stores ShotProcedure information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ShotProcedureID | int | NO | This column is a primary key for each row in the table. Identity / Auto increment |
ShotID | int | YES | This column act as FK to Shot table ShotID Nullable |
CPTCode | varchar | NO | This Column save the CPT Code |
Units | smallint | NO | This Column save the Units of CPT Code |
SpecialProgram
This table stores SpecialProgram information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SpecialProgramCode | char | NO | Primary Key, Contains codes ranges 00-09 |
SpecialProgramDesc | varchar | YES | Contains Description for special program codes |
SpecimenInstruction
Link table between SpecimenInstructionType.SpecimenInstructionTypeID and SpecimenInstructionDescription.pecimenInstructionDescriptionID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SpecimenInstructionTypeID | numeric | NO | This column has a physical FK to SpecimenInstructionType Table. SpecimenInstructionTypeID. References: dbo.SpecimenInstructionType |
SpecimenInstructionDescriptionID | numeric | NO | This column has a physical FK to SpecimenInstructionDescription Table. SpecimenInstructionDescriptionID. References: dbo.SpecimenInstructionDescription |
SpecimenInstructionDescription
This table stores SpecimenInstructionDescription information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SpecimenInstructionDescriptionID | numeric | NO | Primary Key, Contains specimen description IDs |
Description | varchar | NO | Contains Specimen Instruction description |
ShortDescription | varchar | YES | Contains short description of specimen instruction |
SpecimenInstructionType
This table stores SpecimenInstructionType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SpecimenInstructionTypeID | numeric | NO | Primary Key, Contains specimen instruction type IDs |
Description | varchar | YES | Contains description for specimen instruction type |
StaggeringType
This table stores StaggeringType information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StaggeringType | int | NO | Primary Key, Stores numeric value for Staggering type |
Description | varchar | YES | Stores description for staggering type |
StandingOrder
This table stores StandingOrder information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StandingOrderID | int | NO | Primary Key, Identity column |
StandingOrderSeriesID | int | NO | Has FK reference to StandingOrderSeries Table |
OrderID | numeric | YES | Logically FK to dbo.OrdersTracking.OrderID |
SuggestedDate | datetime | NO | Contains suggested date and time |
PlaceInSeries | int | NO | Contains the numeric value of place of the order in series |
Deleted | bit | NO | Flag, Stores 0 or 1 |
StandingOrderSeries
This table stores StandingOrderSeries information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StandingOrderSeriesID | int | NO | Primary Key |
OrdConceptID | numeric | NO | Logical FK relation to OrdAdmin Table OrdConceptID |
OrdSynID | numeric | YES | Logical FK relation to OrdSyn Table |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
CareProviderID | numeric | NO | This column store Careprovider id logical FK to CareProvider table |
BaseOrderDocumentID | numeric | NO | Contains document ID of the base order |
IntervalNumber | numeric | NO | Stores numeric value of Interval |
IntervalUnits | varchar | NO | Stores unit of measure for IntervalNumber column |
StatementHistoryAging
This table stores StatementHistoryAging information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatementHistoryID | numeric | NO | This column stores StatementHistoryID |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
AgingPeriodID | numeric | NO | Stores Aging Period ID value |
AgingPeriodDescription | varchar | NO | This column stores description of Aging Period |
TotalBalance | money | NO | This column stores Total balance value |
PatientExpected | money | NO | This column stores PatientExpected value |
InsuraceExpected | money | NO | This column stores InsuraceExpected value |
TotalCredit | money | NO | This column stores TotalCredit value |
StatementHistoryDetail
This table stores StatementHistoryDetail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatementHistoryID | numeric | NO | This column stores StatementHistoryID |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
StatementDetailID | numeric | NO | This column stores StatementDetailID |
TransactionDate | datetime | NO | This column stores Date when the transaction is done |
TransactionType | varchar | NO | stores transaction type value |
TransactionDesc | varchar | NO | This column stores description of the transaction type |
ChargeID | numeric | NO | This column stores chargeID value |
ServiceDetailID | numeric | NO | This column stores ServiceDetailID value |
PlanName | varchar | YES | This column stores PlanName value |
PaymentTransactionID | numeric | NO | This column stores PaymentTransactionID value |
NumberOfDaysOrUnits | int | NO | This column stores NumberOfDaysOrUnits value |
Amount | money | NO | This column stores Amount value |
PatientAmount | money | NO | This column stores PatientAmount value |
InsuranceAmount | money | NO | This column stores InsuranceAmount value |
FinanceCharge | money | NO | This column stores FinanceCharge value |
PaymentSourceDesc | varchar | YES | This column stores description of PaymentSourceDesc |
PaymentMethodDesc | varchar | YES | This column stores description of PaymentMethodDesc |
CheckNumber | varchar | YES | This column stores CheckNumber value |
RenderingProviderID | numeric | NO | This column stores RenderingProviderID value |
CareProviderPrefix | varchar | YES | This column stores Prefix of CareProvider |
CareProviderFirstName | varchar | NO | This column stores CareProviderFirstName of CareProvider |
CareProviderMiddleName1 | varchar | YES | This column stores CareProviderMiddleName1 of CareProvider |
CareProviderMiddleName2 | varchar | YES | This column stores CareProviderMiddleName2 of CareProvider |
CareProviderLastName | varchar | NO | This column stores CareProviderLastName of CareProvider |
CareProviderSuffix | varchar | YES | This column stores CareProviderSuffix of CareProvider |
DiagnosisCode | varchar | YES | This column stores DiagnosisCode value |
ProcedureCode | char | YES | This column stores ProcedureCode value |
StandardDescription | varchar | YES | Stores Standard description |
ClaimFiled | char | YES | Stores Claim filed details |
PaymentToChargeNote | varchar | YES | This column stores paymentToChargeNote value |
TransactionDescription | varchar | YES | Stores description of the transaction |
StatementHistoryDetailNotes
This table stores StatementHistoryDetailNotes information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatementHistoryID | numeric | NO | This column stores StatementHistoryID |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
StatementDetailID | numeric | NO | This column stores StatementDetailID |
ServiceDetailID | numeric | NO | This column stores ServiceDetailID value |
NoteID | numeric | NO | This column stores NoteID value |
PaymentTransactionID | numeric | YES | This column stores PaymentTransactionID value |
NoteText | varchar | NO | Stores Note text |
CreateDate | datetime | NO | This column stores the date when the entry is created |
ChargeID | numeric | NO | stores charge ID |
StatementHistoryHeader
This table stores StatementHistoryHeader information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatementHistoryID | numeric | NO | This column stores StatementHistoryID |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
StatementDate | datetime | NO | Stores Statement Date |
StatementPrintDate | datetime | YES | Stores Statement Print Date |
PaymentDueDate | datetime | NO | Stores Payment Due Date |
PatientPrefix | varchar | YES | Stores Patients Prefix value like Ms, Mr |
PatientFirstName | varchar | NO | Stores Patients First Name |
PatientMiddleName1 | varchar | YES | Stores Patients Middle Name1 |
PatientMiddleName2 | varchar | YES | Stores Patients Middle Name2 |
PatientLastName | varchar | NO | Stores Patients Last Name |
PatientSuffix | varchar | YES | Stores Patients Suffix |
ResponsiblePersonPrefix | varchar | YES | Stores ResponsiblePerson Prefix value like Ms, Mr |
ResponsiblePersonFirstName | varchar | YES | Stores ResponsiblePerson First Name |
ResponsiblePersonMiddleName1 | varchar | YES | Stores ResponsiblePerson Middle Name1 |
ResponsiblePersonMiddleName2 | varchar | YES | Stores ResponsiblePerson Middle Name2 |
ResponsiblePersonLastName | varchar | YES | Stores ResponsiblePerson Last Name |
ResponsiblePersonSuffix | varchar | YES | Stores ResponsiblePerson Suffix |
BillingAddressLine1 | varchar | YES | This column stores BillingAddressLine1 value |
BillingAddressLine2 | varchar | YES | This column stores BillingAddressLine2 value |
BillingCity | varchar | YES | This column stores BillingCity value |
BillingState | varchar | YES | This column stores BillingState value |
BillingPostalCode | varchar | YES | This column stores BillingPostalCode value |
BillingPhoneNum1 | varchar | YES | This column stores BillingPhoneNum1 value |
BillingPhoneNum2 | varchar | YES | This column stores BillingPhoneNum2 value |
ResidentialAddressLine1 | varchar | YES | This column stores ResidentialAddressLine1 value |
ResidentialAddressLine2 | varchar | YES | This column stores ResidentialAddressLine2 value |
ResidentialCity | varchar | YES | This column stores ResidentialCity value |
ResidentialState | varchar | YES | This column stores ResidentialState value |
ResidentialPostalCode | varchar | YES | This column stores ResidentialPostalCode value |
ResidentialPhoneNum1 | varchar | YES | This column stores ResidentialPhoneNum1 value |
ResidentialPhoneNum2 | varchar | YES | This column stores ResidentialPhoneNum2 value |
RemitToName | varchar | YES | This column stores RemitToName value |
RemitToAddressLine1 | varchar | YES | This column stores RemitToAddressLine1 value |
RemitToAddressLine2 | varchar | YES | This column stores RemitToAddressLine2 value |
RemitToCity | varchar | YES | This column stores RemitToCity value |
RemitToState | varchar | YES | This column stores RemitToState value |
RemitToPostalCode | varchar | YES | This column stores RemitToPostalCode value |
RemitToPhoneNum1 | varchar | YES | This column stores RemitToPhoneNum1 value |
RemitToPhoneNum2 | varchar | YES | This column stores RemitToPhoneNum2 value |
TotalPatientDue | money | NO | This column stores TotalPatientDue value |
LastPaymentDate | datetime | YES | Stores Date of the Last payment |
LastPaymentAmount | money | YES | Stores Last Payment Amount to be paid |
LastStatementDate | datetime | YES | Stores Date of the Last Statement |
LastStatementAmount | money | YES | Stores Last Statement Amount to be paid |
PatientBalance | money | NO | This column stores Patient Balance amount |
InsuranceBalance | money | NO | This column stores Insurance Balance amount |
PatientCredit | money | NO | This column stores Patient Credit amount |
InsuranceCredit | money | NO | This column stores Insurance Credit amount |
UndeterminedCredit | money | NO | This column stores Undetermined Credit amount |
PrePayCredit | money | NO | Stores PrePay Credit amount |
GlobalStatementMessage | varchar | YES | Stores Global statement Message |
AmountDue | money | NO | This column stores pending amount value |
DisclosureStatement | varchar | YES | This column stores Disclosure statement |
StatementBatchID | numeric | YES | stores statement Batch ID |
CreditStyle | tinyint | YES | This column stores Credit style value |
RemitToContactName | varchar | YES | This column stores RemitToContactName value |
ReturnName | varchar | YES | This column stores ReturnName value |
ReturnAddress1 | varchar | YES | This column stores ReturnAddress1 value |
ReturnAddress2 | varchar | YES | This column stores ReturnAddress2 value |
ReturnCity | varchar | YES | This column stores ReturnCity value |
ReturnState | varchar | YES | This column stores ReturnState value |
ReturnZip | varchar | YES | This column stores ReturnZip value |
DunningMessage | varchar | YES | This column stores DunningMessage value |
ccMC | bit | YES | This column stores ccMC value |
ccVISA | bit | YES | This column stores ccVISA value |
ccAMEX | bit | YES | This column stores ccAMEX value |
ccDISCOVER | bit | YES | This column stores ccDISCOVER value |
PaymentDueMessage | varchar | YES | This column stores PaymentDueMessage value |
CreditCards | bit | NO | This column stores CreditCards value |
FRPPatientID | numeric | YES | This column stores FRPPatientID value |
StatementGroupID | numeric | YES | This column stores StatementGroupID value |
StatementHistoryPatient
This table stores StatementHistoryPatient information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatementID | numeric | NO | This Column contains unique ID for every Patient Statement history |
PatientID | numeric | NO | Stores Patient ID, logical FK relation with Patient table |
PatientPrefix | varchar | YES | Stores Patients Prefix value like Ms, Mr |
PatientFirstName | varchar | NO | Stores Patients First Name |
PatientMiddleName1 | varchar | YES | Stores Patients Middle Name1 |
PatientMiddleName2 | varchar | YES | Stores Patients Middle Name2 |
PatientLastName | varchar | NO | Stores Patients Last Name |
PatientSuffix | varchar | YES | Stores Patients Suffix |
StatementStaggering
This table stores StatementStaggering information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StatementStaggeringID | numeric | NO | Primary Key, contains unique ID for StatementStaggering |
DayOfTheMonth | int | NO | Stores the count of days in the month |
FromLastNameFirstLetter | char | YES | Stores from Patients Last Name First Letter, Nullable |
ToLastNameFirstLetter | char | YES | Stores To Patients Last Name First Letter, Nullable |
FromPatientAccount | numeric | YES | Stores from Patient ID |
ToPatientAccount | numeric | YES | Stores To Patient ID |
StaggeringType | int | YES | This column contains Staggering type value |
CurrUserID | numeric | NO | Stores Current User ID who has made an entry to this table |
CurrDateTime | datetime | NO | Stores Current Data Time while the entry has made |
StickyNoteBin
This table stores StickyNoteBin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
StickyNoteBinID | numeric | NO | column contains StickyNoteBin ID |
PatientID | numeric | NO | Logical FK to Patient table Patient ID |
CreateUserID | numeric | NO | UserID of User who created the StickyNoteBin |
CreateDate | datetime | NO | This Column store creation date Default vulate is current date Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
BinCategoryID | smallint | NO | This column contains the Category ID |
LastChanged | datetime | NO | This column store last change date |
LastChangedUserID | numeric | NO | This column stores last modified UserID |
BinTypeID | NA | NO | This contains information about the bin type to which the document belongs |
FileType | NA | NO | This is an additional field added into the query to help the 'Document Converter Tool' to help classify the document type for related file generation |
DocFileData | NA | NO | This column contains all the fields apart from the Document Image(Binary) from the respective table in xml format |
DocFileImage | NA | NO | This column contains the Document Image filed (Binary) from the respective table in xml format |
Note: The last 3 columns are included for use by the Document Converter Tool during the document conversion process and are not expected to be imported into the new database
SubstanceUseStatus
This table stores SubstanceUseStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SubstanceUseStatusID | tinyint | NO | This column is a unique id for each row in the table. Identity / Auto increment |
SubstanceUseStatusDesc | varchar | YES | Stores description of status |
DisplayOrder | tinyint | YES | Display order in integer |
IsAlcohol | bit | YES | isalcohol 0 or 1 |
SubstanceUseStatusCodingSystem
Links PatHistItem.PatHistITemID to the coding system and SubstanceUseStatus.SubstanceUseStatusID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
CodingSystemId | numeric | NO | Primary key as well FK to Codingsystem table Codingsystem References: dbo.Codingsystem |
PatHistItemID | numeric | NO | This column is the id for the patient history item. It references the. PatHistItemID column in the PatHistItem table. References: dbo.PatHistItem |
SubstanceUseStatusID | tinyint | NO | FK relationship to SubstanceUseStatus Table SubstanceUseStatusID References: dbo.SubstanceUseStatus |
Code | varchar | NO | This Column has Code for Coding System ID |
CodeDisplayName | varchar | YES | This Column has Display name for Code Nullable |
Suffixes
As it names pre populated Table for Suffixes
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SuffixID | numeric | NO | Primary Key. |
LocalName | varchar | NO | Text field to contain Local Name for Display |
StandardName | varchar | NO | Text filed to contain Standard Name for Suffix |
Description | varchar | NO | Text field to contain description for name |
IsDefaultField | int | NO | Toggles between 0 and 1. Set to 1 for only one record to mark it as Default |
Enabled | int | NO | Toggles between 0 and 1. Set to 0 for not available for user to use |
TravelMaster
This table stores Travel information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SerialId | numeric | NO | Primary key of TravelMaster table. |
ConceptCode | varchar | NO | Stores the ConceptCode |
ConceptName | varchar | NO | Stores the ConceptName |
PreferredConceptName | varchar | YES | Stores the PreferredConceptName |
OBXPickListId | numeric | NO | Refers the OBXAdminPickListID of OBXAdminPickList table |
PreferredAlternateCode | varchar | YES | Stores the PreferredAlternateCode. |
OBXConceptId | numeric | YES | Refers the OBXConceptID of OBXAdmin table |
CodeSystemOID | varchar | YES | Stores the CodeSystemOID. |
CodeSystemName | varchar | YES | Stores the CodeSystemName. |
CodeSystemCode | varchar | YES | Stores the CodeSystemCode. |
CodeSystemVersion | varchar | YES | Stores the CodeSystemVersion. |
HL7Table0396CodeA | varchar | YES | Stores the HL7Table0396CodeA. |
ValueSetCode | varchar | YES | Stores the ValueSetCode. |
ValueSetVersion | numeric | YES | Stores the ValueSetVersion |
TypeOfDelivery
This table stores TypeOfDelivery information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
TypeOfDeliveryID | numeric | NO | Primary Key, Identity column seed starts from 1000 Identity / Auto increment |
TypeOfDeliveryDescription | varchar | NO | this column stores the description of Delivertype |
TypeOfService
This table stores TypeOfService information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
TOSCode | char | NO | This column stores Service code |
TOSDesc | char | NO | Stores description of the code |
UBCodeTable
This table stores UBCodeTable information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UBCodeTableId | numeric | NO | Identity column seed starts from 1000 Identity / Auto increment |
Description | varchar | YES | Stores description |
TableOrder | tinyint | YES | This column contains the Table Oder |
UBCodeTypes
This table stores UBCodeTypes information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UBCodeId | numeric | NO | Identity column seed starts from 1000 Identity / Auto increment |
UBCodeTableId | numeric | NO | FK relation to UBCode table |
DisplayName | varchar | YES | Stores Display Name |
Description | varchar | YES | Stores description of the display name |
BillingCode | varchar | YES | This column contains the Billing Code |
Enabled | tinyint | YES | Looks like toggles between 0, 1. 1 is default setting. Default: 1 |
UDS3BDetail
This table stores UDS3BDetail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UDS3bCode | varchar | YES | This colmun Stores RaceId |
Description | varchar | YES | Store Description of the UDS3b |
Sequence | int | YES | Store Sequence number |
UDS3bMap
This table stores UDS3bMap information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
RaceId | int | YES | This colmun Stores RaceId |
UDS3bCode | varchar | YES | This Column stores UDS3bCode value |
UDS6Detail
This table stores UDS6Detail information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DiagnosisPrefix | varchar | YES | This column contains Diagnonsis Prefix value and is Nullable |
LineNumber | varchar | NO | Store Line Number |
Description | varchar | NO | Store Description of the Diagnosis |
CPTPrefix | varchar | YES | Store CPTPrefix of the Diagnosis |
ReportYear | int | YES | Store Report Year |
UOMAdmin
This table stores UOMAdmin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UOMConceptId | numeric | NO | Primary Key, Has FK relation to UOMConcept Table |
ShortName | varchar | NO | Stores unit of measure in short |
UOMBaseConceptId | numeric | YES | Has FK relation to UOMBaseConcept Table |
UOMConversionValue | numeric | NO | Stores unit of measure conversion value |
UOMConversionOffset | numeric | NO | Stores unit of measure offset value |
Enabled | tinyint | NO | Flag, Store 0 or 1 |
Description | varchar | YES | Stores description for ShortName Column |
UOMCategory
This table stores UOMCategory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UOMCategoryID | numeric | NO | Primary Key, Store Unit of measure category ID |
Description | varchar | NO | Stores Unit of measure category description |
Enabled | tinyint | NO | Flag, Stores 0 or 1 |
UOMSyn
This table stores UOMSyn information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UOMSynID | numeric | NO | Primary Key, Stores Unit of measure Synonym ID |
UOMConceptId | numeric | NO | Primary key, Has Fk reference to UOMAdmin Table |
UOMSynonymText | varchar | NO | Stores Synonym text |
Enabled | tinyint | NO | Flag, Stores 0 or 1 |
Users
This table stores user information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
SiteID | numeric | NO | This column stores the site ID for the server |
UserID | numeric | NO | This column stores the user ID |
Username | varchar | NO | This column stores the user name |
RoleID | numeric | YES | This column stores the Role ID |
FingerprintChangeDate | datetime | YES | This column stores the finger print changed date |
UserDeactivated | int | NO | This column indicates that the user is active or deactive |
SiteUserID | varchar | YES | This column stores the site user I |
SSN | varchar | YES | This column stores the user SSN |
Prefix | varchar | YES | This column stores the user prefix value |
Firstname | varchar | YES | This column stores the user first name |
Middlename | varchar | YES | This column stores the user middle name |
Lastname | varchar | YES | This column stores the user last name |
Suffix | varchar | YES | This column stores the user suffix |
Address | varchar | YES | This column stores the user address |
Address2 | varchar | YES | This column stores the user address2 |
City | varchar | YES | This column stores the user city |
State | char | YES | This column stores the user state |
Zip | char | YES | This column stores the user zip |
Zip2 | char | YES | This column stores the user zip2 |
Country | varchar | YES | This column stores the user belong to which country |
WorkPhone | varchar | YES | This column stores the user work phone number |
FaxNumber | varchar | YES | This column stores the user fax number |
HomePhone | varchar | YES | This column stores the user first home phone number |
HomePhone2 | varchar | YES | This column stores the user second home phone number |
CellPhone | varchar | YES | This column stores the user first cell phone number |
CellPhone2 | varchar | YES | This column stores the user second cell phone number |
EmailAddress | varchar | YES | This column stores the user email address |
PagerNumber | varchar | YES | This column stores the user pager number |
DateOfBirth | datetime | YES | This column stores the user date of birth |
GenderID | numeric | YES | This column stores the user gender ID |
HireDate | datetime | YES | This column stores the user hired date |
Enabled | int | NO | This column stores the user is enabled or not |
LoginDenials | int | YES | This column stores the user login denials |
AKA | varchar | YES | This column stores the user alias name |
Title | varchar | YES | This column stores the user title |
ContactNumber | varchar | YES | This column stores the user contact number |
ResetPassword | int | YES | This column stores the user pasword is reset or not |
UserTypeID | numeric | NO | This column stores the which type of user |
NotifyEmergChartAccess | bit | NO | This column stores the notifying emergency chart access |
DomainUserSID | varchar | YES | This column stores the user domains SID |
DefaultFilterID | numeric | YES | This column stores the user filter IDs |
PharmacyPrinterWarningAccepted | bit | YES | This column stores the Pharmacy printer warning accepted or not |
USStates
This table stores USStates information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
Abbrev | char | NO | Primary Key, Contains State name abbreviation |
Name | varchar | NO | Stores name of the state |
CountryID | numeric | NO | Stores Country ID of the state |
IsDefaultField | int | NO | Flag, Stores 0 or 1 |
USStateID | numeric | YES | Stores US states ID |
IsState | bit | YES | Flag, Stores 0 or 1 |
FIPSNumericCode | char | YES | Stores FIPS codes |
VacAntigenGroup
Bridge table to self join/map VacCVXCode Table VacCVXCodeID for Antigen Group.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacCVXCodeID | int | YES | FK relation to VacCVXCode Table VacCVXCodeID Nullable References: dbo.VacCVXCode |
AntigenCVXCodeID | int | YES | FK relation to VacCVXCode Table VacCVXCodeID Nullable References: dbo.VacCVXCode |
Vaccine
Contains list of all vaccine/Immunization created/managed from Chart Immunization Admin module
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VaccineID | numeric | NO | Primary key, identity column starts from 1000, <1000 system provided . Vaccine, >=1000 User created Vaccine Identity / Auto increment |
VaccineName | varchar | NO | Vaccine Name |
VaccineDescription | varchar | NO | Vaccine description |
DisplayOrder | int | NO | Specifies display order for Vaccine list managed by User through UI |
CreateDate | datetime | NO | Datetime record got created |
Enabled | tinyint | NO | toggles between 1 and 0, 1=display, 0=hide |
LastChangedBy | numeric | NO | FK relation to Users Table UserId who modified the entry References: dbo.Users |
ShowForAllPatients | tinyint | NO | 1=Vaccine for all Patient check box checked, 0=not checked |
GenderID | numeric | NO | 0=All, 1=Female, 2=Male References: dbo.Gender |
VaccineGroup
Contains list of Vaccine Group info created by System/User from Vaccine Group Admin from Immunization Admin module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VaccineGroupID | int | NO | Primary key, identity column starts from 10000, <10000 system created, >=10000 User created Identity / Auto increment |
VaccineGroupName | varchar | NO | Vaccine Group Name |
VacCVXCodeID | int | NO | FK relation to VacCVXCode Table VacCVXCodeID associated with Group Name References: dbo.VacCVXCode |
IsEnabled | bit | NO | Toggles between 1 and 0, 1=can use, 0=Can not use |
VaccineGroupVacCVXCode
Bridge table to join VaccineGroup and VacCVXCode Tables.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VaccineGroupID | int | NO | Primary key, FK relation to VaccineGroup Table VaccineGroupID References: dbo.VaccineGroup |
VacCVXCodeID | int | NO | Primary key, FK relation to VacCVXCode Table VacCVXCodeID References: dbo.VacCVXCode |
VaccineGroupVacSeries
Bridge table to join/mapping between VaccineGroup and VacSeries Tables through Vaccine Group Admin module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VaccineGroupID | int | NO | Primary key, FK relation to VaccineGroup Table VaccineGroupID References: dbo.VaccineGroup |
VacSeriesID | numeric | NO | Primary key, FK relation to VacSeries Table VacSeriesID References: dbo.VacSeries |
VaccineManufacturer
Vaccine Manufacturer information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VaccineManufacturerID | numeric | NO | Primary Key, Identity column seed starts from 1000 Identity / Auto increment |
VaccineManufacturerCode | varchar | NO | Text field to contain Code for Vaccine Manufacturer |
VaccineManufacturer | varchar | YES | Text field to contain description for Vaccine Manufacturer Nullable |
IsEnabled | bit | YES | Toggles between 1 and 0 Nullable |
VaccineTradeName
Contains list of Vaccine Trade Name information, managed/created using Customization Admin from Immunization Admin module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VaccineTradeNameID | numeric | NO | Primary key, identity column starts from 1000, <1000 System provided >=1000 User created Identity / Auto increment |
VaccineTradeName | varchar | NO | Vaccine Trade Name |
VacCVXCodeID | int | YES | FK relation to VacCVXCode Table VacCVXCodeID Nullable References: dbo.VacCVXCode |
IsEnabled | bit | YES | Toggles between 1 and 0, 1=can use, 0=Can not use Nullable |
VacCVXCode
CVXCode related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacCVXCodeID | int | NO | Primary key, identity column starts from 1000, |
CVXCode | varchar | NO | VFC Code Nullable |
CVXDescription | varchar | NO | VFC Code description |
Enabled | int | NO | toggles between 1 and 0, 1=can use, 0=not in use |
LastChangedBy | numeric | NO | logical FK to Users Table UserId who modified the entry References: dbo.Users |
LastChangedDate | datetime | NO | Datetime when modify the entry |
VacCVXCodeCPTCode
Bridge table to join VacCVXCode and CodesCPT Tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacCVXCodeID | int | NO | Primary key, FK relation to VacCVXCode Table VacCVXCodeID References: dbo.VacCVXCode |
CPTCode | varchar | NO | logical FK to CodesCPT Table CPTCode |
VacCVXCodeVacVISCode
Bridge table to join/map between VacCVXCode and VacVISCode Tables.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacCVXCodeID | int | NO | Primary key, FK relation to VacCVXCode Table VacCVXCodeID References: dbo.VacCVXCode |
VacVISCodeID | int | NO | Primary key, FK relation to VacVISCode Table VacVISCodeID References: dbo.VacVISCode |
VaccineGroupID | int | YES | logical FK to VaccineGroup Table VaccineGroupID Nullable References: dbo.VaccineGroup |
VacDeciderStatus
Contains list of options to choose the relationship to Patient if decided Vaccine Not Given option.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacDeciderStatusID | smallint | NO | Primary key |
DESCRIPTION | varchar | NO | Vac decider relationship to Patient |
VacDeciderType
Contains list of types of decider persons relation to Patient if decided Vaccine Not Given option.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacDeciderTypeID | tinyint | NO | Primary key |
VacDeciderTypeDescription | varchar | NO | Type description |
VacFundingSource
Contains list of Vaccine Funding Source to use during Administered, managed/created list from Immunization Admin, Customization Admin module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacFundingSourceID | smallint | NO | Primary key |
VacFundingCode | varchar | NO | Funding Code |
VacFundingDescription | varchar | NO | Funding Description |
IsEnabled | bit | YES | Toggles between 1 and 0, 1=can use, 0=Can not use Nullable |
VacHistoricalVaccineSrc
Contains list of Historical Vaccine Source to use during Administered, managed/created list from Immunization Admin, Customization Admin module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacHistoricalVaccineSrcID | int | NO | Primary key, identity column starts from 1000. <1000 System provided, >=1000 User created Identity / Auto increment |
HistoricalVaccineSrcDescription | varchar | NO | Historical Vaccine Source Description |
IsEnabled | bit | NO | Toggles between 1 and 0, 1=can use, 0=Can not use |
VacNotGivenReason
Vaccine Not Given Reason Master Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacNotGivenReasonID | tinyint | NO | Primary Key |
DESCRIPTION | varchar | NO | Text field to contains description for VacNotGivenReasonID |
VacPat
Patient Vaccine related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacPatID | numeric | NO | Primary Key, Identity column seed starts from 1000 Identity / Auto increment |
PatientID | numeric | NO | This columns has FK relation to Patient Table PatientID References: dbo.Patient |
VacSeriesVersionDoseID | numeric | NO | This columns has FK relation to VacSeriesVersionDose Table VacSeriesVersionDoseID References: dbo.VacSeriesVersionDose |
VacSeriesVersionID | numeric | NO | This columns has FK relation to VacSeriesVersion Table VacSeriesVersionID References: dbo.VacSeriesVersion |
VaccineID | numeric | NO | This columns has FK relation to Vaccine Table VaccineID References: dbo.Vaccine |
VacSeriesID | numeric | NO | This columns has FK relation to VacSeries Table VacSeriesID References: dbo.VacSeries |
DateGiven | datetime | NO | Datetime field contains Datetime when Vaccine was administered Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
AgeGiven | int | NO | Int field storing 0 value as hardcoded in SP ImmAddVacPat |
AgeGivenUOM | varchar | NO | Text field storing blank string as hardcoded in SP ImmAddVacPat |
DoseNo | int | NO | This column has logical FK to VacSeriesVersionDose Table DoseNo |
UserID | numeric | NO | This column has FK relation to Users Table UserID References: dbo.Users |
CareProviderID | numeric | YES | This column has FK relation to CareProvider Table CareProviderID Nullable References: dbo.CareProvider |
DoseRouteID | int | NO | This column has FK relation to DoseRoute Table DoseRouteID References: dbo.DoseRoute |
LotNum | varchar | NO | Text field to enter Lot Num by User |
VaccineManufacturerID | numeric | NO | This column has FK relation to VaccineManufacturer Table VaccineManufacturerID References: dbo.VaccineManufacturer |
VaccineTradeNameID | numeric | NO | This column has FK relation to VaccineTradeName Table VaccineTradeNameID References: dbo.VaccineTradeName |
InjectionSiteID | int | NO | This column has FK relation to InjectionSite Table InjectionSiteID References: dbo.InjectionSite |
VISDateGiven | datetime | YES | VIS Date given entered by User Nullable |
VISPubDate | datetime | YES | VIS Pub date populates based on User selection of VIS Edition Nullable |
CreateDate | datetime | NO | Datetime field when the record got inserted into Table Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
Notes | varchar | YES | Text field to contains Comments from Administer page Nullable |
OrderID | numeric | YES | This column has FK relation to OrdersTracking Table OrderID Nullable References: dbo.OrdersTracking |
IsExternal | tinyint | NO | Flag column |
VaccineEligibleFlag | tinyint | NO | Flag used to specifiy Vacine eligiblity 0 = No, 1 = Yes |
VaccineCombinationCount | int | NO | Int column passes values of count like >1 for combo vaccines |
TimeGiven | datetime | YES | DateTime field contains Time when Vaccine/Dose administered Nullable |
DoseAmount | varchar | YES | Text field to contains Dose Amount entered by User Nullable |
VacExpDate | datetime | YES | Datetime field contains Exp date for Vaccine Nullable |
VacVFCCodeID | int | NO | This column has FK relation to VacVFCCode Table VacVFCCodeID References: dbo.VacVFCCode |
VacCVXCodeID | int | NO | This column has FK relation to VacCVXCode Table VacVCXCodeID References: dbo.VacCVXCode |
OrigIsExternal | tinyint | YES | Stores the same value as isExternal column Nullable |
ImmunizationVersion | tinyint | NO | This column has logical FK to VacSeriesVersionDose Table VacSeriesVersionID Default: 0 |
IISConsentGiven | bit | YES | Bit column toggles between 0, 1 and NULL Nullable |
SubmissionStatusID | tinyint | YES | This column has logical FK to VacPatSubmissionStatus Table VacPatSubmissionStatusID Nullable References: dbo.VacPatSubmissionStatus |
DoseAmountUoMID | int | YES | This column has FK relation to DoseAmountUOM Table DoseAmountUOMID Nullable References: dbo.DoseAmountUOM |
VacFundingSourceID | smallint | YES | This column has FK relation to VacFundingSource Table VacFundingSourceID Nullable References: dbo.VacFundingSource |
DoseCompletionStatusID | int | YES | This column has FK relation to DoseCompletionStatus Table DoseCompletionStatusID Nullable References: dbo.DoseCompletionStatus |
VacHistoricalVaccineSrcID | int | YES | This column has FK relation to VacHistoricalVaccineSrc Table VacHistoricalVaccineSrcID Nullable References: dbo.VacHistoricalVaccineSrc |
MessageID | int | YES | Immunization Acknowledgement Message reference to ImmACKResponse Table Nullable |
FromRegistry | bit | YES | Flag, Identifiing CDC Registry Information 0 = No, 1 = Yes Nullable |
ServiceLocationID | numeric | YES | This column has FK relation to CareProviderLocation Table Nullable References: dbo.CareProviderLocation |
VISEditionID | int | YES | This column has FK relation to VacVISCode Table. Nullable. References: dbo.VacVISCode |
ProcedureCode | varchar | YES | This column identifies related Procedure Code for the Vaccine . administered Nullable |
RegistryCVXCode | varchar | YES | This column identifies the Registry related CVXCode Nullable |
LastModifiedBy | numeric | YES | This column contains the user id of the user who modified this VacPat. |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this VacPat |
NDCValue | varchar | YES | This will store the NDCValue for the selected procedure |
VacPatGroup
This tables stores data for Vaccination Patient Group.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacPatGroupID | numeric | NO | Primary Key,Identity Column Identity / Auto increment |
VacPatQID | numeric | NO | This column has Unique Key reference to VacPatQ Table VacPatQID. References: dbo.VacPatQ |
VacPatID | numeric | NO | This column hasUnique Key reference to VacPat Table VacPatID. References: dbo.VacPat |
VacPatHistory
This table stores VacPatHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacPatHistoryID | int | NO | This column contains ID for VacPatHistory |
HistoryDate | datetime | NO | Stores the Date when the table entry is created |
Action | varchar | NO | This column stores the Action value |
VacPatID | numeric | NO | This column ghas FK relation to VacPat table |
PatientID | numeric | NO | This columns has FK relation to Patient Table PatientID References: dbo.Patient |
VacSeriesVersionDoseID | numeric | NO | This columns has FK relation to VacSeriesVersionDose Table VacSeriesVersionDoseID References: dbo.VacSeriesVersionDose |
VacSeriesVersionID | numeric | NO | This columns has FK relation to VacSeriesVersion Table VacSeriesVersionID References: dbo.VacSeriesVersion |
VaccineID | numeric | NO | This columns has FK relation to Vaccine Table VaccineID References: dbo.Vaccine |
VacSeriesID | numeric | NO | This columns has FK relation to VacSeries Table VacSeriesID References: dbo.VacSeries |
DateGiven | datetime | NO | Datetime field contains Datetime when Vaccine was administered Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
AgeGiven | int | NO | Int field storing 0 value as hardcoded in SP ImmAddVacPat |
AgeGivenUOM | varchar | NO | Text field storing blank string as hardcoded in SP ImmAddVacPat |
DoseNo | int | NO | This column has logical FK to VacSeriesVersionDose Table DoseNo |
UserID | numeric | NO | This column has FK relation to Users Table UserID References: dbo.Users |
CareProviderID | numeric | YES | This column has FK relation to CareProvider Table CareProviderID Nullable References: dbo.CareProvider |
DoseRouteID | numeric | NO | This column has FK relation to DoseRoute Table DoseRouteID References: dbo.DoseRoute |
LotNum | varchar | NO | Text field to enter Lot Num by User |
VaccineManufacturerID | numeric | NO | This column has FK relation to VaccineManufacturer Table VaccineManufacturerID References: dbo.VaccineManufacturer |
VaccineTradeNameID | numeric | NO | This column has FK relation to VaccineTradeName Table VaccineTradeNameID References: dbo.VaccineTradeName |
InjectionSiteID | numeric | NO | This column has FK relation to InjectionSite Table InjectionSiteID References: dbo.InjectionSite |
VISDateGiven | datetime | YES | VIS Date given entered by User Nullable |
VISPubDate | datetime | YES | VIS Pub date populates based on User selection of VIS Edition Nullable |
CreateDate | datetime | NO | Datetime field when the record got inserted into Table Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
Notes | varchar | YES | Text field to contains Comments from Administer page Nullable |
OrderID | numeric | YES | This column has FK relation to OrdersTracking Table OrderID Nullable References: dbo.OrdersTracking |
IsExternal | tinyint | NO | Flag column |
VaccineEligibleFlag | tinyint | NO | Flag used to specifiy Vacine eligiblity 0 = No, 1 = Yes |
VaccineCombinationCount | tinyint | NO | Int column passes values of count like >1 for combo vaccines |
TimeGiven | datetime | YES | DateTime field contains Time when Vaccine/Dose administered Nullable |
DoseAmount | varchar | YES | Text field to contains Dose Amount entered by User Nullable |
VacExpDate | datetime | YES | Datetime field contains Exp date for Vaccine Nullable |
VacVFCCodeID | int | NO | This column has FK relation to VacVFCCode Table VacVFCCodeID References: dbo.VacVFCCode |
VacCVXCodeID | int | NO | This column has FK relation to VacCVXCode Table VacVCXCodeID References: dbo.VacCVXCode |
OrigIsExternal | tinyint | YES | Stores the same value as isExternal column Nullable |
ImmunizationVersion | tinyint | NO | This column has logical FK to VacSeriesVersionDose Table VacSeriesVersionID Default: 0 |
IISConsentGiven | bit | YES | Bit column toggles between 0, 1 and NULL Nullable |
SubmissionStatusID | tinyint | YES | This column has logical FK to VacPatSubmissionStatus Table VacPatSubmissionStatusID Nullable References: dbo.VacPatSubmissionStatus |
DoseAmountUoMID | int | YES | This column has FK relation to DoseAmountUOM Table DoseAmountUOMID Nullable References: dbo.DoseAmountUOM |
VacFundingSourceID | smallint | YES | This column has FK relation to VacFundingSource Table VacFundingSourceID Nullable References: dbo.VacFundingSource |
DoseCompletionStatusID | int | YES | This column has FK relation to DoseCompletionStatus Table DoseCompletionStatusID Nullable References: dbo.DoseCompletionStatus |
VacHistoricalVaccineSrcID | int | YES | This column has FK relation to VacHistoricalVaccineSrc Table VacHistoricalVaccineSrcID Nullable References: dbo.VacHistoricalVaccineSrc |
ServiceLocationID | numeric | YES | This column has FK relation to CareProviderLocation Table Nullable References: dbo.CareProviderLocation |
VISEditionID | int | YES | This column has FK relation to VacVISCode Table. Nullable. References: dbo.VacVISCode |
ProcedureCode | varchar | YES | This column identifies related Procedure Code for the Vaccine . administered Nullable |
VacPatHistoryImmSub
Links VacPatHistory.VacPatHistoryID to ImmSub.ImmSubID
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ImmSubID | int | NO | This column has a physical FK to ImmSub Table ImmSubID References: dbo.ImmSub |
VacPatHistoryID | int | NO | This column has a physical FK to VacPatHistory Table VacPatHistoryID References: dbo.VacPatHistory |
VacPatientEvent
This table stores data for Events for Patient Vaccination
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | This column has Logical FK to Patient Table PatientID References: dbo.Patient |
EventDateTime | datetime | NO | Create composite Primary Key of PatientID and EventDateTime. |
InterfaceEventTypeID | int | NO | This column has Logical FK to InterfaceEventType Table InterfaceEventTypeID References: dbo.InterfaceEventType |
UserID | numeric | NO | This column has Logical FK to Users Table UserID References: dbo.Users |
VacPatImmSeriesDoseNotGiven
This table stores data for Immunization Series not given to Patient.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacSeriesVersionDoseID | numeric | NO | This column has Logical FK to VacSeriesVersionDose Table VacSeriesVersionDoseID References: dbo.VacSeriesVersionDose |
PatientID | numeric | NO | This column has Logical FK to Patient Table PatientID References: dbo.Patient |
Reason | varchar | NO | This column stores Reason for Vaccination Dose |
CreateDate | datetime | NO | This column stores datetime when data is inserted into this table. |
VacPatNotGiven
Vaccine Not Given reason information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacPatNotGivenID | numeric | NO | Primary Key, identity column Identity / Auto increment |
VacPatHistoryID | int | NO | This column has FK relation to VacPatHistory Table vacPatHistoryID References: dbo.VacPatHistory |
DateDeclined | datetime | NO | DateTiem field contains Datetime when declined to administered the dose |
VacNotGivenReasonID | tinyint | YES | This column has FK relation to VacNotGivenReason table VacNotGivenReasonID Nullable References: dbo.VacNotGivenReason |
DecisionMakerPersonID | numeric | YES | This column has FK relation to Person Table PersonID Nullable References: dbo.Person |
VacDeciderStatusID | smallint | NO | This column has FK relation to VacDeciderStatus Table VacDeciderStatusID References: dbo.VacDeciderStatus |
Notes | nvarchar | YES | Text column to contains notes from User Nullable |
VacPatID | numeric | NO | This column has FK relation to VactPat Table VacPatID References: dbo.VacPat |
OtherDecisionMakerName | varchar | YES | Text field to contain name for Decision maker if VacDeciderTypeID=3 Nullable |
PreviousDiseaseMonth | tinyint | YES | This column contains Int value with check constraint condition ([PreviousDiseaseMonth]>=(1) AND [PreviousDiseaseMonth]<=(12)) Nullable |
PreviousDiseaseDay | tinyint | YES | This column contains Int value with check constraint condition ([PreviousDiseaseDay]>=(1) AND [PreviousDiseaseDay]<=(31)) Nullable |
PreviousDiseaseYear | smallint | YES | This column contains Int value with check constraint condition ([PreviousDiseaseYear]>=(1900) AND [PreviousDiseaseYear]<=datepart(year,getdate())) Nullable |
VacDeciderTypeID | tinyint | YES | This column has FK relation to VacDeciderType Table VacDeciderTypeID Nullable References: dbo.VacDeciderType |
VacOtherRefusalReason | varchar | YES | Text Comment related to Refusal to Take Vacine Nullable |
VacRefusalReasonID | smallint | YES | This column has FK relation to VacRefusalReason Nullable References: dbo.VacRefusalReason |
ImmReactionName | varchar | YES | Short name of Reaction to Immunization Nullable |
VacPatNotGivenHistory
This table stores VacPatNotGivenHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacPatNotGivenHistoryID | int | NO | This column stores VacPatNotGiven History ID |
VacPatNotGivenID | numeric | NO | This column has FK relation to VacPatNotGiven table |
VacPatID | numeric | NO | This column has FK relation to VactPat Table VacPatID References: dbo.VacPat |
VacPatHistoryID | numeric | NO | This column has FK relation to VacPatHistory Table vacPatHistoryID References:dbo.VacPatHistory |
DateDeclined | datetime | NO | DateTiem field contains Datetime when declined to administered the dose |
VacNotGivenReasonID | tinyint | YES | This column has FK relation to VacNotGivenReason table VacNotGivenReasonID Nullable References: dbo.VacNotGivenReason |
DecisionMakerPersonID | numeric | YES | This column has FK relation to Person Table PersonID Nullable References: dbo.Person |
VacDeciderStatusID | smallint | NO | This column has FK relation to VacDeciderStatus Table VacDeciderStatusID References: dbo.VacDeciderStatus |
Notes | nvarchar | YES | Text column to contains notes from User Nullable |
HistoryAction | char | NO | This column contains HistoryAction value |
HistoryUserID | numeric | NO | This column contains HistoryUser ID |
OtherDecisionMakerName | varchar | YES | Text field to contain name for Decision maker if VacDeciderTypeID=3 Nullable |
PreviousDiseaseMonth | tinyint | YES | This column contains Int value with check constraint condition ([PreviousDiseaseMonth]>=(1) AND [PreviousDiseaseMonth]<=(12)) Nullable |
PreviousDiseaseDay | tinyint | YES | This column contains Int value with check constraint condition ([PreviousDiseaseDay]>=(1) AND [PreviousDiseaseDay]<=(31)) Nullable |
PreviousDiseaseYear | smallint | YES | This column contains Int value with check constraint condition ([PreviousDiseaseYear]>=(1900) AND [PreviousDiseaseYear]<=datepart(year,getdate())) Nullable |
VacDeciderTypeID | tinyint | YES | This column has FK relation to VacDeciderType Table VacDeciderTypeID Nullable References: dbo.VacDeciderType |
VacOtherRefusalReason | varchar | YES | Text Comment related to Refusal to Take Vacine Nullable |
VacRefusalReasonID | smallint | YES | This column has FK relation to VacRefusalReason Nullable References: dbo.VacRefusalReason |
VacPatNotTracked
Lists patients not tracked for immunization
ColumnName | DataType | Nullable | Description |
---|---|---|---|
PatientID | numeric | NO | Primary Key and foreign key column contains the Patient ID. REFERENCES dbo.Patient (PatientID) |
VacPatOverrideDefault
This table stores data for Vaccination Override.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VaccineID | numeric | NO | Primary key and foreign key column contains the Vaccine ID. REFERENCES dbo.Vaccine (VaccineID) |
VacSeriesID | numeric | NO | Primary key and foreign key column contains the Vaccine Series ID. REFERENCES dbo.VacSeries (VacSeriesID) |
PatientID | numeric | NO | Primary key and foreign key column contains the Patient ID. REFERENCES dbo.Patient (PatientID) |
VacSeriesType | tinyint | YES | Identifies the Vaccine series type. Nullable |
VacPatOverrideDefaultHistory
This table stores VacPatOverrideDefaultHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacPatOverrideDefaultHistoryID | numeric | NO | Primary key column contains the Vaccine patient override default history ID. Not null |
HistoryDate | datetime | NO | Date time field contains the history date |
Action | varchar | NO | Identifies the action for the vaccine |
VaccineID | numeric | NO | Contains the vaccine ID. |
VacSeriesID | numeric | NO | Contains the vaccine series id. |
PatientID | numeric | NO | Contains the Patient Id. Not null |
LastChangedBy | numeric | NO | Represents the User Id who modified the record |
VacPatQ
This table Patient Vaccinations.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacPatQID | numeric | NO | Primary Key,Identical Column Identity / Auto increment |
CreateDate | datetime | NO | This column stores data when data inserted into this table. |
TryCount | tinyint | NO | This column represents the count for the try |
Consent | bit | NO | This column has flag value for Consent Default: 0 |
VacPatSubmissionStatus
This table stores Patient Vaccination Submission Status.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacPatSubmissionStatusID | tinyint | NO | Primary Key,Identity Column |
VacPatSubmissionStatusDesc | varchar | NO | This column stores Description for Vaccination Patient Submission Status |
VacPatVaccineAgeTypeOverride
This table stores data for Vaccination and Vaccines.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VaccineID | numeric | NO | Primary Key & Foreign Key column.. Represents the Vaccine ID. REFERENCES dbo.Vaccine (VaccineID) |
PatientID | numeric | NO | Primary Key & Foreign Key column.. Represents the Patient Id. REFERENCES dbo.Patient (PatientID) |
AdultOrChild | tinyint | NO | Primary key column represents whether Adult or Child. Stores tinyint datatype. Not Null |
Show | tinyint | NO | Stores tiny int datatype. Cannot be null |
VacPatVaccineAgeTypeOverrideHistory
This table stores VacPatVaccineAgeTypeOverrideHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacPatVaccineAgeTypeOverrideHistoryID | numeric | NO | Primary Key column for the table. Represents the Vaccine Patient Age Type Override History ID. Not null |
HistoryDate | datetime | NO | Date time field contains the history date |
Action | varchar | NO | Identifies the Action required for vaccine. Not Null |
VaccineID | numeric | NO | Represents the Vaccine ID. Stores the numeric datatype. Not null |
PatientID | numeric | NO | Represents the Patient ID. Stores the numeric datatype. Not null |
AdultOrChild | tinyint | NO | This column represents whether Adult or Child. Stores tinyint datatype. Not Null |
Show | tinyint | NO | Stores tiny int datatype. Cannot be null |
LastChangedBy | numeric | NO | Stores the value of the user id who last modified the record. Not null |
VacRefusalReason
Info table with list of Refusal Reasons if Patient denies for Vaccine/Immunization.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacRefusalReasonID | smallint | NO | Primary Key column represents the Vaccine refusal reason id.. Cannot be null |
VacRefusalReasonCode | varchar | NO | Represents the Vaccine refusal reason code. Cannot be Null |
VacRefusalReasonDescription | varchar | NO | Represents the Vaccine refusal reason description. Cannot be Null |
VacSeries
Contains list of Vaccine/Immunization Series/Doses configuration for associated Vaccine/Immunization to used under Chart Immunization/Injection Admin module
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacSeriesID | numeric | NO | Primary key, identity column starts from 1000, <1000 system loaded vaccine series and >=1000 User created series Identity / Auto increment |
VacSeriesName | varchar | NO | Vac series name/description |
SeriesDefault | tinyint | NO | Specifies if this Vac Series is Default selected for given VaccineID |
VaccineID | numeric | NO | FK realtion to Vaccine Table VaccineID References: dbo.Vaccine |
AdultOrChild | tinyint | NO | Specifies Age group this Vac series applies to. 0=Adult, 1=Childhood and 2=Both |
CreateDate | datetime | NO | Datetime record got created |
Enabled | tinyint | NO | toggles between 1 and 0, 1=can use, 0=not in use |
LastChangedBy | numeric | NO | logical FK to Users Table UserId who modified the entry References: dbo.Users |
VacSeriesLocationDefault
Contains configuration information for Vaccine Series/Dose details provided using Dose Entry Defaults module under Immunization Admin from UI
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacSeriesID | numeric | NO | Primary key, FK relation to VacSeries Table VacSeriesID References: dbo.VacSeries |
PracticeLocationID | numeric | NO | Primary key, FK relation to CareProviderLocation Table PracticeLocationID, provide Practice Location information References: dbo.CareProviderLocation |
VaccineManufacturerID | numeric | YES | FK relation to VaccineManufacturer Table VaccineManufacturerID, provides Vaccine manufacturer name Nullable References: dbo.VaccineManufacturer |
DoseRouteID | int | YES | FK relation to DoseRoute Table DoseRouteID, provides information for default Route for Vac Series Nullable References: dbo.DoseRoute |
InjectionSiteID | int | YES | FK relation to InjectionSite Table InjectionSiteID, provides information for default Site for Vac Series Nullable References: dbo.InjectionSite |
DoseAmount | varchar | YES | Contains default Dose amount configured for this Vac Series by User Nullable |
LotNum | varchar | YES | Contains default lot number configured for this Vac Series by User Nullable |
VacExpDate | datetime | YES | Datetime when this Vac Series will get Expire Nullable |
VisPubDate | datetime | YES | Datetime for Vis Pub Date provided by User as default Nullable |
VaccineTradeNameID | numeric | YES | FK relation to VaccineTradeName Table VaccineTradeNameID Nullable References: dbo.VaccineTradeName |
LastChangedBy | numeric | NO | logical FK to Users Table UserId who modified the entry References: dbo.Users |
LastChangedDate | datetime | NO | Datetime when modify the entry |
SequenceNo | int | NO | Sequence No |
CPT | varchar | YES | Contains CPT code information associated with this Vac Series Nullable |
DoseAmountUoMID | int | YES | FK relation to DoseAmountUOM Table DoseAmountUOMID Nullable. References: dbo.DoseAmountUOM |
VISEditionID | int | YES | FK relation to VacVISCode Table VacVisCodeID Nullable References: dbo.VacVISCode |
VacSeriesVersion
Bridge table to join VacSeries and VacSeriesVersion Tables
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacSeriesVersionID | numeric | NO | Primary key Identity column starts from 1000 <1000 system provided and >=1000 User created. Identity / Auto increment. |
VacSeriesID | numeric | NO | FK relation to VacSeries Table VacSeriesID. References: dbo.VacSeries. |
VacSeriesVersionDose
Contains configuration information for Vaccine Series/Dose details provided using Dose Tab under Immunization Admin from UI
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacSeriesVersionDoseID | numeric | NO | identity column starts from 1000 |
VacSeriesVersionID | numeric | NO | FK relation to VacSeriesVersion Table VacSeriesVersionID References: dbo.VacSeriesVersion |
DoseTypeID | tinyint | NO | 0=Scheduled, 1=Maintenance and 2=Subsequent |
DoseNo | int | NO | Sequence Id for each VacSeriesVersionID |
RecommendedAge | int | NO | Number provided by User represent Age based on RecommendedAgeUOM column |
RecommendedAgeUOM | varchar | NO | Age UOM could be Day/Week/Month or Year |
OverdueAge | int | YES | Number provided by User represent Age based on OverdueAgeUOM |
OverdueAgeUOM | varchar | YES | Age UOM could be Day/Week/Month or Year Nullable |
CatchUpInterval | int | NO | Number provided by User represent CatchUp interval period based on CatchupIntervalUOM column |
CatchUpIntervalUOM | varchar | NO | Catchup interval UOM could be Day/Week/Month or Year |
CatchUpOverdue | int | NO | Number provided by User represent Catchup overdue based on CatchupOverDueUOM column |
CatchUpOverdueUOM | varchar | NO | Catchup overdue UOM could be Day/Week/Month or Year |
Note | varchar | YES | User enterd Notes from UI Nullable |
CreateDate | datetime | NO | Datetime record got created |
Frequency | int | NO | Number provided by User represent Frequency based on FrequencyUOM column |
FrequencyUOM | varchar | NO | Frequency UOM could be Day/Week/Month or Year |
LastChangedBy | numeric | NO | logical FK to Users Table UserId who modified the entry References: dbo.Users |
MaxAge | int | NO | Number provided by User represent Max Age based on MaxAgeUOM |
MaxAgeUOM | varchar | NO | MAxAge UOM could be Day/Week/Month or Year |
VacSeriesVersionDoseCPT
Contains configuration information for CPT codes associated with Vaccine Series/Dose details provided using Dose Tab under Immunization Admin from UI
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacSeriesVersionDoseID | numeric | NO | Primary key, FK relation to VacseriesVersionDose Table VacSeriesVersionDoseID References: dbo.VacSeriesVersionDose |
DoseNo | int | NO | logical FK to VacSeriesVersionDose Table DoseNo |
AltCPT | varchar | NO | Alt CPT code associated with this DoseNo for VacSeriesVerionDoseID |
CPT | char | YES | CPT code associated with this DoseNo for VacSeriesVerionDoseID Nullable |
LastChangedBy | numeric | NO | FK relation to Users Table UserId who modified the entry References: dbo.Users |
VacSeriesVersionDoseCVXCode
Bridge Table to join VacSeriesVersionDose and VacCVXCode Table to link CVX code associated with Vac Series Dose
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacSeriesVersionDoseID | numeric | NO | Primary key. FK relation to VacSeriesVersionDose Table VacSeriesVersionDoseID. References: dbo.VacSeriesVersionDose. |
VacCVXCodeID | int | NO | Primary key. FK relation to VacCVXCode Table VacCVXCodeID. References: dbo.VacCVXCode |
VacVFCCode
Contains list of VFC code and description used for immunization, User can enter new code through Immunization/Injection Admin VFC Admin
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacVFCCodeID | int | NO | Primary key, identity column starts from 1000, <1000 system provided and >=1000 User entered Identity / Auto increment |
VFCCode | varchar | YES | VFC Code Nullable |
VFCDescription | varchar | NO | VFC Code description |
Enabled | tinyint | NO | toggles between 1 and 0, 1=can use, 0=not in use |
LastChangedBy | numeric | NO | logical FK to Users Table UserId who modified the entry References: dbo.Users |
LastChangedDate | datetime | NO | Datetime when modify the entry |
VacVISCode
Contains list of VIS code and description used for immunization
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VacVISCodeID | int | NO | Primary key, identity column starts from 1000, <1000 system added code and >=1000 User added Identity / Auto increment |
VISCode | varchar | NO | VIS Code for Immunization |
VISDate | date | NO | VIS Date |
VISDescription | varchar | NO | VIS Description |
EncodedText | varchar | NO | Encoded Text |
IsCurrent | bit | NO | Specifies the current VIS Code to use if multiple |
IsEnabled | bit | NO | Toggles between 1 and 0, 1=can use, 0=Can not use |
Vial
Table used to store vial information for a serum/shot usually for allergies; links to document/task etc.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VialID | int | NO | Primary key of table; Uniquely identifies record in table Identity / Auto increment |
PatientSerumID | int | NO | Key to join to PatientSerum table References: dbo.PatientSerum |
PatientID | numeric | NO | Key to join to Patient table References: dbo.Patient |
TechCareProviderID | numeric | YES | Key to join to CareProvider table Nullable References: dbo.CareProvider |
MaxShotCount | tinyint | YES | Maximum number of doses in vial Nullable |
ReminderAfterShot | tinyint | YES | Defaults to 10. Select one of the following values: 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1 Nullable |
OrderDate | datetime | YES | Date & time vial was ordered Nullable |
MadeDate | datetime | NO | Date & time vial was manufactured Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
ActiveFlag | bit | YES | Is current record active Nullable Default: 1 |
VialInstructionID | tinyint | YES | Key to join to VialInstruction table Nullable References: dbo.VialInstruction |
VialStatusID | tinyint | YES | Key to join to VialStatus tableNullable References: dbo.VialStatus |
PatientSignFlag | bit | NO | Toggles between 0 and 1. 1=Patient signed |
OrderReasonID | tinyint | YES | Key to join to OrderReason table Nullable References: dbo.OrderReason |
TaskListID | numeric | YES | Key to join to TaskList table Nullable References: dbo.TaskList |
DocumentID | numeric | YES | Key to join to ClinicalDocuments table Nullable. References: dbo.ClinicalDocuments |
DiscontinueReasonID | tinyint | YES | Key to join to DiscontinueReason tableNullable. References: dbo.DiscontinueReason |
DiscontinueReasonComment | varchar | YES | Text comments on Discontinue Reason Nullable |
LocationID | numeric | YES | Key to join to CareProviderLocation table Nullable References: dbo.CareProviderLocation |
BillableCareProviderID | numeric | YES | Key to join to CareProvider table Nullable References: dbo.CareProvider |
VialAntigenLotNum
Additional details related to Vial.VialID, links to Allergen.AllergenConceptID and stores LotNumber
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VialID | int | NO | Key to join to Vial table References: dbo.Vial |
AllergenConceptID | numeric | NO | Key to join to Allergen table References: dbo.Allergen |
LotNum | varchar | NO | Lot number of medication |
VialInstruction
Lookup table for vial instructions 1 Build 2 Diluted 3 Maintenance
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VialInstructionID | tinyint | NO | Primary key of table; Uniquely identifies record in table |
VialInstructionDesc | varchar | NO | Text description of instructions |
VialSize
Lookup table for vial size details, static 3 records VialSizeID VialSizeDesc UOMConceptID UOMSynID 0 5.0 2170 1206 1 10.0 2170 1206 2 2.5 2170 1206
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VialSizeID | tinyint | NO | Primary key of table; Uniquely identifies record in table |
VialSizeDesc | varchar | NO | Text description of vial size |
UOMConceptID | numeric | NO | Key to join to UOMAdmin table References: dbo.UOMAdmin |
UOMSynID | numeric | YES | Key to join to UOMSyn table Nullable |
VialStatus
Lookup table for vial status VialStatusID VialStatusDesc 0 Ordered 1 Made 2 Hold 3 Completed 4 Discontinued
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VialStatusID | tinyint | NO | Primary key of table; Uniquely identifies record in table |
VialStatusDesc | varchar | NO | Text description of vial status |
Visit
Visit related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitID | numeric | NO | Primary Key column, generates new ID using MasterID Table which keep tracks of last Inserted VisitID |
PatientID | numeric | NO | This column has logical FK to Patient Table PatientID |
PatientArrivalFlag | int | YES | Set to 1 when create a new Visit or Check-in the Patient Nullable Default: 0 |
PatArrDateTime | datetime | YES | Datetime filed looks not being populated either from Creating new Visit or Check-in the Patient functionality. Nullable |
VisitTypeID | numeric | YES | This column has logical FK to VisitTypes Table VisitTypeID Nullable |
CareProviderID | numeric | NO | This column has logical FK to CareProvider Table CareProviderID Default: 0 |
ReferringProviderID | numeric | YES | This column has logical FK to CareProvider Table CareProviderID Nullable Default: 0 |
BillableCareProviderID | numeric | NO | This column has logical FK to CareProvider Table CareProviderID |
PrimaryCareProviderID | numeric | YES | This column has logical FK to CareProvider Table CareProviderID Nullable |
LastChangeUserID | numeric | NO | This column has logical FK to Users Table UserID Default: 0 |
CreateUserID | numeric | YES | This column has logical FK to Users Table UserID Nullable |
CreateDate | datetime | NO | Datetime field to contains Datetime when record got created into this . Table. Default: [dbo].[GreenwayDate](getdate(),getutcdate()) |
ServiceLocationID | numeric | NO | This column has logical FK to CareProviderLocation Table LocationID |
PracticeLocationID | numeric | NO | This column has logical FK to CareProviderLocation Table LocationID |
FromDateTime | datetime | YES | Datetime filed to contains Visit From Datetime Nullable |
ThroughDateTime | datetime | YES | Datetime filed to contains Visit Through Datetime Nullable |
ChargeTicketID | varchar | YES | This column has logical FK to Visit Table VisitID Nullable |
PrimaryComplaint | varchar | YES | Text field to contain Primary Compalint entered by User for Visit Nullable |
VisitStatus | int | NO | Looks like toggles between 0, 1 and 2. 0 is default setting, 1 for Open Visit . and 2 for Close Visit Default: 0 |
AccidentFlag | int | YES | Default value for this column is set to 0. Nullable Default: 0 |
AccidentState | varchar | YES | This column has logical FK to USStates Table Abbrev Nullable |
AccidentTypeID | numeric | YES | This column has logical FK to AccidentType Table AccidentTypeID. Nullable Default: 0 |
DisabilityFromDate | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and . not being used in Visit Table Nullable |
DisabilityToDate | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
HospitalAdmitDateTime | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
HospitalDischargeDateTime | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
FinanciallyResponsiblePartyID | numeric | YES | This column has logical FK to Person Table PersonID Nullable |
SimilarIllnessDate | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
SymptomDate | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
Comments | varchar | YES | Text field to enter comments from User Nullable |
SuperbillID | numeric | YES | This column has logical FK to SuperBillAdmin Table SuperBillID Nullable |
PostOpFlag | bit | YES | Default value set to 0 Nullable Default: 0 |
ConfidentialityLevel | int | YES | This Column is a FK to CCDASubmissionOption Nullable References: dbo.CCDASubmissionOption |
LastModifiedDateTime | datetime | YES | This column contains the modification date time of this Visit |
VisitHistory
This table stores VisitHistory information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
UserID | numeric | NO | This Column store user ID |
StartChangeDate | datetime | NO | stores start Date for the table VisitHistory |
EndChangeDate | datetime | YES | stores End Date for the table VisitHistory |
VisitID | numeric | NO | This column has logical FK to Visit Table VisitID |
PatientID | numeric | NO | This column store patient id logical FK to patient table patientID |
PatientArrivalFlag | int | YES | Set to 1 when create a new Visit or Check-in the Patient Nullable Default: 0 |
PatArrDateTime | datetime | YES | Datetime filed looks not being populated either from Creating new Visit or Check-in the Patient functionality.Nullable |
VisitTypeID | numeric | YES | This column store visit type id Nullable |
CareProviderID | numeric | YES | This column store CareProviderID |
ReferringProviderID | numeric | YES | This column has logical FK to CareProvider Table CareProviderID Nullable |
BillableCareProviderID | numeric | YES | Id of the billable care provider on the encounter...ties to careprovider table. |
PrimaryCareProviderID | numeric | YES | Logical FK, Careprovider.CareProviderID Nullable |
CreateUserID | numeric | YES | UserID of the User Created Visit History of the patient |
CreateDate | datetime | NO | This column store current date time |
ServiceLocationID | numeric | NO | Id of the service location on the encounter...ties to careproviderlocations table. |
PracticeLocationID | numeric | YES | Id of the practice location on the encounter...ties to careproviderlocations table. |
FromDateTime | datetime | YES | Datetime filed to contains Visit From Datetime Nullable |
ThroughDateTime | datetime | YES | Datetime filed to contains Visit Through Datetime Nullable |
ChargeTicketID | varchar | YES | This column has logical FK to Visit Table VisitID Nullable |
PrimaryComplaint | varchar | YES | Text field to contain Primary Compalint entered by User for Visit Nullable |
VisitStatus | int | NO | Looks like toggles between 0, 1 and 2. 0 is default setting, 1 for Open Visit and 2 for Close Visit Default: 0 |
AccidentFlag | int | YES | Default value for this column is set to 0 Nullable Default: 0 |
AccidentState | varchar | YES | This column has logical FK to USStates Table Abbrev Nullable |
AccidentTypeID | numeric | YES | This column has logical FK to AccidentType Table AccidentTypeID Nullable Default: 0 |
DisabilityFromDate | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
DisabilityToDate | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
HospitalAdmitDateTime | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
HospitalDischargeDateTime | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
FinanciallyResponsiblePartyID | numeric | YES | This column has logical FK to Person Table PersonID Nullable |
SimilarIllnessDate | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
SymptomDate | datetime | YES | Looks like these columns got refactored into br_ServiceDetails Table and not being used in Visit Table Nullable |
Comments | varchar | YES | Text field to enter comments from User Nullable |
SuperBillID | numeric | YES | This column has logical FK to SuperBillAdmin Table SuperBillID Nullable |
VisitInsurance
Insurance attached to Visit\Patient related information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitID | numeric | NO | Primary Key, Logical FK to Visit Table VisitID |
InsID | numeric | NO | Primary Key, Logical FK to InsuranceCoverage Table InsID |
Priority | int | NO | This column has logical FK to InsurancePriority Table Priority Default: 0 |
SubmissionOrder | int | NO | This column has logical FK to InsurancePriority Table Priority Default: 0 |
PreCertNumber | varchar | NO | This column has logical FK to InsurancePreCert Table PreCertNumber |
InsPreCertID | numeric | YES | This column has logical FK to InsurancePreCert Table InsPreCertID Nullable |
DecrementCounter | tinyint | YES | Schedule Related Reference to Insurance Pre Certification 0 = No, 1 = Yes Nullable |
InsuranceTypeID | numeric | YES | This column has logical FK to InsuranceType Table InsuranceTypeID Nullable |
VisitProviderRecordFix
This table stores VisitProviderRecordFix information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitID | numeric | YES | Primary Key, Logical FK to Visit Table VisitID |
PatientID | numeric | YES | This column store patient id logical FK to patient table patientID |
PatientFNameLName | varchar | YES | Stores First and Last name of Patient |
OldProviderOnVisit | numeric | YES | This column stores OldProvider OnVisit value |
NewProviderOnVisit | numeric | YES | This column stores NewProvider OnVisit value |
OldBillableProviderOnVisit | numeric | YES | This column stores OldBillableProvider OnVisit value |
NewBillableProviderOnVisit | numeric | YES | This column stores NewBillableProvider OnVisit value |
UpdateRule | varchar | YES | Stores Updated Rule value |
DateCreated | datetime | YES | This column stores the created date of each entry to this table |
VisitTypes
Visit Types main Table
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VisitTypeID | numeric | NO | Primary Key column, generates new ID using MasterID Table which keep tracks of last Inserted VisitTypeID |
LocalName | varchar | NO | Text field to contain Local Name for Display |
StandardName | varchar | NO | Text filed to contain Standard Name for religion |
Description | varchar | NO | Text field to contain description for name |
IsDefaultField | int | NO | Toggles between 0 and 1, set to 1 for only one record to mark it as Default Default: 0 |
Enabled | int | NO | Toggles between 0 and 1, set to 0 for not available for user to use Default: 1 |
DefaultLocationID | numeric | YES | This column has logical FK to CareProviderLocation Table LocationID Nullable |
Billable | int | NO | Flag to identify if the visit is a billable visit 0 = No, 1 = Yes Default: 0 |
OnSite | int | NO | Flag to specify Visit as On Site 0 = No, 1 = Yes Default: 0 |
Clinical | int | NO | Flag to specify Visit as Clinical related, 0 = No, 1 = Yes Default: 0 |
DefaultPracticeLocationID | numeric | YES | This column has logical FK to CareProviderLocation Table LocationID Nullable |
SuperbillID | numeric | YES | This column has logical FK to SuperBillAdmin Table SuperBillID Nullable |
AutoPrintSuperBill | int | YES | Toggles between 1 and 0, Set to 1 if check box for Auto print Superbill checked from Visit types page Nullable Default: 0 |
ExcludeForMU | tinyint | NO | Toggles between 1 and 0, Set to 1 if check box for Exclude all Data associated from facesheet checked from Visit types page Default: 0 |
RequireReferring | tinyint | YES | Toggles between 1 and 0, Set based on selection from Referring Provider Requirement drop down from Visit types page Nullable |
ExcludeFromFacesheet | tinyint | YES | Toggles between 1 and 0, Set to 1 if check box for Exclude Visit types from facesheet checked from Visit types page Nullable |
EncounterClassID | numeric | YES | This column contains Encounterclass ID |
VocabAnswerAdmin
configuration.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabAnswerAdminID | numeric | NO | Primary key. FK relation to Concept Table ConceptID. References: dbo.Concept. |
VocabQuestionAnswerCategoryID | smallint | YES | FK relation to VocabQuestionAnswerCategory Table VocabQuestionAnswerCategoryID. Nullable. References: dbo.VocabQuestionAnswerCategory. |
AnswerName | varchar | NO | Name of Answer |
CreatedBy | numeric | NO | FK relation to Users Table UserID who created this Answer. References: dbo.Users. |
CreateDate | datetime | NO | Datetime record got created. |
LastChangedBy | numeric | NO | logical FK to Users Table UserId who modified the entry. References: dbo.Users |
LastChangedDate | datetime | NO | Datetime when modify the entry |
Enabled | tinyint | NO | toggles between 1 and 0. 1=display and 0=hide |
VocabAnswerAdminDataSource
designed to elicit responses as a prerequisite to performing the test. Used in Vocab Admin from UI.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabAnswerAdminID | numeric | NO | Primary key. FK relation to VocabAnswerAdmin Table VocabAnswerID. References: dbo.VocabAnswerAdmin. |
Code | varchar | NO | Primary key. Code entered by User from Vocab Admin. |
DataSourceFacilityID | numeric | NO | Primary key. FK relation to DataSourceFacility Table. References: dbo.DataSourceFacility |
VocabAnswerSet
Contains list of Answer Sets created from Vocab Admin UI. Answer Sets enables association of groups of individual answers for use in AOE functionality.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabAnswerSetID | numeric | NO | Primary key. FK relation to Concept Table ConceptID References: dbo.Concept. |
AnswerSetName | varchar | NO | Answer Set Name defined by User |
AnswerSetDefinition | varchar | YES | Definiton for Answer Set entwerd by User. Nullable. |
CreatedBy | numeric | NO | FK relation to Users Table UserID who created this AnswerSet. References: dbo.Users |
CreateDate | datetime | NO | Datetime record got created |
LastChangedBy | numeric | NO | logical FK to Users Table UserId who modified the entry. References: dbo.Users |
LastChangedDate | datetime | NO | Datetime when modify the entry |
Enabled | tinyint | NO | toggles between 1 and 0. 1=display and 0=hide |
VocabAnswerSetVocabAnswerAdmin
Contains list of individual Answer that are associated with AnswerSet. Vocab Admin module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabAnswerSetVocabAnswerAdminID | int | NO | Primary key, identity column Identity / Auto increment |
VocabAnswerAdminID | numeric | NO | FK relation to VocabAnswerAdmin Table VocabAnswerID References: dbo.VocabAnswerAdmin |
VocabAnswerSetID | numeric | NO | FK relation to VocabAnswerSet Table VocabAnswerSetID References: dbo.VocabAnswerSet |
Sequence | smallint | YES | Sequence no increment by 1 for same VocabAnswerSetID Nullable |
VocabQuestionAdmin
Contains definition of individual questions for use in AOE functionality. Ask at Order Entry questions are designed to elicit responses as a prerequisite to performing the test. Used in Vocab Admin from UI.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabQuestionAdminID | numeric | NO | Primary key, FK relation to Concept Table ConceptID References: dbo.Concept |
VocabQuestionAnswerCategoryID | smallint | YES | FK relation to VocabQuestionAnswerCategory Table VocabQuestionAnswerCategoryID Nullable References: dbo.VocabQuestionAnswerCategory |
VocabAnswerSetID | numeric | YES | FK relation to VocabAnswerSet Table VocabAnswerSetID, to connect Answer with Question Nullable References: dbo.VocabAnswerSet |
VocabQuestionAdminResponseTypeID | int | NO | FK relation to VocabQuestionResponseType Table VocabQuestionResponseTypeID, like Free Text, Single Select, Multi-Select References: dbo.VocabQuestionResponseType |
QuestionName | varchar | NO | Name of Question entered by User |
CreatedBy | numeric | NO | FK relation to Users Table UserID who created this Question References: dbo.Users |
CreateDate | datetime | NO | Datetime record got created |
LastChangedBy | numeric | NO | FK relation to Users Table UserId who modified the entry References: dbo.Users |
LastChangedDate | datetime | NO | Datetime when modify the entry |
Enabled | tinyint | NO | toggles between 1 and 0, 1=display, 0=hide |
DbField | varchar | YES | Predefine DB field option to use as Answer Nullable |
VocabQuestionAdminDefault
Contains Default value configuration for Question configured by User from Vocab Admin.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabQuestionAdminDefaultID | int | NO | Primary key, identity column Identity / Auto increment |
VocabQuestionAdminID | numeric | NO | FK relation to VocabQuestionAdmin Table VocabQuestionAdminID References: dbo.VocabQuestionAdmin |
VocabAnswerAdminID | numeric | YES | FK relation to VocabAnswerAdmin Table VocabAnswerID Nullable References: dbo.VocabAnswerAdmin |
DefaultDescription | varchar | YES | Default description or value Nullable |
CreatedBy | numeric | NO | FK relation to Users Table UserID who created this Default References: dbo.Users |
CreateDate | datetime | NO | Datetime record got created |
LastChangedBy | numeric | NO | FK relation to Users Table UserId who modified the entry References: dbo.Users |
LastChangedDate | datetime | NO | Datetime when modify the entry |
VocabQuestionAdminDSOverrideImport
This table stores VocabQuestionAdminDSOverrideImport information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
DataSourceFacilityID | numeric | YES | This Column contains the unique IDs for DataSource Facility |
DataSourceFacilityName | varchar | NO | This Column contains the Data Source Facility Name |
OrdConceptID | numeric | YES | FK relation to OrdAdmin Table OrdConceptID References: dbo.OrdAdmin |
OrdConceptShortName | varchar | YES | Stores OrdConcept ShortName |
DSFOrderCode | varchar | NO | This Column contains DFSOder Code |
VocabQuestionAdminID | numeric | YES | REFERENCES dbo.VocabQuestionAdmin (VocabQuestionAdminID) References: dbo.VocabQuestionAdmin |
VocabQuestionName | varchar | YES | This column stores VocabQuestion Name |
DSFQuestionCode | varchar | NO | This column stores DSFQuestion Code |
DSFOverrideCode | varchar | NO | This column stores DSFOverride Code |
VocabQuestionAdminOrderCode
Contains Datasource facility code associated with Question through Order Concept from Vocab Admin module.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabQuestionAdminID | numeric | NO | Primary key, FK relation to VocabQuestionAdminQuestionCode Table VocabQuestionAdminID References: dbo.VocabQuestionAdminQuestionCode |
DataSourceFacilityID | numeric | NO | FK relation to DataSourceFacilityOrderCode Table DataSourceFacilityID References: dbo.DataSourceFacilityOrderCode, dbo.VocabQuestionAdminQuestionCode |
OrderCode | varchar | NO | Order Code enter by User Default: References: dbo.DataSourceFacilityOrderCode |
QuestionSequenceNo | smallint | YES | Question Sequence No if associated multiple question to same OrderConcept Nullable |
VocabQuestionAdminQuestionCode
Contains DataSource Facility code associated with Datasource facility from Question.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabQuestionAdminID | numeric | NO | Primary key, FK relation to VocabQuestionAdmin Table VocabQuestionAdminID References: dbo.VocabQuestionAdmin |
QuestionCode | varchar | NO | Question Code entered by User |
DataSourceFacilityID | numeric | NO | FK relation to DataSourceFacility Table DataSourceFacilityID, to which the Question Code is attached References: dbo.DataSourceFacility |
VocabQuestionAnswerCategory
Contains list of Category to use with Question and Answer module from Vocab Admin.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabQuestionAnswerCategoryID | smallint | NO | Primary key, identity column Identity / Auto increment |
VocabQuestionAnswerCategoryDesc | varchar | NO | Category Description |
Enabled | tinyint | NO | toggles between 1 and 0, 1=display, 0=hide |
VocabQuestionResponseType
Contains list of different Response types to choose from within Question module from Vocab Admin.
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabQuestionResponseTypeID | int | NO | Primary key, identity column Identity / Auto increment |
ResponseType | varchar | NO | Response type name |
VocabQuestionSet
This table stores VocabQuestionSet information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabQuestionSetID | numeric | NO | Primary key, identity column Identity / Auto increment |
QuestionSetName | varchar | NO | This column stores the QuestionSetName |
QuestionSetDefinition | varchar | YES | this column stores the description of QuestionSetName Nullable |
CreatedBy | numeric | NO | This column contains the user id of the user who created this VocabQuestionSet |
CreateDate | datetime | NO | This column contains the creation date time of this VocabQuestionSet |
LastChangedBy | numeric | NO | This column contains the user id of the user who modified this VocabQuestionSet |
LastChangedDate | datetime | NO | This column contains the modification date of this VocabQuestionSet |
Enabled | tinyint | NO | Looks like toggles between 0, 1. 1 is default setting. Default: 1 |
VocabQuestionSetVocabQuestionAdmin
This table stores VocabQuestionSetVocabQuestionAdmin information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
VocabQuestionSetVocabQuestionAdminID | int | NO | Primary key, identity column Identity / Auto increment |
VocabQuestionAdminID | numeric | NO | REFERENCES dbo.VocabQuestionAdmin (VocabQuestionAdminID) References: dbo.VocabQuestionAdmin |
VocabQuestionSetID | numeric | NO | FK relation to VocabQuestionSet table |
Sequence | smallint | YES | Increments per VocabQuestionSetVocabQuestionAdminID, VocabQuestionAdminID, VocabQuestionSetID |
WHOPediatricWeightForLength
This table stores WHOPediatricWeightForLength information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
ID | int | NO | |
Gender | numeric | YES | Gender of the pediatric patient. |
AgeInMonths | numeric | YES | Age in month value for weight-for-length calculation. |
L | numeric | YES | L (Lambda) adjusts for the skewness of the distribution value for weight-for-length calculation. |
M | numeric | YES | M (Mu) sets the median for the data value for weight-for-length calculation. |
S | numeric | YES | S (Sigma) adjusts for the spread or variability value for weight-for-length calculation. |
P2 | numeric | YES | P2 value for weight-for-length calculation. |
P5 | numeric | YES | P5 value for weight-for-length calculation. |
P10 | numeric | YES | P10 value for weight-for-length calculation. |
P25 | numeric | YES | P25 value for weight-for-length calculation. |
P50 | numeric | YES | P50 value for weight-for-length calculation. |
P75 | numeric | YES | P75 value for weight-for-length calculation. |
P90 | numeric | YES | P90 value for weight-for-length calculation. |
P95 | numeric | YES | P95 value for weight-for-length calculation. |
P98 | numeric | YES | P98 value for weight-for-length calculation. |
WorkStatus
This table stores WorkStatus information
ColumnName | DataType | Nullable | Description |
---|---|---|---|
WorkStatusID | numeric | NO | Primary key, identity column Identity / Auto increment |
LocalName | varchar | NO | This column contains the Local Name |
SystemName | varchar | NO | This column contains the System Name |
Description | varchar | NO | This column contains the Description for name |
IsDefaultField | int | NO | Looks like toggles between 0, 1. 0 is default setting. 1 is for Unknown Default: 0 |
Enabled | int | NO | Looks like toggles between 0, 1. 1 is default setting. Default: 1 |