ADMJ6000 - Overseas Health Care Cover Extract

Purpose

This process extracts information from Callista for inclusion in reports on International Students health care cover and payments.

Subsystem Admissions
Normally Run By Administration Specialist
Anticipated Frequency As required
Structure Block Overseas Health Care Cover Extract
Tabs Parameters

 

This job creates an extract containing all the relevant information that Health Care Providers require to include in hard copy of reports on International Students health care cover and payments to the Institution's health care provider.

It extracts a range of data (pertaining to a student) from the Callista database tables and includes the data in the extract.
The extract, depending on parameters, contains details of applicants who have paid their OSHC in full. It contains either new records or renewals. If a student has already paid, and is renewing their policy with an updated premium, the extract records the extra charge.
The extract uses the HEALTH_CARE_COVER_REPORT_DTL tables, which has columns matching the fields required by the Health Care provider. The table also stores the Job Request Number, Creation Date Logical Delete Date and Submitted Date for each record.

S_LOG_ENTRY data will be created with S_LOG_TYPE = OSHC_COVER.
Note in all entries to the log, the Person ID and Provider Code will be recorded in addition to the validation message number.

This Job is accessed via the main menu.

 

The Overseas Health Care Cover Extract block contains:

Parameters Tab

  • Health Care Provider Code
  • Person ID
  • Fee Type
  • Fee Type Calendar
  • Cover Start Date From
  • Cover Start Date To
  • Sort By

Rules/Notes:

  • All fields are mandatory except the 'Cover Start Date To' field.
  • If only the 'Cover Start Date From' value is defined, then only records with that date, where a fee has been generated, will be included.
    If the 'Cover Start Date From' and 'Cover Start Date To' value defined, all records on or between those dates, where a fee has been generated, will be included.

The following messages may be generated in the log during the running of this job.

  • The Person has overlapping Admission Application Letter Health Care records. The student will not be extracted.
  • A previous extract for the Person and provider code is not yet set to submitted. The student will not be extracted.
  • The fee is not greater than the total previously reported. The student will not be extracted.
  • The total fee assessment for the health cover fee type is not equal to the total Health Cover Amount recorded in Admission Application Letter Health Care records. The student will not be extracted.
  • Student Has Been Extracted.
  • The student is to be reported as RENEWAL policy type but does not have a policy number recorded in the system. The student will not be extracted.
  • The student’s policy end date is not later than the date already reported. The student will not be extracted.
  • The student’s calculated policy duration is not greater than the amount already reported. The student will not be extracted.
  • The Health Cover type has changed since the previous extract. Policy Start and End Dates have been re-derived.

OSHC Processing

oshc

 

HEALTH_CARE_COVER_REPORT_DTL Table

Records are created in the HEALTH_CARE_COVER_REPORT_DTL table. This table contains the columns described below:

Column Description Source Comments
PERSON_ID Student ID PERSON.PERSON_ID
CREATION_DT Date the job was run. Derived from job run.
REQUEST_JOB_RUN_ID

Job request numberHealth Care policy number.

Derived from job run.  
HEALTH_CARE_PROVIDER_CD Identifier for the Health Care Provider HEALTH_CARE_COVER.HEALTH_CARE_NUM  
HEALTH_POLICY_TYPE May be New or Renewal If person and provider have been extracted previously then 'RENEWAL' otherwise 'NEW'.  
HEALTH_CARE_TYPE Takes values such as SINGLE, COUPLES, FAMILY, etc. as defined in ADMF0340. ADM_APPL_LETTER_HEALTH_CARE.HEALTH_CARE_TYPE for the latest end date for the person/provider code.  
START_DT Health Cover Start Date ADM_APPL_LETTER_HEALTH_CARE.OVERRIDE_START_DT if it exists, otherwise the ADM_APPL_LETTER_HEALTH_CARE.DERIVED_START_DT The start date is the earliest start date of all ADM_APPL_LETTER_HEALTH_CARE records for the person/provider if person/provider has not previously been reported Otherwise it is the previously reported end_dt plus one day.
VISA_EXPIRY_DT Expiry Date of student's visa ADM_APPL_LETTER_HEALTH_CARE.OVERRIDE_END_DT if it exists, otherwise the ADM_APPL_LETTER_HEALTH_CARE.DERIVED_END_DT End date is the latest of all ADM_APPL_LETTER_HEALTH_CARE records for the person/provider.
LENGTH_OF_COVER Duration of cover ADM_APPL_LETTER_HEALTH_CARE.OVERRIDE_DURATION_MONTHS id it exists otherwise the number of months between ADM_APPL_LETTER_HEALTH_CARE.DERIVED_END_DT and ADM_APPL_LETTER_HEALTH_CARE.DERIVED_START_DT End date is the latest of all ADM_APPL_LETTER_HEALTH_CARE records for the person/provider.
COVER_PREMIUM Cost of health cover ADM_APPL_LETTER_HEALTH_CARE.OVERRIDE_HEALTH_COVER_AMT if it is not blank, otherwise
ADM_APPL_LETTER_HEALTH_CARE.DERIVED_HEALTH_COVER_AMT
 
HEALTH_CARE_NUM Health Care policy number HEALTH_CARE_COVER.HEALTH_CARE_NUM  
SPONSOR_PAID_IND Whether the cover is paid by a sponsor. ADM_APPL_LETTER_HEALTH_CARE.SPONSOR_IND End date is the latest of all ADM_APPL_LETTER_HEALTH_CARE records for the person/provider.
LOGICAL_DELETE_DT Date on which the record was deleted (in ADMF3950).

HEALTH_CARE_COVER_REPORT_DTL. LOGICAL_DELETE_DT

 

This will be null by default.
SUBMITTED_DT Date on which the record was marked as submitted HEALTH_CARE_COVER_REPORT_DTL.SUBMITTED_DT This will be null by default.



Last modified on 10 May, 2017 3:13 PM

History Information

Release Version Project Change to Document
18.1.0.3, 19.0.0.3 & 19.1.0.2 2172 - ECU -OSHG Job redefined - help page rewritten
18.0.0.3, 18.1.0.3 & 19.0.0.1 2172 - ECU -OSHG New Help page