Sei sulla pagina 1di 13

Report 45B Technical Design Document

Report 45B: Chargemaster Input Rates for


Contract event and Trend entry.

Technical Design Document

V1.0 1
Report 45B Technical Design Document

Document Approval

Type Reviewer Revisio Status Date


n
Version
1 Beerappa Hosalli 1 Review 29-11-07

Revision History

Revision Date Author Changes


1 29-11- Beerappa Hosalli Initial Draft
07

V1.0 2
Report 45B Technical Design Document

Table of contents

1. Purpose…………………………………………………………………………………………………………
……………………..4

2. Associated Database, Schema and Tables.…………………………………………………………


……………..……………………………………………………….4

3. Details …………………………………………………………………………………………………………
………………………4
3.1 Report Page calculations………………………………………………………………………
………………….5
3.2 Prompt Page calculations………………………………………………………………………
…………………6
3.3 Major Report Components……………………………………………………………………
………………….7

4. Appendix ………………………………………………………………………………………………………
……………………12

V1.0 3
Report 45B Technical Design Document

1. Purpose:
The purpose of this document is to explain the technical details as part of the report
development.

2. Associated Database, Schema and Tables


Database: UCSACTPS
Schema: ucrt_all_schema
Tables: cy_providers_ex1, ET_INPUT_SUMMARY, CY_HEADING_INPUT_SUMMARY

3. Details
The Stages in report development:
1. Analysis: The resulting calculations are given in section 3.1
2. Coding: The SQL query is given in section 3.2
3. Formatting: The report utilizes list format, prompt dropdowns, Condition variables
and tabular sql for retrieving data from multiple regions. (Snapshot in section 3.4.3)

V1.0 4
Report 45B Technical Design Document

3.1 Report Page Calculations

For Hospital, DIMENSION_ANCPHYHO = 3


For Physician, DIMENSION_ANCPHYHO = 2
For Ancillary, DIMENSION_ANCPHYHO = 1

Note:

For Commercial version, DIMENSION_COMCAIDC = 1


For Medicaid version, DIMENSION_COMCAIDC = 2
For Medicare version, DIMENSION_COMCAIDC = 3

V1.0 5
Report 45B Technical Design Document

3.2 Prompt Page Calculations

-- No of Prompts: 6

-- Type of prompts: Value prompt

-- Name of the prompts:

1. Region
2. Market
3. Sub Market
4. System
5. Segment
6. Company

-- Prompt based Table:

1. cy_providers_ex1
2. cy_company_all

V1.0 6
Report 45B Technical Design Document

3.3 Major Report Components

3.3.1 Data Structure Obtained from Tabular SQL


Please look In the Tabular SQL Wizard below.

3.3.2 Data Items:

Common data items for comm,care and caid versions are:-


cy_provider_ex1.level0_displayname
level1_displayname
level3_displayname
level5_displayname
level6_displayname
level6_name
CY_HEADING_INPUT_SUMMARY.level0_displayname

Medicaid
HMO_cont_ip_Caid_Medicaid
HMO_cont_ip_Care_Medicaid
HMO_cont_op_Caid_Medicaid
HMO_cont_op_Care_Medicaid
HMO_trend_ip_Caid_Medicaid
HMO_trend_ip_Care_Medicaid
HMO_trend_op_Caid_Medicaid
HMO_trend_op_Care_Medicaid

Medicare

FLOAT_CHRGM__IP_HMO_CAID_MED_1
FLOAT_CHRGM_IP_HMO_CARE_MEDI_1
FLOAT_CHRGM_IP_PFFS
FLOAT_CHRGM_IP_POS_2
FLOAT_CHRGM_IP_PPO_2
FLOAT_CHRGM_IP_REGIONAL_PPO
FLOAT_CHRGM_OP_HMO_CAID_MEDI_1
FLOAT_CHRGM_OP_HMO_CARE_MEDI_1
FLOAT_CHRGM_OP_PFFS

V1.0 7
Report 45B Technical Design Document

FLOAT_CHRGM_OP_POS_2
FLOAT_CHRGM_OP_PPO_2

FLOAT_CHRGM_OP_REGIONAL_PPO
FLOAT_CHRGM_RATE__IP_HMO_CAI_1
FLOAT_CHRGM_RATE__IP_HMO_CAR_1
FLOAT_CHRGM_RATE__IP_PFFS
FLOAT_CHRGM_RATE__IP_POS
FLOAT_CHRGM_RATE__IP_PPO
FLOAT_CHRGM_RATE__IP_REGIONAL_
FLOAT_CHRGM_RATE__OP_HMO_CAI_1
FLOAT_CHRGM_RATE__OP_HMO_CAR_1
FLOAT_CHRGM_RATE__OP_PFFS
FLOAT_CHRGM_RATE__OP_POS
FLOAT_CHRGM_RATE__OP_PPO
FLOAT_CHRGM_RATE__OP_REGIONAL_

Commercial
CHRGM_IP_HMO_CONT_EVENT
CHRGM_IP_POS_CONT_EVENT
CHRGM_IP_PPO_CONT_EVENT
CHRGM_OP_HMO_CONT_EVENT
CHRGM_OP_POS_CONT_EVENT
CHRGM_OP_PPO_CONT_EVENT
CHRGM_IP_HMO_TRND_ENTRY
CHRGM_IP_POS_TRND_ENTRY
CHRGM_IP_PPO_TRND_ENTRY
CHRGM_OP_HMO_TRND_ENTRY
CHRGM_OP_POS_TRND_ENTRY
CHRGM_OP_PPO_TRND_ENTRY

V1.0 8
Report 45B Technical Design Document

Tabular SQL

Data Items

Fig: Tabular SQL Wizard

V1.0 9
Report 45B Technical Design Document

3.3.3 Properties

A1
A3 A2
A4

A5

Fig: Report Page:

Snapshot of Objects

V1.0 10
Report 45B Technical Design Document

Report page:
INDEX NAME OF DESCRIPTION REASON PROPERTY
THE
OBJECT
FORMATTING LOGIC FLOW
A1 Table Cell Contains Text Horizontal
Item Alignment:Left,
Border:defined

A2 Report Displays Displays the


Function Report parameters value
Expression
A3 Text Item Defines the title Horizontal
of the table cell Alignment:Left,Bold

A4 Table Cell Contains Text Horizontal


Item Alignment:Left,
Border:defined

A5 Text Item Contains the Page Footer Horizontal


Text items Alignment:Left,
Border:defined

V1.0 11
Report 45B Technical Design Document

B1 B2 B3

Prompt Page Description:

INDEX NAME OF DESCRIPTION REASON PROPERTY


THE
OBJECT
FORMATTI LOGIC FLOW
NG
B1 Table Cell Contains Text Horizontal
Item Alignment:Center,B
old
Border:defined
B2 Prompts Provides drop Filters the report Size: 6cm
down choice as per user
inputted value
B3 HTML Item Specifies static To get name of
text used to the item as
define html default in the
object prompt dropdown

V1.0 12
Report 45B Technical Design Document

Appendix

1. SQL queries
SQL query for Medicaid (Hospital) Section:

45B_Medicaid_Hospit
al.doc

SQL query for Medicare (Hospital) Section:

Report45B_Medicare
_Hospital.doc

SQL query for Commercial (Hospital) Section:

Report45B_Commerc
ial_Hospital.doc

V1.0 13

Potrebbero piacerti anche