Planned Parenthood Federation of America, Inc.

Size: px
Start display at page:

Download "Planned Parenthood Federation of America, Inc."

Transcription

1 Planned Parenthood Data Warehouse Project System Specification Volume 2 Data Model Prepared by The Data Organization 1 July 2002 DRAFT 12/14/2008 Page 1

2 TABLE OF CONTENTS 1. CHANGE LOG INTRODUCTION PURPOSE OF THE DOCUMENT SCOPE OF THE DOCUMENT ORGANIZATION OF THE DOCUMENT DATA MODEL OVERVIEW INTRODUCTION DATA MODEL DESIGN CRITERIA PROTOTYPE CONCEPTUAL MODEL VALIDATION TABLES INTRODUCTION A CHARGE TYPE A COMMENT TYPE C CONTRACEPTION TYPE C CPT CODE C DIAGNOSIS TYPE C ETHNICITY TYPE C EXPENSE TYPE C GENDER TYPE C IDENTIFIER TYPE C LANGUAGE TYPE C MARITAL TYPE C MODIFIER TYPE C PAYER SOURCE C PROVIDER TYPE C RVU GROUP C WEEKDAY CTBLMEDICALCATEGORY CTBLPOVERTYREGION CTBLSERVICECATEGORY CTBLSERVICEGROUP CTBLVISITTYPE TRANSLATION TABLES INTRODUCTION A CONTRACEPTION TYPE A DIAGNOSIS TYPE A ETHNICITY TYPE A EXPENSE TYPE A GENDER TYPE A LANGUAGE TYPE A MARITAL STATUS TYPE A PAYER SOURCE A PROVIDER TYPE ATBL VISIT TYPE /14/2008 Page 2

3 6. PPFA ORGANIZATION DATA INTRODUCTION DATA MODEL T AFFILIATE D CENTER D CENTER LOCATION HISTORY D CLINIC D CLINIC RVU HISTORY D HOURS OF OPERATION PATIENT DATA INTRODUCTION DATA MODEL D PATIENT D PATIENT COMMENTS D PATIENT HISTORY T PATIENT TRANSLATION PRODUCT DATA INTRODUCTION DATA MODEL D PRODUCT AFFILIATE D PRODUCT PPFA D PRODUCT VALUE HISTORY PROVIDER DATA INTRODUCTION DATA MODEL D PROVIDER R WORKS AT T PROVIDER TRANSLATION TASK DATA INTRODUCTION DATA MODEL D TASK D TASK PPFA VISIT DATA INTRODUCTION DATA MODEL F CLINIC COST F PAYMENT DETAIL F VISIT DETAIL IMPLEMENTED DATA MODEL COMPLETE DATA MODEL DDL SOURCE DATA DICTIONARY /14/2008 Page 3

4 13. REFERENCE MATERIALS IMPORT FILE FORMATS EXPORT FILE FORMATS /14/2008 Page 4

5 1. CHANGE LOG Date Description Author 9 March 02 Created document Rainer Schoenrank 1 July 02 Updated attributes and inserted diagrams Rainer Schoenrank 2. INTRODUCTION 2.1 Purpose of the Document The Data Architecture describes the Data Mart data model and its implementation. This report describes the results of the policy decisions that created the data model, the database implementation, the data base concepts, and the organization of the business data. 2.2 Scope of the Document The scope of the document is limited to the data model for the Data Mart application. The details of the application, implementation and functionality are described in various files on the Data Mart servers. 2.3 Organization of the Document INTRODUCTION specifies the purpose, scope and organization of this document. DATA MODEL OVERVIEW describes the context of the Data Mart data model, its functionality, and the organization of the business data. SUBSCHEMA DATA the table and data chapters describe the detailed tables that make up the major components of the data model. There is a chapter for the validation tables, for each of the dimensions of the database and for each of the fact tables of the database. IMPLEMENTATION OVERVIEW describes the environment for the development of the Data Mart application and the processes used to distribute the application to its users. IMPLEMENTED DATA MODEL describes the environment for the development of the Data Mart application and the processes used to distribute the application to its users. 12/14/2008 Page 5

6 3. DATA MODEL OVERVIEW 3.1 Introduction The Data Mart data model is based on the model for a business processing application that uses a database. The data model provides a common data definition for the data required by the application. The data model is a set of entities (or tables) that contain data produced by users within the business. The entities are described in a data dictionary that produces a file of Data Definition Language (DDL) commands for the target data base management system (DBMS). 3.2 Data Model Design Criteria The goal of the data modeling process is to create a database that models the reality of the business data, is expandable as business changes and allows the data to be shared among business processes (different application system). The design principles of the data model and database are: The model and implementation of the database will use Declarative Referential Integrity to ensure that orphan records cannot be created in the database. Company policy (business rules) will not be modeled or implemented into the database. The application owner will have full control of the data base update processing The criteria used for designing the database are: Simplicity Clarity Ease of use Generality. For simplicity, data modeling constructs that are not implemented in the DBMS are not used in the data model (such as, sub typing, super typing, and relationship roles). For clarity, validation tables are not modeled in the diagrams and separated from the model tables in the database implementation. For ease of use, a data item will be modeled in only one place in the data model. This will avoid data synchronization problems and data redundancy (i.e., the data model will be in third normal form). For generality, the requirements of the more general concept of a data item will be analyzed. For example, using telephone number, the requirements of the international phone system will be examined rather than just the North American telephone-numbering plan. 12/14/2008 Page 6

7 3.3 Prototype Conceptual Model A data model is the logical view of the business data. It is physically implemented within a DBMS, but the model is independent of any particular DBMS implementation. Provider ProviderKey Time Clinic ClinicKey Visit Detail TaskID PatientKey ProductKey Patient Product Affiliate Task maps to maps to Product PPFA Task PPFA Legend: Other Entity one to many relationship Associative Entity (many to many) many to one relationship Entity (table) one to many relationship Attributive Entity (child of Entity) 12/14/2008 Page 7

8 4. VALIDATION TABLES 4.1 Introduction To implement the data model using declared referential integrity we use validation tables. The validation (code) tables have defined relationships to some of the attributes of the data model. The attributes that reference the validation tables are only allowed a limited set of values. The validation tables contain those allowed values. For completeness, each validation table contains codes for SLCT (the default value) and UNKN (correct value not in list). The values in the validation tables are never deleted; they are marked as not in use. The referential integrity requirement of the database means that deleting a validation value may delete multiple rows in the data tables. Since the function of all of the validation tables is identical, the structure of all of the tables is the same. The structure is shown in the table below. Code ID Number (Long) AutoNumber An identifier attribute type created by the DBMS and used as a primary key. Short Code Text 10 The mnemonic code which the application users use for this row value and used as a primary key (i.e., no duplicate values allowed). Description Text 255 The long description of the value that was identified by the short code. Sort Order Number (Long) The order in which the table rows will be displayed In Use Yes/No Yes A flag to indicate whether or not to show the row in a pull down list when entering data. Audit Trail Event Date/Time Now() The date and time at which this table row was last updated Audit Trail Process Text 50 NT Logon ID The user id or process name that last updated this table row 12/14/2008 Page 8

9 4.2 A Charge Type The code Court Name table contains the names of courts allowed for a matter. Examples of the values of Court Name are shown in the table below. 0 SLCT Please select a Court Type Yes 1 UNKN Unknown Court Type Yes 3 9CA 9 th Circuit Court of Appeal Yes 4 SCAC Superior Court of Alameda County Yes 5 USSC United States Supreme Court Yes 4.3 A Comment Type The code Court Name table contains the names of courts allowed for a matter. Examples of the values of Court Name are shown in the table below. 0 SLCT Please select a Court Type Yes 1 UNKN Unknown Court Type Yes 3 9CA 9 th Circuit Court of Appeal Yes 4 SCAC Superior Court of Alameda County Yes 5 USSC United States Supreme Court Yes 4.4 C Contraception Type The code Address Type table contains the types of address allowed for a Client. Examples of the values of Address Type are shown in the table below. 0 SLCT Please select a Client Address Type Yes 1 UNKN Unknown Client Address Type Yes 3 HO Head Office Yes 4 BA Billing Address Yes 5 SA Client Primary Address Yes 6 RGN1 Region 1 Address Yes 7 RGN2 Region 2 Address Yes 12/14/2008 Page 9

10 4.5 C CPT Code The code Appearance Type table contains the types of appearances allow for a matter before a court. Examples of the values of Appearance Type are shown in the table below. 0 SLCT Please select a Appearance Type Yes 1 UNKN Unknown Appearance Type Yes 4.6 C Diagnosis Type The code Arbiter Role Type table contains the types of roles allowed for an Arbiter. Examples of the values of Arbiter Role are shown in the table below. 0 SLCT Please select an Arbiter Role Type Yes 1 UNKN Unknown Arbiter Role Type Yes 3 J Judge Yes 4 M Mediator Yes 5 A Arbitrator Yes 4.7 C Ethnicity Type The code Bill Contents table contains the types of billing contents (level of billing detail) available for a Matter. Examples of the values of Bill Content are shown in the table below. 0 SLCT Please select a Bill Contents Type Yes 1 UNKN Unknown Bill Contents Type Yes 12/14/2008 Page 10

11 4.8 C Expense Type The code Bill Format table contains the types of billing layout formats available for a Matter. Examples of the values of Bill Format are shown in the table below. 0 SLCT Please select a Bill Format Type Yes 1 UNKN Unknown Bill Format Type Yes 4.9 C Gender Type The code Bill Frequency table contains the values for how often a bill is sent to a Client. Examples of the values of Bill Frequency are shown in the table below. 0 SLCT Please select a Bill Frequency Type Yes 1 UNKN Unknown Bill Frequency Type Yes 4.10 C Identifier Type The code Charge Type table contains the types of charges that appear as line items on the Matter Bill Detail table. Examples of the values of Charge Type are shown in the table below. 0 SLCT Please select a Charge Type Yes 1 UNKN Unknown Charge Type Yes 3 P Partner hours Yes 4 A Associate hours Yes 5 P Paralegal hours Yes 6 C Court Appearance Yes 7 F Filing Yes 12/14/2008 Page 11

12 4.11 C Language Type The code Charge Type table contains the types of charges that appear as line items on the Matter Bill Detail table. Examples of the values of Charge Type are shown in the table below. 0 SLCT Please select a Charge Type Yes 1 UNKN Unknown Charge Type Yes 3 P Partner hours Yes 4 A Associate hours Yes 5 P Paralegal hours Yes 6 C Court Appearance Yes 7 F Filing Yes 4.12 C Marital Type The code Client Role Type table contains the types of relationships allowed between two clients. Examples of the values of Client Relationship Type are shown in the table below. 0 SLCT Please select a Client Relationship Type Yes 1 UNKN Unknown Client Relationship Type Yes 3 S Super Client Yes 4 SUB Subsidiary of Yes 5 P Partner of Yes 6 I Insurer of Yes 4.13 C Modifier Type The code Client Role Type table contains the types of relationships allowed between two clients. Examples of the values of Client Relationship Type are shown in the table below. 0 SLCT Please select a Client Relationship Type Yes 1 UNKN Unknown Client Relationship Type Yes 3 S Super Client Yes 4 SUB Subsidiary of Yes 5 P Partner of Yes 6 I Insurer of Yes 12/14/2008 Page 12

13 4.14 C Payer Source The code Client Role Type table contains the types of roles allowed for a client in connection with a matter. Examples of the values of Client Role Type are shown in the table below. 0 SLCT Please select a Client Role Type Yes 1 UNKN Unknown Client Role Type Yes 3 P Plaintiff Yes 4 D Defendant Yes 5 PY Payer Yes 6 BC Billing Contact Yes 7 BA Budget Approver Yes 4.15 C Provider Type The code Client Role Type table contains the types of roles allowed for a client in connection with a matter. Examples of the values of Client Role Type are shown in the table below. 0 SLCT Please select a Client Role Type Yes 1 UNKN Unknown Client Role Type Yes 3 P Primary Contact Yes 4 PY Payer Yes 5 BC Billing Contact Yes 6 BA Budget Approver Yes 4.16 C RVU Group The code Compensation Type table contains the types of compensation allowed for an employee. Examples of the values of Compensation Type are shown in the table below. 0 SLCT Please select a Compensation Type Yes 1 UNKN Unknown Compensation Type Yes 3 R Regular Yes 4 YEB Year End Bonus Yes 5 PB Performance Bonus Yes 6 OT Overtime Yes 12/14/2008 Page 13

14 4.17 C Weekday The code Conflict Type table contains the types of conflicts allowed for a matter. Examples of the values of Conflict Type are shown in the table below. 0 SLCT Please select a Conflict Type Yes 1 UNKN Unknown Conflict Type Yes 3 C Client Yes 4 A Adverse Yes 5 PA Potentially Adverse Yes 6 OP Other Party Yes 7 CC Co Client Yes 4.18 ctblmedicalcategory The code Client Role Type table contains the types of roles allowed for a client in connection with a matter. Examples of the values of Client Role Type are shown in the table below. 0 SLCT Please select a Client Role Type Yes 1 UNKN Unknown Client Role Type Yes 3 P Primary Contact Yes 4 PY Payer Yes 5 BC Billing Contact Yes 6 BA Budget Approver Yes 4.19 ctblpovertyregion The code Client Role Type table contains the types of roles allowed for a client in connection with a matter. Examples of the values of Client Role Type are shown in the table below. 0 SLCT Please select a Client Role Type Yes 1 UNKN Unknown Client Role Type Yes 3 P Primary Contact Yes 4 PY Payer Yes 5 BC Billing Contact Yes 6 BA Budget Approver Yes 12/14/2008 Page 14

15 4.20 ctblservicecategory The code Client Role Type table contains the types of roles allowed for a client in connection with a matter. Examples of the values of Client Role Type are shown in the table below. 0 SLCT Please select a Client Role Type Yes 1 UNKN Unknown Client Role Type Yes 3 P Primary Contact Yes 4 PY Payer Yes 5 BC Billing Contact Yes 6 BA Budget Approver Yes 4.21 ctblservicegroup The code Client Role Type table contains the types of roles allowed for a client in connection with a matter. Examples of the values of Client Role Type are shown in the table below. 0 SLCT Please select a Client Role Type Yes 1 UNKN Unknown Client Role Type Yes 3 P Primary Contact Yes 4 PY Payer Yes 5 BC Billing Contact Yes 6 BA Budget Approver Yes 4.22 ctblvisittype The code Client Role Type table contains the types of roles allowed for a client in connection with a matter. Examples of the values of Client Role Type are shown in the table below. 0 SLCT Please select a Client Role Type Yes 1 UNKN Unknown Client Role Type Yes 3 P Primary Contact Yes 4 PY Payer Yes 5 BC Billing Contact Yes 6 BA Budget Approver Yes 12/14/2008 Page 15

16 5. TRANSLATION TABLES 5.1 Introduction To implement the data model using declared referential integrity we use validation tables. The validation (code) tables have defined relationships to some of the attributes of the data model. The attributes that reference the validation tables are only allowed a limited set of values. The validation tables contain those allowed values. For completeness, each validation table contains codes for SLCT (the default value) and UNKN (correct value not in list). The values in the validation tables are never deleted; they are marked as not in use. The referential integrity requirement of the database means that deleting a validation value may delete multiple rows in the data tables. Since the function of all of the validation tables is identical, the structure of all of the tables is the same. The structure is shown in the table below. Code ID Number (Long) AutoNumber An identifier attribute type created by the DBMS and used as a primary key. Short Code Text 10 The mnemonic code which the application users use for this row value and used as a primary key (i.e., no duplicate values allowed). Description Text 255 The long description of the value that was identified by the short code. Sort Order Number (Long) The order in which the table rows will be displayed In Use Yes/No Yes A flag to indicate whether or not to show the row in a pull down list when entering data. TranslatedCode Long Integer 0 The validation code used to translate this affiliate code. Audit Trail Event Date/Time Now() The date and time at which this table row was last updated Audit Trail Process Text 50 NT Logon ID The user id or process name that last updated this table row 12/14/2008 Page 16

17 5.2 A Contraception Type The code Address Type table contains the types of address allowed for a Client. Examples of the values of Address Type are shown in the table below. 0 SLCT Please select a Client Address Type Yes 1 UNKN Unknown Client Address Type Yes 3 HO Head Office Yes 4 BA Billing Address Yes 5 SA Client Primary Address Yes 6 RGN1 Region 1 Address Yes 7 RGN2 Region 2 Address Yes 5.3 A Diagnosis Type The code Appearance Type table contains the types of appearances allow for a matter before a court. Examples of the values of Appearance Type are shown in the table below. 0 SLCT Please select a Appearance Type Yes 1 UNKN Unknown Appearance Type Yes 5.4 A Ethnicity Type The code Arbiter Role Type table contains the types of roles allowed for an Arbiter. Examples of the values of Arbiter Role are shown in the table below. 0 SLCT Please select an Arbiter Role Type Yes 1 UNKN Unknown Arbiter Role Type Yes 3 J Judge Yes 4 M Mediator Yes 5 A Arbitrator Yes 12/14/2008 Page 17

18 5.5 A Expense Type The code Bill Contents table contains the types of billing contents (level of billing detail) available for a Matter. Examples of the values of Bill Content are shown in the table below. 0 SLCT Please select a Bill Contents Type Yes 1 UNKN Unknown Bill Contents Type Yes 5.6 A Gender Type The code Bill Format table contains the types of billing layout formats available for a Matter. Examples of the values of Bill Format are shown in the table below. 0 SLCT Please select a Bill Format Type Yes 1 UNKN Unknown Bill Format Type Yes 5.7 A Language Type The code Bill Frequency table contains the values for how often a bill is sent to a Client. Examples of the values of Bill Frequency are shown in the table below. 0 SLCT Please select a Bill Frequency Type Yes 1 UNKN Unknown Bill Frequency Type Yes 12/14/2008 Page 18

19 5.8 A Marital Status Type The code Client Role Type table contains the types of relationships allowed between two clients. Examples of the values of Client Relationship Type are shown in the table below. 0 SLCT Please select a Client Relationship Type Yes 1 UNKN Unknown Client Relationship Type Yes 3 S Super Client Yes 4 SUB Subsidiary of Yes 5 P Partner of Yes 6 I Insurer of Yes 5.9 A Payer Source The code Client Role Type table contains the types of relationships allowed between two clients. Examples of the values of Client Relationship Type are shown in the table below. 0 SLCT Please select a Client Relationship Type Yes 1 UNKN Unknown Client Relationship Type Yes 3 S Super Client Yes 4 SUB Subsidiary of Yes 5 P Partner of Yes 6 I Insurer of Yes 5.10 A Provider Type The code Client Role Type table contains the types of roles allowed for a client in connection with a matter. Examples of the values of Client Role Type are shown in the table below. 0 SLCT Please select a Client Role Type Yes 1 UNKN Unknown Client Role Type Yes 3 P Plaintiff Yes 4 D Defendant Yes 5 PY Payer Yes 6 BC Billing Contact Yes 7 BA Budget Approver Yes 12/14/2008 Page 19

20 5.11 Atbl Visit Type The code Client Role Type table contains the types of roles allowed for a client in connection with a matter. Examples of the values of Client Role Type are shown in the table below. 0 SLCT Please select a Client Role Type Yes 1 UNKN Unknown Client Role Type Yes 3 P Plaintiff Yes 4 D Defendant Yes 5 PY Payer Yes 6 BC Billing Contact Yes 7 BA Budget Approver Yes 12/14/2008 Page 20

21 6. PPFA ORGANIZATION DATA 6.1 Introduction The company organization is the structuring of the positions in the firm into an organizational chart. The basis of the company organization is the Position data object that contains the identification and description of all the Positions (or offices) that are planned by the business. 6.2 Data Model Affiliate AffiliateID Center CenterKey Center Location History CenterKey Clinic ClinicKey ClinicKey Hours Of Operation Clinic RVU History 6.3 t Affiliate The table contains the relationship between a position and a node in the company organization chart. AffiliateID Name Text 255 The description of this table row InUse BooleanFlag PovertyRegion Enumerated /14/2008 Page 21

22 6.4 d Center The table contains the list of all of the physical location utilized by an Affiliate to hold clinics. AffiliateID An identifier attribute type created by the DBMS used as the primary key CenterID Text 255 The description of this table row CenterKey Autonumber Name Text 255 The description of this table row InUse BooleanFlag 6.5 d Center Location History The table contains all of the company organization charts. CenterKey ChangeDate Date OfficialName Text 100 Street Text 50 City Text 50 State Enumerated ZIPCode Text 10 CenterSize Float CenterSizeUoM Enumerated 6.6 d Clinic The table contains the reason why the company organization chart was created. AffiliateID ClinicID ClinicKey AutoNumber Name Text 255 The description of this table row CenterKey InUse BooleanFlag TitleTen BooleanFlag 12/14/2008 Page 22

23 6.7 d Clinic RVU History The table contains history of the status changes of the position from the position inception to its redundancy. ClinicKey StartDate Date EndDate Date WorkRVUFactor Float PracticeRVUFactor Float PLIRVUFactor Float 6.8 d Hours of Operation The table contains history of the status changes of the position from the position inception to its redundancy. ClinicKey ChangeDate Date WeekDay Enumerated StartTime ClockTime EndTime ClockTime ElapsedTime Float ElapsedTimeUoM Enumerated 12/14/2008 Page 23

24 7. PATIENT DATA 7.1 Introduction Client is a data object that contains all of the data (identification and detailed description) of all the legal entities (companies and individuals) that pay for the products sold by the business. Client is a list of the legal entities that have paid for products produced by the business. When a business institutes a charge back program, the business becomes its own client. 7.2 Data Model Affiliate AffiliateID Patient Translation PatientKey Patient PatientKey PatientKey Patient History Patient Comments 7.3 t Patient Translation The table contains the relationship between the matter and the client contact. AffiliateID Number (Long) 0 ClinicID Text 0 PatientID Text 0 PatientKey Autonumber 0 12/14/2008 Page 24

25 7.4 d Patient This table contains the list of all the clients. PatientKey Number (Long) FirstName Text 255 MiddleName Text 255 LastName Text 255 DateOfBirth Date FirstVisit Date Gender Enumerated Ethnicity Enumerated Hispanic Yes/No No ExtractedDate Date 7.5 d Patient Comments The table contains the list of addresses where the Client can be reached. PatientKey Number (Long) CommentDate Date CommentType Enumerated Comments Memo ExtractedDate Date 7.6 d Patient History The table contains the list of people who work for the Client and their involvement (roles) at the Client. PatientKey Number (Long) ChangeDate Date VisitType Enumerated ContraceptionMethod Enumerated FamilySize Number (Long) SeasonalWorker Boolean GrossIncomeAmount Currency GrossIncomeCurrency Enumerated GrossIncomeRate Enumerated 50 MaritalStatus Enumerated ZIPCode Text 10 PrimaryPayer Enumerated LanguageUsed Enumerated ExtractedDate Date 12/14/2008 Page 25

26 8. PRODUCT DATA 8.1 Introduction Product is a data object that contains all of the data (identification and detailed specifications) of all the tangible goods, information or services that the business plans to sell. Product is a list of the items available to be sold by the business. 8.2 Data Model Product Affiliate maps to Product PPFA PPFAProductKey Product Value History 8.3 D Product Affiliate The table contains the list of all the Affiliate s products. ProductKey An identifier attribute type created by the DBMS used as the primary key AffiliateProductKey Text 255 Description Text 255 The description of this table row BillingCode Text ChargeCode Enumerated DoNotReport BooleanFlag PPFAProductKey InUse BooleanFlag 12/14/2008 Page 26

27 8.4 D Product PPFA The table contains the relationship between the matter and the product. PPFAProductKey The identifier for each PPFA product in the table Description Text 255 The description of this table row InUse BooleanFlag A flag to indicator that this PPFA product is still in use Gender Text 6 A flag to indicator that this PPFA product is still in use ServiceCategory Enumerated The AASC category for this PPFA product ServiceGroup Enumerated The group for this PPFA product MedicalCategory Enumerated Judie s idea CategoryDetail Text 255 The line item description of the AASC category CPTCode Text 5 r The CPT code for this PPFA Product ModifierCode Text 5 The CPT code modifier for this PPFA Product IdentifierCode Text D Product Value History The table contains the relationship between the practice group and the product. PPFAProductKey StartDate Date EndDate Date RelativeValueUnit Float WorkRVU Float PracticeRVU Float PLIRVU Float StAnthonyRVU Float PriceAmount Currency r PriceCurrency Enumerated PriceRate Enumerated 12/14/2008 Page 27

28 9. PROVIDER DATA 9.1 Introduction Employee is a data object that contains all of the data (identification and detailed description) of all the individuals that provide labor for the business. Employee is a list of the individuals who have been paid for their labor. These individuals are directors, partners, full-time employees, part-time employees, contractors, temporaries, etc. 9.2 Data Model The data required for employee is so extensive, that the data model is shown in three parts, generic employee (on this page), employment history (on the next page), and Brobeck s additional data. Affiliate Employs Provider Translation ProviderKey Provider ProviderKey Works At ClinicKey Clinic 9.3 t Provider Translation The table contains the list of employees current addresses. AffiliateID Number (Long) 0 ProviderID Number (Long) ProviderKey Number (Long) 12/14/2008 Page 28

29 9.4 D Provider Planned Parenthood The table contains the list of all the employees. ProviderKey Number (Long) FirstName Text 50 MiddleName Text 50 LastName Text 50 ProviderType Enumerated LicenseID Text LicenseIssuer Enumerated ExtractedDate Date 9.5 r Works at The table contains the list of employees current addresses. ProviderKey Number (Long) ClinicKey Number (Long) ChangeDate Date 0 WeekDayCode Enumerated AmountAssigned Float r AmountAssignedUoM Enumerated AmountPaidAmount Currency r AmountPaidCurrency Enumerated AmountPaidRate Enumerated ExtractedDate Date 12/14/2008 Page 29

30 10. TASK DATA 10.1 Introduction The business processes are the organization of the activities performed in delivering the Products to the Clients. Activity is a data object that contains the identification and description of all the Activities that are planned by the business. These Activities can be processes, functions, tasks, etc Data Model Task maps to Task PPFA 10.3 D Task The table contains the list of the Brobeck activities. TaskID Text Description Text 255 The description of this table row PPFATaskID Text 10.4 d Task PPFA The table contains history of the activity status. PPFATaskID Text Description Text 255 The description of this table row 12/14/2008 Page 30

31 11. VISIT DATA 11.1 Introduction Time Card is the data object that collects the measurements of the time transactions involved in operating the business. The transactions are measurement of the workflows in the operational procedures. Time Cards contains all of the records created in the CMS Time Entry processes Data Model Patient PatientKey Task TaskID Clinic ClinicKey Visit Detail ProductKey Product Affiliate ProviderKey Provider 12/14/2008 Page 31

32 11.3 F Clinic Cost The table contains all of the time spent on the matter PatientKey DateOfService CalendarDate TaskID ProductKey ProviderKey ClientKey ExpenseType Enumerated AmountUsedSize Double AmountUsedUoM Enumerated CostAmount Money CostCurrency Enumerated CostRate Enumerated ExtractedDate CalendarDate 11.4 f Payment Detail The table contains all of the time spent on the matter PatientKey DateOfService CalendarDate TaskID ProductKey ProviderKey ClientKey PaymentSource Enumerated PaymentDate CalendarDate PaymentAmount Money PaymentCurrency Enumerated PaymentRate Enumerated ExtractedDate CalendarDate 12/14/2008 Page 32

33 11.5 f Visit Detail The table contains all of the time spent on the matter PatientKey DateOfService CalendarDate TaskID ProductKey ProviderKey ClientKey DiagnosisCode Enumerated AmountUsedSize Double AmountUsedUoM Enumerated AmountChargedAmoun Money t AmountChargedCurren Enumerated cy AmountChargedRate Enumerated ActualRVU Double ExtractedDate CalendarDate 12/14/2008 Page 33

34

35 12. IMPLEMENTED DATA MODEL 12.1 Complete Data Model Provider_Translation ProviderKey AffiliateID [FK] ProviderID Employs ProviderKey Works_At [As] ClinicKey [FK] ChangeDate ProviderKey [FK] AmountAssigned_size AmountAssigned_uofm AmountPaid_amount AmountPaid_currency AmountPaid_rate ExtractedDate ProviderKey Provider [At] ProviderKey [FK] FirstName MiddleName LastName ProviderType LicenseID LicenseIssuer ExtractedDate PPFA Data Warehouse June 5, 2002 Affiliate AffiliateID Name InUse PovertyRegion AffiliateID AffiliateID Center CenterKey CenterID Name InUse AffiliateID [FK] Center_Location_History [At] ChangeDate CenterKey [FK] OfficialName Street City State ZipCode CenterSize_size CenterSize_uofm CenterKey CenterKey ClinicKey ClinicKey Clinic_RVU_History [At] StartDate ClinicKey [FK] EndDate WorkRVUFactor PracticeRVUFactor PLIRVUFactor Clinic ClinicKey AffiliateID ClinicID Name InUse TitleTen CenterKey [FK] ClinicKey Hours_Of_Operation [At] ClinicKey [FK] ChangeDate WeekDay StartTime EndTime ElapsedTime_size ElapsedTime_uofm ClinicKey PatientKey ProviderKey Payment_Detail PatientKey [FK] DateOfService TaskID [FK] ProductKey [FK] ProviderKey [FK] ClinicKey [FK] PaymentSource PaymentDate AmountPaid_amount AmountPaid_currency AmountPaid_rate ExtractedDate TaskID ProductKey ProviderKey PatientKey ProviderKey Visit_Detail [As] PatientKey [FK] DateOfService TaskID [FK] ProductKey [FK] ProviderKey [FK] ClinicKey [FK] DiagnosisCode ClinicKey AmountUsed_size AmountUsed_uofm AmountCharged_amount AmountCharged_currency AmountCharged_rate ActualRVU ExtractedDate TaskID ProductKey PatientKey Clinic_Cost PatientKey Date_of_Service TaskID ProductKey ProviderKey ClinicKey ExpenseType AmountUsed_size AmountUsed_uofm Cost_amount Cost_currency Cost_rate ExtractedDate ProductKey ClinicKey TaskID Patient_Translation PatientKey AffiliateID [FK] ClinicID PatientID PatientKey Patient_History PatientKey [FK] ChangeDate VisitType ContraceptionMethod FamilySize SeasonalWorker GrossIncome_amount GrossIncome_currency GrossIncome_rate MaritalStatus ZipCode PrimaryPayer LanguageUsed ExtractedDate PatientKey Patient PatientKey [FK] FirstName MiddleName LastName DateOfBirth FirstVisit Gender Ethnicity Hispanic ExtractedDate PatientKey Patient_Comments CommentDate CommentType PatientKey [FK] Comments ExtractedDate Product_Value_History [At] PPFAProductKey [FK] StartDate PPFAProductKey EndDate RelativeValueUnit WorkRVU PracticeRVU PLIRVU StAnthonyRVU Price_amount Price_currency Price_rate Product_Affiliate ProductKey AffiliateProductKey Description BillingCode ChargeCode DoNotReport PPFAProductKey [FK] maps to Product_PPFA PPFAProductKey Description InUse ServiceCategory ServiceGroup MedicalCategory CategoryDetail CPTCode ModifierCode IdentifierCode Task TaskID Description PPFATaskID [FK] maps to Task_PPFA PPFATaskID Description Time DateOfService WeekDay Holiday CalendarQuarter FiscalYear FiscalQuarter FiscalMonth 12/14/2008 Page 35

36

37 12.2 DDL Source The DDL source files can be reverse engineered from the MS SQL Server implementation of the Data Mart database on the SFRSANDBOX5 server Data Dictionary See the document Data Mart-DataDictionary.doc 12/14/2008 Page 37

38 13. REFERENCE MATERIALS 13.1 Import File Formats The data files that are imported into and exported out of the Data Mart database during the Operational Procedures are contained in comma-delimited text files. The first row contains the column header labels in comma-delimited strings. The individual file formats are displayed below ExtractAffiliateCenterList Uses the format of the d Center table ExtractAffiliateCenterLocationHistory Uses the format of the d Center Location History table ExtractAffiliateClinicList Uses the format of the d Clinic table ExtractAffiliateClinicHourOfOperation Uses the format of the d Hours of Operation table ExtractAffiliateClinicRVUHistory Uses the format of the d Clinic RVU History ExtractProvider Uses the format of the d Provider table joined to the t Provider Translation table ExtractPatient Uses the format of the d Patient table joined to the t Patient Translation table ExtractPatientHistory Uses the format of the d Patient History table ExtractPatientVisit Uses the format of the f Visit Detail table ExtractPatientPayment Uses the format of the f Payment Detail table 12/14/2008 Page 38

39 ExtractClinicCost Uses the format of the f Clinic Cost table 13.2 Export File Formats The data files that are imported into and exported out of the Data Mart database during the Operational Procedures are contained in comma-delimited text files. The first row contains the column header labels in comma-delimited strings. The individual file formats are displayed below ExportPovertyData The poverty data is contained in the Client Cube database. When the poverty data changes, the affiliates are sent a new copy of the Client Cube database, which they will then load with their reporting data ExportCPTList Uses the format of the c CPT Code table ExportIdentifierList Uses the format of the c Identifier table ExportModifierList Uses the format of the c Modifier table ExportProductPPFAList Uses the format of the d PPFA Product table ExportProductValueHistory Uses the format of the d Product Value History table 12/14/2008 Page 39

Web CRM Project. Logical Data Model

Web CRM Project. Logical Data Model Web CRM Project Logical Data Model Prepared by Rainer Schoenrank Data Warehouse Architect The Data Organization 11 December 2007 DRAFT 4/26/2018 Page 1 TABLE OF CONTENTS 1. CHANGE LOG... 5 2. DOCUMENT

More information

Figure 1: Relationship among Three Entities/Tables

Figure 1: Relationship among Three Entities/Tables Creating a Relational Database in Access Farrokh Alemi, Ph.D. The objective of this note is to help you understand how a relational database is organized as a collection of tables, linked to each other.

More information

The Data Organization Yosemite Way Hayward, CA (510) The Data Warehouse Conceptual Data Model

The Data Organization Yosemite Way Hayward, CA (510) The Data Warehouse Conceptual Data Model C V I T F E P A O TM The Data Organization 1251 Yosemite Way Hayward, CA 94545 (510) 303-8868 rschoenrank@computer.org The Data Warehouse Conceptual Data Model By Rainer Schoenrank Data Warehouse Consultant

More information

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Payroll

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Payroll CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Payroll Employer Parameters Time Clock Set Up Step-by-step Instructions 2012 Central Susquehanna Intermediate Unit, USA Table of Contents Introduction...

More information

The Data Organization

The Data Organization C V I T F E P A O TM The Data Organization 1251 Yosemite Way Hayward, CA 94545 (510) 303-8868 rschoenrank@computer.org Business Intelligence Process Architecture By Rainer Schoenrank Data Warehouse Consultant

More information

Very Short Answer Type Questions [1 Mark each]

Very Short Answer Type Questions [1 Mark each] Very Short Answer Type Questions [1 Mark each] Question 1. What is the default extension of a MS-Access database? Answer: The default extension of a MS-Access database is.accdb. Question 2. How NUMBER

More information

The Relational Model

The Relational Model The Relational Model What is the Relational Model Relations Domain Constraints SQL Integrity Constraints Translating an ER diagram to the Relational Model and SQL Views A relational database consists

More information

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data.

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data. Managing Data Data storage tool must provide the following features: Data definition (data structuring) Data entry (to add new data) Data editing (to change existing data) Querying (a means of extracting

More information

CLIENT INTAKE - CONFLICT OF INTEREST

CLIENT INTAKE - CONFLICT OF INTEREST CLIENT INTAKE - CONFLICT OF INTEREST SAMPLE INTAKE SHEET I CONFLICT OF INTEREST FORM Initial Client Consultation Interview Form The purpose of an initial consultation is for the attorney to understand

More information

Technology In Action, Complete, 14e (Evans et al.) Chapter 11 Behind the Scenes: Databases and Information Systems

Technology In Action, Complete, 14e (Evans et al.) Chapter 11 Behind the Scenes: Databases and Information Systems Technology In Action, Complete, 14e (Evans et al.) Chapter 11 Behind the Scenes: Databases and Information Systems 1) A is a collection of related data that can be stored, sorted, organized, and queried.

More information

Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition. Chapter 7 Data Modeling with Entity Relationship Diagrams

Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition. Chapter 7 Data Modeling with Entity Relationship Diagrams Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition Chapter 7 Data Modeling with Entity Relationship Diagrams Objectives In this chapter, students will learn: The

More information

Database Systems. Answers

Database Systems. Answers Database Systems Question @ Answers Question 1 What are the most important directories in the MySQL installation? Bin Executable Data Database data Docs Database documentation Question 2 What is the primary

More information

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010 Objectives COMM 391 Introduction to Management Information Systems Introduction to Microsoft Access 2010 Describe the major objects in Access database. Define field, record, table and database. Navigate

More information

Logical Database Design. ICT285 Databases: Topic 06

Logical Database Design. ICT285 Databases: Topic 06 Logical Database Design ICT285 Databases: Topic 06 1. What is Logical Database Design? Why bother? Bad logical database design results in bad physical database design, and generally results in poor database

More information

Provider User Guides

Provider User Guides Provider User Guides Table of Contents What's New... 1 Overview of Changes:... 1 User Interface Changes... 2 Data Model Changes... 2 First Time Logging In... 5 SmartCare Basics... 9 Open a Client... 13

More information

Patient Registration

Patient Registration Patient Registration Adding a Patient Adding a new patient through SequelMed can be accomplished through just a few steps: Defining the Patient Attaching a Plan (optional) Attaching Documents (optional)

More information

MillinPro+ USER GUIDE. A Complete Web-Based Platform for Managing Medical Bills and Insurance Claims

MillinPro+ USER GUIDE. A Complete Web-Based Platform for Managing Medical Bills and Insurance Claims MillinPro+ A Complete Web-Based Platform for Managing Medical Bills and Insurance Claims MILLIN ASSOCIATES, LLC USER GUIDE 2010-2012 Copyrights Reserved Millin Associates, LLC Document Change History Version

More information

DATABASE DEVELOPMENT (H4)

DATABASE DEVELOPMENT (H4) IMIS HIGHER DIPLOMA QUALIFICATIONS DATABASE DEVELOPMENT (H4) Friday 3 rd June 2016 10:00hrs 13:00hrs DURATION: 3 HOURS Candidates should answer ALL the questions in Part A and THREE of the five questions

More information

Office - Claims EMDEON OFFICE USER GUIDE - CLAIMS

Office - Claims EMDEON OFFICE USER GUIDE - CLAIMS Office - Claims EMDEON OFFICE USER GUIDE - CLAIMS September, 2014 CONTENTS 1 INTRODUCTION... 9 1.1 OVERVIEW... 9 1.2 IMPORT... 9 1.3 CREATE... 9 1.4 LIST... 9 1.5 SUPPLEMENT... 10 1.6 REPORTING & ANALYTICS...

More information

Relational Data Model

Relational Data Model Relational Data Model 1. Relational data model Information models try to put the real-world information complexity in a framework that can be easily understood. Data models must capture data structure

More information

Word Module 5: Creating and Formatting Tables

Word Module 5: Creating and Formatting Tables Illustrated Microsoft Office 365 and Office 2016 Intermediate 1st Edition Beskeen Test Bank Full Download: http://testbanklive.com/download/illustrated-microsoft-office-365-and-office-2016-intermediate-1st-edition-beskee

More information

837 Professional Health Care Claim. Section 1 837P Professional Health Care Claim: Basic Instructions

837 Professional Health Care Claim. Section 1 837P Professional Health Care Claim: Basic Instructions anthemeap.com Companion Document 837P This companion document is for informational purposes only to describe certain aspects and expectations regarding the transaction and is not a complete guide. The

More information

A7-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS

A7-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS A7-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered

More information

Index. B backing up 76 7

Index. B backing up 76 7 A Access, other DBMSs and 9 Action queries 121, 125 defined 125 address book 16, 34 age calculations 60 answer table 36 editing data in 147 8 field names 294 multi-table queries 294 queries and 155 queries

More information

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access Databases and Microsoft Access Introduction to Databases A well-designed database enables huge data storage and efficient data retrieval. Term Database Table Record Field Primary key Index Meaning A organized

More information

The Data Organization

The Data Organization C V I T F E P A O TM The Data Organization 1251 Yosemite Way Hayward, CA 94545 (510) 303-8868 info@thedataorg.com Common Data Modeling and Database Design Mistakes By Rainer Schoenrank Data Warehouse Consultant

More information

Provider Billing MH User Guide (v.2)

Provider Billing MH User Guide (v.2) Provider Billing MH User Guide (v.2) June 2016 1 Table of Contents Section One: Introduction... 3 ELMR Sign-in... 3 Home Page (Contract Providers Caseload)... 4 Consumer Chart View... 4 Navigation Tools...

More information

Cardkey Systems, Inc. Cardkey PEGASYS 1000 and 2000 MIS Interface Program 8K\OYOUT',KHX[GX_

Cardkey Systems, Inc. Cardkey PEGASYS 1000 and 2000 MIS Interface Program 8K\OYOUT',KHX[GX_ Cardkey Systems, Inc. Cardkey PEGASYS 1000 and 2000 MIS Interface Program )GXJQK_3/9/TZKXLGIK /TYZGRRGZOUTGTJ)UTLOM[XGZOUT 8K\OYOUT',KHX[GX_ )GXJQK_9_YZKSY/TI :GVU)GT_UT8UGJ9OSO

More information

Digital Intelligence Systems, LLC PeopleSoft Guide Vendors

Digital Intelligence Systems, LLC PeopleSoft Guide Vendors Digital Intelligence Systems, LLC PeopleSoft Guide Vendors Version 1.0 July 2016 CONTENTS INTRODUCTION... 3 1.1 Change Password... 3 PROFILE INFORMATION... 5 2.1 Identifying Information... 6 2.2 Address...

More information

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam Objectives Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-605) and provides references to corresponding

More information

16/06/56. Databases. Databases. Databases The McGraw-Hill Companies, Inc. All rights reserved.

16/06/56. Databases. Databases. Databases The McGraw-Hill Companies, Inc. All rights reserved. Distinguish between the physical and logical views of data. Describe how data is organized: characters, fields, records, tables, and databases. Define key fields and how they are used to integrate data

More information

APIs: Core specification

APIs: Core specification Accident Compensation Commission : Core specification Software specification Version 0.4, Draft 06 March 2018 for Release 1.1 ICS : Core specification Table of contents 1 ICS : overview... 5 1.1 Summary

More information

Databases The McGraw-Hill Companies, Inc. All rights reserved.

Databases The McGraw-Hill Companies, Inc. All rights reserved. Distinguish between the physical and logical views of data. Describe how data is organized: characters, fields, records, tables, and databases. Define key fields and how they are used to integrate data

More information

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management Management Information Systems Review Questions Chapter 6 Foundations of Business Intelligence: Databases and Information Management 1) The traditional file environment does not typically have a problem

More information

By: Access 2007 Table

By:   Access 2007 Table Access 2007 Table Create and Format Tables in Access 2007 I. What is Table? A table is constructed with a field or many fields and it is used for storing data or information. The data can be student information,

More information

Financials Module: General Ledger

Financials Module: General Ledger The Priority Enterprise Management System Financials Module: General Ledger Contents Introduction... 2 Chart of Accounts... 2 Entry Journal... 4 Reconciliations... 7 Financial Statements... 9 Cash Flow...

More information

Analysis/Intelligence: Data Model - Configuration

Analysis/Intelligence: Data Model - Configuration Analysis/Intelligence: Data Model - Configuration User Guide Table of Contents Data Model - Configuration... 1 Section 1: Folder Expense Types & Categories, Payment Types... 1 Expense Types & Categories,

More information

Q &A on Entity Relationship Diagrams. What is the Point? 1 Q&A

Q &A on Entity Relationship Diagrams. What is the Point? 1 Q&A 1 Q&A Q &A on Entity Relationship Diagrams The objective of this lecture is to show you how to construct an Entity Relationship (ER) Diagram. We demonstrate these concepts through an example. To break

More information

CPS v12 Tips, Tricks and Shortcuts. Presented by Arman Virani and Maurice Rosenbaum HealthSystems

CPS v12 Tips, Tricks and Shortcuts. Presented by Arman Virani and Maurice Rosenbaum HealthSystems CPS v12 Tips, Tricks and Shortcuts Presented by Arman Virani and Maurice Rosenbaum HealthSystems Today s Topic With new interface changes and enhancements, we will show you how to get more from your Centricity

More information

HCF Program Forms Forms Enhancements List. New fields added to the Forms 460, 461, and 462. universalservice.org

HCF Program Forms Forms Enhancements List. New fields added to the Forms 460, 461, and 462. universalservice.org 2017 Forms Enhancements List HCF Program Forms New fields added to the Forms 460, 461, and 462 Form 460 Form Nickname -- This optional field was added to the Site Information tab for individual HCPs and

More information

Internet Service Provider Agreement

Internet Service Provider Agreement Internet Service Provider Agreement 1. Introduction By using this Internet service ( Service ) you agree to be bound by this Agreement and to use the Service in compliance with this Agreement, our Acceptable

More information

Authorisations (basic), options and limits

Authorisations (basic), options and limits Rabo Internet Banking Professional Authorisations (basic), options and limits Introduction With the Authorisations feature in Rabo Internet Banking Professional, you are in charge of the possibilities

More information

Microsoft Access 2007 Module 2

Microsoft Access 2007 Module 2 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

FILE MANAGEMENT. Chapter 5. File Management

FILE MANAGEMENT. Chapter 5. File Management Chapter 5 File Management File Management Checklist Checklist for Opening Files Checklist for Closing Files Client File Surrender Letter Additional Resources for File Management FILE MANAGEMENT Page 89

More information

Data Management Lecture Outline 2 Part 2. Instructor: Trevor Nadeau

Data Management Lecture Outline 2 Part 2. Instructor: Trevor Nadeau Data Management Lecture Outline 2 Part 2 Instructor: Trevor Nadeau Data Entities, Attributes, and Items Entity: Things we store information about. (i.e. persons, places, objects, events, etc.) Have relationships

More information

The Data Organization

The Data Organization C V I T F E P A O TM The Data Organization 1251 Yosemite Way Hayward, CA 94545 (510) 303-8868 info@thedataorg.com Best Practices Database Naming Convention By Rainer Schoenrank Data Warehouse Consultant

More information

270/271 Health Care Eligibility, Coverage, or Benefit Inquiry and Response

270/271 Health Care Eligibility, Coverage, or Benefit Inquiry and Response Companion Document 270/271 270/271 Health Care Eligibility, Coverage, or Benefit Inquiry and Response Basic Instructions This section provides information to help you prepare for the ANSI ASC X12.281 Eligibility,

More information

DDE PROFFESSIONAL CLAIMS

DDE PROFFESSIONAL CLAIMS DDE PROFFESSIONAL CLAIMS SUBMISSION MANUAL Purpose: The EDI Portal application will enable Providers to bill and adjust claims electronically. To access the EDI Portal, logon to https://provider.kymmis.com

More information

Managing Data Resources

Managing Data Resources Chapter 7 Managing Data Resources 7.1 2006 by Prentice Hall OBJECTIVES Describe basic file organization concepts and the problems of managing data resources in a traditional file environment Describe how

More information

Guide to Completing the Online Application

Guide to Completing the Online Application Guide to Completing the Online Application Table of Contents 1. Before You Begin.......2 a. Invitation to Apply....2 b. Please Sign In.....2 c. Application Time Out...........3 d. Navigating the Online

More information

ACS-3902 Fall Ron McFadyen 3D21 Slides are based on chapter 5 (7 th edition) (chapter 3 in 6 th edition)

ACS-3902 Fall Ron McFadyen 3D21 Slides are based on chapter 5 (7 th edition) (chapter 3 in 6 th edition) ACS-3902 Fall 2016 Ron McFadyen 3D21 ron.mcfadyen@acs.uwinnipeg.ca Slides are based on chapter 5 (7 th edition) (chapter 3 in 6 th edition) 1 The Relational Data Model and Relational Database Constraints

More information

Integration Adaptor. Release

Integration Adaptor. Release Integration Adaptor Release 14.2.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your informational

More information

Dental Connect Payers

Dental Connect Payers Dental Connect Payers User Guide 2.1 10/11/2017 Preface Preface Contents of the Change Healthcare documentation and software is copyrighted as a collective work under the laws of United States and other

More information

Data Strategies for Efficiency and Growth

Data Strategies for Efficiency and Growth Data Strategies for Efficiency and Growth Date Dimension Date key (PK) Date Day of week Calendar month Calendar year Holiday Channel Dimension Channel ID (PK) Channel name Channel description Channel type

More information

Overview The Auto Number functionality allows users to configure auto numbering on an Attribute for a specific Entity within Dynamics 365.

Overview The Auto Number functionality allows users to configure auto numbering on an Attribute for a specific Entity within Dynamics 365. Overview The Auto Number functionality allows users to configure auto numbering on an Attribute for a specific Entity within Dynamics 365. An Auto Number Header will need to be created. This allows you

More information

2017 MOC PEDIATRIC PRACTICE LOG TEMPLATE:

2017 MOC PEDIATRIC PRACTICE LOG TEMPLATE: AMERICAN BOARD OF UROLOGY 2017 MAINTENANCE OF CERTIFICATION (MOC) Level 4 PEDIATRIC UROLOGY SUBSPECIALTY CERTIFICATION EXAMINATION PROCESS INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all

More information

Ad Hoc Reports. 1. Click on Reports. 2. Select Ad Hoc Reports from the menu. 3. To start a new report, Click on the at the top of the screen.

Ad Hoc Reports. 1. Click on Reports. 2. Select Ad Hoc Reports from the menu. 3. To start a new report, Click on the at the top of the screen. Ad Hoc Reports Ad Hoc Reports give you the flexibility of creating a custom report on the fly with the functionality of exporting the data to a file. Ad Hoc Reports can be customized to show as many columns

More information

New Perspectives on Microsoft Access Module 2: Building a Database and Defining Table Relationships

New Perspectives on Microsoft Access Module 2: Building a Database and Defining Table Relationships New Perspectives on Microsoft Access 2016 Module 2: Building a Database and Defining Table Relationships 1 Objectives Session 2.1 Learn the guidelines for designing databases and setting field properties

More information

R12 Oracle Subledger Accounting Fundamentals. Student Guide

R12 Oracle Subledger Accounting Fundamentals. Student Guide R12 Oracle Subledger Accounting Fundamentals Student Guide Table of Contents Overview of Subledger Accounting...1-1 Overview of Subledger Accounting...1-2 Objectives...1-3 What is Subledger Accounting?...1-4

More information

Introduction to Computer Applications. CISY 1225 Chapter 10. Zahoor Khan, PhD

Introduction to Computer Applications. CISY 1225 Chapter 10. Zahoor Khan, PhD Introduction to Computer Applications CISY 1225 Chapter 10 Zahoor Khan, PhD Last updated: May 2014 No new topics I will not be here Next Week Mashtura will help you Class time is for practice Do your own

More information

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports Version 07/11/09 Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Subforms, and the Lookup Wizard May 2009 by Floyd Jay Winters and Julie Manchester winterf@mccfl.edu Database

More information

Representative Payee Manager User Guide

Representative Payee Manager User Guide Representative Payee Manager User Guide Version 5.0.9 Copyright 1997-2018 Complete Computer Solutions, Inc. Table of Contents Contents... 1 System Navigation... 2 Ribbon Menu... 5 Logon to the System...

More information

Municipal Bond Payment Reporting Information Annual Information Reporting Requirement for Payers and Transmitters

Municipal Bond Payment Reporting Information Annual Information Reporting Requirement for Payers and Transmitters www.revenue.state.mn.us Municipal Bond Payment Reporting Information Annual Information Reporting Requirement for Payers and Transmitters Income Tax Fact Sheet 19 19 Fact Sheet This fact sheet explains

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and Information Management TOPIC 1: Foundations of Business Intelligence: Databases and Information Management TOPIC 1: Foundations of Business Intelligence:

More information

Conference Users Guide for the GCFA Statistical Input System.

Conference Users Guide for the GCFA Statistical Input System. Conference Users Guide for the GCFA Statistical Input System http://eagle.gcfa.org Published: November 29, 2007 TABLE OF CONTENTS Overview... 3 First Login... 4 Entering the System... 5 Add/Edit Church...

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 12: Databases and Information Systems Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Databases and Information Systems Copyright

More information

Expense Pay: Expense Pay Extract

Expense Pay: Expense Pay Extract Expense Pay: Expense Pay Extract Specification Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition Invoice

More information

Reference Guide (IRIS)

Reference Guide (IRIS) Reference Guide For Santander Bank s Interactive Reporting & Initiation Services (IRIS) Equal Housing Lender. Santander Bank, N.A. is a Member FDIC and a wholly owned subsidiary of Banco Santander, S.A.

More information

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen834X220A1\Form1.vb Imports Edidev.FrameworkEDI

C:\EDIdEv\Examples\HIPAA\5010\VbNet\vbNet_Gen834X220A1\Form1.vb Imports Edidev.FrameworkEDI Imports Edidev.FrameworkEDI 1 Public Class Form1 Private Sub btngenerate_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles btngenerate.click Dim oedidoc As edidocument Dim oschemas

More information

IMPORTING DATA INTO EMPLOYEE TRAINING MANAGER

IMPORTING DATA INTO EMPLOYEE TRAINING MANAGER IMPORTING DATA INTO EMPLOYEE TRAINING MANAGER January 2018 Description This document describes how to import your employee, course and competency data into Employee Training Manager, a desktop software

More information

SSIS Software Specification. Chart of Accounts

SSIS Software Specification. Chart of Accounts SSIS Software Specification Chart of Accounts Prepared By: Jayson Carrigan Project Manager: Kate Stolpman Last Updated: June 17, 2008 Change Sheet Revision Description Date Original Reviewed by Product

More information

QUICK START GUIDE PROVIDER PORTAL. QuickCap Product Manual Provider Portal

QUICK START GUIDE PROVIDER PORTAL. QuickCap Product Manual Provider Portal QuickCap Product Manual Provider Portal QUICK START GUIDE PROVIDER PORTAL 8 4 7. 2 2 2. 1 0 0 6 M E D V I S I O N - S O L U T I O N S. C O M Page 1 of 33 Table of Contents INTRODUCTION... 3 ELIGIBILITY...

More information

Christopher Lishawa. Info Final Project 12/6/14

Christopher Lishawa. Info Final Project 12/6/14 Lishawa 1 ======================================================= I certify that: This paper/project/exam is entirely my own work. I have not quoted the words of any other person from a printed source

More information

Discovering Computers Chapter 10 Database Management

Discovering Computers Chapter 10 Database Management Discovering Computers 2008 Chapter 10 Database Management Chapter 10 Objectives Define the the term, database Differentiate between a file file processing system approach and the the database approach

More information

DATE: August 3, Cheri Rice, Director Medicare Plan Payment Group. Revised MAO-004 File Layout

DATE: August 3, Cheri Rice, Director Medicare Plan Payment Group. Revised MAO-004 File Layout DEPARTMENT OF HEALTH & HUMAN SERVICES Centers for & Medicaid Services 700 Security Boulevard Baltimore, Maryland 21244-180 CENTER FOR MEDICARE MEDICARE PLAN PAYMENT GROUP DATE: August 3, 2016 TO: FROM:

More information

VANTAGE TIP SHEET SERIES

VANTAGE TIP SHEET SERIES VANTAGE TIP SHEET SERIES Administrator: Organization Setup We recommend using the following workflow when setting up your Organization in Vantage. 1. Confirm organization settings and security permissions

More information

Florida Court Clerks and Comptrollers (FCCC) Organization Administrator User Guide

Florida Court Clerks and Comptrollers (FCCC) Organization Administrator User Guide Florida Court Clerks and Comptrollers (FCCC) Organization Administrator User Guide Prepared by: Florida Court Clerks and Comptrollers Updated on 12/2016 Table of Contents Introduction... 3 Obtaining an

More information

Index. Symbols = (equal) operator, 87

Index. Symbols = (equal) operator, 87 riordan.book Page 343 Thursday, December 16, 2004 2:23 PM Index Symbols = (equal) operator, 87 A abstract entities, 14 abstract relations, 51 accelerator keys, 321 322 Access (application), 7 access keys,

More information

COUNTY OF GOGEBIC REQUEST FOR PROPOSAL FOR WEBSITE and LOGO REDESIGN and CONTENT MANAGEMENT SERVICES

COUNTY OF GOGEBIC REQUEST FOR PROPOSAL FOR WEBSITE and LOGO REDESIGN and CONTENT MANAGEMENT SERVICES COUNTY OF GOGEBIC REQUEST FOR PROPOSAL FOR WEBSITE and LOGO REDESIGN and CONTENT MANAGEMENT SERVICES Notice is hereby given that Gogebic County will receive proposals for the county s website and logo

More information

Chapter 11 Database Concepts

Chapter 11 Database Concepts Chapter 11 Database Concepts INTRODUCTION Database is collection of interrelated data and database system is basically a computer based record keeping system. It contains the information about one particular

More information

Kuali Financial System (KFS) New User Training. Presented by: Accounting Purchasing

Kuali Financial System (KFS) New User Training. Presented by: Accounting Purchasing Kuali Financial System (KFS) New User Training Presented by: Accounting Purchasing KFS Overview Kuali is a community of universities, colleges, and commercial affiliates that have partnered to build and

More information

WIRELESS DEVICES: ACCEPTABLE USE AND GUIDELINES

WIRELESS DEVICES: ACCEPTABLE USE AND GUIDELINES Goodhue County Education District #6051 WIRELESS DEVICES: ACCEPTABLE USE AND GUIDELINES Procedures Manual Updated January 2016 Table of Contents Overview 3 Definitions 3 General Guidelines 4 Eligibility

More information

Vendor Inquiry and Reports Munis Version 11.2

Vendor Inquiry and Reports Munis Version 11.2 Objective This document gives you step by step instructions for using the Vendor Inquiry/Reports program to query the vendor master table for information regarding a specific vendor(s) and how to produce

More information

Batch Eligibility Verification Setup

Batch Eligibility Verification Setup Batch Eligibility Verification Setup Document Revision History Version Date Author Description 1 2002 NEHEN Technical Team Initial version 2 November 01, 2004 NEHEN web master Updated template & search

More information

CAQH ProView. Dentist Practice Manager Module User Guide

CAQH ProView. Dentist Practice Manager Module User Guide CAQH ProView Dentist Practice Manager Module User Guide Table of Contents Chapter 1: Introduction... 1 CAQH ProView Overview... 1 System Security... 2 Chapter 2: Registration... 3 Existing Practice Managers...

More information

AMERICAN BOARD OF UROLOGY 2017 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS

AMERICAN BOARD OF UROLOGY 2017 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS AMERICAN BOARD OF UROLOGY 2017 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions carefully before preparing your log. It is imperative that you carefully review the data contained

More information

The Data Organization

The Data Organization C V I T F E P A O TM The Data Organization 1251 Yosemite Way Hayward, CA 94545 (510) 303-8868 rschoenrank@computer.org Database Structure By Rainer Schoenrank Data Warehouse Consultant November 2017 Copyright

More information

Overview of Court Information Technology. Jeffrey M. Marecic, Chief Information Officer Administrative Office of the Courts March 2015

Overview of Court Information Technology. Jeffrey M. Marecic, Chief Information Officer Administrative Office of the Courts March 2015 Overview of Court Information Technology Jeffrey M. Marecic, Chief Information Officer Administrative Office of the Courts March 2015 Agenda IT Service Delivery Drivers in North Carolina Connecting People

More information

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Queries, Lookup Wizard, Relationships August 2010 by Floyd Jay Winters and Julie Manchester winterf@scf.edu SEE GRADING CRITERIA

More information

TRAVEL AND EXPENSE CENTER REPORTS USER GUIDE

TRAVEL AND EXPENSE CENTER REPORTS USER GUIDE TRAVEL AND EXPENSE CENTER REPORTS USER GUIDE Please note: This user guide is intended for online use, and has a number of embedded links. Printing of these documents is discouraged, as they are updated

More information

Relational Model. Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS IIT, Abbottabad Pakistan

Relational Model. Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS IIT, Abbottabad Pakistan Relational Model DCS COMSATS Institute of Information Technology Rab Nawaz Jadoon Assistant Professor COMSATS IIT, Abbottabad Pakistan Management Information Systems (MIS) Relational Model Relational Data

More information

Chapter 10 Managing a Database. Discovering Computers Your Interactive Guide to the Digital World

Chapter 10 Managing a Database. Discovering Computers Your Interactive Guide to the Digital World Chapter 10 Managing a Database Discovering Computers 2012 Your Interactive Guide to the Digital World Databases, Data, and Information Database Collection of data organized in a manner that allows access,

More information

Release Notes: Atlas Chiropractic Systems Update

Release Notes: Atlas Chiropractic Systems Update Release Notes: Atlas Chiropractic Systems Update ver. 4.39 How do I know which version I am running?: Check the title bar in your Atlas Software. The title bar displays the Atlas Chiropractic Software

More information

System Management. User Guide

System Management. User Guide System Management User Guide The information in this document is subject to change without notice and does not represent a commitment on the part of Horizon. The software described in this document is

More information

820 Payment Order/Remittance Advice

820 Payment Order/Remittance Advice 820 Payment Order/Remittance Advice X12/V4010/820: 820 Payment Order/Remittance Advice Version: 1.0 Draft Author: Charles Mackey Company: C.H. Robinson Publication: 8/6/2009 Trading Partner: Created: 8/6/2009

More information

DO NOT SEND DUPLICATE COPIES OF YOUR LOG AND DO NOT SEND A PRINTED COPY.

DO NOT SEND DUPLICATE COPIES OF YOUR LOG AND DO NOT SEND A PRINTED COPY. AMERICAN BOARD OF UROLOGY 2018 LIFE LONG LEARNING (LLL) LEVEL 2 PEDIATRIC UROLOGY SUBSPECIALTY CERTIFICATION EXAMINATION PROCESS INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions

More information

Getting Started With TPM

Getting Started With TPM Getting Started With TPM About TPM The Oracle Textura Payment Management system (TPM) is an Internet-based construction progress claim submission solution. With the TPM system: Progress claims and supporting

More information

eflex Electronic Filing Filer Interface

eflex Electronic Filing Filer Interface eflex Electronic Filing Filer Interface User s Guide for Filers Chester County Prothonotary Electronic Filing Version 1.2 February, 2017 2 Filer Interface User s Guide Introducing e-filing...9 e-filing

More information

SHARES 837P Companion Guide

SHARES 837P Companion Guide SHARES 837P Companion Guide Contents Introduction... 2 SHARES 837 Guidelines... 2 SHARES Interchange Requirements... 2 Transaction Segment Delimiters and Terminators... 2 Claim Matching... 2 Service Line

More information

Request for Qualifications for Audit Services March 25, 2015

Request for Qualifications for Audit Services March 25, 2015 Request for Qualifications for Audit Services March 25, 2015 I. GENERAL INFORMATION A. Purpose This Request for Qualifications (RFQ) is to solicit a CPA firm with which to contract for a financial and

More information