# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | ENGLISH_DESCRIPTION | The English name and description of this code | string | nvarchar(720) not null |
1 | FRENCH_DESCRIPTION | The French name and description of this code | string | nvarchar(720) not null |
2 | CODE | The code value | string | nvarchar(50) not null |
3 | FIRST_PERCENTAGE | The first percentage value to apply | string | decimal(18,0) |
4 | SUBSEQUENT_PERCENTAGE | The second percentage value to apply | string | decimal(18,0) |
5 | LAST_UPDATED_DATE_TIME | The last date time this record was updated | string | datetime |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | ANAESTHESIA_MODIFIER | The associated anaesthesia modifier code | string | numeric(9,0) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) not null |
4 | MODIFIER_UNITS | Unit value for this modifier | string | int |
5 | EFFECTIVE_DATE | Date the modifier units are effective | string | datetime |
6 | TERMINATION_DATE | Date the modifier units are terminated | string | datetime |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | CODE | The associated cancelled surgery reason code | string | numeric(9,0) not null |
2 | ENGLISH_DESCRIPTION | English description | string | varchar(180) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(180) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_CODE | The service code | string | int |
2 | START_TIME_REQUIRED | Indicator whether or not start time is required | string | int |
3 | END_DATE_TIME_REQUIRED | Indicator whether or not end date and time are required | string | int |
4 | START_DATE_TIME_REQUIRED | Indicator whether or not start date and time are required | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | MEDICARE_NUMBER | The medicare number | string | bigint |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | GENDER | The gender | string | nvarchar(20) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | VALUE | The service code | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | IMM_PRODUCT_CODE | The immunization product code identifier | string | nvarchar(20) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) not null |
4 | SERVICE_CODE | The service code | string | bigint not null |
5 | INACTIVE_DATE | The inactive date of the immunization product for a service code | string | datetime |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SITE | The site code | string | nvarchar(20) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | PREMIUM_RATE_TYPE_CODE | The numeric code of the premium rate type | string | numeric(9,0) not null |
2 | EFFECTIVE_DATE | Date the premium rate is effective | string | numeric(9,0) not null |
3 | TERMINATION_DATE | Date the premium rate is terminated | string | nvarchar(720) not null |
4 | RATE | The premium rate value | string | numeric(7,4) |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | CODE | The numeric code of the premium rate type | string | numeric(9,0) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(180) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(180) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | PROVIDER_ROLE | The provider role code | string | nvarchar(20) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | PROVIDER_TYPE | Provider type code | string | numeric(9,0) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | PROVINCE_CODE | The province code | string | nvarchar(20) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | REFERRAL_TYPE | The referral type code | string | int not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | CODE_VALUE | The service provider number | string | nvarchar(20) not null |
2 | DESC_EN | The service provider name | string | nvarchar(402) |
3 | DESC_FR | The service provider name | string | nvarchar(402) |
4 | PROVIDER_TYPE_CODE | The provider type code | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_CODE | The service code that is exempt from role 3 | string | big int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_CODE | The service code that is exempt from role 6 | string | big int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_CODE | The service code that has the BASE_CODE_PERCENT set in Service Eligibility | string | bigint not null |
2 | EFFECTIVE_DATE | Indicates the start date | string | datetime not null |
3 | TERMINATION_DATE | Indicates the end date for this version of the service code | string | datetime not null |
4 | BASE_SERVICE_CODE | The base service code that supplies the base units for the percentage calculation | string | bigint not null |
5 | LAST_UPDATED_DATE_TIME | The date this record was last updated | string | datetime not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_CODE | The service code. This information can be used to select corresponding service eligibility | string | bigint not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(260) |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(260) |
4 | PROVIDER_TYPE_CODE | The provider type code. Dentists may have an alternate basic unit in MCE | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_CODE_ID | The service code | string | bigint not null |
2 | EFFECTIVE_DATE | Indicates the start date for this version of the service code | string | datetime not null |
3 | TERMINATION_DATE | Indicates the end date for this version of the service code | string | datetime not null |
4 | BASIC_UNITS | Unit value for this service | string | decimal(18,0) |
5 | ANAESTHETIST_UNITS | Unit value for this service, when the provider role is equal to 2 (ANESTHETIST) | string | decimal(18,0) |
6 | ANAESTHESIA_MODIFIER_ALLOWED | Indicates whether or not the service code can have an anaesthesia modifier applied | string | bit |
7 | SERVICE_MAXIMUM | Maximum Service Count allowed across all claims in claim history | string | decimal(18,0) |
8 | BASIC_PREMIUM_RATE | % premium over the basic rate (BASIC_UNITS). This information is used for after-hours service provision | string | decimal(7,4) |
9 | ANAESTHETIST_PREMIUM_MINIMUM | Minimum payable anaesthetist premium | string | decimal(18,0) |
10 | ANAESTHETIST_PREMIUM_MAXIMUM | Maximum payable anaesthetist premium | string | decimal(18,0) |
11 | CANCER_PREMIUM_RATE | % premium over the basic rate (BASIC_UNITS). The information is used for service provision cancer patients | string | decimal(7,4) |
12 | BASIC_GENERIC_RATE | Certain Services are paid at this “generic” dollar rate regardless of the Specialty involved | string | decimal(7,4) |
13 | EXCLUDE_DURATION | Identifies whether or not to exclude the Anaesthesia calculations | string | bigint |
14 | SERVICE_INTERVAL | Identifies the duration, in minutes, used for payments in service codes that use the Anaesthesia Duration in calculations, but do not follow the Basic Anaesthesia Duration calculation | string | int |
15 | BASE_CODE_PERCENT | The percentage to be used when calculating the units from the selected base service | string | numeric(3,0) |
16 | ANAESTHETIST_PREMIUM_ALLOWED | Indicates whether or not the service code can have an anaesthesia premium applied | string | bit |
17 | BASIC_PREMIUM_ALLOWED | Indicates whether or not the service code can have a basic premium applied | string | bit |
18 | CANCER_PREMIUM_ALLOWED | Indicates whether or not the service code can have a cancer premium applied | string | bit |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_LOCATION | The service location code | string | nvarchar(20) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_MODIFIER_TYPE | The service modifier code | string | nvarchar(20) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SPECIALTY | An alpha ID used within Medicare to identify a specialty in medicine | string | varchar(50) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(180) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(180) |
4 | EFFECTIVE_DATE | The start date on which the basic rate and/or anaes rate is used to calculate payment | string | datetime2 not null |
5 | BASIC_RATE | The dollar ($) rate per basic unit | string | numeric(7,4) not null |
6 | ANAESTHETIST_RATE | The dollar ($) rate per anaes unit- role 2 claims only | string | numeric(7,4) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | VACCINE_LOT_CODE | The unique identifier for the vaccine lot number | string | nvarchar(20) not null |
2 | ENGLISH_DESCRIPTION | English description | string | nvarchar(720) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(720) |
4 | IMM_PRODUCT_CODE | The immunization product code associated with the vaccine lot | string | int not null |
5 | SERVICE_CODE | The service code associated with the vaccine lot | string | bigint not null |
6 | EFFECTIVE_DATE | The effective date of the vaccine lot number | string | datetime not null |
7 | TERMINATION_DATE | The termination date of the vaccine lot number | string | datetime not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | VALUE | The rotation value | string | nvarchar(120) |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_CODE_ID | The service code | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | SERVICE_CODE_ID | The service code | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | VALUE | The service code | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | VALUE | The service code | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | VALUE | The service code | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | VALUE | The service code | string | int |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | CODE | The associated surgical modifier type code | string | numeric(9,0) not null |
2 | ENGLISH_DESCRIPTION | English description | string | varchar(180) not null |
3 | FRENCH_DESCRIPTION | French description | string | nvarchar(180) not null |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | FIRST_NAME | The patient’s first name | string | nvarchar(60) |
2 | LAST_NAME | The patient’s last name | string | nvarchar(100) |
3 | DATE_OF_BIRTH | The patient’s date of birth | string | datetime |
4 | GENDER_CODE | The patient’s sex | string | nvarchar(200) |
5 | MEDICARE_NUMBER | The patient’s Medicare number | string | bigint |
# | COLUMN NAME | DESCRIPTION | RETURN TYPE | DATABASE TYPE |
---|---|---|---|---|
1 | VERSIONED_PROPERTY_CODE | The name/code/description of the versioned property | string | numeric(9,0) not null |
2 | EFFECTIVE_DATE | Date the versioned property is effective | string | nvarchar(720) not null |
3 | TERMINATION_DATE | Date the versioned property is terminated | string | nvarchar(720) not null |
4 | VALUE | Value of the versioned property | string | int |