Missouri Eligibility Determination and Enrollment System (MEDES) Database Design Document

Size: px
Start display at page:

Download "Missouri Eligibility Determination and Enrollment System (MEDES) Database Design Document"

Transcription

1 Centers for Medicare & Medicaid Services Missouri Eligibility Determination and Enrollment System (MEDES) Database Design Document Version /29/2013 Document Number: TBD Contact Number: State of Missouri Contract C

2 Table of Contents 1. Introduction 2. Overview 3. Assumptions/Constraints/Risks 3.1 Assumptions 3.2 Constraints 3.3 Risks 4. Design Decisions 4.1 Key Factors Influencing Design 4.2 Functional Design Decisions 4.3 Database Management System Decisions 4.4 Security and Privacy Design Decisions 4.5 Performance and Maintenance Design Decisions 5. Detailed Database Design 5.1 Data Software Objects and Resultant Data Structures 5.2 Database Management System Files 6. Database Administration and Monitoring 6.1 Roles and Responsibilities 6.2 System Information Database Management System Configuration Database Support Software Security and Privacy 6.3 Performance Monitoring and Database Efficiency Operational Implications Data Transfer Requirements Data Formats 6.4 Backup and Recovery Appendix Acronyms Glossary Referenced Documents Record of Changes Database Design Document 2

3 List of Figures Figure 1: Decision Support Method for Evaluating Database Designs List of Tables Table 1: Acronyms Table 2: Glossary Table 3: Referenced Documents Table 4: Record of Changes Database Design Document 3

4 1. Introduction The purpose of this Database Design Document is to give a high level overview of the database design for the Missouri Eligibility Determination and Enrollment System (MEDES). This document was created as an artifact for the Operational Readiness Review of Project 1, Release 2, scheduled for January 1, This document will be updated periodically throughout the MEDES project life cycle as database design details are further defined and finalized. The intended audience of the MEDES Database Design Document is all project stakeholders including the project sponsor, senior leadership, and the project team. All security and privacy considerations related to use of this Database Design Document are covered in the System Security Plan (SSP), SSP Workbook, Information Security Risk Assessment, and other security related documentation available on the Collaborative Application Lifecycle Management Tool (CALT). 2. Overview MEDES is intended to meet the changing requirements in eligibility due to the Affordable Care Act (ACA), such as the use of Modified Adjusted Gross Income (MAGI), the consolidation and simplification of eligibility groups defined by Centers for Medicare and Medicaid Services (CMS), and the interface to the Federally Facilitated Marketplace (FFM). MEDES will also advance the state s alignment with Medicaid Information Technology Architecture (MITA) 3.0 and enable the achievement of higher levels of MITA maturity. MEDES will replace the Family Assistance Management Information System (FAMIS), which is the current integrated eligibility system, and eligibility components of several other associated systems that handle Medicaid eligibility for certain categories. In addition, MEDES will be designed to serve as the foundational platform to support the range of Medicaid service delivery systems the state is considering such as Supplemental Nutrition Assistance Program (SNAP) and Temporary Assistance to Needy Families (TANF). The eligibility systems and processes currently in place serve both the Medicaid and Children's Health Insurance Program (CHIP) populations and, throughout this document, the word Medicaid is intended to include CHIP. Missouri intends for MEDES to provide a No Wrong Door entry point for all Missourians seeking health care or other financial assistance. MEDES will be built such that it performs Marketplace subsidy eligibility screenings and interacts fully with the FFM, and has the capability to support any other Marketplace model the state elects in the future. Its functionality will include Marketplace like plan comparison and selection Database Design Document 4

5 abilities, and is intended to provide the same high level consumer oriented shopping experience envisioned in Marketplaces. The development plan includes three projects: Project I: MAGI eligibility Project II: Non MAGI Medicaid eligibility Project III: Other state programs (e.g. SNAP, TANF) The existing systems will run concurrently with the new system as needed, until the full functionality of each of the systems to be replaced is achieved in the new system. The state has contracted with EngagePoint as the Solution Integrator (SI) to implement MEDES. The state has also contracted with CSG Government Solutions to be the Project Management Office (PMO) and BerryDunn for Independent Validation and Verification (IV&V) on the project. Because of the January 1, 2014, implementation deadline for many ACA provisions affecting eligibility and enrollment, the State will implement a system that has already passed at least the preliminary design phase and associated gate reviews in some other state. In this way, the State intends to leverage the experience and work of early innovators, CMS, and other states in developing Eligibility and Enrollment systems to meet the ACA requirements. The project will be overseen by the MEDES Executive Steering Committee described and illustrated in the Program Management Plan (PMP). Project management will be performed under the umbrella of the MEDES Steering Committee by the PMO. A full description of the MEDES project is in the Concept of Operations documentation, which is stored on CALT. 3. Assumptions/Constraints/Risks 3.1 Assumptions This section identifies the statements believed to be true for the release of the product or IT system: Adequate federal funding will be made available to implement and operate the system. Project implementation deadlines will not change. Intermediate tasks and dependencies will be defined based on the EngagePoint s Design, Development, and Implementation (DDI) methodologies. Federal guidance will be provided in a timely manner so as not to delay the project. The processes and plans contained in this document may require revision based on future federal guidance. Database Design Document 5

6 The PMP and its subsidiary plans, including this Risk Management Plan, are living documents. As such, they will be updated as needed. Changes required in FAMIS and other legacy systems (listed in Section 1.2) will be completed timely and will not cause delays in MEDES development and implementation activities. Required interfaces between MEDES and federal and state systems will be completed in a timely manner and will not delay development and implementation of the new system. DDI of the federal data services hub and the FFM will not force any delays in MEDES DDI activities. 3.2 Constraints This section identifies any limitations that must be taken into consideration prior to the release of the product or IT system: The project schedule continues to compress as time elapses for meeting the federal required dates. There are a limited number of experienced state resources available to staff the project, especially in view of the very short deadlines and the need to maintain the existing systems for an extended period of time. Fund appropriation and legislative activity occur on a schedule that isn t always well aligned with the timing of federal activities and receipt of federal funds. The DDI schedules for the federal systems (FFM and data services hub) are not aligned with the state s implementation schedule causing the testing phases for these key integration components to occur at different times between the state and federal systems. 3.3 Risks This section identifies any risks associated with the release of the product or IT system: The state does not receive federal funding due to the updated Advanced Planning Document (APD) not being accepted (conditional acceptance of the APD has been received) as well as funding in future years). Insufficient involvement of state resources in the project due to competing projects and priorities. Staff turnover resulting in lack of knowledge and experience among project team members. Database Design Document 6

7 4. Design Decisions The database design decisions made are subject to the core technologies supported by Commercial Off the Shelf (COTS) applications. The following figure shows the criteria used in the selection of software. Figure 1: Decision Support Method for Evaluating Database Designs 4.1 Key Factors Influencing Design The overall design and target Database Management System (DBMS) environments are dependent on selected components. The Cúram software web server, application server, and database server use Oracle database in their software design. Additional information on the key factors influencing the design may be found in the MEDES System Design Document (SDD). 4.2 Functional Design Decisions The solution is primarily based on Service Oriented Architecture (SOA) leading practices. Event processing, request response, and continual monitoring are completed Database Design Document 7

8 in real time. Design is influenced by functionality except for the cases where data is at rest as part of the component. The Cúram component will primarily handle the eligibility and initial data entry point for the user but may also receive initial data from other state systems. Additional information on functional design decisions may be found in the MEDES to Federal Data Services Hub (FDSH) Interface Control Document (ICD) and SDD. 4.3 Database Management System Decisions Information on database management is available in the MEDES SDD. 4.4 Security and Privacy Design Decisions Information on security and privacy is available in the MEDES SDD and System Security Plan (SSP). 4.5 Performance and Maintenance Design Decisions Information on performance and maintenance is available in the MEDES SDD. 5. Detailed Database Design 5.1 Data Software Objects and Resultant Data Structures Information on data software objects and resultant data structures is available in the MEDES SDD. 5.2 Database Management System Files Information on database management system files is available in the MEDES SDD. 6. Database Administration and Monitoring 6.1 Roles and Responsibilities The Database Administrator (DBA) provides database access and the procedures for granting access to the various databases including Connecture, EngagePoint Financials, and Cúram. The DBA is responsible for making changes to the database, adding/deleting groups and users, setting permissions for users, indexing the database after changes have been made, packing/compressing the database, database reporting, and performing database backups/restores. The DBA is responsible for source data, the format of the data, data validation requirements, and disposition of input source and created data in accordance with the requirements of Connecture, EngagePoint Financials and Cúram applications as determined by business requirements. Database Design Document 8

9 The System Administrator is responsible for the UNIX and Windows environments. The System Administrator ensures that the environments are adequately backed up, software is installed and licenses are correctly administered, users are served, firewalls are correctly maintained, and security standards are followed. System Administrator responds to system outages and other problems in a timely manner. The Security Administrator is responsible for setting security policy and creating and modifying rights profiles. This also involves assigning privileges to a user, role, or rights profiles assigning and modifying the security attributes of a user, role, or rights profile. The Application Administrator is responsible for the setting up of the application software, and performing the duties specific to that software application such as its backup. 6.2 System Information The MEDES system consists of the following layers: Presentation layer Integration layer Application layer SOA runtime management and security Interoperability and mediation Information services Enterprise shared services Transaction services Additional system information is described in the SDD Database Management System Configuration This information may be provided in a future update of this document Database Support Software This information may be provided in a future update of this document Security and Privacy Information on security and privacy is available in the MEDES SDD and System Security Plan (SSP). 6.3 Performance Monitoring and Database Efficiency The Operations and Maintenance (O&M) team will be responsible for performance monitoring. Additional information may be found in the MEDES Operations and Maintenance Manual. Database Design Document 9

10 6.3.1 Operational Implications Information on operational implications is available in the MEDES SDD Data Transfer Requirements The implementation of the MEDES and FDSH interfaces will be orchestrated by using the Fuse Enterprise Service Bus (ESB), which is a scalable Service Oriented Architecture (SOA) integration platform. Username and password are passed in the Simple Object Access Protocol (SOAP) payload over a Secure Socket Layer (SSL) connection Data Formats This information may be provided in a future update of this document. 6.4 Backup and Recovery Information on backup and recovery procedures is available in the Data Conversion Plan. Database Design Document 10

11 Database Design Document 11

12 Appendix Database Design Document 12

13 Acronyms Table 1: Acronyms Acronym ACA APD CALT CHIP CMS COTS DBA DBMS DDI ESB FDSH FFM ICD IV&V MAGI MEDES MITA O&M PMO PMP SDD SI SNAP SOA SOAP SSL Literal Translation Affordable Care Act Advanced Planning Document Collaborative Application Lifecycle Management Tool Children's Health Insurance Program Centers for Medicare and Medicaid Services Commercial Off the Shelf Database Administrator Database Management System Design, Development, and Implementation Enterprise Service Bus Federal Data Services Hub Federally Facilitated Marketplace Interface Control Document Independent Validation and Verification Modified Adjusted Gross Income Missouri Eligibility Determination and Enrollment System Medicaid Information Technology Architecture Operations and Maintenance Project Management Office Program Management Plan System Design Document Solution Integrator Supplemental Nutrition Assistance Program Service Oriented Architecture Simple Object Access Protocol Secure Socket Layer Database Design Document 13

14 SSP TANF XLC System Security Plan Temporary Assistance to Needy Families expedited Life Cycle Database Design Document 14

15 Glossary Table 2: Glossary Term Baseline Centers for Medicare and Medicaid Services (CMS) Children s Health Insurance Program (CHIP) Conversion (Transfer) Family Assistance Management Information System (FAMIS) Definition (1) A specification or product that has been formally reviewed and agreed upon, that thereafter serves as the basis for further development, and that can be changed only through formal change control procedures. (2) A document or a set of such documents formally designated and fixed at a specific time during the life cycle of a configuration item. (3) Any agreement or result designated and fixed at a given time, from which changes require justification and approval. (IEEE Std ) A baseline is configuration identification formally designated and applicable at a specific point in the life cycle of a configuration item. U.S. Federal agency which administers Medicare, Medicaid and the Children s Health Insurance Program. CMS oversees implementation of many of the provisions of the ACA. A Medicaid program for children up to age 19 in families with income below 300% of the Federal Poverty Level. In Missouri, the program has 3 groups based on age and income ranges. Families with income in the lowest range receive the benefit at no cost while families with income above 150% of the poverty level must pay a monthly premium. Converting Data from one system in one format to another system/format. Missouri s primary client eligibility system for public assistance programs. Used by eligibility specialists to process eligibility for Child Care Assistance, Temporary Assistance, Food Stamps and various Medicaid and vendor programs. Database Design Document 15

16 Medicaid Eligibility Determination and Enrollment System (MEDES) Medicaid Information Technology Architecture (MITA) Modified Adjusted Gross Income (MAGI) Patient Protection and Affordable Care Act (PPACA or ACA) Proposed system that Missouri seeks to acquire to process Medicaid, insurance affordability and human services program in a manner consistent with the vision and requirements of the ACA and CMS. Medicaid system architectural requirements promulgated by CMS for new systems intended to foster integrated business and IT transformation across the Medicaid enterprise to improve the administration of the Medicaid program. A calculated income amount that will be used to determine eligibility for certain Medicaid programs. MAGI is equal to the total income minus allowable tax deductions and credits modified by adding back (1) any foreign income or housing costs; and (2) tax exempt interest received or accrued by the tax payer. Asset tests do not apply in cases where eligibility is based on MAGI. Public Law effective March 23, This health care reform changes aspects of the health care insurance industry and Medicaid programs. Requires State to modify Medicaid eligibility rules for select programs and add one new program. Database Design Document 16

17 Database Design Document 17

18 Referenced Documents Table 3: Referenced Documents Document Name Document Number and/or URL Issuance Date Concept of Operations N/A July 2013 Data Conversion Plan TBD December 2013 MEDES to FDSH ICD TBD December 2013 Operations and Maintenance Manual System Design Document System Security Plan (SSP) TBD December 2013 TBD December 2013 TBD September 2013 Database Design Document 18

19 Database Design Document 19

20 Record of Changes Version Number /29/201 3 Table 4: Record of Changes Date Author/Owner Description of Change Cara Chang/ EngagePoint Initial baseline version Database Design Document 20

21 Database Design Document 21

22 The undersigned acknowledge that they have reviewed the Database Design Document and agree with the information presented within this document. Changes to this Database Design Document will be coordinated with, and approved by, the undersigned, or their designated representatives. Signature: Date: 11/29/2013 Print Name: Title: Role: Matt Dudzik ITSD Project Manager Submitting Organization s Approving Authority Signature: Print Name: Title: Role: CMS Approving Authority Date: Signature: Print Name: Title: Role: CMS Business Owner Date: Database Design Document 22

ACF Interoperability Human Services 2.0 Overview. August 2011 David Jenkins Administration for Children and Families

ACF Interoperability Human Services 2.0 Overview. August 2011 David Jenkins Administration for Children and Families ACF Interoperability Human Services 2.0 Overview August 2011 David Jenkins Administration for Children and Families Interoperability: An Operational Definition Creating a Health and Human Service System

More information

Guidance for Exchange and Medicaid Information Technology (IT) Systems

Guidance for Exchange and Medicaid Information Technology (IT) Systems Department of Health and Human Services Office of Consumer Information and Insurance Oversight Centers for Medicare & Medicaid Services Guidance for Exchange and Medicaid Information Technology (IT) Systems

More information

NASCIO 2018 State IT Recognition Awards

NASCIO 2018 State IT Recognition Awards NASCIO 2018 State IT Recognition Awards Title: Georgia Gateway Category: Cross-boundary Collaboration and Partnerships State: Georgia Contact: Venkat R. Krishnan Venkat.Krishnan@dhs.ga.gov 404.556.8198

More information

Office of Consumer Information and Insurance Oversight. State Planning and Establishment Grants for the Affordable Care Act s Exchanges

Office of Consumer Information and Insurance Oversight. State Planning and Establishment Grants for the Affordable Care Act s Exchanges Office of Consumer Information and Insurance Oversight State Planning and Establishment Grants for the Affordable Care Act s Exchanges Minnesota Quarterly Project Report Date: 2/24/2012 State: Project

More information

Your step-by-step guide to applying for health insurance on Healthcare.gov

Your step-by-step guide to applying for health insurance on Healthcare.gov The 2018 Consumer s Guide to the FOR NEW USERS Your step-by-step guide to applying for health insurance on Healthcare.gov 1. Getting Started Go to www.healthcare.gov Click TAKE THE FIRST STEP TO APPLY,

More information

CDO Application Web Form User Guide

CDO Application Web Form User Guide Introduction List of Exhibits Table of Contents CERTIFIED APPLICATION COUNSELOR DESIGNATED ORGANIZATION CDO Application Web Form User Guide i Table of Contents 1. Introduction... 1 2. Welcome Page... 2

More information

Overview of the Multi-Payer Claims Database (MPCD)

Overview of the Multi-Payer Claims Database (MPCD) Overview of the Multi-Payer Claims Database (MPCD) Genesis of the MPCD The MPCD project is one of a number of initiatives related to comparative effectiveness research (CER) funded by the American Recovery

More information

DEPARTMENT OF HEALTH and HUMAN SERVICES. HANDBOOK for

DEPARTMENT OF HEALTH and HUMAN SERVICES. HANDBOOK for DEPARTMENT OF HEALTH and HUMAN SERVICES HANDBOOK for FEDERAL ACQUISITION CERTIFICATION PROGRAM/PROJECT MANAGERS Issuer Office of the Secretary Office of the Assistant Secretary for Financial Resources

More information

Information Technology Branch Organization of Cyber Security Technical Standard

Information Technology Branch Organization of Cyber Security Technical Standard Information Technology Branch Organization of Cyber Security Technical Standard Information Management, Administrative Directive A1461 Cyber Security Technical Standard # 1 November 20, 2014 Approved:

More information

Communications Management Plan Template

Communications Management Plan Template Communications Management Plan Template Project Name: U.S. Department of Housing and Urban Development October, 2010 Communications Management Plan Template (V1.0) VERSION HISTORY [Provide information

More information

<PROJECT NAME> IMPLEMENTATION PLAN

<PROJECT NAME> IMPLEMENTATION PLAN IMPLEMENTATION PLAN Version VERSION HISTORY [Provide information on how the development and distribution of the Project Implementation Plan was controlled and tracked.

More information

Missouri Housing Development Commission Certified Property Management Agent Program

Missouri Housing Development Commission Certified Property Management Agent Program Missouri Housing Development Commission Certified Property Management Agent Program History Over the past few years, MHDC has been working towards establishing a management certification program that fairly

More information

IT Governance ISO/IEC 27001:2013 ISMS Implementation. Service description. Protect Comply Thrive

IT Governance ISO/IEC 27001:2013 ISMS Implementation. Service description. Protect Comply Thrive IT Governance ISO/IEC 27001:2013 ISMS Implementation Service description Protect Comply Thrive 100% guaranteed ISO 27001 certification with the global experts With the IT Governance ISO 27001 Implementation

More information

Delegated Entity Exclusion, Sanction & Debarment Checks. OIG/GSA database screening

Delegated Entity Exclusion, Sanction & Debarment Checks. OIG/GSA database screening Delegated Entity Exclusion, Sanction & Debarment Checks OIG/GSA database screening 2016 Contents Sanction/Exclusion/Debarment Checks... 2 Office of Inspector General (OIG)... 2 Searching for Exclusions

More information

MNsure Privacy Program Strategic Plan FY

MNsure Privacy Program Strategic Plan FY MNsure Privacy Program Strategic Plan FY 2018-2019 July 2018 Table of Contents Introduction... 3 Privacy Program Mission... 4 Strategic Goals of the Privacy Office... 4 Short-Term Goals... 4 Long-Term

More information

Getting to Go Live 1/20/2015. Full System Launch. APD Overview. Planning APD. Implementation APD. RFPs and Procurement.

Getting to Go Live 1/20/2015. Full System Launch. APD Overview. Planning APD. Implementation APD. RFPs and Procurement. Getting to Go Live Full System Launch 1 You are here APD Overview Planning APD Implementation APD RFPs and Procurement APD Updates System Testing Regulation Getting to Go Live Project Management Acronyms

More information

Approved 10/15/2015. IDEF Baseline Functional Requirements v1.0

Approved 10/15/2015. IDEF Baseline Functional Requirements v1.0 Approved 10/15/2015 IDEF Baseline Functional Requirements v1.0 IDESG.org IDENTITY ECOSYSTEM STEERING GROUP IDEF Baseline Functional Requirements v1.0 NOTES: (A) The Requirements language is presented in

More information

REVIEW OF MANAGEMENT AND OVERSIGHT OF THE INTEGRATED BUSINESS MANAGEMENT SYSTEM (IBMS) January 16, 2009

REVIEW OF MANAGEMENT AND OVERSIGHT OF THE INTEGRATED BUSINESS MANAGEMENT SYSTEM (IBMS) January 16, 2009 APPENDIX 1 REVIEW OF MANAGEMENT AND OVERSIGHT OF THE INTEGRATED BUSINESS MANAGEMENT SYSTEM (IBMS) January 16, 2009 Auditor General s Office Jeffrey Griffiths, C.A., C.F.E. Auditor General City of Toronto

More information

Free and Reduced Online Application Instructions Step #1: In the Internet address field, type in the web site address: http://gwinnett.schoollunchapp.com Step #2: You must click the button to select: Privacy

More information

Subject: University Information Technology Resource Security Policy: OUTDATED

Subject: University Information Technology Resource Security Policy: OUTDATED Policy 1-18 Rev. 2 Date: September 7, 2006 Back to Index Subject: University Information Technology Resource Security Policy: I. PURPOSE II. University Information Technology Resources are at risk from

More information

Vendor: The Open Group. Exam Code: OG Exam Name: TOGAF 9 Part 1. Version: Demo

Vendor: The Open Group. Exam Code: OG Exam Name: TOGAF 9 Part 1. Version: Demo Vendor: The Open Group Exam Code: OG0-091 Exam Name: TOGAF 9 Part 1 Version: Demo QUESTION 1 According to TOGAF, Which of the following are the architecture domains that are commonly accepted subsets of

More information

College Board IDOC Frequently Asked Questions

College Board IDOC Frequently Asked Questions College Board IDOC Frequently Asked Questions Produced from the College Board by West Angeles TM Education & Enrichment Program IDOC Frequently Asked Questions Q: What is the College Board and why am I

More information

The Benefits of Strong Authentication for the Centers for Medicare and Medicaid Services

The Benefits of Strong Authentication for the Centers for Medicare and Medicaid Services The Benefits of Strong Authentication for the Centers for Medicare and Medicaid Services This document was developed by the Smart Card Alliance Health and Human Services Council in response to the GAO

More information

FORM 0928A Section O Hospitals

FORM 0928A Section O Hospitals FORM 0928A Section O Hospitals This information must be completed by any organization that indicated in Section H that it is a hospital described in 170(b)(1)(A)(iii). 1. Are all the doctors in your community

More information

TX CIO Leadership Journey Texas CIOs Bowden Hight Texas Health and Human Services Commission Tim Jennings Texas Department of Transportation Mark

TX CIO Leadership Journey Texas CIOs Bowden Hight Texas Health and Human Services Commission Tim Jennings Texas Department of Transportation Mark TX CIO Leadership Journey Texas CIOs Bowden Hight Texas Health and Human Services Commission Tim Jennings Texas Department of Transportation Mark Stone Texas A&M University System Moderator Anh Selissen

More information

REPORT 2015/149 INTERNAL AUDIT DIVISION

REPORT 2015/149 INTERNAL AUDIT DIVISION INTERNAL AUDIT DIVISION REPORT 2015/149 Audit of the information and communications technology operations in the Investment Management Division of the United Nations Joint Staff Pension Fund Overall results

More information

FedRAMP: Understanding Agency and Cloud Provider Responsibilities

FedRAMP: Understanding Agency and Cloud Provider Responsibilities May 2013 Walter E. Washington Convention Center Washington, DC FedRAMP: Understanding Agency and Cloud Provider Responsibilities Matthew Goodrich, JD FedRAMP Program Manager US General Services Administration

More information

MANUAL OF UNIVERSITY POLICIES PROCEDURES AND GUIDELINES. Applies to: faculty staff students student employees visitors contractors

MANUAL OF UNIVERSITY POLICIES PROCEDURES AND GUIDELINES. Applies to: faculty staff students student employees visitors contractors Page 1 of 6 Applies to: faculty staff students student employees visitors contractors Effective Date of This Revision: June 1, 2018 Contact for More Information: HIPAA Privacy Officer Board Policy Administrative

More information

Information Technology General Control Review

Information Technology General Control Review Information Technology General Control Review David L. Shissler, Senior IT Auditor, CPA, CISA, CISSP Office of Internal Audit and Risk Assessment September 15, 2016 Background Presenter Senior IT Auditor

More information

Electronic Service Provider Standard

Electronic Service Provider Standard Electronic Service Provider Standard Version: 1.6 Document ID: 3538 Copyright Notice Copyright 2018, ehealth Ontario All rights reserved No part of this document may be reproduced in any form, including

More information

Virginia State University Policies Manual. Title: Information Security Program Policy: 6110

Virginia State University Policies Manual. Title: Information Security Program Policy: 6110 Purpose Virginia State University (VSU) uses information to perform the business services and functions necessary to fulfill its mission. VSU information is contained in many different mediums including

More information

Help On Demand for Agents and Brokers. September 27, 2018

Help On Demand for Agents and Brokers. September 27, 2018 Help On Demand for Agents and Brokers September 27, 2018 1 Intended Audience The intended audience for this webinar is agents and brokers who are interested in participating in Help On Demand for plan

More information

Federal-State Connections: Opportunities for Coordination and Collaboration

Federal-State Connections: Opportunities for Coordination and Collaboration Federal-State Connections: Opportunities for Coordination and Collaboration State Health Information Exchange Program October 23, 2012 Chris Muir Program Manager 1 ONC Overview Vision A health system that

More information

"Charting the Course... ITIL 2011 Managing Across the Lifecycle ( MALC ) Course Summary

Charting the Course... ITIL 2011 Managing Across the Lifecycle ( MALC ) Course Summary Course Summary Description ITIL is a set of best practices guidance that has become a worldwide-adopted framework for IT Service Management by many Public & Private Organizations. Since early 1990, ITIL

More information

Summary of Benefits and Coverage Frequently Asked Questions

Summary of Benefits and Coverage Frequently Asked Questions Summary of Benefits and Coverage Frequently Asked Questions The following FAQs have been prepared to provide information to help you to understand and comply with the final regulations that were issued

More information

POSITION DESCRIPTION

POSITION DESCRIPTION State of Michigan Civil Service Commission Capitol Commons Center, P.O. Box 30002 Lansing, MI 48909 Position Code 1. INTCSPL3D16N POSITION DESCRIPTION This position description serves as the official classification

More information

Position Description IT Auditor

Position Description IT Auditor Position Title IT Auditor Position Number Portfolio Performance and IT Audit Location Victoria Supervisor s Title IT Audit Director Travel Required Yes FOR OAG HR USE ONLY: Approved Classification or Leadership

More information

IVA Entity Audit Results Submission ICD, XSD, & XML Guidance. August 16, Health Insurance Marketplace Program Training Series

IVA Entity Audit Results Submission ICD, XSD, & XML Guidance. August 16, Health Insurance Marketplace Program Training Series IVA Entity Audit Results Submission ICD, XSD, & XML Guidance August 16, 2017 Health Insurance Marketplace Program Training Series 1 Session Agenda Session Guidelines Intended Audience Session Purpose HHS

More information

NEW! Financial Aid is now available for non-credit workforce training programs at DCC!

NEW! Financial Aid is now available for non-credit workforce training programs at DCC! NEW! Financial Aid is now available for non-credit workforce training programs at DCC! Awarding Policy and Distribution Plan for FANTIC (Financial Aid for Noncredit Training leading to an Industry Credential)

More information

Oracle Managed Cloud Services for Oracle Platform as a Service and Infrastructure as a Service - Service Descriptions

Oracle Managed Cloud Services for Oracle Platform as a Service and Infrastructure as a Service - Service Descriptions Oracle Managed Cloud Services for Oracle Platform as a Service and Infrastructure as a Service - Service Descriptions February 2018 Table of Contents Oracle Managed Applications Unlimited on Oracle Technology

More information

Program Guidelines. Program Outline

Program Guidelines. Program Outline Program Guidelines Program Outline The Level Up Marketing Assistance Program provides funds to be used toward marketing campaigns through approved vendors by individual producer-level agents contracted

More information

ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE

ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE PROJECT MANAGEMENT CERTIFICATE PROGRAM Further your career and gain an understanding of what it takes to lead a project to successful completion functional skills,

More information

Exam4Tests. Latest exam questions & answers help you to pass IT exam test easily

Exam4Tests.   Latest exam questions & answers help you to pass IT exam test easily Exam4Tests http://www.exam4tests.com Latest exam questions & answers help you to pass IT exam test easily Exam : CISM Title : Certified Information Security Manager Vendor : ISACA Version : DEMO 1 / 10

More information

Kansas City s Metropolitan Emergency Information System (MEIS)

Kansas City s Metropolitan Emergency Information System (MEIS) Information- Sharing Interagency Cooperation Resources Management Law Enforcement Fire Emergency Medical Services Public Health Private Sector Kansas City s Metropolitan Emergency Information System (MEIS)

More information

Homeless Management Information System (HMIS)

Homeless Management Information System (HMIS) Mid-America Regional Council 600 Broadway, Suite 200 Kansas City, Missouri 64105 (816)474-4240 Kcmetrohmis.org Homeless Management Information System (HMIS) Data Quality Plan Kansas City Metro-Jackson,

More information

An Employer s Guide to the

An Employer s Guide to the An Employer s Guide to the Click on the sections below to learn more. What is the SBC The Summary of Benefits and Coverage (SBC) establishes standards that group health plan sponsors and insurers must

More information

Executive Steering Committee (ESC) Update Minnesota Eligibility Technology System (METS)

Executive Steering Committee (ESC) Update Minnesota Eligibility Technology System (METS) INFORMATION TECHNOLOGY FOR MINNESOTA GOVERNMENT Executive Steering Committee (ESC) Update Minnesota Eligibility Technology System (METS) 9/27/2016 MN.IT Services @ Department of Human Services/MNsure MNsure

More information

Architecture and Standards Development Lifecycle

Architecture and Standards Development Lifecycle Architecture and Standards Development Lifecycle Architecture and Standards Branch Author: Architecture and Standards Branch Date Created: April 2, 2008 Last Update: July 22, 2008 Version: 1.0 ~ This Page

More information

Change Healthcare CLAIMS Provider Information Form *This form is to ensure accuracy in updating the appropriate account

Change Healthcare CLAIMS Provider Information Form *This form is to ensure accuracy in updating the appropriate account PAYER ID: SUBMITTER ID: 1 Provider Organization Practice/ Facility Name Change Healthcare CLAIMS Provider Information Form *This form is to ensure accuracy in updating the appropriate account Provider

More information

DEPARTMENT OF EDUCATION. Online Application National School Lunch Program

DEPARTMENT OF EDUCATION. Online Application National School Lunch Program DEPARTMENT OF EDUCATION CHILD NUTRITION PROGRAM Online Application National School Lunch Contents Revision History... 2 Revision History Chart... 2 NSLP Forms... 3 Policy Checklist... 4 Schedule A... 7

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

JOB AID: SINGLE STREAMLINED APPLICATION

JOB AID: SINGLE STREAMLINED APPLICATION Your destination for affordable, quality health care, including Medi-Cal October 7, 2015 The Covered California Single Streamlined Application (SSA) supports all online applications, whether processed

More information

REPORT 2015/010 INTERNAL AUDIT DIVISION

REPORT 2015/010 INTERNAL AUDIT DIVISION INTERNAL AUDIT DIVISION REPORT 2015/010 Audit of information and communications technology strategic planning, governance and management in the Investment Management Division of the United Nations Joint

More information

Standard CIP Cyber Security Critical Cyber Asset Identification

Standard CIP Cyber Security Critical Cyber Asset Identification Standard CIP 002 1 Cyber Security Critical Cyber Asset Identification Standard Development Roadmap This section is maintained by the drafting team during the development of the standard and will be removed

More information

FedRAMP Digital Identity Requirements. Version 1.0

FedRAMP Digital Identity Requirements. Version 1.0 FedRAMP Digital Identity Requirements Version 1.0 January 31, 2018 DOCUMENT REVISION HISTORY DATE VERSION PAGE(S) DESCRIPTION AUTHOR 1/31/2018 1.0 All Initial document FedRAMP PMO i ABOUT THIS DOCUMENT

More information

EDI ENROLLMENT AGREEMENT INSTRUCTIONS

EDI ENROLLMENT AGREEMENT INSTRUCTIONS EDI ENROLLMENT AGREEMENT INSTRUCTIONS The Railroad EDI Enrollment Form (commonly referred to as the EDI Agreement) should be submitted when enrolling for electronic billing. It should be reviewed and signed

More information

ISO STANDARD IMPLEMENTATION AND TECHNOLOGY CONSOLIDATION

ISO STANDARD IMPLEMENTATION AND TECHNOLOGY CONSOLIDATION ISO STANDARD IMPLEMENTATION AND TECHNOLOGY CONSOLIDATION Cathy Bates Senior Consultant, Vantage Technology Consulting Group January 30, 2018 Campus Orientation Initiative and Project Orientation Project

More information

WHO-ITU National ehealth Strategy Toolkit

WHO-ITU National ehealth Strategy Toolkit WHO-ITU National ehealth Strategy Toolkit Context and need for a National Strategy A landscape of isolated islands of small scale applications unable to effectively communicate and to share information

More information

Ready, Willing & Able. Michael Cover, Manager, Blue Cross Blue Shield of Michigan

Ready, Willing & Able. Michael Cover, Manager, Blue Cross Blue Shield of Michigan Ready, Willing & Able Michael Cover, Manager, Blue Cross Blue Shield of Michigan Agenda 1. Organization Overview 2. GRC Journey Story 3. GRC Program Roadmap 4. Program Objectives and Guiding Principals

More information

SUSTAINABLE ELECTRIFICATION OF HEALTH FACILITIES: UGANDA

SUSTAINABLE ELECTRIFICATION OF HEALTH FACILITIES: UGANDA Project Information Sheet SUSTAINABLE ELECTRIFICATION OF HEALTH FACILITIES: UGANDA This project information sheet provides an overview of the activities planned under the Sustainable Electrification of

More information

Standard CIP Cyber Security Critical Cyber Asset Identification

Standard CIP Cyber Security Critical Cyber Asset Identification Standard CIP 002 1 Cyber Security Critical Cyber Asset Identification Standard Development Roadmap This section is maintained by the drafting team during the development of the standard and will be removed

More information

CHIEF INFORMATION OFFICER

CHIEF INFORMATION OFFICER OFFICE OF THE CHIEF INFORMATION OFFICER DEPARTMENT OF HEALTH AND HUMAN SERVICES U.S. DEPARTMENT OF HEALTH AND HUMAN SERVICES HHS IT Direction & Priorities iti April 7, 2011 John Teeter Deputy Chief Information

More information

TEXAS MEDICARE (TRAILBLAZERS) CHANGE FORM MR085

TEXAS MEDICARE (TRAILBLAZERS) CHANGE FORM MR085 TEXAS MEDICARE (TRAILBLAZERS) CHANGE FORM MR085 HOW LONG DOES PRE-ENROLLMENT TAKE? Standard processing time is 20 days WHAT PROVIDER NUMBERS DO I USE? Six digit Medicare legacy provider ID NPI Number WHAT

More information

New York Department of Financial Services Cybersecurity Regulation Compliance and Certification Deadlines

New York Department of Financial Services Cybersecurity Regulation Compliance and Certification Deadlines New York Department of Financial Services Cybersecurity Regulation Compliance and Certification Deadlines New York Department of Financial Services ( DFS ) Regulation 23 NYCRR 500 requires that entities

More information

Missouri Airport Owners Airport Sponsors Guide to Submitting Capital Improvement Program Requests (CIP) Online

Missouri Airport Owners Airport Sponsors Guide to Submitting Capital Improvement Program Requests (CIP) Online Missouri Airport Owners Airport Sponsors Guide to Submitting Capital Improvement Program Requests (CIP) Online GCR & Associates, Inc. 2021 Lakeshore Drive Suite 500 New Orleans, LA 70122 504.304.2500 800.259.6192

More information

Service Description: Software Support

Service Description: Software Support Page 1 of 1 Service Description: Software Support This document describes the service offers under Cisco Software Support. This includes Software Support Service (SWSS), Software Support Basic, Software

More information

The Project Charter. Date of Issue Author Description. Revision Number. Version 0.9 October 27 th, 2014 Moe Yousof Initial Draft

The Project Charter. Date of Issue Author Description. Revision Number. Version 0.9 October 27 th, 2014 Moe Yousof Initial Draft The Project Charter Project Title: VDI Data Center Design and Build Project Sponsor: South Alberta Data Centers Inc. (SADC Inc.) Project Customer: The City of Calgary Project Manager: Moe Yousof Document

More information

The Common Controls Framework BY ADOBE

The Common Controls Framework BY ADOBE The Controls Framework BY ADOBE The following table contains the baseline security subset of control activities (derived from the Controls Framework by Adobe) that apply to Adobe s enterprise offerings.

More information

Data Inventory and Classification, Physical Devices and Systems ID.AM-1, Software Platforms and Applications ID.AM-2 Inventory

Data Inventory and Classification, Physical Devices and Systems ID.AM-1, Software Platforms and Applications ID.AM-2 Inventory Audience: NDCBF IT Security Team Last Reviewed/Updated: March 2018 Contact: Henry Draughon hdraughon@processdeliveysystems.com Overview... 2 Sensitive Data Inventory and Classification... 3 Applicable

More information

Competency Definition

Competency Definition Adult Children's Outreach Technical Teen Acquisition Adaptability The ability to effectively process library material orders; knowledge of vendor software, processes, products, and updates x x The ability

More information

Provider Portal User Guide

Provider Portal User Guide Provider Portal User Guide Updated: January 1, 2019 Table of Contents Introduction... 1 How to Register for the Provider Portal... 3 Manage Your Profile... 5 User Administration... 8 Authorizations & Referrals...

More information

Bootstrapping Enterprise Standards A Real World Approach

Bootstrapping Enterprise Standards A Real World Approach Bootstrapping Enterprise Standards A Real World Approach The Open Group Enterprise Architecture Practitioners Conference July 22 th 2008 Dan Hughes, Principal Consultant, Systems Flow, Inc Graham Williams,

More information

Physician Quality Reporting System (PQRS) Physician Portal

Physician Quality Reporting System (PQRS) Physician Portal The American College of Radiology Physician Quality Reporting System (PQRS) Physician Portal User Guide November 15, 2016 American College of Radiology 1891 Preston White Drive Reston, VA 20191-4397 Copyright

More information

SCHEME OF DELEGATION (Based on the model produced to the National Governors Association)

SCHEME OF DELEGATION (Based on the model produced to the National Governors Association) SCHEME OF DELEGATION (Based on the model produced to the National Association) THE PURPOSE OF A SCHEME OF DELEGATION: A scheme of delegation (SoD) is the key document defining which functions have been

More information

ROLE DESCRIPTION IT SPECIALIST

ROLE DESCRIPTION IT SPECIALIST ROLE DESCRIPTION IT SPECIALIST JOB IDENTIFICATION Job Title: Job Grade: Department: Location Reporting Line (This structure reports to?) Full-time/Part-time/Contract: IT Specialist D1 Finance INSETA Head

More information

SLI Compliance ONC-ATL Testing Program Guide

SLI Compliance ONC-ATL Testing Program Guide SLI Compliance A Division of Gaming Laboratories International, LLC 4720 Independence St. Wheat Ridge, CO 80033 303-422-1566 www.slicompliance.com SLI Compliance ONC-ATL Testing Program Guide Document

More information

Federal Data Center Consolidation Initiative (FDCCI) Workshop III: Final Data Center Consolidation Plan

Federal Data Center Consolidation Initiative (FDCCI) Workshop III: Final Data Center Consolidation Plan Federal Data Center Consolidation Initiative (FDCCI) Workshop III: Final Data Center Consolidation Plan August 10, 2010 FDCCI Agenda August 10 th, 2010 1. Welcome Katie Lewin GSA Director Cloud Computing

More information

Update from HIMSS National Privacy & Security. Lisa Gallagher, VP Technology Solutions November 14, 2013

Update from HIMSS National Privacy & Security. Lisa Gallagher, VP Technology Solutions November 14, 2013 Update from HIMSS National Privacy & Security Lisa Gallagher, VP Technology Solutions November 14, 2013 Agenda Update on HIMSS new Technology Solutions Department HIPAA Omnibus Rules Meaningful Use 2 P&S

More information

Nebraska State College System Cellular Services Procedures Effective Date June 15, 2012 Updated August 13, 2015

Nebraska State College System Cellular Services Procedures Effective Date June 15, 2012 Updated August 13, 2015 Nebraska State College System Cellular Services Procedures Effective Date June 15, 2012 Updated August 13, 2015 Definitions Cellular Telephone Service For the purposes of this policy, cellular telephone

More information

Mobile Communication Devices. 1.0 Purpose. 2.0 Policy NO Virginia Polytechnic Institute and State University

Mobile Communication Devices. 1.0 Purpose. 2.0 Policy NO Virginia Polytechnic Institute and State University Mobile Communication Devices NO. 3960 Policy Effective Date: 3/8/2016 Last Revision Date: Policy Owner: Dwight Shelton Policy Author: (Contact Person) Savita Sharma Affected Parties: Faculty Staff 1.0

More information

Survey on Patient Safety Culture Database Data Use Agreement

Survey on Patient Safety Culture Database Data Use Agreement Survey on Patient Safety Culture Database Data Use Agreement Instructions 1. Westat has pre-signed this Data Use Agreement (DUA) in its current form. Any changes or modifications to the DUA other than

More information

Memorandum of Agreement

Memorandum of Agreement Memorandum of Agreement I. Parties This agreement is entered into between the Disaster Management Electronic Government Initiative (DM Egov) in the Department of Homeland Security (DHS), and the Emergency

More information

Lunch Application User Manual

Lunch Application User Manual Lunch Application User Manual Education Management Systems, Inc. 4110 Shipyard Blvd, Wilmington, NC 28403 www.mealsplus.com or (800) 541-8999 Table of Contents 1.0 Welcome to LunchApplication.com... 1

More information

Announcement. ODP Communication Number: Announcement

Announcement. ODP Communication Number: Announcement Announcement NOW AVAILABLE: CMS Approved Second Waiver Amendments for ODP Consolidated and Person/Family Directed Support Waivers Effective July 1, 2013 ODP Communication Number: Announcement 049-14 The

More information

Introducing Enterprise Architecture. into the Enterprise

Introducing Enterprise Architecture. into the Enterprise Introducing Enterprise Architecture into the Enterprise Washington - 21st October 2003 Chris Greenslade Chris@Architecting-the-Enterprise.com Introducing Enterprise Architecture 1 of 28 TA P16 1 Approach

More information

Service Description: Software Support

Service Description: Software Support Page 1 of 6 Service Description: Software Support This document describes the service offers under Cisco Software Support. This includes Software Support Service (SWSS), Software Support Basic, Software

More information

Executive Steering Committee (ESC) Update Minnesota Eligibility Technology System (METS)

Executive Steering Committee (ESC) Update Minnesota Eligibility Technology System (METS) Executive Steering Committee (ESC) Update Minnesota Eligibility Technology System (METS) Deb Tibstra Director Application Services Division, MNIT Services @ DHS/MNsure December 5, 2017 12/05/2017 1 MNsure

More information

Standards Readiness Criteria. Tier 2

Standards Readiness Criteria. Tier 2 Document Number: HITSP 06 N 85 Date: June 1, 2006 Standards Readiness Criteria Tier 2 Version 1.0 May 12, 2006 HITSP Standards Harmonization Committee V 1.0 (5/12/2006) 1 Introduction...3 Background Information...3

More information

Information Security Policy

Information Security Policy April 2016 Table of Contents PURPOSE AND SCOPE 5 I. CONFIDENTIAL INFORMATION 5 II. SCOPE 6 ORGANIZATION OF INFORMATION SECURITY 6 I. RESPONSIBILITY FOR INFORMATION SECURITY 6 II. COMMUNICATIONS REGARDING

More information

It applies to personal information for individuals that are external to us such as donors, clients and suppliers (you, your).

It applies to personal information for individuals that are external to us such as donors, clients and suppliers (you, your). Our Privacy Policy 1 Purpose Mission Australia is required by law to comply with the Privacy Act 1988 (Cth) (the Act), including the Australian Privacy Principles (APPs). We take our privacy obligations

More information

Regional TSM&O Vision and ITS Architecture Update

Regional TSM&O Vision and ITS Architecture Update Regional TSM&O Vision and ITS Architecture Update Progress Update Transportation Coordinating Committee April 5, 2019 Task List (2018 2020) 1. Develop a Regional TSM&O Vision 2. Document Current TSM&O

More information

Information Systems Security Requirements for Federal GIS Initiatives

Information Systems Security Requirements for Federal GIS Initiatives Requirements for Federal GIS Initiatives Alan R. Butler, CDP Senior Project Manager Penobscot Bay Media, LLC 32 Washington Street, Suite 230 Camden, ME 04841 1 Federal GIS "We are at risk," advises the

More information

TIER Program Funding Memorandum of Understanding For UCLA School of

TIER Program Funding Memorandum of Understanding For UCLA School of TIER Program Funding Memorandum of Understanding For UCLA School of This Memorandum of Understanding is made between the Office of Information Technology (OIT) and the School of ( Department ) with reference

More information

ehealth in Southwestern Ontario

ehealth in Southwestern Ontario ehealth in Southwestern Ontario Adding Value to the Healthcare System November 2, 2016 Prepared by: Michael Barrett, CEO, South West LHIN at the request of Ed Clark Page 1 Table of Contents Table of Contents

More information

Virginia Commonwealth University School of Medicine Information Security Standard

Virginia Commonwealth University School of Medicine Information Security Standard Virginia Commonwealth University School of Medicine Information Security Standard Title: Scope: Personnel Security Standard This standard is applicable to all VCU School of Medicine personnel. Approval

More information

Criminal Justice Information Security (CJIS) Guide for ShareBase in the Hyland Cloud

Criminal Justice Information Security (CJIS) Guide for ShareBase in the Hyland Cloud Criminal Justice Information Security (CJIS) Guide for ShareBase in the Hyland Cloud Introduction The Criminal Justice Information Security (CJIS) Policy is a publically accessible document that contains

More information

WHITE PAPER OCTOBER 2017 VMWARE ENTERPRISE RESILIENCY. Integrating Resiliency into Our Culture and DNA

WHITE PAPER OCTOBER 2017 VMWARE ENTERPRISE RESILIENCY. Integrating Resiliency into Our Culture and DNA WHITE PAPER OCTOBER 2017 VMWARE ENTERPRISE RESILIENCY Integrating Resiliency into Our Culture and DNA Table of Contents Executive Summary.... 3 Background.... 4 Charter.................................................................4

More information

Government of Ontario IT Standard (GO ITS)

Government of Ontario IT Standard (GO ITS) Government of Ontario IT Standard (GO ITS) GO-ITS Number 56.3 Information Modeling Standard Version # : 1.5 Status: Approved Prepared under the delegated authority of the Management Board of Cabinet Queen's

More information

Management s Response to the Auditor General s Review of Management and Oversight of the Integrated Business Management System (IBMS)

Management s Response to the Auditor General s Review of Management and Oversight of the Integrated Business Management System (IBMS) APPENDI 2 ommendation () () 1. The City Manager in consultation with the Chief Information Officer give consideration to the establishment of an IBMS governance model which provides for senior management

More information

Phase IV CAQH CORE Certification and Testing Policies v4.0.0

Phase IV CAQH CORE Certification and Testing Policies v4.0.0 Phase IV CAQH CORE Certification and Testing Policies v4.0.0 Table of Contents Phase IV CAQH CORE 401 Pledge v4.0.0... 2 Phase IV CAQH CORE 402 Certification Policy v4.0.0... 8 Phase IV CAQH CORE HIPAA

More information