mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
75 lines
3.1 KiB
PHP
75 lines
3.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
"dashboard" => "Dashboard",
|
|
"view" => "View",
|
|
"view_incoming_authorisations" => "View Incoming Authorisations",
|
|
"claim_details" => "Claim Details",
|
|
"details" => "Details",
|
|
"search_by_patient" => "Search By Patient",
|
|
"view_details" => "View Details",
|
|
"date_registered" => "Date Registered",
|
|
"claim_total" => "Claim Total",
|
|
"claims_totals" => "Claims Totals",
|
|
"last_updated" => "Last Updated",
|
|
"item_type" => "Item Type",
|
|
"source" => "Source",
|
|
"insurance_plan" => "Insurance Plan",
|
|
"patient" => "Patient",
|
|
"item" => "Items",
|
|
"authorise_claim" => "Authorise Claim",
|
|
"authorise_all_claims" => "Authorise All Claims",
|
|
"authorise_item" => "Authorise Item",
|
|
"none" => "None",
|
|
"authorisation" => "Authorisation",
|
|
"co_payment_amount" => "Co-Payment Amount",
|
|
"claim_amount" => "Claim Amount",
|
|
"tariff_applied" => "Tariff Applied",
|
|
"quantity" => "Quantity",
|
|
"insurance_benefit" => "Insurance Benefit",
|
|
"item_name" => "Item Name",
|
|
"plan" => "Plan",
|
|
"available_benefits" => "Available Benefits",
|
|
"no_limit_applicable" => "If no limit applicable please use 0",
|
|
"select_items_first" => "Please select items first",
|
|
"chi_item_not_authorised" => "CHI Item not authorised",
|
|
"chi_claim_not_authorised" => "CHI Claim not authorised",
|
|
"chi_plan_expired" => "CHI Plan has expired",
|
|
"benefits_waiting_period_error" => "Benefits waiting period not met",
|
|
"chi_limits_exceeded" => "CHI limits exceeded",
|
|
"not_under_chi_plan" => "Not Under CHI Plan",
|
|
"patient_category" => "Patient Category",
|
|
"chi_family" => "CHI Family",
|
|
"chi_group" => "CHI Group",
|
|
"membership_start_date" => "Membership Start Date",
|
|
"member_account_number" => "Member Account Number",
|
|
"gender" => "Gender",
|
|
"age" => "Age",
|
|
"residence" => "Residence",
|
|
"years" => "Years",
|
|
"female" => "Female",
|
|
"male" => "Male",
|
|
"incoming_claim_adjudication_errors" => "Incoming Claim Adjudication Errors",
|
|
"claim_error_details" => "Claim Error Details",
|
|
"insurance_plan_validity" => "Insurance Plan Validity",
|
|
"plan_start_date" => "Plan Start Date",
|
|
"plan_end_date" => "Plan End Date",
|
|
"override_plan_validity" => "Override Plan Validity",
|
|
"membership_days_elapsed" => "Membership Days Elapsed",
|
|
"required_membership_days" => "Required Membership Days",
|
|
"override" => "Override",
|
|
"benefits_limit_error" => "Benefit limits have been exceeded",
|
|
"days" => "Days",
|
|
"benefit_member_limit" => "Benefit Member Limit",
|
|
"benefit_family_limit" => "Benefit Family Limit",
|
|
"in_excess" => "In Excess",
|
|
"items_limit_error" => "Item limits have been exceeded",
|
|
"item_member_limit" => "Item Member Limit",
|
|
"item_family_limit" => "Item Family Limit",
|
|
"plan_member_limit" => "Plan Member Limit",
|
|
"plan_family_limit" => "Plan Family Limit",
|
|
"plan_limit_error" => "Plan limits have been exceeded",
|
|
"chi_amount_uncleared_error" => "has been added to the patient amount owed because of unauthorised or uncleared claims",
|
|
"inpatient_ward_stay" => "Inpatient Ward Stay",
|
|
];
|